:root {
    --base-color: #0096B1;
    --green: #195828;
    --dark-gray: #1f2220;
    --medium-gray: #828282;
    --very-light-gray: #f7f7f7;
}


   
      @media only screen and (min-width: 2000px) {
        .container { padding-left: 0 !important; padding-right: 0 !important; }
      }
      @media only screen and (min-width: 1400px) and (max-width: 1999px) {
        .container { padding-left: 40px !important; padding-right: 40px !important; }
      }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .container { padding-left: 40px !important; padding-right: 40px !important; }
      }
      @media only screen and (min-width: 993px) and (max-width: 1199px) {
        .container { padding-left: 40px !important; padding-right: 40px !important; }
      }
      .slider-section .section-title { font-size: 80px !important; }
      @media only screen and (min-width: 1500px) {
        .slider-section .section-title { font-size: 105px !important; }
      }
      @media only screen and (max-width: 1399px) {
        .slider-section .section-title { font-size: 70px !important; }
      }
      @media only screen and (max-width: 1199px) {
        .slider-section .section-title { font-size: 64px !important; }
      }
      @media only screen and (max-width: 992px) {
        .slider-section .section-title { font-size: 52px !important; }
      }
      @media only screen and (max-width: 767px) {
        .slider-section .section-title { font-size: 50px !important; }
      }
      @media only screen and (max-width: 480px) {
        .slider-section .section-title { font-size: 40px !important; }
      }

      /* Hero (banner) başlığı: en büyük ekranlarda bile tema varsayılanı (120px)
         yerine 100px kullanılıyor, laptop ve altı genişliklerde kademeli küçültülüyor. */
      .hero-wrap .hero-content .section-heading .section-title { font-size: 95px !important; }
      @media only screen and (max-width: 1999px) {
        .hero-wrap .hero-content .section-heading .section-title { font-size: 70px !important; }
      }
      @media only screen and (max-width: 1440px) {
        .hero-wrap .hero-content .section-heading .section-title { font-size: 50px !important; }
      }
      @media only screen and (max-width: 1199px) {
        .hero-wrap .hero-content .section-heading .section-title { font-size: 40px !important; }
      }
      @media only screen and (max-width: 992px) {
        .hero-wrap .hero-content .section-heading .section-title { font-size: 42px !important; }
      }
      @media only screen and (max-width: 767px) {
        .hero-wrap .hero-content .section-heading .section-title { font-size: 36px !important; }
      }
      @media only screen and (max-width: 480px) {
        .hero-wrap .hero-content .section-heading .section-title { font-size: 30px !important; }
      }

      /* Hero görseli: tema varsayılanı (820px sabit yükseklik) laptop/masaüstü
         ekranlarda içeriğin ekran dışına taşmasına sebep oluyordu. Yüklenecek
         görsellerin 1600x849 oranında olması bekleniyor; container da aynı
         orana (aspect-ratio) kilitlenip genişliğe göre otomatik yükseklik
         alıyor, böylece görsel her ekranda orantılı kalıyor. */
      .hero-wrap .hero-img { height: auto !important; width: 100% !important; max-width: 100% !important; aspect-ratio: 1600 / 849 !important; }

      /* Hero içerik paragrafı ve buton: küçük ekranlarda taşmayı önlemek için */
      .hero-wrap .hero-content .section-heading p { max-width: 100% !important; width: 100% !important; }
      @media only screen and (max-width: 767px) {
        .hero-wrap .hero-content .section-heading p { font-size: 16px !important; }
      }

      /* index.php diğer bölüm başlıkları (section-title): tema sadece
         1199px altında küçültüyordu, 1199 üstü (laptop/masaüstü/4K)
         için de kademeli küçülme eklendi. 1199px ve altı tema
         varsayılanıyla devam ediyor. */
      .about-section-4 .section-title,
      .project-section-3 .section-title,
      .service-section-4 .section-title,
      .cta-section-3 .section-title,
      .faq-section .section-title,
      .blog-section .section-title {
        font-size: 60px;
      }
      @media only screen and (max-width: 1999px) {
        .about-section-4 .section-title,
        .project-section-3 .section-title,
        .service-section-4 .section-title,
        .cta-section-3 .section-title,
        .faq-section .section-title,
        .blog-section .section-title { font-size: 52px !important; }
      }
      @media only screen and (max-width: 1440px) {
        .about-section-4 .section-title,
        .project-section-3 .section-title,
        .service-section-4 .section-title,
        .cta-section-3 .section-title,
        .faq-section .section-title,
        .blog-section .section-title { font-size: 44px !important; }
      }

      .project-item-7 .project-content p { font-size: 20px; }
      .project-item-7 .project-content .proje-ust-kategori { display: block; font-size: 13px; color: rgba(255,255,255,0.65); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; margin-bottom: 6px; }
      .project-item-7 .project-content .title { font-size: 50px !important; }
      .project-item-7 .project-thumb:before { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%) !important; height: 65% !important; opacity: 1 !important; }
      @media only screen and (max-width: 992px) {
        .project-item-7 .project-content .title { font-size: 36px !important; }
        .project-item-7 .project-thumb:before { height: 220px !important; }
      }
      @media only screen and (max-width: 767px) {
        .project-item-7 .project-thumb:before { height: 160px !important; }
      }
      .project-carousel { overflow: hidden !important; }
      .project-carousel .swiper-wrapper > div:nth-child(2n+1) { margin-top: 0 !important; }
      .project-carousel .swiper-arrow { display: flex; align-items: center; justify-content: center; column-gap: 12px; margin-top: 30px; }
      .project-carousel .swiper-nav { background-color: var(--tl-color-theme-primary); color: var(--tl-color-common-white); display: flex; align-items: center; justify-content: center; height: 50px; width: 50px; border-radius: 50%; transition: all .3s ease-in-out; border: 1px solid transparent; cursor: pointer; }
      .project-carousel .swiper-nav:hover { background-color: transparent; border-color: var(--tl-color-theme-primary); color: var(--tl-color-theme-primary); }
      .service-section .row > [class*="col-"] { display: flex; }
      .service-item { height: 100%; display: flex; flex-direction: column; }
      .service-item p { flex: 1; }
      @media only screen and (max-width: 767px) {
        .service-item .service-top .title { font-size: 25px !important; }
      }
      
      



/* about-section-2 ve blog-details padding responsive */
@media (max-width: 991px) {
    .about-section-2.pt-100,
    .blog-details.pt-100 { padding-top: 60px !important; }
    .about-section-2.pb-100,
    .blog-details.pb-100 { padding-bottom: 60px !important; }
}
@media (max-width: 767px) {
    .about-section-2.pt-100,
    .blog-details.pt-100 { padding-top: 40px !important; }
    .about-section-2.pb-100,
    .blog-details.pb-100 { padding-bottom: 40px !important; }
}
@media (max-width: 575px) {
    .about-section-2.pt-100,
    .blog-details.pt-100 { padding-top: 30px !important; }
    .about-section-2.pb-100,
    .blog-details.pb-100 { padding-bottom: 30px !important; }
}

.page-header .page-header-content {
    padding: 50px 0 50px 0;
}
@media (min-width: 992px){
    .banner-top-space-margin {
        margin-top: 150px;
    }
    .page-header .page-header-content {
    padding: 100px 0 100px 0;
}
}


/* Ana sayfa hero (slider) alanı: header artık üst bar yüzünden
   42px aşağı kaydığı için, hero'nun üst boşluğu da aynı miktarda
   artırıldı (site genelindeki .pt-130 utility'si etkilenmesin diye
   sadece hero-wrap'e özel scope edildi). */
.hero-wrap.pt-130 {
    padding-top: 200px !important;
}
@media only screen and (max-width: 992px) {
    .hero-wrap.pt-130 { padding-top: 162px !important; }
}
@media only screen and (max-width: 767px) {
    .hero-wrap.pt-130 { padding-top: 132px !important; }
}
 .page-header .page-header-content .title {
        font-size: 60px !important;
    }
/* page-header title responsive */
@media (max-width: 1899px) {
    .page-header .page-header-content .title {
        font-size: 50px !important;
    }
}
@media (max-width: 991px) {
    .page-header .page-header-content .title {
        font-size: 48px !important;
    }
}
@media (max-width: 767px) {
    .page-header .page-header-content .title {
        font-size: 36px !important;
    }
}
@media (max-width: 480px) {
    .page-header .page-header-content .title {
        font-size: 30px !important;
    }
    
}


