/* =========================================================================
 * home.css  —  ANASAYFA YENIDEN TASARIM (modern & kurumsal, endustriyel)
 * -------------------------------------------------------------------------
 * Yalniz anasayfada (body#anasayfa) ve styles.php'de EN SON yuklenir; boylece
 * onceki katmanlarin (custom.css) anasayfaya ait gorsel kararlarini gerektiginde
 * gecersiz kilar. Ic sayfalar, header/footer ve KRITIK makine modeli ETKILENMEZ
 * (model markup'i ve tooltip mantigi hic degismedi; hero yapisina yalnizca
 * ust bilgi katmani eklendi).
 *
 * Kurallar: marka renkleri #d00a01 (kirmizi) + #365669 (mavi-gri) ve bunlarin
 * navy/ton turevleri; emoji yok. Token'lar custom.css :root'tan gelir.
 * ====================================================================== */

body#anasayfa {
    --nav: #14232f;          /* koyu navy (mavi-grinin koyu tonu) */
    --nav-2: #0e1a23;        /* daha koyu navy */
    --ink: #1d2a33;          /* baslik metni */
    --muted: #667580;        /* govde metni */
    --line: #e7eaed;         /* hairline */
    --surface: #f5f6f8;      /* acik yuzey */
    --red: var(--bts-red);
    --shadow-sm: 0 4px 18px rgba(20, 35, 47, .06);
    --shadow-md: 0 18px 44px rgba(20, 35, 47, .12);
    background: #fff;
    overflow-x: hidden;      /* guvenlik: mobilde istenmeyen yatay kaydirma olmasin */
}

/* -------------------------------------------------------------------------
 * 0) Onceki anasayfa katmanindan ISTENMEYENLERI notrle (temiz sayfa)
 * ---------------------------------------------------------------------- */
body#anasayfa .service-area::before,
body#anasayfa .contact-area::before {
    display: none !important;          /* blueprint izgara kaldirildi */
}
body#anasayfa .card-no,
body#anasayfa .facts-area .row [class*="col-"] + [class*="col-"]::before {
    /* eski iri hayalet numara / dikey hairline: yeni tasarimda yeniden ele alinir */
}

/* Guvenlik: uzun kelimeler tasmasin, yatay kaydirma olusmasin */
body#anasayfa h1,
body#anasayfa h2,
body#anasayfa h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* -------------------------------------------------------------------------
 * 1) Bolum ritmi ve ortak baslik
 * ---------------------------------------------------------------------- */
body#anasayfa section.ptb-1 {
    padding-top: 104px;
    padding-bottom: 104px;
}

body#anasayfa .section-top {
    margin-bottom: 20px;
}

body#anasayfa .section-top .eyebrow {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 18px;
    padding-left: 34px;
}
body#anasayfa .section-top .eyebrow::before,
body#anasayfa .section-top .eyebrow::after {
    content: none;                      /* eski iki-yan cizgi kaldirildi */
}
body#anasayfa .section-top .eyebrow > span { display: inline; }
body#anasayfa .section-top .eyebrow {
    /* tek, sol tarafta kisa kirmizi tik */
}
body#anasayfa .section-top .eyebrow::first-line { }

/* eyebrow'un solunda kisa cizgi (pseudo yerine box-shadow kullanmadan) */
body#anasayfa .section-top .eyebrow {
    background-image: linear-gradient(var(--red), var(--red));
    background-size: 22px 2px;
    background-position: left center;
    background-repeat: no-repeat;
}

body#anasayfa .section-top h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -.5px;
    color: var(--ink);
    margin: 0 0 18px;
}
body#anasayfa .section-top h2.white { color: #fff; }

/* eski disli/elmas ayrac: modern tasarimda kaldirildi */
body#anasayfa .section-top .section-block {
    display: none !important;
}

