/* Ortalanmış header için özel stil */
.header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2.5rem;
}
.header-logo .logo {
    height: 54px;
    width: auto;
}
.header-menu ul {
    display: flex;
    align-items: center;
    gap: 1.5rem; /* Reduced from default spacing */
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.13rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.2s;
    position: relative;
    padding: 0.5rem 0.8rem; /* Reduced padding for tighter spacing */
}
.header-menu a:hover {
    color: #b38b5e;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}
/* HEADER SCROLL ANİMASYONU */
.header-top {
    transition: background 0.4s cubic-bezier(.4,0,.2,1), box-shadow 0.4s, padding 0.3s, height 0.3s;
    background: transparent;
    height: 80px;
}
.header-top.scrolled {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0 2px 16px rgba(0,0,0,0.20);
    padding: 0.3rem 3vw;
    height: 65px;
    position: fixed;
    backdrop-filter: blur(10px);
}
.header-top.scrolled .header-menu a {
    color: #fff !important;
    font-size: 0.95rem !important;
}
.header-top.scrolled .header-search {
    color: #fff !important;
}
.header-top.scrolled .header-search svg {
    stroke: #fff;
}
.header-top.scrolled .header-search:hover {
    background: rgba(0,0,0,0.08);
}
.header-top.scrolled .header-search:hover {
    background: rgba(0,0,0,0.08);
}
.header-top.scrolled .logo {
    filter: none;
}
.header-top .logo {
    transition: filter 0.4s;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.13));
}
/* SLIDER GEÇİŞLİ ANİMASYON */
.hero-content-left h2 {
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1);
    opacity: 1;
    will-change: opacity;
}
.hero-content-left h2.slider-out {
    opacity: 0;
}
/* HEADER & HERO BANNER - CRPCE STİLİ */
.main-header {
    width: 100vw;
    overflow-x: hidden;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 3vw 0.7rem 2vw;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-logo .logo {
    height: 60px;
    width: auto;
}
.header-menu ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.13rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.2s;
    position: relative;
}
.header-menu a:hover {
    color: #b38b5e;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}
.header-btn {
    background: #fff;
    color: #222;
    border: none;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
}
.header-btn:hover {
    background: #b38b5e;
    color: #fff;
}
.header-search {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0.3rem 0.7rem;
    border-radius: 50%;
    transition: background 0.2s;
}
.header-search:hover {
    background: rgba(255,255,255,0.13);
}
.hero-banner {
    position: relative;
    width: 100vw;
    height: 80vh;
    min-height: 600px;
    max-height: 900px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Video background for hero section */
.hero-banner video.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg,
        rgba(20,20,30,0.92) 0%,
        rgba(20,20,30,0.85) 15%,
        rgba(20,20,30,0.30) 40%,
        rgba(20,20,30,0.25) 60%,
        rgba(20,20,30,0.65) 85%,
        rgba(20,20,30,0.90) 100%);
    z-index: 2;
}
.hero-content-left {
    position: relative;
    z-index: 3;
    margin-left: 7vw;
    margin-bottom: 4vw;
    color: #fff;
    max-width: 600px;
}
.hero-content-left h1 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    letter-spacing: -1px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.18), 0 1px 0 #222;
}
.hero-content-left h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.cta.cta-outline {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: none;
    padding: 0.7rem 2.2rem;
    font-size: 1.1rem;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta.cta-outline:hover {
    background: #fff !important;
    color: #b38b5e !important;
    border: 2px solid #fff !important;
}
/* CRPCE tarzı modern ve sade arayüz için temel CSS */
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}
header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}
.topbar {
    background: #222;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.3rem 0;
    text-align: right;
    padding-right: 5vw;
}
.logo-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 5vw 1.2rem 5vw;
}
.logo {
    height: 60px;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 2.2rem;
    margin: 0;
    padding: 0;
}
nav a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.2s;
    position: relative;
}
nav a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #b38b5e;
    transition: width 0.2s;
    position: absolute;
    left: 0;
    bottom: -4px;
}
nav a:hover::after {
    width: 100%;
}
nav a:hover {
    color: #b38b5e;
}
.hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    color: #fff;
}
.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.7);
}
.hero-content {
    position: relative;
    z-index: 2;
    margin-left: 7vw;
    text-align: left;
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 0.7rem;
    color: #fff;
}
.hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.cta.cta-outline {
    background: transparent;
    color: #222;
    border: 2px solid #222;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}
.cta.cta-outline:hover {
    background: #222;
    color: #fff;
}

/* İstatistikler */
.stats-section {
    background: #111217;
    color: #fff;
    padding: 2.5rem 0 1.5rem 0;
    text-align: center;
}
.stats {
    display: flex;
    justify-content: center;
    gap: 8vw;
    max-width: 600px;
    margin: 0 auto;
}
.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stat-number {
    font-size: 7rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 0.3rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    opacity: 0.9;
}
.stat-label {
    font-size: 1.1rem;
    color: #fff;
    opacity: 0.7;
}

/* Hakkımızda */
.about-crpce {
    background: #111217;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 2.5rem 2vw 2.5rem 2vw;
    text-align: center;
    margin-bottom: 2.5rem;
}
.about-crpce h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    color: #fff;
}
.about-crpce p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #fff;
}

