:root {
    --base-color: #caa05c;
    --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; }
      @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: 180px 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: 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: 80vh;
    width: 100%;
}

@media (max-width: 767px) {
    .project-item-7 .project-thumb {
        max-height: none;
    }
}

.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 DETAY SAYFASI (urun detay yapisi)
   ============================================= */
.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;
}

/* Urun fotograflarindan farkli olarak bina gorselleri cerceveye tam otursun */
.product-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
    transition: border-color .2s ease;
}

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

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

/* Proje alt basligi (konum) - tema varsayilani fiyat icin 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;
}

.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 .25s ease;
}

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

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

/* Sekme icerigi veritabanindan zengin metin olarak geliyor; sitedeki
   genel ul sifirlamasi madde isaretlerini gizliyordu, burada 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); }

/* Benzer Projeler basligi - tema varsayilani (60px) cok buyuktu */
.urun-benzer-baslik {
    font-size: 32px !important;
    max-width: 100%;
}

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

/* Benzer Projeler karuseli: kartlar liste sayfasindaki proje
   kartlariyla ayni oranda ve gorunumde olsun (3/4, 24px radius) */
.shop-inner .shop-item .shop-thumb {
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 24px;
}

.shop-inner .shop-item .shop-thumb img {
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.shop-inner .shop-item:hover .shop-thumb img {
    transform: scale(1.05);
}

.shop-inner .shop-content {
    text-align: left;
    padding-top: 22px;
}

.shop-inner .shop-content .title {
    font-family: var(--tl-ff-heading);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark-gray);
    margin-bottom: 0;
}

.shop-inner .shop-content .price {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--medium-gray);
}

@media (max-width: 991.98px) {
    .shop-inner .shop-content .title { font-size: 24px; }
}

@media (max-width: 575.98px) {
    .shop-inner .shop-item .shop-thumb,
    .shop-inner .shop-item .shop-thumb img { border-radius: 18px; }
    .shop-inner .shop-content { padding-top: 16px; }
    .shop-inner .shop-content .title { font-size: 22px; }
}

/* .product-info .title tema varsayilaninda sabit 50px'ti */
@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; }
}

/* =============================================
   PROJE KARTLARI (blog listesi düzeniyle uyumlu)
   ============================================= */
.proje-kart {
    position: relative;
}

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

.proje-kart-thumb > a {
    display: block;
    width: 100%;
    height: 100%;
}

.proje-kart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    transition: transform .5s ease;
}

.proje-kart:hover .proje-kart-thumb img {
    transform: scale(1.05);
}

/* alttan yukari koyulasan katman: baslik okunurlugu icin degil,
   kartin blog kartlariyla ayni derinlik hissini vermesi icin */
.proje-kart-thumb::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 100%);
    opacity: 0;
    transition: opacity .4s ease;
    pointer-events: none;
    border-radius: 0 0 24px 24px;
}

.proje-kart:hover .proje-kart-thumb::after {
    opacity: 1;
}

.proje-kart-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--tl-color-common-white);
    color: var(--dark-gray);
    font-size: 18px;
    opacity: 0;
    transition: all .4s ease;
    z-index: 2;
}

.proje-kart:hover .proje-kart-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.proje-kart-etiket {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    background-color: var(--tl-color-theme-primary);
    color: var(--tl-color-common-white);
    font-family: var(--tl-ff-body);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .3px;
}

.proje-kart-body {
    padding-top: 22px;
}

.proje-kart-meta {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    font-size: 14px;
    color: var(--medium-gray);
}

.proje-kart-baslik {
    font-family: var(--tl-ff-heading);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark-gray);
    margin: 0;
}

@media (max-width: 991.98px) {
    .proje-kart-baslik { font-size: 24px; }
}

@media (max-width: 575.98px) {
    .proje-kart-thumb,
    .proje-kart-thumb img { border-radius: 18px; }
    .proje-kart-body { padding-top: 16px; }
    .proje-kart-baslik { font-size: 22px; }
    .proje-kart-etiket { top: 14px; left: 14px; font-size: 12px; padding: 5px 13px; }
}

.side-menu-logo {
    max-width: 200px;
    margin-top: 10px;
}

.header .primary-header-inner .header-logo img {
      max-width: 200px;
  }