body#anasayfa .section-top p {
    font-size: 16.5px;
    line-height: 1.8;
    color: var(--muted);
    max-width: 640px;
    margin: 0 auto;
}
body#anasayfa .facts-area .section-top p,
body#anasayfa .client-area .section-top p {
    color: rgba(255, 255, 255, .78);
}

/* -------------------------------------------------------------------------
 * 2) Butonlar (anasayfaya ozel, tutarli)
 * ---------------------------------------------------------------------- */
body#anasayfa .btn-x {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 1;
    padding: 16px 30px;
    border-radius: 999px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: var(--bts-ease);
    text-transform: uppercase;
}
body#anasayfa .btn-x i { font-size: 13px; transition: transform .35s ease; }
body#anasayfa .btn-x:hover i { transform: translateX(4px); }

body#anasayfa .btn-x.primary {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
    box-shadow: 0 12px 26px rgba(208, 10, 1, .26);
}
body#anasayfa .btn-x.primary:hover {
    background: #b30901;
    border-color: #b30901;
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(208, 10, 1, .34);
}
body#anasayfa .btn-x.ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}
body#anasayfa .btn-x.ghost:hover {
    border-color: var(--ink);
    transform: translateY(-3px);
}
body#anasayfa .btn-x.on-dark {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
}
body#anasayfa .btn-x.on-dark:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

/* -------------------------------------------------------------------------
 * 3) HERO — masaustu: makine modeli + ust bilgi katmani
 *    (model markup'i ve JS olceklemesi DEGISMEDI)
 * ---------------------------------------------------------------------- */
@media (min-width: 1025px) {
    body#anasayfa .machine-hero-area {
        padding-top: 118px;
        padding-bottom: 8px;
        position: relative;
        background: #fff;
    }
    body#anasayfa .machine-hero-area::after {
        content: none;
    }
    body#anasayfa .machine-hero-area .container-fluid {
        position: relative;
        z-index: 1;
    }
    /* Model olceklenip ortalanmadan once GIZLI kalir; custom.js fit'i
       uygulayinca `.is-fitted` eklenir ve model GORUNUR olur. Boylece
       modelin once buyuk/kaymis halde belirip sonra kucuklup ortalanmasi
       (Mac'te belirgin "2 kez yuklenme" hissi) ortadan kalkar. */
    body#anasayfa .machine-hero-area .slide {
        visibility: hidden;
    }
    body#anasayfa .machine-hero-area.is-fitted .slide {
        visibility: visible;
    }
    /* Hero ust bilgi katmani modelin ustunde kalir (model ortalanirken
       yukari tasarsa CTA butonlarini ortmesin). */
    body#anasayfa .machine-hero-area .hero-head {
        position: relative;
        z-index: 3;
        padding-bottom: 14px;
    }
    /* Alt metin masaustunde tek satirda kalir (>=1025px'te genislik bol). */
    body#anasayfa .machine-hero-area .hero-head p {
        max-width: none;
        white-space: nowrap;
    }

}

body#anasayfa .hero-head {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px 4px;
    /* tooltip tiklamalarini engellememek icin metin katmani gecirgen degil,
       ama model zaten alt satirda (container-fluid) yer aliyor */
}
body#anasayfa .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 14px;
}
body#anasayfa .hero-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--red);
}
body#anasayfa .hero-head h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -.6px;
    color: var(--ink);
    margin: 0 0 14px;
    text-wrap: balance;
}
/* "muhendislik cozumleri" vurgusu tek kelime gibi bolunmesin (Cozumleri
   tek basina alt satira dusmesin) */
body#anasayfa .hero-head h1 .accent { white-space: nowrap; }
body#anasayfa .hero-head h1 .accent { color: var(--red); }
body#anasayfa .hero-head p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--muted);
    max-width: 660px;
    margin: 0 auto 22px;
}
body#anasayfa .hero-cta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

/* -------------------------------------------------------------------------
 * 3b) HERO — Interaktif Urun Vitrini (yeni)
 *     Solda mesaj + CTA, sagda etkilesimli vitrin (thumb -> ana gorsel).
 * ---------------------------------------------------------------------- */
