/* ============================================================
   GEODİZAYN CUSTOM PREMIUM CSS
   ============================================================ */

/* RENK DEĞİŞKENLERİ */
:root {
    --color-primary: #122152;
    /* Ana koyu mavi (Butonlar, sol footer kartı, blog bg) */
    --color-secondary: #1c346f;
    /* Başlık / altbaşlık mavi rengi */
    --color-gray: #6f6f6f;
    /* Üst başlık gri rengi */
    --color-text: #2d2d2d;
    /* Genel gövde metin rengi */
    --color-dark: #23303d;
    /* Blog başlık/text rengi, footer menü rengi */
}

/* 1. YAZI TİPİ VE TEMEL BİLEŞENLER */
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
button,
input,
select,
textarea,
li {
    font-family: 'Purista', sans-serif !important;
}

/* Sayfa Genişlik Ayarları */
.container-fluid.maxWidth {
    max-width: 1560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px !important;
    }
}

/* Genel Başlık ve Altbaşlık Stilleri */
.heading-ust {
    font-size: 20px !important;
    font-weight: bold !important;
    color: var(--color-gray);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.heading-alt {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: var(--color-secondary) !important;
    line-height: 1.35;
    margin-bottom: 20px;
}

.heading-desc {
    font-size: 21px !important;
    font-weight: 400 !important;
    color: var(--color-text) !important;
    line-height: 1.6;
    max-width: 800px;
}

.heading-text p {
    font-size: 21px !important;
    font-weight: 400 !important;
    color: var(--color-text) !important;
    line-height: 1.75;
}

/* Özel Buton Stili (16/Bold/#fff ve #122152 arka plan) */
.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    background-color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    padding: 11px 24px !important;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none !important;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.btn-primary-custom:not(:hover) img {
    filter: brightness(0) invert(1);
}

.btn-primary-custom:hover {
    background-color: transparent !important;
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
    gap: 40px;
}

.btn-arrow-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-primary-custom:hover .btn-arrow-icon {
    transform: translateX(5px);
}

/* 2. HEADER AYARLARI */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    transition: all 0.4s ease;
}

.site-header.stick-fixed {
    position: fixed;
    top: 0;
    background-color: var(--color-primary) !important;
    /* Premium lacivert sticky arka plan */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    max-height: 55px;
    transition: max-height 0.3s ease;
}

.site-header.stick-fixed .header-logo img {
    max-height: 45px;
}

.header-nav {
    /* margin-left: auto; */
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list .nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.9;
}

.nav-list .nav-link:hover {
    opacity: 1;
}

/* Dil Seçici */
.header-lang {
    position: relative;
}

.lang-toggle {
    background: transparent;
    border: 0;
    color: #ffffff !important;
    padding: 6px 14px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-toggle:hover {
    background-color: #ffffff;
    color: var(--color-primary) !important;
    border-color: #ffffff;
}

/* Mobil Hamburger Menü İkonu */
.mobile-menu-toggle span {
    background-color: #ffffff !important;
}

/* 3. HERO SLIDER GÜNCELLEMELERİ */
.slider-slogan {
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.25;
    text-transform: uppercase;
    max-width: 950px;
    margin: 0 auto 30px;
    letter-spacing: 0.5px;
    display: none;
}

.btn-slider {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--color-primary) !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 15px 36px !important;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-slider:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* Slider Kenardaki Yön Okları */
.slide-arrow {
    position: absolute;
    width: 45px;
    height: 23px;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide-arrow.prev {
    left: 40px;
    background-image: url('../images/arrow-left.png') !important;
}

.slide-arrow.next {
    right: 40px;
    background-image: url('../images/arrow-right.png') !important;
}

.slide-arrow:hover {
    opacity: 1;
}

.scroll-down {
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%);
    position: absolute;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
    animation: scrollBounce 2s infinite;
}

.scroll-down img {
    display: block !important;
    width: auto;
    height: auto;
}

.scroll-down:hover {
    transform: translateX(-50%) translateY(5px) !important;
}

@media (max-width: 991px) {
    .slider-slogan {
        font-size: 32px !important;
    }

    .slide-arrow {
        width: 45px;
        height: 45px;
    }

    .slide-arrow.prev {
        left: 15px;
    }

    .slide-arrow.next {
        right: 15px;
    }
}

/* 4. SEKTÖRLER BÖLÜMÜ (FULL HEIGHT & OVERLAY) */
.section-sektorler {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sektorler-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sektorler-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sektorler-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 33, 82, 0.85);
    /* Tasarımdaki koyu mavi overlay */
}

.sektorler-content {
    padding: 0 30px;
    z-index: 2;
}

.sektorler-text {
    font-size: 21px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.85;
    margin-bottom: 45px;
    letter-spacing: 0.5px;
}

