/**
 * ASEKA Mühendislik — Anasayfa düzeni ve bileşen stilleri (body.page-home)
 * Tipografi / renk tokenları: aseka-brand.css
 */

body.page-home {
    --aseka-label-radius: 0;
    --base-color: var(--aseka-red);
}

/* ----- Header (anasayfa) — top bar: barca-fixes.css (.aseka-header-top) ----- */
body.page-home .navbar.header-light.bg-white {
    background-color: #fff !important;
    box-shadow: 0 1px 0 var(--aseka-gray-border), 0 4px 24px rgba(31, 63, 119, 0.06);
}
body.page-home .navbar .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.01em;
}
body.page-home .navbar .navbar-nav .nav-link:hover,
body.page-home .navbar .navbar-nav .nav-link.active {
    color: var(--aseka-red) !important;
    opacity: 1;
}
body.page-home header.sticky.sticky-active .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 2px 20px rgba(31, 63, 119, 0.12);
}
body.page-home header.sticky.sticky-active .navbar-brand img {
    height: 50px !important;
}
header.sticky .navbar-brand {
    padding: 15px 0;
}
body.page-home .header-button .btn-base-color {
    background-color: var(--aseka-red) !important;
    color: #fff !important;
    border-radius: 4px;
}
body.page-home .header-button .btn-base-color:hover {
    background-color: var(--aseka-red-hover) !important;
    color: #fff !important;
}

body.page-home .row.justify-content-center.mb-3 > .col-lg-7 > span.text-uppercase.border-bottom {
    border-radius: var(--aseka-label-radius);
}
body.page-home .row.justify-content-center.mb-3 > .col-lg-7 > span.text-uppercase.border-bottom.mb-15px {
    margin-bottom: var(--aseka-label-mb);
}
body.page-home .aseka-strength-section .aseka-section-lead {
    max-width: none;
}
body.page-home .aseka-card-title,
body.page-home .aseka-hizmet-card__title.aseka-card-title,
body.page-home .aseka-product-card-body .aseka-card-title,
body.page-home .aseka-news-section .aseka-card-title.card-title {
    margin-bottom: 10px !important;
}
body.page-home .aseka-card-desc {
    margin-bottom: 1.25rem;
}
body.page-home .aseka-product-card-body .aseka-card-desc,
body.page-home .aseka-news-section .aseka-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.95em;
}
body.page-home .aseka-project-hero__desc.aseka-card-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    min-height: 0;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
body.page-home .aseka-strength-item h4 {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}
body.page-home .aseka-strength-item p {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 0;
    min-height: 4.95em;
}
body.page-home .aseka-services-section .btn-small,
body.page-home .aseka-products-section .btn-small,
body.page-home .aseka-news-section .btn-small,
body.page-home .aseka-hizmet-card__body .btn.btn-small {
    min-height: 44px;
    padding: 11px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
body.page-home .aseka-services-section .btn-large,
body.page-home .aseka-strength-section .btn-large,
body.page-home .aseka-project-hero__cta.btn-large {
    min-height: 52px;
    padding: 14px 28px;
    font-size: 0.9375rem;
    font-weight: 600;
}

/* ----- Hero ----- */
body.page-home .barca-slider-overlay {
    background: linear-gradient(
        to right,
        rgba(31, 63, 119, 0.68) 0%,
        rgba(31, 63, 119, 0.54) 30%,
        rgba(31, 63, 119, 0.36) 60%,
        rgba(31, 63, 119, 0.16) 78%,
        transparent 100%
    );
}
body.page-home .barca-slider-slide h1 {
    font-size: clamp(1.85rem, 4vw, 3.25rem) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin-left: 0 !important;
    max-width: 720px; 
}
body.page-home .barca-slider-slide .fs-20 {
    margin-left: 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.6;
    opacity: 0.92;
    max-width: 560px;
}
body.page-home .barca-slider-slide .lg-mb-8,
body.page-home .barca-slider-slide .col-xxl-7 > .lg-mb-8 {
    margin-left: 0 !important;
}

/* Hero sağ: slayt ürün görseli (panel → Slaytlar → ürün görseli) */
@keyframes aseka-hero-product-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}
body.page-home .aseka-hero-product {
    position: relative;
    z-index: 2;
    max-width: min(420px, 38vw);
    padding: 12px;
    animation: aseka-hero-product-float 4s ease-in-out infinite;
    will-change: transform;
}
body.page-home .aseka-hero-product__img,
body.page-home .aseka-hero-product picture,
body.page-home .aseka-hero-product img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(440px, 52vh);
    object-fit: contain;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
    transform-origin: center center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page-home .aseka-hero-product:hover .aseka-hero-product__img,