body#anasayfa .hero-sc {
    position: relative;
    padding: 150px 0 90px;
    background:
        radial-gradient(900px 460px at 78% 8%, rgba(54, 86, 105, .10), transparent 60%),
        linear-gradient(180deg, #fbfcfd 0%, #eef1f4 100%);
    overflow: hidden;
}
body#anasayfa .hero-sc::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(54, 86, 105, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(54, 86, 105, .04) 1px, transparent 1px);
    background-size: 46px 46px;
    pointer-events: none;
}
body#anasayfa .hero-sc > .container { position: relative; z-index: 1; }

body#anasayfa .hero-sc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body#anasayfa .hero-sc-row > [class*="col-"] { float: none; }

/* Vitrin bir bolum olarak kullanildiginda ust header-payi boslugu gerekmez
   (makine hero zaten sabit header'i karsilar). */
body#anasayfa .hero-sc-section {
    padding-top: 100px;
    padding-bottom: 90px;
}

body#anasayfa .hero-sc-text { padding-right: 20px; }
body#anasayfa .hero-sc-text h1,
body#anasayfa .hero-sc-text h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -.7px;
    color: var(--ink);
    margin: 0 0 16px;
}
body#anasayfa .hero-sc-text h1 .accent,
body#anasayfa .hero-sc-text h2 .accent { color: var(--red); }
body#anasayfa .hero-sc-text p {
    font-size: 16.5px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0 0 26px;
    max-width: 480px;
}

/* Vitrin */
body#anasayfa .sc-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(20, 35, 47, .18);
    background: #e9edf0;
}
body#anasayfa .sc-imgwrap {
    position: relative;
    padding-top: 64%;              /* en-boy orani (stage) */
    background: linear-gradient(160deg, #f3f5f7, #e3e8ec);
}
body#anasayfa .sc-imgwrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .2s ease;
}
body#anasayfa .sc-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    background: var(--red);
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(208, 10, 1, .3);
}
body#anasayfa .sc-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 64px 26px 24px;
    background: linear-gradient(to top, rgba(14, 26, 35, .94) 12%, rgba(14, 26, 35, .6) 55%, transparent);
}
body#anasayfa .sc-no {
    font-family: 'Courier New', monospace;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--red);
}
body#anasayfa .sc-cap-body { flex: 1; }
body#anasayfa .sc-cap-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
}
body#anasayfa .sc-cap-body p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body#anasayfa .sc-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
}
body#anasayfa .sc-link i { color: var(--red); transition: transform .3s ease; }
body#anasayfa .sc-link:hover { color: #fff; }
body#anasayfa .sc-link:hover i { transform: translateX(4px); }

body#anasayfa .sc-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}
body#anasayfa .sc-thumb {
    width: 66px;
    height: 60px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(20, 35, 47, .08);
    transition: var(--bts-ease);
}
body#anasayfa .sc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: var(--bts-ease);
}
body#anasayfa .sc-thumb:hover {
    transform: translateY(-3px);
    border-color: rgba(208, 10, 1, .4);
}
body#anasayfa .sc-thumb:hover img { filter: grayscale(0); }
body#anasayfa .sc-thumb.active {
    border-color: var(--red);
    box-shadow: 0 8px 20px rgba(208, 10, 1, .25);
}
body#anasayfa .sc-thumb.active img { filter: grayscale(0); }