/* İki sütunlu hizmetler/çözümler bölümü */
.pole-section {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 2.5rem auto;
    padding: 2rem 2vw;
    align-items: flex-start;
}
.pole-left {
    flex: 1 1 50%;
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: left;
}
.pole-left h3 {
    color: #b38b5e;
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: 400;
}
.pole-left h2 {
    color: #222;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.pole-left .services-slider {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 260px;
    margin: 0 auto 1.2rem auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #f7f7f7;
}
.pole-left .slider-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}
.pole-left .slider-img.active {
    opacity: 1;
    z-index: 2;
}
.pole-left .slider-dot-nav {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}
.pole-left .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(179, 139, 94, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.8);
}
.pole-left .slider-dot.active {
    background: #b38b5e;
    transform: scale(1.2);
    box-shadow: 0 0 0 3px rgba(179, 139, 94, 0.3);
}
.pole-left img {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    margin-bottom: 1.2rem;
}
.pole-right {
    flex: 1 1 50%;
    background: #111217;
    color: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 360px;
    max-width: 480px;
    height: 570px;
    justify-content: space-between;
    position: relative;
}
.pole-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    width: 100%;
}
.pole-list li {
    font-size: 1.1rem;
    color: #fff;
    padding: 1rem 0;
    border-bottom: 1px dashed #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s;
}
.pole-list li:hover {
    color: #b38b5e;
}
.pole-next {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 2rem;
    color: #fff;
    background: #b38b5e;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}
.pole-next:hover {
    background: #8c6a3e;
}

/* What We Offer Section */
.what-we-offer {
    background: #f7f7f7;
    padding: 3rem 1.5rem;
    text-align: center;
}
.what-we-offer h2 {
    font-size: 2.5rem;
    color: #b38b5e;
    margin-bottom: 1.5rem;
}
.what-we-offer p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}
.what-we-offer .offer-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.what-we-offer .offer-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
    flex: 1 1 260px;
    max-width: 300px;
    text-align: center;
    transition: box-shadow 0.2s;
}
.what-we-offer .offer-item:hover {
    box-shadow: 0 4px 16px rgba(179,139,94,0.13);
}
.what-we-offer .offer-item img {
    width: 80px;
    margin-bottom: 1rem;
}
.what-we-offer .offer-item h3 {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 0.5rem;
}
.what-we-offer .offer-item p {
    font-size: 1rem;
    color: #666;
}