.section-sektorler .btn-primary-custom {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.section-sektorler .btn-primary-custom:hover {
    background-color: #ffffff !important;
    color: var(--color-primary) !important;
    border-color: #ffffff !important;
}

/* Sektörler Altı Kaydırma Oku */
.sektorler-scroll-down {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 3;
    animation: scrollBounce 2s infinite;
}

.sektorler-scroll-down .scroll-down-arrow {
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}

@keyframes scrollBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* 5. KURUMSAL BÖLÜMÜ */
.section-kurumsal {
    padding: 120px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.kurumsal-left {
    text-align: left;
}

.kurumsal-left .heading-alt {
    margin-bottom: 30px;
}

.kurumsal-left .heading-text {
    margin-bottom: 40px;
}

/* 3x2 Grid Kutular */
.kurumsal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.kurumsal-box {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.kurumsal-box.text-box {
    background-color: #f7f9fb;
    border: 1px solid #eef2f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.box-number {
    font-size: 52px !important;
    font-weight: bold !important;
    color: var(--color-primary) !important;
    line-height: 1;
    margin-bottom: 8px;
}

.box-label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--color-gray) !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}

.kurumsal-box.image-box img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.kurumsal-box.image-box:hover img {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .kurumsal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .kurumsal-grid {
        grid-template-columns: 1fr;
    }
}

/* 6. HİZMET ALANLARIMIZ BÖLÜMÜ (CENTER MODE CAROUSEL) */
.section-hizmet-alanlari {
    background-color: #f7f9fb;
    padding: 120px 0;
    overflow: hidden;
}

.section-hizmet-alanlari .heading-desc {
    margin-bottom: 50px;
}

.hizmet-carousel-wrapper {
    position: relative;
    padding: 0 20px;
}

/* Owl Stage görünümü dışa taşsın */
.hizmet-carousel .owl-stage-outer {
    overflow: visible !important;
}

.hizmet-card {
    position: relative;
    background-color: transparent !important;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 80px;
    transition: all 0.5s ease;
    border-radius: 4px;
}

@media (min-width: 1200px) {
    .hizmet-card {
        width: 800px !important;
    }
}

.card-image-wrap {
    position: relative;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden;
    border-radius: 11px;
}

@media (min-width: 1200px) {
    .card-image-wrap {
        /*width: 535px !important;*/
        height: 455px !important;
        margin-left: auto !important;
    }

    .center .card-image-wrap {
        width: 535px !important;
    }
}

.hizmet-card-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.6s ease;
    filter: grayscale(85%) brightness(0.65);
    /* Pasif resimler soluk/siyah-beyaz */
}

/* Tüm Sitede Akıcı Kaydırma (Smooth Scroll) */
html {
    scroll-behavior: smooth !important;
}

/* Beyaz Bilgi Kartı (Solda Hizalı, 350x540px Boyutlarında ve Taşmalı) */
.hizmet-info-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .hizmet-info-box {
        position: absolute;
        left: 0 !important;
        /* Sol kenara sıfırlanır, 85px overlap sağlar */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 350px !important;
        height: 540px !important;
        padding: 45px 35px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
        opacity: 0 !important;
        /* Masaüstünde varsayılan olarak gizlidir */
        visibility: hidden !important;
        margin-top: 0;
    }
}

.hizmet-info-title {
    font-size: 24px;
    font-weight: 700;
    color: #1c346f !important;
    margin-bottom: 15px;
    line-height: 1.4;
}

.hizmet-info-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #131724 !important;
    line-height: 1.65;
    margin-bottom: 25px;
}

/* Detaylı İncele Butonu (Border ekli, premium çerçeveli) */
.hizmet-info-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #122152 !important;
    border: 1px solid #122152 !important;
    padding: 10px 24px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-radius: 0;
    align-self: flex-start;
}

.hizmet-info-link:hover {
    background-color: #122152 !important;
    color: #ffffff !important;
}

.hizmet-info-link .link-arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.hizmet-info-link:hover .link-arrow {
    transform: translateX(6px);
}

/* AKTİF ITEM (CENTER): Bilgi kartı açılır, resim renklenir */
.hizmet-carousel .owl-item.center .hizmet-card {
    transform: scale(1.04);
    z-index: 10;
}

.hizmet-carousel .owl-item.center .hizmet-card-img {
    filter: grayscale(0%) brightness(1);
    /* Aktif olan item renklenir */
    transform: scale(1.03);
}

@media (min-width: 1200px) {
    .hizmet-carousel .owl-item.center .hizmet-info-box {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(-50%) !important;
    }
}