@media (max-width: 991px) {
    body#anasayfa .hero-sc { padding: 120px 0 64px; }
    body#anasayfa .hero-sc-text {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    body#anasayfa .hero-sc-text p { margin-left: auto; margin-right: auto; }
    body#anasayfa .hero-cta { justify-content: center; }
    body#anasayfa .hero-sc-text h1, body#anasayfa .hero-sc-text h2 { font-size: 34px; }
    body#anasayfa .sc-thumbs { justify-content: center; }
}
@media (max-width: 480px) {
    body#anasayfa .hero-sc-text h1, body#anasayfa .hero-sc-text h2 { font-size: 27px; }
    body#anasayfa .banner-hero-title { font-size: 24px; }
    body#anasayfa .sc-cap { padding: 50px 18px 18px; }
    body#anasayfa .sc-cap-body h3 { font-size: 18px; }
    body#anasayfa .sc-thumb { width: 58px; height: 52px; }
}
@media (max-width: 360px) {
    body#anasayfa .banner-hero-title { font-size: 21px; }
    body#anasayfa .hero-sc-text h1, body#anasayfa .hero-sc-text h2 { font-size: 24px; }
}

/* -------------------------------------------------------------------------
 * 4) Banner — mobil/tablet hero (ESKI makine modeli icindi; artik kullanilmiyor)
 * ---------------------------------------------------------------------- */
@media (max-width: 1024px) {
    body#anasayfa .banner-area {
        position: relative;
        display: block;
    }
    /* Owl kapsayicilari tam yukseklik; her slayt kendi arka planini kaplar. */
    body#anasayfa .banner-area .mobile-slider,
    body#anasayfa .banner-area .owl-stage-outer,
    body#anasayfa .banner-area .owl-stage,
    body#anasayfa .banner-area .owl-item {
        height: 100%;
    }
    body#anasayfa .banner-area .mslide {
        position: relative;
        display: flex;
        /* USTTEN hizala: icerik uzayinca (baslik 3 satira sarinca) yukari
           tasip sabit header'in altina girmesin. */
        align-items: flex-start;
        /* sabit header (position:fixed) payini karsilamak icin ust bosluk;
           vh yerine sabit min-height -> mobilde asiri uzun banner olusmaz */
        min-height: 560px;
        padding: 158px 0 60px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    body#anasayfa .banner-area .mslide > .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, rgba(14, 26, 35, .90) 0%, rgba(20, 35, 47, .72) 100%);
    }
    body#anasayfa .banner-area .mslide > .container {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    body#anasayfa .banner-area .slider-title { text-align: left; }
    body#anasayfa .banner-area .bts-logo2 { max-width: 220px; margin-bottom: 22px; }
    body#anasayfa .banner-hero-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 26px;
        line-height: 1.25;
        color: #fff;
        margin: 0 0 14px;
    }
    body#anasayfa .banner-hero-sub {
        color: rgba(255, 255, 255, .85);
        font-size: 15.5px;
        line-height: 1.7;
        margin-bottom: 24px;
        max-width: 520px;
    }
    body#anasayfa .banner-area .slider-btn { display: flex; gap: 12px; flex-wrap: wrap; }
}

/* Banner mobil duzeltmeleri — 1024 blogundan SONRA gelir ki kazanabilsin.
   - orijinal .slider-title height:100vh mobilde asiri uzun banner uretiyordu
   - flex ogelerinin min-width:auto'su uzun basligin tasmasina yol aciyordu */
@media (max-width: 1024px) {
    body#anasayfa .banner-area .slider-title { height: auto; min-width: 0; }
    /* min-width:0 flex ogelerinin sarmasini saglar; max-width vermiyoruz ki
       logonun 220px siniri bozulmasin (onceki blokta tanimli). */
    body#anasayfa .banner-area .slider-title > * { min-width: 0; margin-top: 30px; }
    body#anasayfa .banner-hero-sub { max-width: 100%; }
}
@media (max-width: 480px) {
    body#anasayfa .banner-hero-title { font-size: 24px; }
}
@media (max-width: 360px) {
    body#anasayfa .banner-hero-title { font-size: 21px; }
}

/* -------------------------------------------------------------------------
 * 5) HAKKIMIZDA (split) — rafine
 * ---------------------------------------------------------------------- */