body.page-home .aseka-hero-product:hover picture,
body.page-home .aseka-hero-product:hover img {
    transform: scale(1.08);
}
@media (prefers-reduced-motion: reduce) {
    body.page-home .aseka-hero-product {
        animation: none;
    }
}
body.page-home .aseka-hero-badges {
    margin-top: 28px;
    gap: 10px;
}
body.page-home .aseka-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
}
body.page-home .aseka-hero-badge i {
    margin-right: 8px;
    color: var(--aseka-red);
    font-size: 14px;
}
body.page-home .btn-aseka-primary {
    box-shadow: 0 4px 14px rgba(195, 32, 38, 0.35);
}
body.page-home .slider-navigation-style-06 {
    background: rgba(31, 63, 119, 0.75) !important;
    border-radius: 4px !important;
}

/* ----- Hakkımızda kısa ----- */
body.page-home .aseka-about-section {
    padding: 90px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
body.page-home .aseka-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    width: min(42%, 350px);
    background-image: url("../../images/demo-logistics-home-bg-01.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    pointer-events: none;
}
body.page-home .aseka-about-section .home-contents-detail {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--aseka-text);
}
body.page-home .aseka-about-section .home-contents-detail p {
    margin-bottom: 1rem;
}
body.page-home .aseka-about-image-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
body.page-home .aseka-about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
}
body.page-home .aseka-about-stat {
    flex: 1 1 120px;
    max-width: 160px;
    padding: 16px 12px;
    background: var(--aseka-gray-bg);
    border-left: 3px solid var(--aseka-navy);
    border-radius: 0 4px 4px 0;
}
body.page-home .aseka-about-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--aseka-navy);
    line-height: 1.2;
}
body.page-home .aseka-about-stat span {
    font-size: 12px;
    font-weight: 600;
    color: var(--aseka-text);
    text-transform: uppercase;
    letter-spacing: 0.04em; 
}
body.page-home .aseka-about-section .btn-dark-gray {
    background-color: var(--aseka-navy) !important;
    border-color: var(--aseka-navy) !important;
    color: #fff !important;
    border-radius: 4px;
}
body.page-home .aseka-about-section .btn-dark-gray:hover {
    background-color: var(--aseka-navy-dark) !important;
}