/* Yön Okları (Aktif Elemanın Yanındaki Boşluklara Tam Yerleşim - Üst Üste Binmez) */
.section-hizmet-alanlari {
    position: relative;
}

.hizmet-carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-40px);
    pointer-events: none;
    z-index: 15;
}

.hizmet-nav-btn {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #122152;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Sol Ok: Sol pasif kart ile aktif kartın beyaz kutusu arasına (Merkezden sola) */
.hizmet-nav-btn.prev {
    left: calc(50% - 502.5px) !important;
}

/* Sağ Ok: Aktif kart resmi ile sağ pasif kart arasına (Merkezden sağa) */
.hizmet-nav-btn.next {
    right: calc(50% - 502.5px) !important;
}

/* Premium Çizgi Ok İşareti Tasarımı (Çizgi ve Uç) */
.hizmet-nav-btn::before {
    content: '';
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    position: relative;
}

.hizmet-nav-btn::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    display: block;
    position: absolute;
}

.hizmet-nav-btn.prev::before {
    left: 3px;
}

.hizmet-nav-btn.prev::after {
    transform: rotate(45deg);
    left: 17px;
}

.hizmet-nav-btn.next::before {
    right: 3px;
}

.hizmet-nav-btn.next::after {
    transform: rotate(-135deg);
    right: 17px;
}

.hizmet-nav-btn:hover {
    background-color: #1c346f;
    transform: scale(1.08);
}

@media (max-width: 1400px) {
    .hizmet-nav-btn.prev {
        left: 15px !important;
    }

    .hizmet-nav-btn.next {
        right: 15px !important;
    }
}

@media (max-width: 991px) {
    .hizmet-carousel-nav {
        top: 160px !important;
        transform: translateY(-50%) !important;
    }

    .hizmet-nav-btn.prev {
        left: 10px !important;
    }

    .hizmet-nav-btn.next {
        right: 10px !important;
    }

    .hizmet-info-box {
        width: calc(100% - 40px) !important;
        margin-top: -50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 5 !important;
        position: relative !important;
        box-shadow: 0 15px 40px rgba(18, 33, 82, 0.12) !important;
    }
}

/* 7. BİZE ULAŞIN / ASİMETRİK DÜZEN */
.section-iletisime-gec {
    padding: 120px 0;
    background-color: #ffffff;
}

.iletisim-container {
    height: 620px;
    position: relative;
}

.iletisim-img-small-wrap {
    position: absolute;
    left: 40px;
    top: 0;
    width: 300px;
    height: 300px;
    z-index: 2;
}

.staggered-img-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.iletisim-img-big-wrap {
    position: absolute;
    right: 40px;
    top: 80px;
    width: 780px;
    height: 480px;
    z-index: 1;
}