/* =============================================
   PROJE HISTORY CAROUSEL
   ============================================= */
.history-carousel-wrap {
    margin-bottom: 3rem;
}

/* sayfa alt başlık h5 responsive */
.about-section-2 .col-lg-12 > h5 {
    font-size: 28px;
}
@media (max-width: 1199px) {
    .about-section-2 .col-lg-12 > h5 { font-size: 24px; }
}
@media (max-width: 991px) {
    .about-section-2 .col-lg-12 > h5 { font-size: 20px; }
}
@media (max-width: 767px) {
    .about-section-2 .col-lg-12 > h5 { font-size: 20px; }
}
@media (max-width: 480px) {
    .about-section-2 .col-lg-12 > h5 { font-size: 20px; }
}

.history-carousel-wrap::before {
    display: none;
}

.history-item .history-content {
    position: relative;
}

.history-item .history-content::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -48px;
    width: 200vw;
    height: 1px;
    background-color: #9f9fa459;
    opacity: 0.24;
    z-index: -1;
}

.history-item .history-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}

.history-item .history-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.history-item .history-content .title a {
    color: var(--dark-gray);
    text-decoration: none;
}

.history-item .history-content .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.history-item .history-content .title a {
    color: var(--dark-gray);
    text-decoration: none;
    transition: color 0.2s ease;
}

.history-item .history-content .title a:hover {
    color: var(--base-color);
}

.history-item .history-content p {
    font-size: 18px; line-height: 1.6;
    font-weight: 400;
    color: var(--medium-gray);
    max-width: 100%;
}

.proje-nav-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.proje-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--dark-gray);
    background-color: transparent;
    color: var(--dark-gray);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.proje-nav-btn:focus {
    border: 1px solid var(--dark-gray);
    background-color: transparent;
    color: var(--dark-gray);
}

.proje-nav-btn:hover {
    background-color: var(--tl-color-theme-primary);
    border-color: var(--tl-color-theme-primary);
    color: #fff;
}

/* =============================================
   GALERİ HOVER
   ============================================= */
.page-gallery-section .gallery-box,
.project-gallery-section .gallery-box {
    border-radius: 10px;
    overflow: hidden;
}

.page-gallery-section .gallery-image,
.project-gallery-section .gallery-image {
    border-radius: 10px;
    overflow: hidden;
}

.page-gallery-section .gallery-image img,
.project-gallery-section .gallery-image img {
    transition: transform 0.4s ease, filter 0.4s ease;
}

.page-gallery-section .gallery-image:hover img,
.project-gallery-section .gallery-image:hover img {
    transform: scale(1.06);
    filter: blur(1.5px);
}

.gallery-image .gallery-hover {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.35);
}

.gallery-image:hover .gallery-hover {
    opacity: 1;
}

/* =============================================
   DÖKÜMAN İNDİRME
   ============================================= */
.document-download-section {
    margin-bottom: 3rem;
}

.document-download-grid .card {
    border-radius: 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background-color: #fff;
}

.document-download-grid .card:hover {
    transform: translateY(-2px);
}

.document-download-grid .card-body {
    gap: 0;
}

.document-download-grid .w-45px {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.document-card-meta {
    font-size: 12px;
    color: var(--medium-gray);
    letter-spacing: 0.03em;
}

@media (max-width: 480px) {
    .document-download-grid .card-body {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }
    .document-download-grid .ms-3 {
        margin-left: 0 !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

/* =============================================
   ALT SAYFA KARTLARI (col-lg-6 kart tipi)
   ============================================= */
.alt-sayfa-kart {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.alt-sayfa-kart:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    transform: translateY(-4px);
    text-decoration: none;
}

.alt-sayfa-kart-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.alt-sayfa-kart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.alt-sayfa-kart:hover .alt-sayfa-kart-img img {
    transform: scale(1.05);
}

.alt-sayfa-kart-body {
    padding: 24px 28px;
}

.alt-sayfa-kart-baslik {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 10px;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.alt-sayfa-kart:hover .alt-sayfa-kart-baslik {
    color: var(--base-color);
}

.alt-sayfa-kart-aciklama {
    font-size: 15px;
    color: var(--medium-gray);
    line-height: 1.6;
}

.alt-sayfa-kart-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--base-color);
    letter-spacing: 0.02em;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.alt-sayfa-kart:hover .alt-sayfa-kart-btn {
    border-color: var(--base-color);
}

/* =============================================
   ALT SAYFA KUTULARI (liste tipi)
   ============================================= */
.alt-sayfa-kutu {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 16px 22px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    height: 100%;
}

.alt-sayfa-kutu:hover {
    background-color: var(--base-color);
    border-color: var(--base-color);
    transform: translateX(4px);
    text-decoration: none;
}

.alt-sayfa-kutu-baslik {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-gray);
    transition: color 0.25s ease;
    line-height: 1.4;
}

.alt-sayfa-kutu:hover .alt-sayfa-kutu-baslik {
    color: #fff;
}

.alt-sayfa-kutu-baslik i {
    color: var(--base-color);
    transition: color 0.25s ease;
}

.alt-sayfa-kutu:hover .alt-sayfa-kutu-baslik i {
    color: #fff;
}

@media (max-width: 767px) {
    .alt-sayfa-kart-body {
        padding: 18px 20px;
    }
    .alt-sayfa-kart-baslik {
        font-size: 17px;
    }
    .alt-sayfa-kutu {
        padding: 14px 18px;
    }
}

/* =============================================
   KATEGORİ GENİŞ KART (ustmenu 49 - resim solda, hoverda tam arkaplan)
   ============================================= */
.kategori-genis-kart {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    border-left: 6px solid var(--base-color);
    background-color: #fff;
}

.kategori-genis-kart:hover {
    text-decoration: none;
}

.kategori-genis-kart-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 42%;
    background-size: cover;
    background-position: center;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
}

.kategori-genis-kart-img-mobile {
    display: none;
}

.kategori-genis-kart-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 45, 54, 0.45);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 2;
    pointer-events: none;
}

.kategori-genis-kart-body {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    margin-left: 42%;
    width: 58%;
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kategori-genis-kart-baslik {
    font-size: clamp(18px, 1.4vw + 10px, 24px);
    font-weight: 500;
    color: var(--base-color);
    margin-bottom: 14px;
    line-height: 1.3;
    transition: color 0.5s ease;
}

.kategori-genis-kart-aciklama {
    font-size: clamp(14px, 0.25vw + 10.5px, 15px);
    color: var(--dark-gray);
    line-height: 1.7;
    margin-bottom: 22px;
    transition: color 0.5s ease;
}

.kategori-genis-kart .tl-primary-btn {
    align-self: flex-start;
    font-size: 14px;
}

@media (min-width: 768px) {
    .kategori-genis-kart:hover .kategori-genis-kart-img {
        width: 100%;
    }

    .kategori-genis-kart:hover .kategori-genis-kart-overlay {
        opacity: 1;
    }

    .kategori-genis-kart:hover .kategori-genis-kart-baslik {
        color: #fff;
    }

    .kategori-genis-kart:hover .kategori-genis-kart-aciklama {
        color: #fff;
    }

    .kategori-genis-kart:hover .tl-primary-btn {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 767px) {
    .kategori-genis-kart {
        flex-direction: column;
        height: auto;
        min-height: auto;
        border-left: none;
        border-top: 6px solid var(--base-color);
    }

    .kategori-genis-kart-img {
        display: none;
    }

    .kategori-genis-kart-img-mobile {
        display: block;
        position: static;
        width: 100%;
        height: auto;
    }

    .kategori-genis-kart-overlay {
        display: none;
    }

    .kategori-genis-kart-body {
        margin-left: 0;
        width: 100%;
        padding: 24px 22px;
    }
}


.fw4 {
    font-weight: 400 !important;
}

.fw8 {
    font-weight: 800 !important;
}
.fs30 {
    font-size:30px !important;
}
/* =============================================
   İLETİŞİM BİLGİLERİ
   ============================================= */
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-info-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--base-color);
}

.contact-info-value,
.contact-info-item p.contact-info-value {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-gray);
    text-decoration: none;
    margin: 0;
    line-height: 1.6;
}

a.contact-info-value:hover {
    color: var(--base-color);
}