/* ----- Hizmetlerimiz (vitrin category_detail) ----- */
body.page-home .aseka-services-section { 
    padding: 90px 0;
    background: var(--aseka-gray-bg);
}
body.page-home .aseka-services-section .btn-dark-gray {
    background-color: var(--aseka-navy) !important;
    border-color: var(--aseka-navy) !important;
    border-radius: 4px;
}
body.page-home .aseka-services-section .btn-dark-gray:hover {
    background-color: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
}
body.page-home .aseka-services-section .row.g-4 > [class*="col-"] {
    display: flex;
}
body.page-home .aseka-hizmet-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid var(--aseka-gray-border);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
body.page-home .aseka-hizmet-card:hover {
    border-color: var(--aseka-navy);
    transform: translateY(-4px);
}
body.page-home .aseka-hizmet-card__body {
    padding: 36px 32px 32px;
    min-height: 280px;
}
body.page-home .aseka-hizmet-card__num {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(31, 63, 119, 0.12);
    letter-spacing: -0.04em;
}
body.page-home .aseka-hizmet-card:hover .aseka-hizmet-card__num {
    color: rgba(195, 32, 38, 0.25);
}
body.page-home .aseka-hizmet-card__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
body.page-home .aseka-hizmet-card__cat {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--aseka-red);
    margin-bottom: 8px;
}
body.page-home .aseka-hizmet-card__title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
    color: #000;
}
body.page-home .aseka-hizmet-card__title a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}
body.page-home .aseka-hizmet-card__title a:hover {
    color: var(--aseka-red);
}
body.page-home .aseka-hizmet-card__desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--aseka-text);
    margin: 0 0 20px;
}
body.page-home .aseka-hizmet-card__body .btn.btn-small {
    border-radius: 4px;
    color: #fff !important;
}
body.page-home .aseka-hizmet-card > .row {
    flex: 1;
    min-height: 100%;
}
body.page-home .aseka-hizmet-card .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
body.page-home .aseka-hizmet-card__media {
    min-height: 220px;
    flex: 1;
}
body.page-home .aseka-hizmet-card__media > a {
    flex: 1;
    min-height: 100%;
}
body.page-home .aseka-hizmet-card__img {
    transition: transform 0.45s ease;
}
body.page-home .aseka-hizmet-card:hover .aseka-hizmet-card__img {
    transform: scale(1.05);
}
body.page-home .aseka-hizmet-card__placeholder {
    background: linear-gradient(135deg, var(--aseka-navy) 0%, var(--aseka-navy-dark, #152a52) 100%);
    min-height: 220px;
}
body.page-home .aseka-hizmet-card--no-media .aseka-hizmet-card__body {
    min-height: 0;
    width: 100%;
}
body.page-home .aseka-hizmet-card--stacked .aseka-hizmet-card__media {
    min-height: 0;
    flex: none;
}
body.page-home .aseka-hizmet-card--stacked .aseka-hizmet-card__img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
}
body.page-home .aseka-hizmet-card--stacked .aseka-hizmet-card__img {
    width: 100%;
    height: 100%;
}
body.page-home .aseka-hizmet-card--stacked .aseka-hizmet-card__body {
    min-height: 0;
    padding: 28px 24px 24px;
    flex: 1 1 auto;
}
body.page-home .aseka-hizmet-card--stacked .aseka-hizmet-card__title {
    font-size: 1.15rem;
}

/* ----- Ürünlerimiz (vitrin product carousel) ----- */
body.page-home .aseka-products-section {
    padding: 90px 0;
    background: #fff;
}
body.page-home .vitrin-products-swiper .swiper-slide {
    height: auto;
    display: flex;
}
body.page-home .vitrin-products-swiper .swiper-slide > .h-100 {
    width: 100%;
}
body.page-home .aseka-product-card {
    background: #fff;
    border: 1px solid var(--aseka-gray-border);
    border-radius: 6px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body.page-home .aseka-product-card:hover {
    border-color: var(--aseka-navy);
}
body.page-home .aseka-product-card:hover .aseka-product-card-accent {
    width: 100%;
}
body.page-home .aseka-product-card .services-box-img {
    height: 260px;
    overflow: hidden;
}
body.page-home .aseka-product-card .aseka-product-card-body {
    padding: 28px 30px 32px;
}
body.page-home .aseka-product-card .services-box-img .cover-background {
    transition: transform 0.4s ease;
}
body.page-home .aseka-product-card:hover .services-box-img .cover-background {
    transform: scale(1.04);
}
body.page-home .aseka-product-card .text-base-color {
    color: var(--aseka-navy) !important;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
}
body.page-home .aseka-product-card a.fs-17 {
    color: #000 !important;
    font-size: 1.125rem !important;
    line-height: 1.45 !important;
}
body.page-home .aseka-products-section .btn-dark-gray {
    background-color: var(--aseka-navy) !important;
    border-color: var(--aseka-navy) !important;
    border-radius: 4px;
    color: #fff !important;
}
body.page-home .aseka-products-section .btn-dark-gray:hover {
    background-color: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
    color: #fff !important;
}
body.page-home .swiper-button-prev-products,
body.page-home .swiper-button-next-products {
    background: var(--aseka-navy) !important;
    border-radius: 4px !important;
}
body.page-home .swiper-button-prev-products:hover,
body.page-home .swiper-button-next-products:hover {
    background: var(--aseka-red) !important;
}

/* ----- Neden ASEKA ----- */
body.page-home .aseka-strength-section {
    padding: 90px 0;
    background: var(--aseka-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}
body.page-home .aseka-strength-section p,
body.page-home .aseka-strength-section .last-paragraph-no-margin {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.0625rem;
    line-height: 1.75;
}
body.page-home .aseka-strength-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}
body.page-home .aseka-strength-item {
    padding: 36px 28px 32px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    border-top: 4px solid var(--aseka-red);
    transition: background 0.25s ease, transform 0.25s ease;
}
body.page-home .aseka-strength-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}
body.page-home .aseka-strength-item i {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 22px;
    display: block;
    line-height: 1;
    opacity: 0.95;
}
body.page-home .aseka-strength-item__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 22px;
    display: block;
}
body.page-home .aseka-strength-item h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}
body.page-home .aseka-strength-item p {
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}
body.page-home .aseka-strength-section .btn-dark-gray {
    background: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
    color: #fff !important;
    border-radius: 4px;
}
body.page-home .aseka-strength-section .btn-transparent-light-gray {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    border-radius: 4px;
}
body.page-home .aseka-strength-section .btn-transparent-light-gray:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
} 
body.page-home .aseka-strength-section .cover-background {
    border-radius: 6px;
}