body#anasayfa .about-split-area { background: #fff; }
body#anasayfa .about-video {
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(20, 35, 47, .20);
}
body#anasayfa .about-badge {
    border-radius: 16px;
    padding: 20px 26px;
}
body#anasayfa .about-title {
    font-size: 40px;
    letter-spacing: -.5px;
    color: var(--ink);
}
body#anasayfa .about-lead { color: var(--muted); font-size: 16px; }
body#anasayfa .about-value-icon {
    border-radius: 14px;
    background: rgba(208, 10, 1, .08);
    color: var(--red);
}
body#anasayfa .about-value:hover .about-value-icon {
    background: var(--red);
    color: #fff;
}

/* Degerler artik video+yazinin ALTINDA tam genislik tek yatay sira (4 kart).
   Butonlar da onlarin altinda saga yasli. */
body#anasayfa .about-values-row {
    margin-top: 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Kartlar EN UZUN karta gore GERILMESIN: her kart kendi icerigi kadar
       boylanir (ustler hizali, kisa kartlarin altinda kocaman bosluk olmaz). */
    -webkit-align-items: stretch;
    align-items: stretch;
}
body#anasayfa .about-values-row > [class*="col-"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 24px;
}
body#anasayfa .about-values-row .about-value {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    /* custom.css eski 2x2 duzeni icin .about-value'ya flex:0 0 50% + max-width:50%
       + padding-right:18px veriyor; yeni tek-sira kartlarina sizip her karti
       kolonun YARISI yapiyordu (ince, sola yasli, sagi bos). Burada eziyoruz. */
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    padding-right: 30px;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(20, 35, 47, .09);
    border-radius: 14px;
    padding: 32px 30px;
    -webkit-box-shadow: 0 10px 30px rgba(20, 35, 47, .06);
    box-shadow: 0 10px 30px rgba(20, 35, 47, .06);
    -webkit-transition: -webkit-transform .18s ease, box-shadow .18s ease;
    transition: transform .18s ease, box-shadow .18s ease;
}
body#anasayfa .about-values-row .about-value:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 18px 42px rgba(20, 35, 47, .12);
    box-shadow: 0 18px 42px rgba(20, 35, 47, .12);
}
body#anasayfa .about-values-row .about-value-icon {
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 0 18px;
    flex: 0 0 auto;
}
body#anasayfa .about-values-row .about-value-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--ink);
}
body#anasayfa .about-values-row .about-value-body p {
    margin: 0;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.65;
}
body#anasayfa .about-actions-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 6px;
}
@media (max-width: 767px) {
    body#anasayfa .about-values-row { margin-top: 30px; }
    body#anasayfa .about-actions-row { justify-content: center; }
}

/* -------------------------------------------------------------------------
 * 6) HIZMETLER — modern kartlar
 * ---------------------------------------------------------------------- */
body#anasayfa .service-area { background: var(--surface); }

/* Esit yukseklik: bir satirdaki kartlar en uzun karta gore ayni boya gelir,
   "Detaylari Incele" linki karta sabit ALTA yaslanir. Boylece yazi uzunlugu
   degisse de kart altlari ve linkler hizalanir (satirlar kaymaz). */
body#anasayfa .service-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}
body#anasayfa .service-row > [class*="col-"] { display: flex; }
body#anasayfa .service-row .single-service-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}
body#anasayfa .service-row .single-service-item .service-card-link { margin-top: auto; }

body#anasayfa .single-service-item {
    display: block;
    position: relative;
    text-align: left !important;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 38px 32px 34px !important;
    margin-bottom: 26px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    min-height: 0 !important;
    transition: var(--bts-ease);
}
body#anasayfa .single-service-item::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 4px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s ease;
}
body#anasayfa .single-service-item:hover {
    border-color: transparent;
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}
body#anasayfa .single-service-item:hover::before { transform: scaleX(1); }