/* =============================================
   VENOBOX FIX
   ============================================= */
.vbox-overlay,
.vbox-container,
.vbox-close,
.vbox-next,
.vbox-prev,
.vbox-backdrop {
    z-index: 999999 !important;
    pointer-events: all !important;
    touch-action: manipulation !important;
}

.vbox-close {
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
}


/* =============================================
   COOKIE CONSENT
   ============================================= */
.cookie-consent {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 99999;
    background: var(--dark-gray);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.22);
    padding: 22px 24px;
    max-width: 320px;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookie-consent-text {
    font-size: 13px;
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
    margin: 0;
}

.cookie-consent-text a {
    color: var(--base-color);
    text-decoration: none;
    font-weight: 600;
}

.cookie-consent-text a:hover {
    text-decoration: underline;
}

.cookie-consent-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    flex: 1;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.cookie-btn-accept {
    background-color: var(--base-color);
    color: #fff;
}

.cookie-btn-accept:hover {
    background-color: #036374;
    color: #fff;
}

.cookie-btn-reject {
    background-color: transparent;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
}

.cookie-btn-reject:hover {
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}

@media (max-width: 480px) {
    .cookie-consent {
        bottom: 16px;
        right: 16px;
        left: 16px;
        max-width: 100%;
        width: auto;
        padding: 16px 18px;
        gap: 12px;
        border-radius: 12px;
    }
    .cookie-consent-text {
        font-size: 12px;
    }
    .cookie-btn {
        padding: 8px 8px;
        font-size: 11px;
    }
}

/* =============================================
   FULL SCREEN SLIDER
   ============================================= */
.slider-section {
    height: 100vh;
    height: 100dvh;
    width: 100%;
    min-height: 600px;
}

.slider-section .antra-slider,
.slider-section .swiper-slide,
.slider-section .slider-item {
    height: 100%;
    width: 100%;
}

.slider-section .slider-item {
    display: flex;
    align-items: center;
}

.slider-section .slider-container {
    width: 100%;
}

.slider-section .slider-content-wrap {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
    width: 100%;
}

