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

@media only screen and (max-width: 992px) {
        .header .primary-header-inner { padding: 0; }
        .header .primary-header.fixed .primary-header-inner { padding: 0; }
      }
   
      @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; }
      }
      
      .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; pointer-events: none; }
      .project-item-7 .project-thumb .proje-anasayfa-galeri { display: block; position: absolute; inset: 0; z-index: 2; }
      .project-item-7 .project-thumb .proje-anasayfa-galeri img { width: 100%; height: 100%; object-fit: cover; }
      @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 padding responsive */
@media (max-width: 991px) {
    .about-section-2.pt-100 { padding-top: 60px !important; }
    .about-section-2.pb-100 { padding-bottom: 60px !important; }
}
@media (max-width: 767px) {
    .about-section-2.pt-100 { padding-top: 40px !important; }
    .about-section-2.pb-100 { padding-bottom: 40px !important; }
}
@media (max-width: 575px) {
    .about-section-2.pt-100 { padding-top: 30px !important; }
    .about-section-2.pb-100 { padding-bottom: 30px !important; }
}

.page-header .page-header-content {
    padding: 180px 0 50px 0;
} 
@media (min-width: 992px){
    .banner-top-space-margin {
        margin-top: 150px;
    }
    .page-header .page-header-content {
    padding: 240px 0 100px 0;
}  
}
 .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;
    }
}


.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: #c9a55e;
    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: 34px !important;
}

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

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

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

@media (max-width: 767px) {
    .project-item-7 .project-content .title { font-size: 20px !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 & 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
   ============================================= */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(37,211,102,.45);
    z-index: 9999;
    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);
}
@media (max-width: 575.98px) {
    .whatsapp-float {
        width: 44px;
        height: 44px;
        font-size: 24px;
        bottom: 16px;
        right: 16px;
    }
}

/* 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 {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/3;
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}

.proje-grid-kart:hover {
    transform: translateY(-6px);
}

.proje-grid-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.proje-grid-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94);
    display: block;
}

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

.proje-grid-kart::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgb(0 0 0 / 0%) 46%, rgb(20 20 18) 100%);
    z-index: 2;
    pointer-events: none;
}

.proje-grid-overlay {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    z-index: 3;
    opacity: 0;
    transition: opacity .3s ease, background .3s ease;
    pointer-events: none;
}

.proje-grid-kart:hover .proje-grid-overlay {
    opacity: 1;
    background: rgba(255,255,255,.15);
}

.proje-grid-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 30px;
    z-index: 3;
    pointer-events: none;
}

.proje-grid-baslik {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.3;
    font-family: var(--tl-ff-heading, inherit);
}

.proje-grid-ozet {
    font-size: 13px;
    color: rgba(255,255,255,.75);
    line-height: 1.55;
    margin: 0;
}

.sponsor-section.bg-grey .sponsor-text-wrap .sponsor-text {
    background-color: #fff;
}

@media (max-width: 767px) {
    .proje-grid-kart { aspect-ratio: 16/9; }
    .proje-grid-baslik { font-size: 17px; }
}

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

/* =============================================
   MARKALAR
   ============================================= */
.marka-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.marka-kart {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: default;
}

.marka-kart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94);
    display: block;
}

.marka-kart:hover img {
    transform: scale(1.07);
}

.marka-kart-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(185,183,174,0) 0%, rgba(83,82,78,.55) 55%, rgba(20,20,18,.92) 100%);
    z-index: 1;
    transition: opacity .4s ease;
}

.marka-kart-icerik {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 36px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.marka-kart-icerik h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -.4px;
    line-height: 1.2;
    font-family: var(--tl-ff-heading, inherit);
}

.marka-kart-icerik .marka-ikon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
    transition: background .3s ease, border-color .3s ease;
}

.marka-kart:hover .marka-ikon {
    background: var(--tl-color-theme-primary, #f39004);
    border-color: var(--tl-color-theme-primary, #f39004);
}

@media (max-width: 767px) {
    .marka-wrap { grid-template-columns: 1fr; gap: 16px; }
    .marka-kart { aspect-ratio: 3/2; }
    .marka-kart-icerik { padding: 22px 24px; }
    .marka-kart-icerik h3 { font-size: 20px; }
}