/* ==== Hero slider: içerik dikeyde ortalı, boşluk responsive ==== */
.slider-section .slider-item {
    display: flex;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 0;
}

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

.slider-section .slider-content-wrap {
    padding-top: clamp(90px, 12vw, 140px);
    padding-bottom: clamp(35px, 7vw, 100px);
}

/* ==== Mobil yan menü: adres / telefon / mail yazıları küçültüldü ==== */
.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li {
    font-size: 12px !important;
    align-items: flex-start;
}

.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li a,
.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li a.mail,
.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li span {
    font-size: 12px !important;
    line-height: 1.4;
}

.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li p {
    font-size: 11px !important;
    line-height: 1.5;
    margin-bottom: 0;
}

.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li i {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 9px !important;
    flex-shrink: 0;
    margin-right: 7px;
}

.mobile-side-menu .side-menu-content .side-menu-contact .side-menu-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

/* ==== Mobilde açılan yan menü (sidebar-area) iletişim yazıları ==== */
@media only screen and (max-width: 991px) {
    .side-menu-content .side-menu-contact .side-menu-list li {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .side-menu-content .side-menu-contact .side-menu-list li a,
    .side-menu-content .side-menu-contact .side-menu-list li a.mail {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .side-menu-content .side-menu-contact .side-menu-list li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .side-menu-content .side-menu-about .title {
        font-size: 18px;
        line-height: 1.4;
    }
}



/* ==== Sayaç rakamları: gövde fontu + kırpılmayı önleyen satır yüksekliği ==== */
.counter-item .title,
.counter-item .title .icon,
.counter-item .title .odometer,
.counter-item .title .odometer.odometer-auto-theme {
    font-family: var(--tl-ff-body);
    font-weight: 600;
    line-height: 1.3 !important;
}

.counter-item .title .odometer.odometer-auto-theme .odometer-digit,
.counter-item .title .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.counter-item .title .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.counter-item .title .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.counter-item .title .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.counter-item .title .odometer.odometer-auto-theme .odometer-digit .odometer-value {
    line-height: 1.3 !important;
}



.footer-section .footer-shade {
    border: 0px solid rgba(255, 255, 255, .07);
     backdrop-filter: blur(0px);}


     .footer-text {
    bottom: 0px;}

/* Footer yazısı boyutları */
@media (min-width: 1400px) {
    .footer-text span {
        font-size: 200px;
    }
}

@media (max-width: 1399px) {
    .footer-text span {
        font-size: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-text span {
        font-size: 125px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-text span {
        font-size: 40px;
    }
}

/* 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);
}
.footer-widget .widget-header .footer-logo {
    max-width: 200px;
}

.footer-widget .social-list {
    margin-top: 50px;}


    .page-header .overlay {opacity: .74 !important; }


/* =============================================
   YASAL SAYFA İÇERİĞİ (KVKK / Çerez Politikası)
   + editörden girilen tüm sayfa içerikleri
   ============================================= */
.page-content-body {
    font-family: var(--tl-ff-p);
    font-size: 16px;
    font-weight: 400;
    color: var(--tl-color-text-body);
    line-height: 28px;
}

.page-content-body b,
.page-content-body strong {
    color: var(--dark-gray);
    font-weight: 600;
}

.page-content-body ul {
    list-style: disc;
    padding-left: 22px;
    margin: 10px 0 18px;
}

.page-content-body ul li {
    margin-bottom: 8px;
    line-height: 28px;
}

.page-content-body a {
    color: var(--base-color);
    text-decoration: underline;
}

/* =============================================
   FOOTER YASAL BAĞLANTILAR
   ============================================= */
.footer-legal-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 22px;
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.footer-legal-list li + li {
    position: relative;
}

.footer-legal-list li + li::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .25);
}

.footer-legal-list a {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .25s ease;
}

.footer-legal-list a:hover {
    color: var(--tl-color-theme-primary);
}

@media (max-width: 767px) {
    .footer-legal-list {
        gap: 8px 18px;
    }
}

.footer-section .footer-bg:before{opacity: 0.83 !important;}

/* Menü bağlantıları büyük harf */
.header .primary-header-inner .header-menu-wrap ul li a {
    text-transform: uppercase;
}

/* Footer alt boşluğu */
.footer-section {
    padding-bottom: 10px !important;
}

/* =============================================
   SLIDER ARKA PLAN VİDEOSU
   Panelden video yüklenen slaytta video, .bg-img katmanının
   ARKASINA serilir. Böylece .bg-img:before ile gelen koyu
   katman videoya da aynı şekilde uygulanır; resim ise
   video yüklenene kadar poster olarak kullanılır.
   ============================================= */
.slider-item .slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
}

/* Videolu slaytta arka plan resmi kullanılmaz; resim yalnızca videonun
   poster'ı olarak görünür. Video yoksa slayt normal resimle çalışır. */
.slider-item.has-video .bg-img {
    background-image: none !important;
}

/* Videoda yazıların okunabilirliği için resimli slayta göre daha koyu katman
   (resimli slaytlarda tema varsayılanı .46 olarak kalır) */
.slider-item.has-video .bg-img::before {
    opacity: .80 !important;
}


/* =============================================
   reCAPTCHA v3 ROZETİ
   Sağ alttaki yüzen rozet gizlenir. Google, rozet gizlendiğinde
   yerine atıf metninin görünür olmasını şart koşuyor; metin
   iletisim.php'de gönder butonunun altında yer alıyor.
   ============================================= */
.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-bilgi {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.6;
    color: var(--medium-gray);
}

.recaptcha-bilgi a {
    color: var(--medium-gray);
    text-decoration: underline;
}

.recaptcha-bilgi a:hover {
    color: var(--base-color);
}


/* =============================================
   HİZMET KARTLARI (iç sayfa - açık zemin)
   Anasayfadaki exp-item koyu zemin + beyaz yazı içindir;
   iç sayfa beyaz olduğu için burada koyu metinli sürüm kullanılır.
   ============================================= */
.hizmet-ust-baslik {
    font-family: var(--tl-ff-heading);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--dark-gray);
    margin-bottom: 40px;
}