body#anasayfa .single-service-item .service-item-icon {
    width: 66px; height: 66px;
    margin: 0 0 22px;
    border-radius: 16px;
    background: rgba(54, 86, 105, .08);
    color: var(--bts-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    transition: var(--bts-ease);
}
body#anasayfa .single-service-item .service-item-icon i { color: inherit; font-size: inherit; }
body#anasayfa .single-service-item:hover .service-item-icon {
    background: var(--red);
    color: #fff;
    transform: translateY(-2px);
}
body#anasayfa .single-service-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 12px;
    text-align: left;
}
body#anasayfa .single-service-item p {
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 18px;
}
body#anasayfa .single-service-item .service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--red);
}
body#anasayfa .single-service-item .service-card-link i { transition: transform .35s ease; }
body#anasayfa .single-service-item:hover .service-card-link i { transform: translateX(5px); }

/* kucuk, ince kart indeksi (iri hayalet numara yerine) */
body#anasayfa .card-no {
    position: absolute;
    top: 30px; right: 32px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(54, 86, 105, .28);
}

body#anasayfa .services-all-btn,
body#anasayfa .portfolio-area .services-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    padding: 16px 34px;
    border-radius: 999px;
    background: var(--red);
    border: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(208, 10, 1, .26);
    transition: var(--bts-ease);
}
body#anasayfa .services-all-btn:hover {
    background: #b30901;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(208, 10, 1, .34);
}

/* -------------------------------------------------------------------------
 * 7) RAKAMLAR — navy parallax band, iri sayilar
 * ---------------------------------------------------------------------- */
body#anasayfa .facts-area {
    background: var(--nav) url(../images/banner2.jpg) center center / cover no-repeat fixed;
}
body#anasayfa .facts-area .overlay {
    background: linear-gradient(180deg, rgba(20, 35, 47, .92), rgba(14, 26, 35, .95));
}
body#anasayfa .single-facts-item {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 40px 16px !important;
    transition: var(--bts-ease);
}
body#anasayfa .single-facts-item:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(208, 10, 1, .4);
    transform: translateY(-6px);
}
body#anasayfa .single-facts-item .facts-icon {
    display: flex;
    margin: 0 auto 14px;
    width: 54px; height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(208, 10, 1, .16);
}
body#anasayfa .single-facts-item .facts-icon i { color: var(--red); font-size: 22px; }
body#anasayfa .single-facts-item .counter {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -1px;
}
body#anasayfa .single-facts-item .counter:after { color: var(--red); }
body#anasayfa .single-facts-item h6 {
    color: rgba(255, 255, 255, .72);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    margin-top: 10px;
}

/* -------------------------------------------------------------------------
 * 8) URUNLER — grayscale grid (hover renk), overlay baslik
 * ---------------------------------------------------------------------- */
body#anasayfa .portfolio-area { background: #fff; }
body#anasayfa .portfolio-project .design { margin-bottom: 28px; }

body#anasayfa .portfolio-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    transition: var(--bts-ease);
}
body#anasayfa .portfolio-item img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: transform .6s ease, filter .5s ease;
}
body#anasayfa .design:hover .portfolio-item {
    border-color: transparent;
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}
body#anasayfa .design:hover .portfolio-item img {
    filter: grayscale(0);
    transform: scale(1.06);
}
body#anasayfa .portfolio-item .overlay {
    background: linear-gradient(to top, rgba(14, 26, 35, .78) 0%, rgba(14, 26, 35, 0) 55%);
    opacity: 0;
    transition: var(--bts-ease);
}
body#anasayfa .design:hover .portfolio-item .overlay { opacity: 1; }

body#anasayfa .prod-no {
    position: absolute;
    top: 14px; left: 14px;
    z-index: 2;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(20, 35, 47, .5);
    padding: 4px 10px;
    border-radius: 20px;
    transition: var(--bts-ease);
}
body#anasayfa .design:hover .prod-no { background: var(--red); }

body#anasayfa .urunadi { padding: 18px 6px 4px; }
body#anasayfa .urunadi h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 4px;
    transition: var(--bts-ease);
}
body#anasayfa .design:hover .urunadi h6 { color: var(--red); }
body#anasayfa .urunadi-sub {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
}
body#anasayfa .urunadi-sub i { transition: transform .35s ease; }
body#anasayfa .design:hover .urunadi-sub { color: var(--red); }
body#anasayfa .design:hover .urunadi-sub i { transform: translateX(4px); }