/* ----- Projeler vitrin (sol slayt metin | sağ sabit görsel) ----- */
body.page-home .aseka-projects-showcase {
    --aseka-projects-showcase-h: 680px;
    position: relative;
    background: #fff;
    padding: 0;
}
body.page-home .aseka-projects-showcase__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: var(--aseka-projects-showcase-h);
    min-height: var(--aseka-projects-showcase-h);
    max-width: 100%;
}
body.page-home .aseka-projects-showcase__panel-wrap {
    position: relative;
    background: #fff;
    border-right: 1px solid var(--aseka-gray-border);
    display: flex;
    flex-direction: column;
}
body.page-home .aseka-projects-showcase__slides {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}
body.page-home .aseka-projects-showcase__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
}
body.page-home .aseka-projects-showcase__slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.page-home .aseka-projects-showcase__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 64px) clamp(40px, 4vw, 56px);
    color: var(--aseka-text);
}
body.page-home .aseka-projects-showcase__label {
    display: inline-block;
    font-size: var(--aseka-label-size, 11px);
    font-weight: var(--aseka-label-weight, 700);
    letter-spacing: var(--aseka-label-spacing, 0.16em);
    text-transform: uppercase;
    color: var(--aseka-red);
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--aseka-red);
    align-self: flex-start;
}
body.page-home .aseka-projects-showcase__title {
    margin: 0 0 18px;
    font-size: clamp(1.75rem, 3.2vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--aseka-heading-black);
    max-width: 520px;
}
body.page-home .aseka-projects-showcase__title-accent {
    display: block;
    margin-top: 6px;
    color: var(--aseka-red);
}
body.page-home .aseka-projects-showcase__desc {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--aseka-text);
    max-width: 480px;
}
body.page-home .aseka-projects-showcase__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 600;
    color: var(--aseka-text-muted);
}
body.page-home .aseka-projects-showcase__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
body.page-home .aseka-projects-showcase__meta-item i {
    font-size: 15px;
    opacity: 0.65;
}
body.page-home .aseka-projects-showcase__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
body.page-home .aseka-projects-showcase__nav {
    display: inline-flex;
    gap: 8px;
}
body.page-home .aseka-projects-showcase__nav-btn,
body.page-home .aseka-projects-showcase-prev,
body.page-home .aseka-projects-showcase-next {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--aseka-gray-border);
    border-radius: 6px;
    background: var(--aseka-gray-bg);
    color: var(--aseka-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.page-home .aseka-projects-showcase__nav-btn:hover,
body.page-home .aseka-projects-showcase-prev:hover,
body.page-home .aseka-projects-showcase-next:hover {
    background: var(--aseka-red);
    border-color: var(--aseka-red);
    color: #fff;
}
body.page-home .aseka-projects-showcase__footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
}
body.page-home .aseka-projects-showcase__cta {
    align-self: flex-start;
}
body.page-home .aseka-projects-showcase__counter {
    font-size: 14px;
    font-weight: 600;
    color: var(--aseka-text-muted);
    white-space: nowrap;
}
body.page-home .aseka-projects-showcase__counter strong {
    color: var(--aseka-navy-dark);
    font-size: 1.15em;
}
body.page-home .aseka-projects-showcase__visual {
    position: relative;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: var(--aseka-gray-bg);
}
body.page-home .aseka-projects-showcase__image-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}
body.page-home .aseka-projects-showcase__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    display: block;
}
body.page-home .aseka-projects-showcase__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    height: 3px;
    background: var(--aseka-gray-border);
}
body.page-home .aseka-projects-showcase__progress-bar {
    flex: 1;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    transition: background 0.25s ease;
}
body.page-home .aseka-projects-showcase__progress-bar.is-active,
body.page-home .aseka-projects-showcase__progress-bar:hover {
    background: var(--aseka-red);
}
body.page-home .aseka-projects-showcase .btn-dark-gray {
    background-color: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
    border-radius: 4px;
}
body.page-home .aseka-projects-showcase .btn-dark-gray:hover {
    background-color: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
}
body.page-home .aseka-projects-showcase-all a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
body.page-home .aseka-projects-showcase-all:hover,
body.page-home .aseka-projects-showcase-all a:hover {
    color: var(--aseka-red);
}
body.page-home .aseka-projects-showcase-all i {
    transition: transform 0.2s ease;
}
body.page-home .aseka-projects-showcase-all:hover i {
    transform: translateX(4px);
}
@media (max-width: 991px) {
    body.page-home .aseka-projects-showcase {
        --aseka-projects-showcase-h: auto;
    }
    body.page-home .aseka-projects-showcase__layout {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }
    body.page-home .aseka-projects-showcase__visual {
        order: -1;
        height: 280px;
        min-height: 280px;
    }
    body.page-home .aseka-projects-showcase__image {
        height: 100%;
        min-height: 0;
    }
    body.page-home .aseka-projects-showcase__slides {
        position: relative;
        min-height: 420px;
    }
    body.page-home .aseka-projects-showcase__panel-wrap {
        border-right: none;
        border-top: 1px solid var(--aseka-gray-border);
    }
    body.page-home .aseka-projects-showcase__panel {
        padding-top: 36px;
        padding-bottom: 48px;
    }
}
@media (max-width: 575px) {
    body.page-home .aseka-projects-showcase__visual {
        height: 220px;
        min-height: 220px;
    }
    body.page-home .aseka-projects-showcase__slides {
        min-height: 380px;
    }
    body.page-home .aseka-projects-showcase__desc {
        font-size: 14px;
    }
    body.page-home .aseka-projects-showcase__footer-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ----- Sayaç (güven göstergeleri) ----- */
body.page-home .aseka-stats-section {
    padding: 90px 0;
    background: var(--aseka-gray-bg);
}
body.page-home .aseka-stats-section .counter-style-07 .col {
    padding: 0 20px;
    margin: 0;
}
body.page-home .aseka-stats-section .vertical-counter {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: clamp(3.5rem, 6vw, 5.25rem) !important;
    line-height: 1 !important;
}
body.page-home .aseka-stats-section .vertical-counter .vertical-counter-number,
body.page-home .aseka-stats-section .vertical-counter .vertical-counter-number ul,
body.page-home .aseka-stats-section .vertical-counter .vertical-counter-number li {
    color: #000 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 1 !important;
}
body.page-home .aseka-stats-section .vertical-counter li {
    color: #000 !important;
}
body.page-home .aseka-stats-section .text-highlight {
    bottom: 8px !important;
}
body.page-home .aseka-stats-section .text-highlight span,
body.page-home .aseka-stats-section .text-highlight .bg-base-color,
body.page-home .aseka-stats-section .text-highlight .h-8px {
    height: 3px !important;
    min-height: 3px;
    max-height: 3px;
    opacity: 1 !important;
    border-radius: 0;
}
body.page-home .aseka-stats-section .bg-base-color {
    background-color: var(--aseka-red) !important;
}
body.page-home .aseka-stats-section .d-block.fw-600 {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-top: 14px;
}

/* ----- Footer üstü iletişim bloğu ----- */
body.page-home .aseka-home-footer-contact {
    margin-top: 0;
}
body.page-home .aseka-home-footer-contact .aseka-cta-band {
    margin-bottom: 0;
}

/* ----- Anasayfa E-Bülten (footer üstü, tam genişlik) ----- */
body.page-home .aseka-home-newsletter {
    position: relative;
    width: 100%;
    padding: 72px 0;
    background: linear-gradient(135deg, var(--aseka-navy) 0%, var(--aseka-navy-dark) 55%, #122847 100%);
    overflow: hidden;
}
body.page-home .aseka-home-newsletter__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px),
        radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px),
        linear-gradient(120deg, transparent 0%, rgba(195, 32, 38, 0.08) 48%, transparent 100%);
    background-size: 48px 48px, 56px 56px, 100% 100%;
}
body.page-home .aseka-home-newsletter__pattern::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(195, 32, 38, 0.22) 0%, transparent 68%);
}
body.page-home .aseka-home-newsletter .container-fluid {
    position: relative;
    z-index: 1;
}
body.page-home .aseka-home-newsletter__label {
    display: inline-block;
    font-size: var(--aseka-label-size);
    font-weight: var(--aseka-label-weight);
    letter-spacing: var(--aseka-label-spacing);
    text-transform: uppercase;
    color:#fff !important;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--aseka-red);
}
body.page-home .aseka-home-newsletter .aseka-section-title,
body.page-home .aseka-home-newsletter__title {
    color: #fff;
}
body.page-home .aseka-home-newsletter__desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 34rem;
}
body.page-home .aseka-home-newsletter__perks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.page-home .aseka-home-newsletter__perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
}
body.page-home .aseka-home-newsletter__perks i {
    color: var(--aseka-red);
    font-size: 1.15rem;
    flex-shrink: 0;
}
body.page-home .aseka-home-newsletter__card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    padding: 32px 28px 28px;
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
body.page-home .aseka-home-newsletter__card-icon {
    position: absolute;
    top: -18px;
    right: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--aseka-red);
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 8px 24px rgba(195, 32, 38, 0.45);
}
body.page-home .aseka-home-newsletter__form.d-none + .aseka-home-newsletter__alert--success {
    margin-top: 0;
}
body.page-home .aseka-home-newsletter__field {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}
body.page-home .aseka-home-newsletter__field-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 18px;
    color: var(--aseka-navy);
    font-size: 1.2rem;
    background: #fff;
    flex-shrink: 0;
}
body.page-home .aseka-home-newsletter__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    padding: 16px 12px 16px 0;
    font-size: 1rem;
    color: var(--aseka-text);
    background: #fff;
    outline: none;
    box-shadow: none;
}
body.page-home .aseka-home-newsletter__input::placeholder {
    color: #9ca3af;
}
body.page-home .aseka-home-newsletter__input.is-invalid {
    box-shadow: inset 0 0 0 2px var(--aseka-red);
}
body.page-home .aseka-home-newsletter__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border: 0;
    padding: 0 22px;
    background: var(--aseka-red);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, transform 0.15s ease;
}
body.page-home .aseka-home-newsletter__btn:hover:not(:disabled) {
    background: var(--aseka-red-hover);
    color: #fff;
}
body.page-home .aseka-home-newsletter__btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
body.page-home .aseka-home-newsletter__btn i {
    font-size: 1.35rem;
    line-height: 1;
}
body.page-home .aseka-home-newsletter__privacy {
    margin-top: 14px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
}
body.page-home .aseka-home-newsletter__alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 6px;
    font-size: 0.9375rem;
    line-height: 1.45;
}
body.page-home .aseka-home-newsletter__alert i {
    flex-shrink: 0;
    margin-top: 2px;
}
body.page-home .aseka-home-newsletter__alert--success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #bbf7d0;
}
body.page-home .aseka-home-newsletter__alert--error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #fecaca;
}