@media (max-width: 991px) {
    .slider-section .slider-content-wrap {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 767px) {
    .slider-section {
        height: 100vh;
        height: 100dvh;
        min-height: 500px;
    }
    .slider-section .slider-content-wrap {
        padding-top: 90px !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 480px) {
    .slider-section {
        height: 100vh;
        height: 100dvh;
        min-height: 420px;
    }
    .slider-section .slider-content-wrap {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }
}

/* =============================================
   PROJECT-ITEM-7 BAŞLIK RESPONSIVE
   ============================================= */
.project-item-7 .project-content .title {
    font-size: 28px !important;
}

@media (max-width: 1399px) {
    .project-item-7 .project-content .title { font-size: 24px !important; }
}

@media (max-width: 1199px) {
    .project-item-7 .project-content .title { font-size: 22px !important; }
}

@media (max-width: 991px) {
    .project-item-7 .project-content .title { font-size: 20px !important; }
}

@media (max-width: 767px) {
    .project-item-7 .project-content .title { font-size: 18px !important; }
}

/* =============================================
   PROJECT-ITEM-7 MOBİL YATAY SLIDER
   ============================================= */
@media (min-width: 992px) {
    .proje7-swiper {
        overflow: visible !important;
    }
    .proje7-swiper .swiper-wrapper {
        display: block !important;
        transform: none !important;
    }
    .proje7-swiper .swiper-slide {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .project-item-7 {
        margin-bottom: 0 !important;
    }
}

/* =============================================
   PROJECT-ITEM-7 DİKEY ORAN
   ============================================= */
.project-item-7 .project-thumb {
    height: auto !important;
    aspect-ratio: 3/4 !important;
    max-height: 70vh;
    width: 100%;
}

.project-item-7 .project-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

/* =============================================
   ODOMETER TITLE KÜÇÜLTME (tüm ekranlar)
   ============================================= */
.about-counter-wrap .counter-content .title {
    font-size: 260px !important;
}

@media (max-width: 1199px) {
    .about-counter-wrap .counter-content .title {
        font-size: 200px !important;
    }
}

@media (max-width: 991px) {
    .about-counter-wrap .counter-content .title {
        font-size: 160px !important;
    }
}

@media (max-width: 767px) {
    .about-counter-wrap .counter-content .title {
        font-size: 120px !important;
    }
}


/* =============================================
   COUNTER ODOMETER RAKAM KIRPILMASI
   Başlık fontu 'Cal Sans' (Google Fonts) düzgün yüklenmediğinde rakamlar
   'serif' (Times) fallback'ine düşüyor ve odometer'ın overflow:hidden'lı
   iç kutusunda "0" gibi rakamların kenarı kırpılıyordu. Odometer
   rakamlarına, her zaman render olan güvenli bir sans-serif font verilerek
   kırpılma gideriliyor. Ayrıca dikey nefes payı için line-height açılıyor.
   ============================================= */
.counter-section .counter-item .title .odometer,
.counter-section .counter-item .title .odometer.odometer-auto-theme,
.counter-section .counter-item .title .odometer.odometer-theme-default,
.counter-section .counter-item .title .icon {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}
.counter-section .counter-item .title {
    line-height: 1.25 !important;
}
/* Odometer rakamları hiçbir koşulda alt alta (dikey) dizilmesin; sayı tek
   satırda kalsın ve flex içinde sıkışıp kırpılmasın. */
.counter-section .counter-item .title .odometer {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* =============================================
   ANA SAYFA COUNTER BÖLÜMÜ (.counter-brand)
   Not: sayfalar.php id=34 icinde beyaz zeminli baska bir .counter-section
   var; bu stiller oraya sizmasin diye ayri sinifa baglandi.
   ============================================= */
.counter-brand {
    position: relative;
    overflow: hidden;
    padding: 90px 0 !important;
    background: linear-gradient(135deg, #0099B5 0%, #00637A 100%);
}
/* Sade düzen: arkada filigran ikon, önde dev rakam, etiket ve açıklama */
.counter-brand .counter-item {
    position: relative;
    height: 100%;
    padding: 0 12px;
    background: none;
    border: none;
    text-align: center;
}
/* sütunlar arasında ince dikey ayraç */
@media (min-width: 992px) {
    .counter-brand [class*="col-lg-3"] {
        position: relative;
    }
    .counter-brand [class*="col-lg-3"] + [class*="col-lg-3"]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .32) 25%, rgba(255, 255, 255, .32) 75%, transparent);
    }
}

/* koyu zemin için yazı renkleri */
.counter-brand .counter-item .title,
.counter-brand .counter-item .title .odometer,
.counter-brand .counter-item .title .icon,
.counter-brand .counter-item .sub-title {
    color: #ffffff;
}
/* rakam: iri, sıkı harf aralıklı; ek (+ / K+ / M+) bir tık küçük ve soluk */
.counter-brand .counter-item .title {
    position: relative;
    z-index: 1;
    font-size: 74px !important;
    letter-spacing: -.03em;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 0;
    border-bottom: none !important;
}
/* ek alanı ".2K+" gibi rakam da içerebildiği için rakamla aynı boyutta
   kalmalı; sadece bir tık soluk */
.counter-brand .counter-item .title .icon {
    font-size: 1em;
    color: rgba(255, 255, 255, .88);
    margin-left: 0;
    letter-spacing: -.025em;
}
/* alt başlık: küçük, harf aralıklı, büyük harf - kurumsal duruş */
.counter-brand .counter-item .sub-title {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.counter-brand .counter-item p {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1.65;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, .68);
}
@media (max-width: 1199px) {
    .counter-brand .counter-item .title { font-size: 58px !important; }
    .counter-brand .counter-watermark { font-size: 76px; }
}
@media (max-width: 991px) {
    .counter-brand .counter-item .title { font-size: 46px !important; }
}
/* mobilde 2'li ızgara: rakam ve yazılar sığacak şekilde küçülür */
@media (max-width: 767px) {
    .counter-brand .counter-item { padding: 0 6px; }
    .counter-brand .counter-item .title { font-size: 38px !important; margin-bottom: 6px !important; }
    .counter-brand .counter-item .sub-title { font-size: 12px; letter-spacing: .1em; margin-bottom: 8px; }
    .counter-brand .counter-item p { font-size: 13px; line-height: 1.5; padding-bottom: 0; }
}
@media (max-width: 400px) {
    .counter-brand .counter-item .title { font-size: 32px !important; }
    .counter-brand .counter-item .sub-title { font-size: 11px; }
    .counter-brand .counter-item p { font-size: 12px; }
}

@media (max-width: 767px) {
    .counter-brand { padding: 60px 0 !important; }
    .counter-brand .counter-item { padding: 0; }
}

/* =============================================
   COUNTER & ABOUT RESİMLERİ MOBİL YAN YANA
   ============================================= */
@media (max-width: 991px) {
    .counter-img,
    .about-img-1 {
        display: none !important;
    }
}

.contact-map {
    min-height: 200px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 200px;
    border-radius: 10px;
    border: 0;
    display: block;
}

.section-heading .section-title { text-transform: none;}




/* =============================================
   WHATSAPP FLOAT BUTTON
   ============================================= */
/* #scroll-percentage ile aynı hiza ve aynı boyut (60x60), onun hemen üstünde */
.whatsapp-float {
    position: fixed;
    bottom: 124px;              /* 50 (scroll bottom) + 60 (yükseklik) + 14 (boşluk) */
    right: 50px;                /* #scroll-percentage ile aynı sağ hiza */
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff !important;
    font-size: 32px;
    box-shadow: 0px 11px 41px 3px rgba(23,67,63,.12);
    z-index: 100;
    transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover,
.whatsapp-float:active,
.whatsapp-float:focus,
.whatsapp-float:visited {
    color: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(37,211,102,.6);
}
.whatsapp-float.whatsapp-float-left {
    right: auto;
    left: 50px;
}
@media only screen and (max-width: 992px) {
    .whatsapp-float {
        bottom: 104px;          /* 30 + 60 + 14 */
        right: 30px;
    }
    .whatsapp-float.whatsapp-float-left {
        right: auto;
        left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .whatsapp-float {
        bottom: 94px;           /* 20 + 60 + 14 */
        right: 20px;
    }
    .whatsapp-float.whatsapp-float-left {
        right: auto;
        left: 20px;
    }
}

/* =============================================
   PROJELER KART GÖRSELİ - 4:3 ORAN
   ============================================= */
.proje-card .post-thumb {
    height: auto;
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
}
.proje-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Proje kart başlığı - küçültülmüş ve responsive */
.proje-card .post-content .title {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 2px;
    /* En fazla 2 satır; fazlası "..." ile kırpılır */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* subgrid desteklenmeyen eski tarayıcılarda hizayı koruyan yedek */
    min-height: calc(1.35em * 2);
}

/* Modern tarayıcılar: başlık alanı, o satırdaki EN UZUN başlık kadar yer kaplar.
   Hepsi tek satırsa boşluk kalmaz, biri iki satırsa hepsi ona hizalanır. */
@supports (grid-template-rows: subgrid) {
    .proje-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;                 /* g-4 ile aynı */
        margin-left: 0;
        margin-right: 0;
    }
    .proje-row > [class*="col-"] {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;            /* görsel + başlık + özet */
        flex: none;
        width: auto;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
    .proje-row .proje-card {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
    }
    .proje-row .proje-card .post-content {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;            /* başlık + özet */
    }
    .proje-row .proje-card .post-content .title {
        min-height: 0;               /* sabit 2 satır rezervi kalksın */
    }
    /* Kart içi satır boşlukları (dıştaki 1.5rem sadece kartlar arasında kalsın) */
    .proje-row > [class*="col-"],
    .proje-row .proje-card,
    .proje-row .proje-card .post-content {
        row-gap: 10px;
    }
    @media only screen and (min-width: 768px) {
        .proje-row { grid-template-columns: repeat(2, 1fr); }
    }
    @media only screen and (min-width: 992px) {
        .proje-row { grid-template-columns: repeat(3, 1fr); }
    }
}
@media only screen and (max-width: 1199px) {
    .proje-card .post-content .title { font-size: 20px; }
}
@media only screen and (max-width: 992px) {
    .proje-card .post-content .title { font-size: 19px; }
}
@media only screen and (max-width: 767px) {
    .proje-card .post-content .title { font-size: 18px; }
    /* mobilde özet metni tüm genişliği kullansın */
    .proje-card .post-content p { max-width: none; }
}
@media only screen and (max-width: 575px) {
    .proje-card .post-content .title { font-size: 17px; }
}

/* Proje detay - başlık altındaki kısa açıklama */
.proje-ozet {
    max-width: 760px;
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.6;
    color: var(--tl-color-text-body);
}
@media only screen and (max-width: 767px) {
    .proje-ozet { font-size: 16px; margin-top: 12px; }
}

/* Proje detay sayfası ana görseli - 5:3 oran */
.proje-details-img {
    height: auto;
    aspect-ratio: 5 / 3;
}
.proje-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer: sosyal medya listesinin altındaki "Web Tasarım" imzası */
.footer-credit {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .55);
}
.footer-credit a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    transition: color .25s ease;
}
.footer-credit a:hover {
    color: var(--tl-color-theme-primary);
}

/* =============================================
   PROJE DETAY - REFERANS KAYAN LİSTE
   ============================================= */
.ref-marquee {
    --ref-gap: 14px;
    --ref-card-h: 118px;     /* her kart aynı yükseklikte */
    position: relative;
}
.ref-marquee__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(25, 25, 25, .1);
}
.ref-marquee__heading {
    font-family: var(--tl-ff-heading);
    font-size: 20px;
    font-weight: 500;
    color: var(--tl-color-heading-primary);
    margin: 0;
}
.ref-marquee__nav {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}
.ref-nav-btn {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    font-size: 13px;
    border: 1px solid rgba(0, 150, 177, .35);
    border-radius: 50%;
    background: transparent;
    color: var(--tl-color-theme-primary);
    cursor: pointer;
    transition: all .25s ease;
}
.ref-nav-btn:hover,
.ref-nav-btn:focus-visible {
    background: var(--tl-color-theme-primary);
    border-color: var(--tl-color-theme-primary);
    color: var(--tl-color-common-white);
    outline: none;
}
.ref-nav-btn:active { transform: scale(.94); }

.ref-marquee__viewport {
    position: relative;
    overflow: hidden;                 /* kaydırma JS ile yapılır */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ref-marquee__viewport::-webkit-scrollbar { display: none; }
.ref-marquee__track {
    display: flex;
    flex-direction: column;
}

.ref-card {
    /* TÜM kartlar aynı yükseklikte -> kayma her zaman tam kart hizasında durur */
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    box-sizing: border-box;
    height: var(--ref-card-h);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* kesintisiz döngü için boşluk gap ile değil margin ile veriliyor */
    margin-bottom: var(--ref-gap);
    padding: 18px 22px;
    border: 1px solid rgba(0, 194, 224, .12);
    border-radius: 14px;
    background: linear-gradient(155deg, #175A67 0%, #134650 100%);
    text-align: center;
    transition: transform .35s ease, border-color .35s ease;
}
/* köşedeki hafif ışık */
.ref-card::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53, 214, 240, .12) 0%, rgba(53, 214, 240, 0) 72%);
    pointer-events: none;
}
.ref-card:hover {
    transform: translateY(-3px);
    border-color: rgba(53, 214, 240, .32);
}
.ref-card__name {
    display: block;
    width: 100%;
    font-family: var(--tl-ff-heading);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--tl-color-common-white);
}
.ref-card__country {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding: 3px 11px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #8FE3F2;
    background: rgba(53, 214, 240, .10);
    border: 1px solid rgba(53, 214, 240, .22);
    border-radius: 100px;
}
.ref-card__country::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: 0;
    border-radius: 50%;
    background: #35D6F0;
}