/* -------------------------------------------------------------------------
 * 9) MUSTERI YORUMLARI — navy, temiz alinti kartlari
 * ---------------------------------------------------------------------- */
body#anasayfa .client-area {
    background: var(--nav-2) url(../images/client.jpg) center center / cover no-repeat fixed;
}
body#anasayfa .client-area .overlay {
    background: linear-gradient(180deg, rgba(20, 35, 47, .93), rgba(14, 26, 35, .96));
}
body#anasayfa .client-single-item {
    position: relative;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 48px 44px 40px;
    margin: 0 10px;
}
body#anasayfa .client-single-item::before {
    content: "\201C";
    position: absolute;
    top: 10px; left: 26px;
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1;
    color: rgba(208, 10, 1, .4);
}
body#anasayfa .client-single-item .white p {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.85;
    font-style: italic;
}
body#anasayfa .client-designation h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--red);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 16px;
}

/* -------------------------------------------------------------------------
 * 10) PARTNERLER — temiz logo satiri
 * ---------------------------------------------------------------------- */
body#anasayfa .partner-area { background: var(--surface); }
body#anasayfa .partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    transition: var(--bts-ease);
}
body#anasayfa .partner-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: .65;
    transition: var(--bts-ease);
}
body#anasayfa .partner-item:hover {
    border-color: rgba(208, 10, 1, .35);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}
body#anasayfa .partner-item:hover img { filter: grayscale(0); opacity: 1; }

/* -------------------------------------------------------------------------
 * 11) ILETISIM — modern form + bilgi
 * ---------------------------------------------------------------------- */
body#anasayfa .contact-area { background: #fff; }
body#anasayfa .contact-area .map {
    margin-bottom: 44px;
}
body#anasayfa .contact-area .map iframe {
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
    filter: grayscale(30%);
    transition: var(--bts-ease);
}
body#anasayfa .contact-area .map iframe:hover { filter: none; }

body#anasayfa .contact-field-area .text-field,
body#anasayfa .contact-field-area textarea {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 15px 18px;
    margin-bottom: 18px;
    font-size: 15px;
    color: var(--ink);
    transition: var(--bts-ease);
}
body#anasayfa .contact-field-area textarea { min-height: 150px; resize: vertical; }
body#anasayfa .contact-field-area .text-field:focus,
body#anasayfa .contact-field-area textarea:focus {
    outline: 0;
    background: #fff;
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(208, 10, 1, .10);
}
body#anasayfa .contact-field-area .btn3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 999px;
    background: var(--red);
    border: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--bts-ease);
}
body#anasayfa .contact-field-area .btn3:hover {
    background: #b30901;
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(208, 10, 1, .3);
}

body#anasayfa .contact-info {
    background: var(--nav);
    border-radius: 18px;
    padding: 40px 36px;
    height: 100%;
}
body#anasayfa .contact-info h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0 0 26px;
    padding: 0;
}
body#anasayfa .contact-info ul { list-style: none; padding: 0; margin: 0; }
body#anasayfa .contact-info li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
body#anasayfa .contact-info li:last-child { border-bottom: 0; }
body#anasayfa .contact-info .contact-icon {
    width: 46px; height: 46px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(208, 10, 1, .18);
}
body#anasayfa .contact-info .contact-icon i { color: var(--red); font-size: 18px; }
body#anasayfa .contact-info .info-text {
    color: rgba(255, 255, 255, .78);
    font-size: 14.5px;
    line-height: 1.65;
}
body#anasayfa .contact-info .info-text strong { color: #fff; font-weight: 600; }
body#anasayfa .contact-info .info-text a { color: rgba(255, 255, 255, .78); }
body#anasayfa .contact-info .info-text a:hover { color: #fff; }
body#anasayfa .contact-info-more {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-size: 13px;
    transition: var(--bts-ease);
}
body#anasayfa .contact-info-more:hover { background: #b30901; color: #fff; transform: translateY(-3px); }