/* What We Offer Page Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}
.logo-link {
    text-decoration: none;
}
.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}
.main-nav a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.2s;
}
.main-nav a:hover,
.main-nav a.active {
    background: #b38b5e;
    color: #fff;
}
.who-main {
    min-height: calc(100vh - 120px);
    background: #f5f5f7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.who-intro-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    min-height: 600px;
    padding: 0;
}
.who-intro-box {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.13);
    padding: 2.8rem 2.5rem 2.2rem 2.5rem;
    max-width: 520px;
    min-width: 320px;
    min-height: 320px;
    margin-top: 36px;
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}
.who-intro-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 650px;
    height: 420px;
    max-width: 50vw;
    min-width: 320px;
    min-height: 320px;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.who-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: none;
}
@media (max-width: 900px) {
    .stats {
        flex-direction: column;
        gap: 2rem;
    }
    .pole-section {
        flex-direction: column;
        gap: 1.5rem;
    }
    .hero-content {
        margin-left: 0;
        text-align: center;
    }
    .what-we-offer .offer-items {
        flex-direction: column;
        align-items: center;
    }
    .main-nav ul {
        flex-direction: column;
        gap: 1rem;
    }
    .header-flex {
        flex-direction: column;
        gap: 1rem;
    }
    .offer-items {
        flex-direction: column;
        align-items: center;
    }
    .gallery-images {
        flex-direction: column;
        align-items: center;
    }
    .gallery-images img {
        width: 100%;
        max-width: 400px;
    }
    .who-intro-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 98vw;
        margin-top: 30px !important;
        min-height: 320px;
    }
    .who-intro-box {
        margin: 12px 0 0 0;
        max-width: 98vw;
        min-width: 0;
        padding: 1.2rem 0.7rem 1rem 0.7rem !important;
        border-radius: 10px;
        min-height: 180px;
    }
    .who-intro-img {
        position: static;
        width: 100vw;
        height: 220px;
        max-width: 100vw;
        min-width: 0;
        min-height: 180px;
        border-radius: 10px;
        margin-top: 12px;
    }
    .who-intro-img img {
        border-radius: 10px;
    }
    .services-slider {
        width: 90vw !important; /* Eskiden 100vw idi, yatayda daha dar */
        height: 565px !important; /* Eskiden 220px idi, dikeyde daha uzun */
        min-height: 565px !important;
    }
    .services-slider .slider-img {
        width: 90vw !important;
        height: 565px !important;
        min-height: 565px !important;
    }
}
@media (max-width: 600px) {
    .services-slider,
    .services-slider .slider-img {
        width: 96vw !important;
        height: 400px !important;
        min-height: 400px !important;
    }
}
.cta {
    background: #b38b5e;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-size: 1.15rem;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}
.cta:hover {
    background: #8c6a3e;
}
main {
    max-width: 1200px;
    margin: 2.5rem auto;
    padding: 0 5vw;
}
.section-title {
    color: #b38b5e;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.services {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}
.service {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem 1.5rem;
    flex: 1 1 260px;
    min-width: 240px;
    max-width: 320px;
    text-align: center;
    transition: box-shadow 0.2s;
}
.service:hover {
    box-shadow: 0 4px 16px rgba(179,139,94,0.13);
}
.service img {
    width: 80px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #f7f7f7;
    padding: 0.5rem;
}
.service h3 {
    color: #b38b5e;
    margin-top: 0.6rem;
}
.about, .gallery, .contact {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
    margin-bottom: 2rem;
}
.gallery-images {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-images img {
    width: 260px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
    background: #eee;
}
.contact .social {
    margin-top: 1.2rem;
}
.contact .social a {
    margin-right: 1.2rem;
    color: #b38b5e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.contact .social a:hover {
    color: #8c6a3e;
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0 1rem 0;
    font-size: 1rem;
    margin-top: 2rem;
}
.footer-links {
    margin-top: 0.5rem;
}
.footer-links a {
    color: #b38b5e;
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 0.95rem;
}
.footer-links a:hover {
    text-decoration: underline;
}
/* Navigation menu spacing adjustments */
.header-menu ul {
    gap: 0.5rem; /* Much reduced spacing */
}

.header-menu li {
    margin: 0 0.2rem; /* Very tight margin between items */
}

.header-menu a {
    padding: 0.5rem 0.6rem; /* Reduced padding for tighter spacing */
    font-size: 1.1rem; /* Increased font size */
    font-weight: 500; /* Medium weight for better visibility */
}

/* ===== ORTAK NAVİGASYON STİLLERİ - TÜM SAYFALAR İÇİN ===== */
.header-top {
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 50%, transparent 100%);
    backdrop-filter: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.header-top.scrolled {
    background: rgba(20, 20, 30, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 24px;
    height: 70px;
    box-sizing: border-box;
}

.header-logo {
    flex: 0 0 auto;
    text-align: left;
}

.header-logo .logo {
    height: 45px;
    width: auto;
    max-height: 45px;
    display: block;
}

.header-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.header-menu ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.header-menu li {
    margin: 0;
}

.header-menu a {
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    white-space: nowrap;
    display: block;
    letter-spacing: 0.3px;
}

.header-menu a:hover,
.header-menu a.active {
    background: rgba(248, 249, 250, 0.95);
    color: #b38b5e;
    transform: translateY(-1px);
    font-weight: 800;
}

.header-top.scrolled .header-menu a {
    color: #fff;
}

.header-top.scrolled .header-menu a:hover,
.header-top.scrolled .header-menu a.active {
    background: rgba(179, 139, 94, 0.25);
    color: #d4a975;
    font-weight: 800;
}

/* Mobile Menu Toggle Button - Sadece index sayfasında görünür */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    flex-shrink: 0;
    cursor: pointer;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
    padding: 0;
}

/* Index sayfasında mobil menü butonu görünür */
body.index-page .menu-toggle {
    display: flex !important;
}

/* Hide sandwich menu on desktop */
@media (min-width: 901px) {
    .menu-toggle {
        display: none !important;
    }
    .mobile-menu {
        display: none !important;
    }
}

/* Mobile Menu - Sadece index sayfasında */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    max-width: none;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: -2px 0 20px rgba(0,0,0,0.15);
    z-index: 10000;
    padding-top: 80px;
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
}

body.index-page .mobile-menu {
    display: block !important;
}

body.index-page .mobile-menu.open {
    right: 0 !important;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-menu li {
    border-bottom: 1px solid rgba(179, 139, 94, 0.1);
}

.mobile-menu a {
    display: block;
    width: 100%;
    color: #2C2C2C;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 25px 40px;
    transition: all 0.3s ease;
    background: none;
    border-radius: 0;
    box-sizing: border-box;
    letter-spacing: 0.3px;
    position: relative;
}

.mobile-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #b38b5e, #d4a975);
    transition: width 0.3s ease;
    z-index: -1;
}

.mobile-menu a:hover::before,
.mobile-menu a.active::before {
    width: 100%;
}

.mobile-menu a.active,
.mobile-menu a:hover {
    color: #fff;
    font-weight: 800;
    transform: translateX(10px);
}

/* Mobil responsive */
@media (max-width: 900px) {
    .header-center {
        justify-content: center;
        padding: 12px 20px;
        height: 70px;
        position: relative;
    }
    
    .header-logo {
        flex: none;
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header-logo .logo {
        margin: 0 auto;
        display: block;
        height: 40px;
        max-height: 40px;
    }
    
    .header-menu {
        display: none;
    }
    
    /* Index sayfasında mobil menü butonu görünür */
    body.index-page .menu-toggle {
        display: flex !important;
        position: absolute;
        right: 2rem; /* Eskiden 1.5rem idi, daha sola */
        top: 50%;
        transform: translateY(-50%);
        z-index: 101;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        backdrop-filter: blur(5px);
    }
}

@media (max-width: 768px) {
    .header-center {
        padding: 10px 15px;
        height: 60px;
    }
    
    body.index-page .menu-toggle {
        right: 3rem !important; /* Eskiden 1rem idi, daha sola */
        width: 48px;
        height: 48px;
    }
    
    .mobile-menu {
        padding-top: 70px;
    }
    
    .mobile-menu a {
        font-size: 1.4rem;
        padding: 20px 30px;
    }
}

/* Body scroll prevention when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
}
/* Language Selector Styles - Google Translate */
.language-selector {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    margin-left: 1rem;
}

#google_translate_element {
    margin-left: 1rem;
}

#google_translate_element select,
.goog-te-gadget .goog-te-combo {
    background: transparent !important;
    border: 2px solid #b38b5e !important;
    color: #b38b5e !important;
    padding: 0.4rem 0.6rem !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    transition: all 0.3s ease !important;
}

#google_translate_element select:hover,
.goog-te-gadget .goog-te-combo:hover {
    background: #b38b5e !important;
    color: #fff !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget span {
    display: none !important;
}

@media (max-width: 900px) {
    .language-selector {
        display: none;
    }
}

/* Mobile Language Selector Styles */
.mobile-lang-selector {
    padding: 1.5rem 0 1rem 0 !important;
    border-top: 1px solid rgba(179, 139, 94, 0.3);
    margin-top: 1rem;
    text-align: center;
}

#google_translate_element_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
}

#google_translate_element_mobile .goog-te-gadget {
    font-size: 0 !important;
}

#google_translate_element_mobile .goog-te-gadget .goog-te-combo {
    background: rgba(179, 139, 94, 0.1) !important;
    border: 2px solid #b38b5e !important;
    color: #b38b5e !important;
    padding: 0.6rem 1rem !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    width: 200px;
    max-width: 80%;
    text-align: center;
}

#google_translate_element_mobile .goog-te-gadget .goog-te-combo:hover {
    background: #b38b5e !important;
    color: #fff !important;
}