/* Referans sayfası - kutu ızgarası (sayfalar.php id=36) */
.ref-grid {
    --ref-gap: 16px;
    --ref-card-h: 128px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ref-gap);
    margin-top: 10px;
}
.ref-grid .ref-card {
    /* isim uzunsa kart büyür; ızgara satırı zaten hepsini aynı boya çeker */
    height: auto;
    min-height: var(--ref-card-h);
    margin-bottom: 0;
    width: auto;
}
@media only screen and (max-width: 1199px) {
    .ref-grid { grid-template-columns: repeat(3, 1fr); }
}
@media only screen and (max-width: 767px) {
    .ref-grid { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 575px) {
    .ref-grid {
        --ref-card-h: 116px;
        --ref-gap: 12px;
    }
}

/* Tablet ve altı: yatay kayan şerit */
@media only screen and (max-width: 991px) {
    .ref-marquee { margin-top: 40px; }
    .ref-marquee__viewport {
        height: auto !important;
        overflow-x: auto;             /* mobilde parmakla da kaydırılabilsin */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .ref-marquee__track {
        flex-direction: row;
    }
    .ref-marquee .ref-card {
        flex: 0 0 auto;
        width: 240px;
        margin-bottom: 0;
        margin-right: var(--ref-gap);
    }
    .ref-nav-btn i { transform: rotate(-90deg); }   /* yatayda sol/sağ */
}
@media only screen and (max-width: 575px) {
    .ref-marquee { --ref-card-h: 104px; }
    .ref-marquee__heading { font-size: 18px; }
    .ref-marquee .ref-card { width: 200px; }
    .ref-card { padding: 14px 18px; }
    .ref-card__name { font-size: 15px; }
}

/* Hareket azaltma tercihi: otomatik akış JS tarafında durur, elle kaydırılır */
@media (prefers-reduced-motion: reduce) {
    .ref-marquee__viewport { overflow: auto; }
}

/* FAQ accordion responsive font sizes */
.faq-section .accordion-header,
.faq-section .accordion-button {
    font-size: 16px;
}
.faq-section .accordion-body {
    font-size: 15px;
}
@media (max-width: 991.98px) {
    .faq-section .accordion-header,
    .faq-section .accordion-button {
        font-size: 20px !important;
    }
    .faq-section .accordion-body {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .faq-section .accordion-header,
    .faq-section .accordion-button {
        font-size: 20px !important;
    }
    .faq-section .accordion-body {
        font-size: 13.5px;
    }
}
@media (max-width: 575.98px) {
    .faq-section .accordion-header,
    .faq-section .accordion-button {
        font-size: 20px !important;
    }
    .faq-section .accordion-body {
        font-size: 13px ;
    }
}

/* =============================================
   PROJE GRID KARTLARI
   ============================================= */
.proje-grid-kart {
    border-radius: 0;
    overflow: hidden;
    background: #f4f4f4;
    transition: box-shadow .3s ease, transform .3s ease;
}

.proje-grid-kart:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.12);
    transform: translateY(-4px);
}

.proje-grid-img {
    position: relative;
    aspect-ratio: 500/978;
    overflow: hidden;
}

.proje-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.proje-grid-kart:hover .proje-grid-img img {
    transform: scale(1.06);
}

.proje-grid-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    color: #fff;
    font-size: 22px;
}

.proje-grid-kart:hover .proje-grid-overlay {
    opacity: 1;
}

.proje-grid-body {
    padding: 14px 16px 16px;
}

.proje-grid-baslik {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-gray);
    margin: 0 0 6px;
    line-height: 1.35;
    text-align: center;
}

.proje-grid-ozet {
    font-size: 13px;
    color: var(--medium-gray);
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 575.98px) {
    .proje-grid-body { padding: 10px 12px 12px; }
    .proje-grid-baslik { font-size: 13px; }
    .proje-grid-ozet { font-size: 12px; }
}

/* =============================================
   ÜRÜNLER BAŞLIK OK BUTONLARI
   Başlık metninin uzunluğundan/sarmasından bağımsız olsun
   diye grid akışından çıkarıp, .row'un gutter kaymasından
   etkilenmemesi için .container'a göre sağ kenara mutlak
   konumla sabitliyoruz. top değeri, .section-heading-wrap'ın
   kendi padding-top:65px değeriyle eşleşip başlığın başladığı
   noktadan başlasın diye 65px.
   ============================================= */
.proje-nav-wrap-fixed {
    position: absolute;
    top: 145px;
    right: 40px;
}

@media only screen and (min-width: 2000px) {
    .proje-nav-wrap-fixed {
        right: 0;
    }
}