/* -------------------------------------------------------------------------
 * 12) Responsive
 * ---------------------------------------------------------------------- */
@media (max-width: 991px) {
    body#anasayfa section.ptb-1 { padding-top: 72px; padding-bottom: 72px; }
    body#anasayfa .section-top h2 { font-size: 32px; }
    body#anasayfa .about-title { font-size: 30px; }
    body#anasayfa .single-facts-item .counter { font-size: 44px; }
    body#anasayfa .contact-info { margin-top: 30px; }
}
@media (max-width: 767px) {
    body#anasayfa section.ptb-1 { padding-top: 58px; padding-bottom: 58px; }
    body#anasayfa .section-top h2 { font-size: 26px; }
    body#anasayfa .section-top { margin-bottom: 16px; }
    body#anasayfa .single-service-item { padding: 28px 24px !important; }
    body#anasayfa .hero-head h1 { font-size: 30px; }
    body#anasayfa .hero-head p { font-size: 15px; }

    /* iOS/mobil: parallax (background-attachment:fixed) bozuk/zumlu gorunur;
       normal kaydiran zemine cevir. */
    body#anasayfa .facts-area,
    body#anasayfa .client-area {
        background-attachment: scroll;
        background-position: center center;
    }

    /* Musteri yorumu kartinda ic bosluklari kucult */
    body#anasayfa .client-single-item { padding: 40px 26px 34px; margin: 0 4px; }
    body#anasayfa .client-single-item .white p { font-size: 15.5px; line-height: 1.75; }

    /* Iletisim: bilgi karti alt bosluk + ic padding */
    body#anasayfa .contact-info { padding: 32px 26px; }

    /* ======= URUN VITRINI: caption'i gorsel uzerine bindirme yerine
       gorselin ALTINA tasi (mobilde ust uste binme olmaz) ======= */
    body#anasayfa .sc-imgwrap { padding-top: 70%; }
    body#anasayfa .sc-cap {
        position: static;
        background: var(--nav);
        padding: 20px 22px 22px;
        border-radius: 0 0 20px 20px;
        gap: 12px;
    }
    body#anasayfa .sc-main { box-shadow: 0 18px 40px rgba(20, 35, 47, .16); }
    body#anasayfa .sc-no { font-size: 24px; }
    body#anasayfa .sc-cap-body h3 { font-size: 19px; }
    body#anasayfa .sc-badge { top: 12px; left: 12px; font-size: 10px; padding: 6px 12px; }
    body#anasayfa .sc-thumbs { justify-content: flex-start; gap: 10px; }
    body#anasayfa .sc-thumb { width: 60px; height: 54px; }
}
@media (max-width: 480px) {
    body#anasayfa section.ptb-1 { padding-top: 48px; padding-bottom: 48px; }
    body#anasayfa .section-top h2 { font-size: 24px; }
    body#anasayfa .hero-head h1 { font-size: 26px; }
    body#anasayfa .banner-hero-title { font-size: 25px; }
    body#anasayfa .banner-area .slider-btn { width: 100%; }
    body#anasayfa .banner-area .btn-x { flex: 1 1 auto; justify-content: center; }
    body#anasayfa .hero-cta { width: 100%; }
    body#anasayfa .hero-cta .btn-x { flex: 1 1 auto; justify-content: center; }
    body#anasayfa .about-title { font-size: 26px; }
    /* tema responsive.css <480'de .single-facts-item{height:150px} veriyor;
       icerigi kirpmasin diye serbest birak */
    body#anasayfa .single-facts-item { padding: 30px 14px !important; height: auto !important; margin-top: 0 !important; }
    body#anasayfa .single-facts-item .counter { font-size: 40px; }
    body#anasayfa .sc-thumb { width: 54px; height: 48px; }
}