/* ----- CTA band ----- */
body.page-home .aseka-cta-band {
    padding: 56px 0;
    background: var(--aseka-navy);
    position: relative;
}
body.page-home .aseka-cta-band h2 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    margin-bottom: 12px;
}
body.page-home .aseka-cta-band p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    font-size: 1rem;
}
body.page-home .aseka-cta-band .btn-aseka-primary {
    white-space: nowrap;
}

/* ----- Slogan ----- */
body.page-home .barca-slogan-section {
    background-color: var(--aseka-navy-dark) !important;
}
body.page-home .barca-slogan-section::before {
    background: linear-gradient(135deg, rgba(31, 63, 119, 0.9) 0%, rgba(22, 47, 92, 0.85) 100%) !important;
}
body.page-home .barca-slogan-text {
    font-style: normal;
    font-weight: 500;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    text-shadow: none;
}

/* ----- İletişim / teklif formu ----- */
body.page-home .aseka-contact-section {
    padding: 90px 0;
    background: #fff;
}
body.page-home .aseka-contact-section .bg-very-light-gray {
    background: var(--aseka-gray-bg) !important;
    border: 1px solid var(--aseka-gray-border);
    border-radius: 6px;
}
body.page-home .aseka-contact-section .border-color-base-color {
    border-color: var(--aseka-red) !important;
}
body.page-home .aseka-contact-section #rateCalcSubmitBtn,
body.page-home .aseka-contact-section .btn-dark-gray {
    background: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
    color: #fff !important;
    border-radius: 4px;
}
body.page-home .rate-calc-checkbox input[type="checkbox"]:checked + .checkmark {
    background: var(--aseka-red);
    border-color: var(--aseka-red);
}