.staggered-img-big {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Üzerine binen beyaz kart */
.iletisim-overlay-card {
    position: absolute;
    left: 0;
    top: 220px;
    width: 520px;
    min-height: 400px;
    background-color: #ffffff;
    padding: 45px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
    z-index: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iletisim-card-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #122152 !important;
    /* Tasarımdaki koyu lacivert */
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.iletisim-card-text {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #2d2d2d !important;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.9;
}

.iletisim-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #122152 !important;
    border: 1px solid #122152 !important;
    padding: 10px 24px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-radius: 0;
    align-self: flex-start;
}

.iletisim-btn:hover {
    background-color: #122152 !important;
    color: #ffffff !important;
}

.iletisim-btn .link-arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.iletisim-btn:hover .link-arrow {
    transform: translateX(6px);
}

@media (max-width: 991px) {
    .iletisim-container {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .iletisim-img-small-wrap {
        display: none;
        /* Mobilde daha temiz bir görünüm için küçük resim gizlenir */
    }

    .iletisim-img-big-wrap {
        position: relative;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .staggered-img-big {
        width: 100%;
        height: auto !important;
        aspect-ratio: 16/10;
        border-radius: 15px !important;
    }

    .iletisim-overlay-card {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        padding: 30px;
        margin-top: 10px;
        border-radius: 15px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }
}

/* 8. BLOG BÖLÜMÜ (KOYU MAVİ ARKA PLAN & CAROUSEL) */
.section-blog {
    background-color: #122152;
    /* Koyu Mavi Blog arka planı */
    padding: 120px 0;
    position: relative;
}

.section-blog .heading-ust {
    color: #fff;
}

.section-blog .heading-desc {
    opacity: 0.7;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin: 30px 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.blog-img-wrap {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-img {
    transform: scale(1.05);
}

.blog-content {
    padding: 35px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* Kart içeriklerinin dikeyde eşitlenmesini sağlar */
}

.blog-title {
    font-weight: 600;
    font-size: 24px !important;
    color: #23303d;
    /* blog item başlık rengi */
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-text {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #23303d;
    /* blog item text rengi */
    line-height: 1.65;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #122152 !important;
    border: 1px solid rgba(18, 33, 82, 0.2) !important;
    padding: 10px 24px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-radius: 0;
    align-self: flex-start;
}

.blog-link:hover {
    background-color: #122152 !important;
    color: #ffffff !important;
    border-color: #122152 !important;
}

.blog-link .link-arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.blog-link:hover .link-arrow {
    transform: translateX(6px);
}

/* Blog Navigasyon */
.blog-carousel-nav-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%) translateY(30px);
    /* Dikeyde kartların ortasına hizalar */
    pointer-events: none;
    z-index: 15;
}

.blog-nav-btn {
    position: absolute;
    width: 45px;
    height: 23px;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.blog-nav-btn.prev {
    left: 40px;
    background-image: url('../images/arrow-left.png') !important;
}

.blog-nav-btn.next {
    right: 40px;
    background-image: url('../images/arrow-right.png') !important;
}

.blog-nav-btn:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

@media (max-width: 1400px) {
    .blog-nav-btn.prev {
        left: 15px;
    }

    .blog-nav-btn.next {
        right: 15px;
    }
}

/* 9. FOOTER BÖLÜMÜ */
.site-footer {
    background-color: #ffffff;
    /* Footer arka plan rengi beyaz */
    border-top: 1px solid #eef2f5;
    color: var(--color-dark);
}

.footer-brand-card {
    background-color: var(--color-primary);
    /* Sol taraftaki kart rengi */
    padding: 45px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.footer-logo {
    display: block;
    margin-bottom: 35px;
    max-width: 190px;
}

.footer-contact-info {
    margin-bottom: 35px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-item i {
    font-size: 16px;
    margin-top: 3px;
    opacity: 0.85;
}

.contact-item a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
}

.contact-item a:hover {
    opacity: 0.8;
}

.footer-social-list {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-list a {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.footer-social-list a:hover {
    background-color: #ffffff;
    color: var(--color-primary);
    transform: translateY(-3px);
}

.footer-menus-wrap {
    padding-left: 50px;
}

.footer-menu-col {
    margin-bottom: 30px;
}

.footer-menu-heading {
    font-size: 14px !important;
    font-weight: 700 !important;
    /* footer menü başlık kalınlığı */
    color: var(--color-dark) !important;
    /* footer menü başlık rengi */
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-links li {
    margin-bottom: 12px;
}

.footer-menu-links a {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: var(--color-dark) !important;
    opacity: 0.8;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
}

.footer-menu-links a:hover {
    opacity: 1;
    color: var(--color-primary) !important;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid #eef2f5;
    padding: 30px 0;
    font-size: 15px;
}

.footer-legal a:hover {
    color: var(--color-primary) !important;
}

@media (max-width: 991px) {
    .footer-menus-wrap {
        padding-left: 0;
        margin-top: 40px;
    }

    .footer-brand-card {
        margin-bottom: 40px;
    }
}

/* ===================================================
   İLETİŞİME GEÇ (FULL WIDTH BÖLÜMÜ)
   =================================================== */
.section-iletisime-gec-full {
    background-color: #122152;
    padding: 120px 0;
    color: #ffffff;
}

.section-iletisime-gec-full .heading-ust {
    letter-spacing: 2px;
    font-weight: bold !important;
    margin-bottom: 12px !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

.section-iletisime-gec-full .heading-alt {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.section-iletisime-gec-full .iletisime-gec-full-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 35px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.btn-iletisim-full {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    padding: 11px 24px !important;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none !important;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.btn-iletisim-full:hover {
    background-color: #ffffff !important;
    color: #122152 !important;
    gap: 25px;
}

.btn-iletisim-full .btn-arrow-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-iletisim-full:hover .btn-arrow-icon {
    transform: translateX(5px);
}

/* ===================================================
   YENİ BREADCRUMB (HERO) TASARIMI
   =================================================== */
.breadcrumbInner {
    height: 100vh;
    min-height: 800px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 120px !important;
    overflow: hidden;
}

.breadcrumbWrapper {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    z-index: 1 !important;
}



.bc-category-label {
    font-size: 23px !important;
    font-weight: 500 !important;
    color: #fff;
    margin-bottom: 0;
}

.bc-page-title {
    font-size: 60px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.bc-page-subtitle {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 30px !important;
}

.bc-page-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

/* ===================================================
   İÇERİK SAYFASI DÜZENLERİ (BEYAZ KART VE BEYAZ ZEMİN)
   =================================================== */
.content-page-outer {
    background-color: #122152 !important;
    position: relative !important;
    z-index: 5 !important;
    padding-bottom: 60px !important;
}

.content-page-outer::before {
    content: "" !important;
    position: absolute !important;
    top: -250px !important;
    left: 0 !important;
    right: 0 !important;
    height: 250px !important;
    background: linear-gradient(to bottom, rgba(18, 33, 82, 0) 0%, rgba(18, 33, 82, 1) 100%) !important;
    z-index: 6 !important;
    pointer-events: none !important;
}

.kurumsal-white-card {
    background-color: #ffffff;
    border-top-right-radius: 40px;
    margin-right: clamp(15px, 14.32vw - 95px, 180px) !important;
    margin-top: -100px;
    position: relative;
    z-index: 10 !important;
    padding: 80px 40px !important;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1) !important;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .breadcrumbInner {
        height: auto !important;
        min-height: 550px !important;
        padding-top: 120px !important;
        padding-bottom: 100px !important;
    }

    .bc-page-title {
        font-size: 34px !important;
    }

    .bc-page-subtitle {
        font-size: 20px !important;
    }

    .bc-page-desc {
        display: none !important;
    }

    .kurumsal-white-card {
        margin-right: 15px !important;
        padding: 50px 20px !important;
    }
}

/* ===================================================
   KURUMSAL DİNAMİK ROW (ÇAPRAZ BANT) TASARIMI
   =================================================== */
.kurumsal-sections {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.kurumsal-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.kurumsal-col {
    flex: 1;
    width: 50%;
}

.kurumsal-col.full-width {
    width: 100%;
    flex: 0 0 100%;
}

.kurumsal-img-container {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.kurumsal-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.kurumsal-img-container:hover img {
    transform: scale(1.05);
}

.kurumsal-row-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #122152 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.page-content {
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: var(--color-dark);
    font-weight: 400;
}

.page-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.page-content li,
.page-content p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.75 !important;
    color: var(--color-dark);
    font-weight: 400;
}

.page-content strong,
.page-content bold {
    font-size: 21px;
}

.page-content li {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .kurumsal-sections {
        gap: 60px;
    }

    .kurumsal-row {
        gap: 30px;
    }

    .kurumsal-row.row-even {
        flex-direction: column;
    }

    .kurumsal-row.row-odd {
        flex-direction: column-reverse;
    }

    .kurumsal-col {
        width: 100%;
    }

    .kurumsal-row-title {
        font-size: 26px !important;
    }
}

/* ===================================================
   MODERN & ANİMATİK NAV DROPDOWN TASARIMI
   =================================================== */
.nav-dropdown {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1.5px solid rgba(18, 33, 82, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 30px 70px rgba(18, 33, 82, 0.15) !important;
    padding: 12px !important;
    min-width: 260px !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0.4s !important;
    overflow: visible !important;
}

/* Hover/Focus state transitions */
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

/* Individual dropdown links styling */
.nav-dropdown li {
    margin-bottom: 6px !important;
}

.nav-dropdown li:last-child {
    margin-bottom: 0 !important;
}

.nav-dropdown li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #23303d !important;
    background: rgba(18, 33, 82, 0.04) !important;
    border-radius: 10px !important;
    border-left: none !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Hover state styling */
.nav-dropdown li a::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 100% !important;
    background: #122152 !important;
    z-index: -1 !important;
    transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.nav-dropdown li a:hover {
    color: #ffffff !important;
    padding-left: 25px !important;
    box-shadow: 0 8px 20px rgba(18, 33, 82, 0.18) !important;
}

.nav-dropdown li a:hover::before {
    width: 100% !important;
}

/* Add custom modern animated arrow indicator */
.nav-dropdown li a::after {
    content: "→" !important;
    font-size: 16px !important;
    font-weight: bold !important;
    opacity: 0 !important;
    transform: translateX(-15px) !important;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    color: #ffffff !important;
}

.nav-dropdown li a:hover::after {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* ===================================================
   BELGELER & SERTİFİKALAR GRID TASARIMI
   =================================================== */
.sertifikalar-section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #122152 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.sertifikalar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.sertifika-card {
    display: flex;
    flex-direction: column;
}

.sertifika-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1.5px solid #eef0f6;
    border-radius: 12px;
    padding: 25px;
    height: 180px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.sertifika-logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.sertifika-logo-box:hover {
    border-color: #122152;
    box-shadow: 0 10px 25px rgba(18, 33, 82, 0.08);
}

.sertifika-logo-box:hover img {
    transform: scale(1.08);
}

.sertifika-info {
    margin-top: 15px;
}

.sertifika-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #122152 !important;
    line-height: 1.4 !important;
    margin-bottom: 6px !important;
    text-transform: none !important;
}

.sertifika-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

@media (max-width: 1200px) {
    .sertifikalar-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .sertifikalar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sertifika-logo-box {
        height: 150px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .sertifikalar-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================================
   YENİ PROJE KARTLARI TASARIMI
   =================================================== */
.section-projects-list {
    background: transparent;
    padding: 0;
}

.project-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-card__image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.project-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-card:hover .project-card__img {
    transform: scale(1.05);
}

.project-card__content {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.project-card__title {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-bottom: 18px !important;
    text-transform: none !important;
    transition: color 0.3s ease;
}

.project-card__title a {
    color: var(--color-dark);
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.project-card__title a:hover {
    color: #0d1a42 !important;
}

/* Detaylı İncele Button */
.project-card__btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
    border: 1.5px solid #eef0f6 !important;
    background-color: #ffffff !important;
    color: #122152 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 12px 28px !important;
    border-radius: 4px !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    text-decoration: none !important;
    cursor: pointer;
}

.project-card__btn-arrow {
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.project-card__btn:hover {
    background-color: #122152 !important;
    color: #ffffff !important;
    border-color: #122152 !important;
    box-shadow: 0 8px 20px rgba(18, 33, 82, 0.15) !important;
}

.project-card__btn:hover .project-card__btn-arrow {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .project-card__title {
        font-size: 18px !important;
    }
}

/* ===================================================
   PROJE DETAY SAYFASI TASARIMI
   =================================================== */
.projeler-detail-row {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    /* Sütunlar arası boşluk 80px'e çıkarıldı */
    justify-content: space-between;
    align-items: flex-start;
}

.projeler-detail-col.col-content {
    flex: 1 1 55%;
    min-width: 320px;
    padding-right: 30px;
    /* İçerik sütununun sağındaki boşluk artırıldı */
}

.projeler-detail-col.col-sidebar {
    flex: 1 1 35%;
    min-width: 320px;
}

.project-info-box {
    background: #ffffff;
    padding: 10px 0;
}

.project-info-title {
    font-size: 24px !important;
    /* Font boyutu 2px büyütüldü */
    font-weight: 700 !important;
    color: #122152 !important;
    margin-bottom: 24px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: none !important;
}

/* Tablo düzenlemeleri */
.project-info-box table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.project-info-box td {
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0f6 !important;
    font-size: 16px !important;
    /* Font boyutu 2px büyütüldü */
    color: #122152 !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

.project-info-box tr td:first-child {
    font-weight: 600 !important;
    color: #122152 !important;
    width: 35% !important;
}

.project-info-box tr td:nth-child(2) {
    width: 5% !important;
    text-align: center !important;
}

.project-info-box tr td:last-child {
    font-weight: 500 !important;
    color: #495057 !important;
}

.project-info-box tr:last-child td {
    border-bottom: none !important;
}

/* Liste (ul/li) gelmesi durumunda düzenleme */
.project-info-box ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.project-info-box li {
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0f6 !important;
    font-size: 16px !important;
    /* Font boyutu 2px büyütüldü */
    color: #122152 !important;
    font-weight: 600 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.project-info-box li:last-child {
    border-bottom: none !important;
}

@media (max-width: 991px) {
    .projeler-detail-row {
        gap: 30px;
    }

    .projeler-detail-col.col-content {
        padding-right: 0;
    }
}

/* ===================================================
   PROJE DETAY GÖRSELLERİ CAROUSEL TASARIMI
   =================================================== */
.section-proje-gorselleri {
    background-color: #f7f9fb;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.proje-gorselleri-carousel-wrapper {
    position: relative;
    padding: 0 20px;
}

.proje-gorselleri-carousel .owl-stage-outer {
    overflow: visible !important;
}

.proje-gorsel-card {
    position: relative;
    background-color: transparent !important;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 80px;
    transition: all 0.5s ease;
    border-radius: 4px;
}

.proje-gorsel-card .card-image-wrap {
    width: 100% !important;
    height: 350px !important;
    overflow: hidden;
    border-radius: 11px;
    margin: 0 auto !important;
}

@media (min-width: 1200px) {
    .proje-gorsel-card {
        width: 800px !important;
    }

    .proje-gorsel-card .card-image-wrap {
        width: 800px !important;
        height: 480px !important;
    }

    .proje-gorselleri-carousel .owl-item.center .card-image-wrap {
        width: 800px !important;
    }
}

.proje-gorsel-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.6s ease;
    filter: grayscale(85%) brightness(0.65);
    border-radius: 11px;
}

/* Aktif slayt zoom ve renklenme efekti */
.proje-gorselleri-carousel .owl-item.center .proje-gorsel-card {
    transform: scale(1.04);
    z-index: 10;
}

.proje-gorselleri-carousel .owl-item.center .proje-gorsel-img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.03);
}

/* Ok Butonları */
.proje-carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-40px);
    pointer-events: none;
    z-index: 15;
}

.proje-nav-btn {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #122152;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.proje-nav-btn.prev {
    left: calc(50% - 495px) !important;
}

.proje-nav-btn.next {
    right: calc(50% - 510px) !important;
}

.proje-nav-btn::before {
    content: '';
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    position: relative;
}

.proje-nav-btn::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    display: block;
    position: absolute;
}

.proje-nav-btn.prev::before {
    left: 3px;
}

.proje-nav-btn.prev::after {
    transform: rotate(45deg);
    left: 17px;
}

.proje-nav-btn.next::before {
    right: 3px;
}

.proje-nav-btn.next::after {
    transform: rotate(-135deg);
    right: 17px;
}

.proje-nav-btn:hover {
    background-color: #1c346f;
    transform: scale(1.08);
}

@media (max-width: 1400px) {
    .proje-nav-btn.prev {
        left: 15px !important;
    }

    .proje-nav-btn.next {
        right: 15px !important;
    }
}

@media (max-width: 991px) {
    .section-proje-gorselleri {
        padding: 60px 0;
    }

    .proje-gorsel-card {
        margin: 20px auto 40px;
    }

    .proje-gorsel-card .card-image-wrap {
        height: 280px !important;
    }
}

@media (max-width: 575px) {
    .proje-gorsel-card .card-image-wrap {
        height: 210px !important;
    }
}

/* ===================================================
   İLETİŞİM SAYFASI PREMIUM TASARIMI (DARK BLUE BG)
   =================================================== */
.section-contact-page {
    background-color: #122152;
    padding: 180px 0 120px;
    color: #ffffff;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contact-header {
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-header__subtitle {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff !important;
    display: block;
    margin-bottom: 12px;
}

.contact-header__title {
    font-size: 46px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
    text-transform: none !important;
}

.contact-header__desc {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff !important;
    margin: 0;
}

.contact-content-row {
    margin-top: 20px;
}

/* İletişim Bilgileri */
.contact-info-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 45px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
    text-transform: none !important;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding-bottom: 25px !important;
}

.contact-info-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.contact-info-item__label {
    font-size: 21px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.contact-info-item__value {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.4;
}

.contact-info-item__value a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.contact-info-item__value a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Yol Tarifi Butonu */
.btn-contact-outline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 7px 28px !important;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    text-decoration: none !important;
    cursor: pointer;
}

.btn-contact-outline__arrow {
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-contact-outline:hover {
    background-color: #ffffff !important;
    color: #122152 !important;
    border-color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.btn-contact-outline:hover .btn-contact-outline__arrow {
    transform: translateX(5px);
}

/* İletişim Formu */
.contact-form-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
}

.contact-form-subtitle {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-bottom: 40px !important;
    text-transform: none !important;
}

/* Form Inputları */
.contact-form-input,
.contact-form-select,
.contact-form-textarea {
    background-color: #ffffff !important;
    border: 1px solid #eef0f6 !important;
    border-radius: 4px !important;
    color: #2d2d2d !important;
    padding: 14px 18px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.contact-form-input {
    height: 52px !important;
}

.contact-form-select {
    height: 52px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236f6f6f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 16px 12px !important;
}

.contact-form-input:focus,
.contact-form-select:focus,
.contact-form-textarea:focus {
    border-color: #1c346f !important;
    box-shadow: 0 0 0 3px rgba(28, 52, 111, 0.15) !important;
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
    color: #6f6f6f !important;
    opacity: 0.8 !important;
}

/* KVKK Checkbox */
.contact-form-checkbox {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background-color: transparent !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 3px !important;
    cursor: pointer;
}

.contact-form-checkbox:checked {
    background-color: #1c346f !important;
    border-color: #1c346f !important;
}

.contact-form-kvkk-label {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    cursor: pointer;
}

/* Submit Butonu */
.btn-contact-submit {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 12px 36px !important;
    border-radius: 4px !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    cursor: pointer;
}

.btn-contact-submit__arrow {
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-contact-submit:hover {
    background-color: #ffffff !important;
    color: #122152 !important;
    border-color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.btn-contact-submit:hover .btn-contact-submit__arrow {
    transform: translateX(5px);
}

/* Harita */
.contact-map-section {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #f7f9fb;
    border: none;
    position: relative;
    z-index: 10;
}

.contact-map-section iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    display: block;
}

@media (max-width: 991px) {
    .section-contact-page {
        padding: 60px 0 80px;
    }

    .contact-header {
        margin-bottom: 50px;
    }

    .contact-header__title {
        font-size: 32px !important;
    }

    .contact-content-row {
        gap: 60px;
    }

    .contact-info-title,
    .contact-form-title {
        font-size: 22px !important;
    }

    .contact-info-list {
        gap: 25px;
        margin-bottom: 35px;
    }

    .contact-info-item__value {
        font-size: 17px;
    }

    .contact-map-section {
        height: 380px;
    }
}

/* ===================================================
   MODERN ANİMATİK MOBİL MENÜ TASARIMI (NAVY BLUE)
   =================================================== */
.site-mobile-menu {
    background: linear-gradient(135deg, #09122c 0%, #122152 100%) !important;
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.5) !important;
}

.site-mobile-menu-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 24px 28px !important;
}

.mobile-menu-close span {
    display: none !important;
}

.mobile-menu-close {
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    content: '' !important;
    position: absolute !important;
    width: 16px !important;
    height: 2px !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.mobile-menu-close::before {
    transform: rotate(45deg) !important;
}

.mobile-menu-close::after {
    transform: rotate(-45deg) !important;
}

.mobile-menu-close:hover {
    background: #ffffff !important;
}

.mobile-menu-close:hover::before,
.mobile-menu-close:hover::after {
    background-color: #122152 !important;
}

/* Menü Linkleri */
.site-nav-wrap a,
.site-mobile-menu a.nav-link {
    color: #ffffff !important;
    font-size: 16px !important;
    letter-spacing: 0.8px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.site-mobile-menu a.nav-link:hover,
.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active>a {
    color: #a0baff !important;
    /* transform: translateX(8px) !important; */
}

.site-nav-wrap>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Alt Menü Alanı */
.site-nav-wrap>li>ul.collapse.show,
.site-nav-wrap>li>ul.collapsing {
    background: rgba(255, 255, 255, 0.03) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
}

.site-nav-wrap>li>ul>li>a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 15px !important;
}

.site-nav-wrap>li>ul>li>a:hover {
    color: #ffffff !important;
    transform: translateX(6px) !important;
}

/* Alt Menü Açma Okları */
.arrow-collapse {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    top: 24px !important;
    transform: translateY(-50%) !important;
}

.arrow-collapse:hover {
    background: #ffffff !important;
    color: #122152 !important;
}

/* Custom Scrollbar */
.site-mobile-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15) !important;
}

.site-mobile-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

/* Animasyon: Menü Açıldığında Maddelerin Sırayla Gelmesi (Staggered Entry) */
.site-mobile-menu .site-nav-wrap>li {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li {
    opacity: 1;
    transform: translateY(0);
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(1) {
    transition-delay: 0.05s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(2) {
    transition-delay: 0.10s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(3) {
    transition-delay: 0.15s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(4) {
    transition-delay: 0.20s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(5) {
    transition-delay: 0.25s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(6) {
    transition-delay: 0.30s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(7) {
    transition-delay: 0.35s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(8) {
    transition-delay: 0.40s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(9) {
    transition-delay: 0.45s !important;
}

.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(10) {
    transition-delay: 0.50s !important;
}

/* ===================================================
   DİL SEÇİCİ (LANG DROPDOWN) PREMIUM POP-OVER TASARIMI
   =================================================== */
.lang-dropdown {
    background: rgba(18, 33, 82, 0.96) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    min-width: 130px !important;
    padding: 0 !important;
    overflow: visible !important; /* Tooltip üçgeninin görünmesi için */
}

/* Popover Üçgeni (Tooltip Arrow) */
.lang-dropdown::before {
    content: '' !important;
    position: absolute !important;
    top: -6px !important;
    right: 18px !important;
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(18, 33, 82, 0.96) !important;
    transform: rotate(45deg) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    z-index: -1 !important;
}

.lang-dropdown li {
    position: relative !important;
    list-style: none !important;
    overflow: hidden !important;
}

/* Köşelerin taşmaması için ilk ve son elemana yuvarlatma */
.lang-dropdown li:first-child {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.lang-dropdown li:last-child {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.lang-dropdown li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: block !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
}

/* Sol Dikey Aktif/Hover Çubuğu */
.lang-dropdown li a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 3.5px !important;
    background-color: #a0baff !important;
    transform: scaleY(0) !important;
    transition: transform 0.3s ease !important;
    transform-origin: center !important;
}

.lang-dropdown li a:hover::before,
.lang-dropdown li a[aria-selected="true"]::before {
    transform: scaleY(1) !important;
}

.lang-dropdown li a:hover,
.lang-dropdown li a[aria-selected="true"] {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}

/* TR/EN Dil Butonu Hover Efekti (Altı Çizili) */
.lang-toggle {
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    padding: 6px 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.lang-toggle::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 12px !important;
    right: 12px !important;
    height: 1.5px !important;
    background-color: #ffffff !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.lang-toggle:hover::after {
    transform: scaleX(1) !important;
}