@media only screen and (max-width: 1199.98px) {
    .proje-nav-wrap-fixed {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Ok butonları mutlak konumdayken (>=1200px), başlık metni
   uzun/sarmalı olduğunda üstüne binmesin diye sağdan boşluk
   ayrılıyor. */
@media only screen and (min-width: 1200px) {
    .project-section-3 .row.section-heading-wrap .col-lg-8 .section-title.cursor-effect.title-2 {
        max-width: calc(100% - 170px);
    }
}

/* =============================================
   ÜRÜN KARTLARI (project-item-3)
   Tema, sabit piksel yükseklik (680px -> 450px -> 350px)
   kullanıyordu. Resimler her ekranda 1:1 (kare) oranını
   koruyarak akıcı şekilde ölçeklensin diye aspect-ratio
   kullanıyoruz.
   ============================================= */
.project-item-3 .project-img {
    height: auto;
    aspect-ratio: 1 / 1;
}

/* Kart başlıkları laptop ve altı genişliklerde azar azar küçülsün (tema tek boyut - 36px - kullanıyordu) */
@media only screen and (max-width: 1440px) {
    .project-item-3 .project-content .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .project-item-3 .project-content .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .project-item-3 .project-content .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .project-item-3 .project-content .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .project-item-3 .project-content .title {
        font-size: 22px;
    }
}

/* Tema, .title a:hover'da rengi tema rengine çeviriyordu; kart
   üzerine gelince başlık rengi değişmesin isteniyor. */
.project-item-3 .project-content .title a:hover {
    color: var(--tl-color-common-white) !important;
}

/* Kartın tamamı artık tıklanabilir tek bir <a> etiketi (resme
   gelince de link olsun isteniyordu). Tema bu sınıfa display
   tanımlamıyor, <div> varsayılanına güveniyordu; <a> inline
   olduğu için düzen bozulmasın diye display:block ekliyoruz. */
.project-item-3 {
    display: block;
}

.project-item-3 .project-content .title {
    color: var(--tl-color-common-white) !important;
}

/* Kategori rozeti ("Our Products") artık <a> içinde değil, düz metin
   olarak <li> içinde (kartın tamamı tek link olduğu için iç içe <a>
   olamaz). Tema stili sadece "ul li a" seçicisine tanımlıydı, bu
   yüzden aynı pill/rozet görünümünü doğrudan <li>'ye uyguluyoruz. */
.project-item-3 .project-content ul li {
    font-family: var(--tl-ff-heading);
    color: var(--tl-color-common-white);
    font-size: 13px;
    padding: 5px 15px;
    text-transform: uppercase;
    border: 1px solid var(--tl-color-common-white);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Başlık alanı ile kartlar arasında büyük ekranlarda biraz daha boşluk */
@media only screen and (min-width: 1200px) {
    .project-carousel-wrap-3 {
        margin-top: 50px;
    }
}

/* =============================================
   ÜRÜN KARTLARI (project-item-3)
   Tema, başlık/açıklama ve resmin üzerindeki koyu gradyanı
   sadece :hover durumunda gösteriyordu (varsayılanda gizli).
   Kartların ilk halinin, hover'daki gibi görünmesi isteniyor.
   ============================================= */
.project-item-3 .project-img:before {
    visibility: visible !important;
    opacity: 1 !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

.project-item-3 .project-content {
    visibility: visible !important;
    opacity: 1 !important;
    bottom: 50px !important;
    left: 40px !important;
    z-index: 2 !important;
}

/* Kart iç boşluğu (padding) laptop ve altı genişliklerde azar azar azalsın (tema sabit 40px/50px kullanıyordu) */
@media only screen and (max-width: 1440px) {
    .project-item-3 .project-content {
        left: 32px !important;
        bottom: 40px !important;
    }
}

@media only screen and (max-width: 1199.98px) {
    .project-item-3 .project-content {
        left: 28px !important;
        bottom: 32px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .project-item-3 .project-content {
        left: 24px !important;
        bottom: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    .project-item-3 .project-content {
        left: 20px !important;
        bottom: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .project-item-3 .project-content {
        left: 16px !important;
        bottom: 16px !important;
    }
}

.project-item-3 .project-img img {
    transition: transform 0.6s ease !important;
}

/* Products iç sayfasındaki (sayfalar.php) kategori kartları: başlık 36 yerine 30px */
.urun-kategori-item .project-content .title {
    font-size: 30px !important;
}

.project-item-3:hover .project-img img {
    transform: scale(1.08);
}

.project-item-3 .project-content span {
    display: block;
    font-size: 14px;
    opacity: 0.85;
    margin-top: 6px;
}

/* =============================================
   REFERANS / SPONSOR LOGOLARI (gri, hoverda renkli)
   Kurumsal > Referanslar sayfasıyla aynı görünüm:
   beyaz kutu zemin + brightness ile kısılmış logo.
   ============================================= */
.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
}

.sponsor-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.3);
    transition: filter 0.3s ease;
}

.sponsor-item:hover img {
    filter: grayscale(0%) brightness(0.3);
}

/* =============================================
   KURUMSAL > REFERANSLAR sayfası galeri görselleri
   Bu sayfaya eklenen görseller çoğunlukla logo
   olduğu için (fotoğraf değil), kutu zemini açık
   gri veriliyor ve görsel kırpılmadan (contain)
   ortalanıyor.
   ============================================= */
.gallery-image.logo-gallery-item {
    background-color: #ffffff;
    padding: 20px;
}

.gallery-image.logo-gallery-item img.object-fit-contain {
    object-fit: contain;
    filter: brightness(0.3);
}

/* =============================================
   HEADER DİL SEÇİCİ (TR / EN / ES)
   ============================================= */
.header-lang-switch {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 16px;
    padding: 2px;
    border-radius: 20px;
    border: 1px solid rgba(130,130,130,0.25);
}

.header-lang-switch a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: var(--tl-color-heading-primary, var(--dark-gray));
    padding: 6px 9px;
    border-radius: 16px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.header-lang-switch a:hover {
    color: var(--tl-color-theme-primary, var(--base-color));
}

.header-lang-switch a.active {
    color: #fff;
    background-color: var(--tl-color-theme-primary, var(--base-color));
}

/* =============================================
   ÜRÜNLER MEGA MENÜ (ikon + başlık grid)
   ============================================= */
.mega-menu-parent {
    position: static;
}

.primary-header-inner {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 720px;
    max-width: calc(100vw - 40px);
    background-color: var(--tl-color-common-white, #fff);
    border-radius: 24px;
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, .1), 0px -6px 0px 0px rgba(248, 99, 107, .004);
    padding: 36px 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 99;
}

.mega-menu-parent:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.mega-menu-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    padding: 0px 0px !important;
    text-decoration: none;
}

.mega-menu-item .mega-menu-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(0, 150, 177, 0.1);
    color: var(--base-color);
    font-size: 20px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mega-menu-item .mega-menu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    transition: filter 0.2s ease;
}

.mega-menu-item:hover .mega-menu-icon img {
    filter: brightness(0) invert(1);
}

.mega-menu-item .mega-menu-label {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    color: var(--tl-color-heading-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 14px;
    white-space: normal;
    word-break: break-word;
    transition: color 0.2s ease;
}

.mega-menu-item:hover .mega-menu-icon {
    background-color: var(--base-color);
    color: #fff;
}

.mega-menu-item:hover .mega-menu-label {
    color: var(--tl-color-theme-primary);
}

.header .primary-header-inner .header-menu-wrap ul li a i {
    font-size: 20px;
}

/* Ürün kartları görselleri: kırpılmadan/gerilmeden sığdırılsın */
.shop-item .shop-thumb {
    background-color: #ffffff;
    padding: 5px;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.shop-item .shop-thumb img {
    object-fit: contain;
}

.product-details-img {
    background-color: #ffffff;
    border: 1px solid var(--tl-color-border-1, #e3e3e8);
    border-radius: 24px;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1 / 1;
}

/* Ürün alt başlığı (model kodu) - tema varsayılanı fiyat için 40px'ti */
.product-info .price {
    font-size: 15px;
    font-weight: 500;
    color: var(--tl-color-text-body);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.product-info .tab-navigation {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 40px;
}

/* Aktif tab için belirgin gösterge (alt çizgi + kalın/renkli metin) */
.tab-navigation button {
    padding-bottom: 12px;
}

.tab-navigation button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--base-color);
    transition: width 0.25s ease;
}

.tab-navigation button.active {
    color: var(--base-color);
    font-weight: 600;
}

.tab-navigation button.active::after {
    width: 100%;
}

/* Benzer Ürünler başlığı - tema varsayılanı (60px) çok büyüktü */
.urun-benzer-baslik {
    font-size: 32px !important;
    max-width: 100%;
}

.product-details-img img {
    object-fit: contain;
    padding: 20px;
}

.urun-thumb-item {
    width: 80px;
    height: 80px;
    border: 1px solid var(--tl-color-border-1, #e3e3e8);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    padding: 6px;
    transition: border-color 0.2s ease;
}

.urun-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.urun-thumb-item.active,
.urun-thumb-item:hover {
    border-color: var(--base-color);
}

.shop-item:hover .shop-thumb {
    border-color: var(--tl-color-border-1, #e3e3e8);
}

/* Masaüstü ürün filtre sidebar başlığı: tema varsayılanı çok büyük (30px) */
.shop-sidebar .sidebar-header {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.shop-sidebar .sidebar-header i {
    font-size: 15px;
}

/* Ürün arama kutusu: dropdown ile aynı görünüm için ince kenarlık */
.shop-sidebar .search-form .form-control {
    border: 1px solid var(--tl-color-border-1, #e3e3e8);
    font-size: 15px;
}

.urun-arama-mobile .form-control {
    border-radius: 50px;
    border: 1px solid var(--tl-color-border-1, #e3e3e8);
    padding: 12px 20px;
    font-size: 14px;
}

/* Ürün filtre dropdown (sağ üst, "Default Shorting" tarzı pill buton) */
.urun-filtre-toggle {
    background-color: #ffffff;
    border: 1px solid var(--tl-color-border-1, #e3e3e8);
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    color: var(--tl-color-heading-primary, #191919);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.urun-filtre-toggle::after {
    display: none;
}

.urun-filtre-toggle i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.urun-filtre-toggle:hover,
.urun-filtre-toggle:focus {
    border-color: var(--base-color);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.urun-filtre-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.urun-filtre-menu {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
    min-width: 260px;
    margin-top: 10px !important;
}

.urun-filtre-menu .form-check {
    padding-left: 1.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}

.urun-filtre-menu .form-check-label {
    font-size: 14px;
    color: var(--tl-color-heading-primary, #191919);
}

.urun-filtre-menu .form-check-input:checked {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.mega-menu-mobile-only {
    display: none;
}

@media (max-width: 991px) {
    .mega-menu-desktop-only {
        display: none !important;
    }
    .mega-menu-mobile-only {
        display: block;
    }
}

@media (max-width: 1199.98px) {
    .header-lang-switch {
        margin-right: 10px;
    }
}

@media (max-width: 575.98px) {
    .header-lang-switch a {
        font-size: 10px;
        padding: 5px 7px;
    }
    .header-lang-switch {
        margin-right: 6px;
    }
    .header-right-wrap {
        column-gap: 6px !important;
    }
}

/* Mobilde logo ile menü arasındaki 56px boşluk (header-left-wrap) yer
   kaplayıp dil seçicinin alt satıra kaymasına neden oluyordu. */
@media (max-width: 767.98px) {
    .header .primary-header-inner .header-left-wrap {
        column-gap: 6px;
    }
}

/* Üst bar (OUR BRANDS) header'ı 42px aşağı ittiği için, header'la
   (position:absolute) bu bölüm arasında gerçek ayrım kalması amacıyla
   eski değere (100px) o fark eklendi. Mobilde header tek satıra
   (logo+hamburger) indiği ve daha kısa olduğu için boşluk da
   kademeli olarak azaltıldı. */
.page-header{margin-top: 140px;}
/* .page-header'ın margin-top'u kadar iç sayfalar uzadığı için,
   footer'daki dev "inoxy" yazısı (.footer-text) yarım görünüyordu.
   Aynı miktar .footer-section padding-bottom'a ve .footer-text
   bottom'a eklenerek (yalnızca .page-header olan iç sayfalarda,
   index'i etkilemeden), page-header ile aynı çözünürlüklerde telafi
   ediliyor. */
body:has(.page-header) .footer-section {
    padding-bottom: calc(395px + 140px);
}
body:has(.page-header) .footer-text {
    bottom: 140px;
}
@media (max-width: 767px) {
    .page-header{margin-top: 95px;}
    /* footer-text span bu genişlikte 80px'e düşüyor (bkz. main.css);
       masaüstündeki 395px, 480px'lik yazı için ayarlanmıştı, bu oranla
       (395/480) küçük ekrandaki 80px'lik yazıya göre ölçeklendi,
       yoksa footer'da gereksiz boşluk oluşuyordu. */
    body:has(.page-header) .footer-section {
        padding-bottom: 70px;
    }
    body:has(.page-header) .footer-text {
        bottom: 0;
    }
}
@media (max-width: 480px) {
    .page-header{margin-top: 90px;}
}

.page-header .overlay {
    background-color: #003038; opacity: 0.8; }

.page-header-subtitle {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 18px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--tl-color-common-white);
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .page-header-subtitle {
        font-size: 12px;
        padding: 5px 14px;
    }
}

/* İletişim sayfası: bilgi kutusu ile form arasındaki boşluk */
@media (min-width: 992px) {
    .contact-page-area.request-wrap .col-lg-5 {
        padding-right: 40px;
    }
}

/* Sayfa içeriklerindeki madde işaretli listeler (veritabanı içeriğinde
   editörden gelen .content-bullet-list class'ı): native marker,
   site renginde. Ürün, sayfa, blog, proje... tüm içerik alanlarında
   ortak kullanılıyor. */
.content-bullet-list {
    list-style: disc;
    margin: 15px 0;
    padding-left: 20px;
}
.content-bullet-list li {
    margin-bottom: 10px;
}
.content-bullet-list li::marker {
    color: var(--base-color);
}

/* .faq-content-2 accordion başlığı (accordion-header/accordion-button) ve
   .faq-img-wrap .title tema varsayılanında büyük ekranlarda hiç
   küçülmüyordu (accordion-button sadece 767px altında küçülüyordu,
   faq-img-wrap .title ise hiçbir zaman). Ekran genişliğine göre
   kademeli küçültme eklendi. */
@media only screen and (max-width: 1999px) {
    .faq-content-2 .faq-accordion .accordion-item .accordion-button { font-size: 26px !important; }
    .faq-img-wrap .title { font-size: 28px !important; }
}
@media only screen and (max-width: 1440px) {
    .faq-content-2 .faq-accordion .accordion-item .accordion-button { font-size: 24px !important; }
    .faq-img-wrap .title { font-size: 26px !important; }
}
@media only screen and (max-width: 1199px) {
    .faq-content-2 .faq-accordion .accordion-item .accordion-button { font-size: 22px !important; }
    .faq-img-wrap .title { font-size: 24px !important; }
}
@media only screen and (max-width: 992px) {
    .faq-content-2 .faq-accordion .accordion-item .accordion-button { font-size: 20px !important; }
    .faq-img-wrap .title { font-size: 22px !important; }
}
@media only screen and (max-width: 767px) {
    .faq-content-2 .faq-accordion .accordion-item .accordion-button { font-size: 16px !important; }
    .faq-img-wrap .title { font-size: 20px !important; }
}
@media only screen and (max-width: 480px) {
    .faq-content-2 .faq-accordion .accordion-item .accordion-button { font-size: 15px !important; }
    .faq-img-wrap .title { font-size: 18px !important; }
}

/* .service-item-4 ve .post-card-2 başlıkları tema varsayılanında
   sabit 36px'ti (post-card-2'de hiç küçülme yoktu, service-item-4
   sadece 767px altında küçülüyordu). Ekran genişliğine göre
   kademeli küçültme eklendi. */
@media only screen and (max-width: 1999px) {
    .service-item-4 .service-item-inner .left-content .left-content-inner .title,
    .post-card-2 .post-content .title { font-size: 36px !important; }
}
@media only screen and (max-width: 1440px) {
    .service-item-4 .service-item-inner .left-content .left-content-inner .title,
    .post-card-2 .post-content .title { font-size:36px !important; }
}
@media only screen and (max-width: 1199px) {
    .service-item-4 .service-item-inner .left-content .left-content-inner .title,
    .post-card-2 .post-content .title { font-size: 30px !important; }
}
@media only screen and (max-width: 992px) {
    .service-item-4 .service-item-inner .left-content .left-content-inner .title,
    .post-card-2 .post-content .title { font-size: 24px !important; }
}
@media only screen and (max-width: 767px) {
    .service-item-4 .service-item-inner .left-content .left-content-inner .title,
    .post-card-2 .post-content .title { font-size: 22px !important; }
}
@media only screen and (max-width: 480px) {
    .service-item-4 .service-item-inner .left-content .left-content-inner .title,
    .post-card-2 .post-content .title { font-size: 20px !important; }
}

/* .post-card-wrap .post-card .post-content .title tema varsayılanında
   sabit 28px'ti, hiç küçülmüyordu. Ekran genişliğine göre kademeli
   küçültme eklendi. */
@media only screen and (max-width: 1999px) {
    .post-card-wrap .post-card .post-content .title { font-size: 26px !important; }
}
@media only screen and (max-width: 1440px) {
    .post-card-wrap .post-card .post-content .title { font-size: 24px !important; }
}
@media only screen and (max-width: 1199px) {
    .post-card-wrap .post-card .post-content .title { font-size: 22px !important; }
}
@media only screen and (max-width: 992px) {
    .post-card-wrap .post-card .post-content .title { font-size: 20px !important; }
}
@media only screen and (max-width: 767px) {
    .post-card-wrap .post-card .post-content .title { font-size: 19px !important; }
}
@media only screen and (max-width: 480px) {
    .post-card-wrap .post-card .post-content .title { font-size: 18px !important; }
}
.sidebar-area {z-index: 101;} /* sidebar, sticky olunca header'ın üstüne biniyordu */
/* Site en üstü: "OUR BRANDS" açılır kutusu */
.top-brand-bar {
    position: relative;
    z-index: 100;
    background-color: #2F3940;                        /* antrasit - ince üst şerit */
}
/* Menü barı: tamamen beyaz değil. Marka turkuazının (#0096B1) çok açık,
   doygunluğu düşürülmüş hâli -> nötr griden farklı olarak siteyle uyumlu
   duruyor, içerikteki beyazdan da ayrışıyor. */
.header .primary-header {
    background-color: #DFDFDF;                        /* nötr gri */
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
/* iç sayfalarda menü barı beyaz kalır (gri ton sadece ana sayfada) */
.header-icsayfa .primary-header {
    background-color: var(--tl-color-common-white);
}

/* ---- Sayfa aşağı kaydırılınca: menü barı antrasite döner ---- */
.header-4 .primary-header.fixed,
.header-icsayfa.header-4 .primary-header.fixed {
    background-color: #2F3940;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .22);
    border-bottom: none;
}
/* koyu zeminde yazı/ikonlar beyaza döner */
.header-4 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li > a,
.header-4 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li.menu-item-has-children:after,
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact .icon,
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact .content .call-text,
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact .content .call-number {
    color: #ffffff;
}
.header-4 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li > a:hover,
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .header-contact:hover .content .call-number {
    color: var(--tl-color-theme-primary);
}
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .search-icon,
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .sidebar-icon .sidebar-trigger {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .35);
}
.header-4 .primary-header.fixed .primary-header-inner .header-right-wrap .sidebar-icon .sidebar-trigger svg {
    fill: #ffffff;
}
.primary-header.fixed .header-lang-switch {
    border-color: rgba(255, 255, 255, .28);
}
.primary-header.fixed .header-lang-switch a {
    color: #ffffff;
}
.primary-header.fixed .header-lang-switch a.active {
    color: #ffffff;
    background-color: var(--tl-color-theme-primary);
}
/* logo koyu zeminde sönük kalmasın */
.primary-header.fixed .header-logo img {
    filter: brightness(1.28) saturate(1.05);
}
/* açılır alt menüler beyaz kutu -> yazıları koyu kalmalı */
.header-4 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li li a {
    color: var(--tl-color-heading-primary);
}
.header-4 .primary-header.fixed .primary-header-inner .header-menu-wrap ul li li a:hover {
    color: var(--tl-color-theme-primary);
}
/* Tema header'ı position:absolute;top:0 ile geliyor (hero üstüne şeffaf
   binmesi için), bu yüzden DOM sırasından bağımsız hep sayfanın en
   tepesine yerleşip bar'ın üstüne biniyordu. Header'ı bar'ın yüksekliği
   kadar aşağı itiyoruz. (.primary-header.fixed kendi top:0'ını koruyor,
   çünkü kullanıcı bar'ı geçecek kadar aşağı kaydırdığında zaten devreye giriyor.) */
.header {
    top: 42px !important;
}
.top-brand-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 0;
}
.top-brand-switch {
    position: relative;
}
.top-brand-toggle {
    display: flex;
    align-items: center;
    column-gap: 8px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    padding: 6px 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.top-brand-toggle strong {
    font-weight: 700;
}
.top-brand-toggle .icon {
    display: inline-flex;
    font-size: 10px;
    transition: transform 0.2s ease;
}
.top-brand-toggle[aria-expanded="true"] .icon {
    transform: rotate(180deg);
}
.top-brand-toggle:hover {
    background-color: transparent;
}
.top-brand-menu {
    margin-top: 4px;
    padding: 14px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    column-gap: 14px;
}
.top-brand-menu.show {
    display: flex;
    align-items: center;
}
.top-brand-menu li {
    list-style: none;
}
.top-brand-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 40px;
}
.top-brand-menu li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.2s ease;
}
.top-brand-menu li a:hover img {
    opacity: 0.7;
}
@media only screen and (max-width: 480px) {
    .top-brand-toggle { font-size: 11px; }
    .top-brand-menu li a { width: 56px; height: 32px; }
}

/* product-info açıklama/özellik sekmeleri (.desc-wrap) veritabanından
   gelen zengin metin içeriğini basıyor. Sitedeki genel ul sıfırlaması
   (padding:0) madde işaretlerinin görünmesini engelliyordu; içerikte
   liste varsa görünür olsun diye buraya özel geri veriliyor. */
.desc-wrap ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.desc-wrap ul li {
    margin-bottom: 8px;
}
.desc-wrap ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}
.desc-wrap ol li {
    margin-bottom: 8px;
}
.desc-wrap ul li::marker,
.desc-wrap ol li::marker {
    color: var(--base-color);
}

/* .product-info .title tema varsayılanında sabit 50px'ti, sadece
   992px altında 24px'e düşüyordu (büyük ekranlarda hiç küçülmüyordu,
   992'de de sert bir sıçrama vardı). Kademeli küçültme eklendi. */
@media only screen and (max-width: 1999px) {
    .product-info .title { font-size: 44px !important; }
}
@media only screen and (max-width: 1440px) {
    .product-info .title { font-size: 38px !important; }
}
@media only screen and (max-width: 1199px) {
    .product-info .title { font-size: 32px !important; }
}
@media only screen and (max-width: 992px) {
    .product-info .title { font-size: 26px !important; }
}
@media only screen and (max-width: 480px) {
    .product-info .title { font-size: 22px !important; }
}

/* =============================================
   WHY INOXY KARTLARI (index.php about-section-4 revizyonu)
   Referans (ABOUT.png) tarzı: sağ üstte numara, dairesel ikon,
   başlık, açıklama ve koyu dairesel ok butonu.
   ============================================= */
/* Bölüm zemini: düz #f6f6f6 yerine gri degrade + üstteki hero ve alttaki
   bölümden ayrılması için dış boşluk */
.why-provide-section.tl-bg-color {
    background-color: #DFE5E8;
    /* hafif nokta dokusu + gri degrade */
    background-image:
        radial-gradient(rgba(19, 32, 40, .07) 1px, transparent 1px),
        linear-gradient(180deg, #E9EDEF 0%, #D4DBE0 100%);
    background-size: 22px 22px, auto;
    margin-top: 80px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .why-provide-section.tl-bg-color {
        margin-top: 50px;
    }
}
/* Başlık üstündeki çizgi görseli (shape) çok açık gri; gri zeminde
   kaybolmasın diye koyulaştırılıyor */
.why-provide-section .section-heading-wrap .shape img {
    filter: brightness(.35) contrast(1.15);
    opacity: .2;
}

/* Kartlar sayfa kaydırılıp bölüme gelindiğinde sırayla aşağıdan yükselir.
   Başlangıç durumu sadece .anim-ready varken uygulanır -> JS çalışmazsa
   kartlar normal görünür, gizli kalma riski yok. */
.why-provide-section.anim-ready .why-card {
    opacity: 0;
    transform: translateY(45px);
}
.why-provide-section.anim-ready.in-view .why-card {
    animation: whyCardIn .75s cubic-bezier(.22, .61, .36, 1) forwards;
}
.why-provide-section.anim-ready.in-view .swiper-slide:nth-child(1) .why-card { animation-delay: .05s; }
.why-provide-section.anim-ready.in-view .swiper-slide:nth-child(2) .why-card { animation-delay: .17s; }
.why-provide-section.anim-ready.in-view .swiper-slide:nth-child(3) .why-card { animation-delay: .29s; }
.why-provide-section.anim-ready.in-view .swiper-slide:nth-child(4) .why-card { animation-delay: .41s; }
.why-provide-section.anim-ready.in-view .swiper-slide:nth-child(n+5) .why-card { animation-delay: .5s; }
@keyframes whyCardIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .why-provide-section.anim-ready .why-card {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

/* Başlıktaki "WHY" kelimesi tema renginde */
.why-provide-section .section-title .why-accent {
    color: var(--base-color);
}
.why-provide-section .why-card-wrap {
    margin-top: 50px;
}
/* telefonda başlık ile kartlar arasındaki üst boşluk gereksiz kalıyor */
@media only screen and (max-width: 767px) {
    .why-provide-section .why-card-wrap {
        margin-top: 0;
    }
    .why-provide-section .why-card-wrap.pt-5 {
        padding-top: 0 !important;      /* bootstrap pt-5 !important ile geliyor */
    }
}
/* Slider: kart gölgeleri kırpılmasın diye hafif iç boşluk; pagination için alt boşluk */
.why-provide-section .why-swiper {
    padding: 8px 6px 55px;
}
.why-provide-section .why-swiper .swiper-slide {
    height: auto;
}
.why-provide-section .why-swiper-pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.why-provide-section .why-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #c3c8ce;
    opacity: 1;
    border-radius: 50px;
    transition: width 0.3s ease, background-color 0.3s ease;
}
.why-provide-section .why-swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: var(--base-color);
}
.why-provide-section .why-card {
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 16px;
    padding: 40px 32px 32px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}
/* Üzerine gelince: kart zemini tema rengi (#0096B1), yazı/ikon/numara beyaza döner */
.why-provide-section .why-card:hover {
    transform: translateY(-6px);
    background-color: var(--base-color);
    border-color: var(--base-color);
}
.why-provide-section .why-card-number {
    position: absolute;
    top: 22px;
    right: 26px;
    font-family: var(--tl-ff-heading);
    font-size: 20px;
    font-weight: 400;
    color: #c9cdd2;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}
.why-provide-section .why-card:hover .why-card-number {
    color: rgba(255, 255, 255, 0.55);
}
.why-provide-section .why-card-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--base-color);
    background: radial-gradient(circle at 32% 30%, rgba(0, 150, 177, 0.18), rgba(0, 150, 177, 0.05));
    margin-bottom: 28px;
    transition: background 0.3s ease, color 0.3s ease;
}
.why-provide-section .why-card-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.why-provide-section .why-card:hover .why-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
/* Tek renk/silüet ikon görselleri hover'da beyaza dönsün (FA ikonlarla aynı davranış) */
.why-provide-section .why-card:hover .why-card-icon--img img {
    filter: brightness(0) invert(1);
}
.why-provide-section .why-card:hover .why-card-title {
    color: #fff;
}
.why-provide-section .why-card:hover .why-card-text {
    color: rgba(255, 255, 255, 0.9);
}
.why-provide-section .why-card-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--tl-color-heading-primary, #1c1c1d);
    margin-bottom: 14px;
    transition: color 0.3s ease;
}
.why-provide-section .why-card-text {
    font-size: 15.5px;
    line-height: 1.65;
    color: #7c8085;
    margin-bottom: 0;
    transition: color 0.3s ease;
}
@media (max-width: 1199px) {
    .why-provide-section .why-card { padding: 32px 26px 28px; }
    .why-provide-section .why-card-icon { width: 72px; height: 72px; font-size: 28px; margin-bottom: 22px; }
    .why-provide-section .why-card-title { font-size: 20px; }
}
@media (max-width: 767px) {
    .why-provide-section .why-card-wrap { margin-top: 30px; }
}