/* ----- Referanslar ----- */
body.page-home .barca-referanslar {
    background: #fff;
    padding: 40px 0;
}

/* ----- Blog (anasayfa) ----- */
body.page-home section .blog-grid.blog-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
}
body.page-home section .blog-grid .grid-sizer {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page-home section .blog-grid .grid-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    display: flex !important;
    width: 33.333%;
}
body.page-home section .blog-grid .grid-item > .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}
body.page-home section .blog-grid .blog-image {
    flex-shrink: 0;
}
body.page-home section .blog-grid .blog-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
body.page-home section .blog-grid .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
body.page-home section .blog-grid .card-title {
    color: #000 !important;
}
body.page-home section .blog-grid .badge.bg-base-color {
    background-color: var(--aseka-navy) !important;
    color: #fff !important;
}
body.page-home section .blog-grid .btn-dark-gray {
    background-color: var(--aseka-navy) !important;
    border-color: var(--aseka-navy) !important;
    border-radius: 4px;
    color: #fff !important;
}
body.page-home section .blog-grid .btn-dark-gray:hover {
    background-color: var(--aseka-red) !important;
    border-color: var(--aseka-red) !important;
    color: #fff !important;
}

/* ----- Responsive ----- */
@media (min-width: 992px) {
    body.page-home .aseka-strength-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}