.hizmet-ust-baslik span {
    color: var(--base-color);
}

.hizmet-kart {
    height: 100%;
}

.hizmet-kart-img {
    height: 220px;
    margin-bottom: 22px;
    border-radius: 24px;
    overflow: hidden;
}

.hizmet-kart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    transition: transform .5s ease;
}

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

.hizmet-kart-baslik {
    font-family: var(--tl-ff-heading);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark-gray);
    margin: 0;
}

.hizmet-kart-cizgi {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: var(--dark-gray);
    opacity: .16;
    position: relative;
}

.hizmet-kart-cizgi::before {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: var(--dark-gray);
    transform: rotate(20deg);
}

.hizmet-kart-aciklama {
    font-size: 16px;
    line-height: 1.65;
    color: var(--medium-gray);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .hizmet-ust-baslik { font-size: 34px; }
}

@media (max-width: 991.98px) {
    .hizmet-ust-baslik { font-size: 30px; margin-bottom: 30px; }
    .hizmet-kart-baslik { font-size: 24px; }
    .hizmet-kart-img { height: 200px; }
}

@media (max-width: 575.98px) {
    .hizmet-ust-baslik { font-size: 26px; }
    .hizmet-kart-baslik { font-size: 22px; }
    .hizmet-kart-img { height: 190px; border-radius: 18px; }
    .hizmet-kart-img img { border-radius: 18px; }
}


/* =============================================
   ANASAYFA HİZMETLER BÖLÜMÜ - AÇIK ZEMİN
   Bölümün zemini açık renge alındığı için tema varsayılanı olan
   beyaz metinler okunmuyordu; koyu sürümleri burada tanımlanıyor.
   ============================================= */
.exp-section .section-heading.white-content .sub-heading {
    color: var(--dark-gray);
    border-color: rgba(31, 34, 32, .22);
}

.exp-section .section-heading.white-content .section-title {
    color: var(--dark-gray);
}

.exp-section .exp-item .exp-content .title {
    color: var(--dark-gray);
}

.exp-section .exp-item .exp-content p {
    color: var(--medium-gray);
}

.exp-section .exp-item .exp-content .line,
.exp-section .exp-item .exp-content .line:before {
    background-color: var(--dark-gray);
}

.exp-section .exp-item .exp-content .line {
    opacity: .16;
}