@media (min-width: 1400px) {
    body.page-home .aseka-strength-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
    }
}
@media (max-width: 991px) {
    body.page-home section .blog-grid .grid-item {
        width: 50%;
    }
    body.page-home .aseka-about-section,
    body.page-home .aseka-services-section,
    body.page-home .aseka-products-section,
    body.page-home .aseka-strength-section,
    body.page-home .aseka-contact-section,
    body.page-home .aseka-home-newsletter {
        padding: 60px 0;
    }
    body.page-home .aseka-home-newsletter__card {
        padding: 28px 22px 24px;
    }
    body.page-home .aseka-strength-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    body.page-home section .blog-grid .grid-item {
        width: 100%;
    }
}
@media (max-width: 767px) {
    body.page-home .aseka-hizmet-card__body {
        padding: 28px 24px 24px;
        min-height: 0;
    }
    body.page-home .aseka-hizmet-card__media {
        min-height: 200px;
    }
    body.page-home .aseka-product-card .services-box-img {
        height: 220px;
    }
    body.page-home .aseka-product-card .aseka-product-card-body {
        padding: 22px 24px 26px;
    }
    body.page-home .aseka-strength-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    body.page-home .aseka-strength-item {
        padding: 28px 24px 26px;
    }
body.page-home .aseka-strength-item i {
    font-size: 2.125rem;
    margin-bottom: 18px;
}
body.page-home .aseka-strength-item__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
}
    body.page-home .aseka-strength-item h4 {
        font-size: 1.125rem;
    }
    body.page-home .aseka-strength-item p {
        font-size: 0.9375rem;
    }
    body.page-home .aseka-about-stats {
        gap: 12px;
    }
    body.page-home .aseka-about-stat {
        flex: 1 1 calc(50% - 12px);
        max-width: none;
    }
    body.page-home .aseka-cta-band .row {
        text-align: center;
    }
    body.page-home .aseka-cta-band .btn-aseka-primary {
        margin-top: 20px;
    }
    body.page-home .aseka-home-newsletter__field {
        flex-direction: column;
    }
    body.page-home .aseka-home-newsletter__field-icon {
        display: none;
    }
    body.page-home .aseka-home-newsletter__input {
        padding: 14px 16px;
        border-bottom: 1px solid var(--aseka-gray-border);
    }
    body.page-home .aseka-home-newsletter__btn {
        justify-content: center;
        padding: 14px 20px;
    }
    body.page-home .aseka-home-newsletter__intro {
        text-align: center;
    }
    body.page-home .aseka-home-newsletter__desc {
        margin-left: auto;
        margin-right: auto;
    }
    body.page-home .aseka-home-newsletter__perks {
        align-items: center;
    }
}
header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: #000 ;
}
body.page-home .aseka-product-card .services-box-img .cover-background {
    background-size: contain !important;
}