/* ==========================================
   RESET & KURUMSAL RENK PALETİ
   ========================================== */
:root {
    --brand-dark: #06283D;       
    --brand-teal-dark: #0f4c5c;  
    --brand-teal-light: #1d7874; 
    --brand-blue: #028391;       
    --accent-yellow: #f4d160;    
    --accent-btn: #00b4d8;       
    --text-main: #1e293b;
    --text-muted: #64748b;
    --border-light: #e2e8f0;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-main);
    background-color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.25s ease;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

/* ==========================================
   ÜST BİLGİ ŞERİDİ (TOP STRIP)
   ========================================== */
.top-strip {
    background-color: var(--brand-dark);
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    z-index: 1001;
}

.top-strip-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact-links {
    display: flex;
    gap: 24px;
}

.top-contact-links a:hover {
    color: var(--white);
}

.top-strip i {
    color: var(--accent-yellow);
    margin-right: 6px;
}

/* ==========================================
   BEYAZ CLEAN HEADER & DÜZGÜN LOGO
   ========================================== */
.main-header {
    background-color: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid var(--border-light);
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-mark {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #0f4c5c 0%, #028391 100%);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(2, 131, 145, 0.2);
}

.logo-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #0f172a;
}

.logo-text span {
    color: #028391;
    font-weight: 700;
}

.nav-links ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.nav-links a:hover, .nav-links a.active {
    color: #028391;
}

.header-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.nav-call-btn {
    background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%) !important;
    color: var(--white) !important;
    padding: 10px 18px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 13px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

.nav-wa-btn {
    background: #25d366 !important;
    color: var(--white) !important;
    padding: 10px 18px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 13px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--brand-dark);
}

/* ==========================================
   KUSURSUZ KİLİTLİ HERO SLIDER CSS
   ========================================== */
.hero-slider-section {
    position: relative !important;
    width: 100% !important;
    height: 520px !important;
    background-color: var(--brand-dark) !important;
    overflow: hidden !important;
}

/* Swiper Ana Konteyner Sabitleme */
.heroSlider {
    width: 100% !important;
    height: 100% !important;
}

.heroSlider .swiper-wrapper {
    width: 100% !important;
    height: 100% !important;
}

.heroSlider .swiper-slide {
    width: 100% !important;
    height: 520px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

/* Arka Plan Resmi Tam Oturtma */
.hero-bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    z-index: 1 !important;
}

/* Karartma Katmanı */
.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(6, 40, 61, 0.95) 0%, rgba(15, 76, 92, 0.8) 55%, rgba(6, 40, 61, 0.4) 100%) !important;
    z-index: 2 !important;
}

.hero-slide-content {
    position: relative !important;
    z-index: 3 !important;
    color: var(--white) !important;
    max-width: 680px !important;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-yellow);
    margin-bottom: 16px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-slide-content h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.hero-slide-content h1 span {
    color: var(--accent-yellow);
}

.hero-slide-content p {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 24px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-yellow {
    background-color: var(--accent-yellow);
    color: var(--brand-dark);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(244, 209, 96, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-yellow:hover {
    background-color: #f3c945;
    transform: translateY(-2px);
}

.btn-outline-white {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-white:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.08);
}

/* Slider Okları ve Noktaları */
.swiper-button-next, .swiper-button-prev {
    color: var(--accent-yellow) !important;
    background: rgba(0, 0, 0, 0.35);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: 0.3s ease;
    z-index: 10;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 15px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: var(--white) !important;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--accent-yellow) !important;
    width: 20px;
    border-radius: 5px;
}

/* ==========================================
   RESPONSIVE UYUMLULUK
   ========================================== */
@media (max-width: 992px) {
    .nav-links {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background-color: var(--white);
        box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        border-bottom: 1px solid var(--border-light);
    }
    .nav-links.show-menu {
        max-height: 400px;
    }
    .nav-links ul {
        flex-direction: column;
        align-items: stretch;
        padding: 25px 30px;
        gap: 16px;
    }
    .header-action-btns {
        margin-left: 0;
        flex-direction: row;
        gap: 12px;
        margin-top: 5px;
    }
    .nav-call-btn, .nav-wa-btn {
        flex: 1;
        justify-content: center;
        padding: 12px 16px !important;
        border-radius: 8px !important;
    }
    .mobile-menu-btn {
        display: block;
    }
    .hero-slider-section, .heroSlider .swiper-slide {
        height: 440px !important;
    }
    .hero-slide-content h1 {
        font-size: 26px;
    }
    .hero-slide-content p {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 768px) {
    .top-strip {
        display: none;
    }
}

/* =================================================kozy 
   MODERN FOOTER STİLLERİ
===================================================== */
.footer-modern {
    background-color: #111827;
    color: #9ca3af;
    padding: 70px 0 0 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-grid-modern {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.footer-logo span {
    color: #eab308; /* Sarı vurgu rengi */
}

.footer-col-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 20px;
}

.footer-col-item h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col-item h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #eab308;
}

.footer-col-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-item ul li {
    margin-bottom: 12px;
}

.footer-col-item ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-col-item ul li a:hover {
    color: #eab308;
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-contact-item i {
    color: #eab308;
    margin-top: 4px;
}

.footer-contact-item a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: #ffffff;
}

.footer-bottom-bar {
    background-color: #0b0f19;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom-bar p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* Mobil Uyum (Responsive) */
@media (max-width: 992px) {
    .footer-grid-modern {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid-modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-modern {
        padding: 50px 0 0 0;
    }
}
/* =================================================
   İNTERAKTİF ÖNCESİ - SONRASI SLİDER STİLLERİ
===================================================== */
.before-after-section {
    padding: 90px 0;
    background-color: #f9fafb;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.section-title-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.sub-badge {
    display: inline-block;
    background-color: #fef08a;
    color: #854d0e;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.section-title-center h2 {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.section-title-center h2 span {
    color: #eab308;
}

.section-title-center p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.ba-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ba-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease;
}

.ba-card:hover {
    transform: translateY(-5px);
}

/* Sürgülü Konteyner */
.ba-slider-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    user-select: none;
    cursor: ew-resize;
}

.ba-slider-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ba-img-after {
    z-index: 1;
}

.ba-before-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Başlangıç konumu %50 */
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.ba-img-before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* Kapsayıcının genişliği değiştiğinde resmin bozulmaması için container genişliği kadar tutulur */
    width: var(--container-width, 100%); 
    max-width: none;
}

/* Sürgü Çubuğu */
.ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #eab308;
    z-index: 3;
    transform: translateX(-50%);
    pointer-events: none;
}

.ba-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background-color: #eab308;
    color: #111827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Etiketler */
.ba-label {
    position: absolute;
    bottom: 12px;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 4;
    pointer-events: none;
}

.ba-label-before {
    left: 12px;
    background-color: #dc2626;
    color: #ffffff;
}

.ba-label-after {
    right: 12px;
    background-color: #16a34a;
    color: #ffffff;
}

.ba-content {
    padding: 25px;
}

.ba-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.ba-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* Mobil Uyum */
@media (max-width: 992px) {
    .ba-grid-3 {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* =================================================
   ANASAYFA HİZMETLER 4'LÜ GRID STİLLERİ
===================================================== */
.services-section-modern {
    padding: 90px 0;
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.services-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
    border-color: #eab308;
}

.service-img-box {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.service-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-item:hover .service-img-box img {
    transform: scale(1.08);
}

.service-icon-badge {
    position: absolute;
    bottom: -18px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #eab308;
    color: #111827;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border: 3px solid #ffffff;
}

.service-content {
    padding: 25px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-link {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #eab308;
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover i {
    transform: translateX(4px);
}

/* Mobil / Tablet Uyumu */
@media (max-width: 1200px) {
    .services-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .services-grid-4 {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
}

/* =================================================
   NEDEN BİZ BÖLÜMÜ STİLLERİ
===================================================== */
.why-us-section {
    padding: 90px 0;
    background-color: #f8fafc;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.why-us-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.why-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    text-align: left;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.06);
    border-color: #eab308;
}

.why-icon-box {
    width: 60px;
    height: 60px;
    background-color: #fef08a;
    color: #854d0e;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.why-card:hover .why-icon-box {
    background-color: #eab308;
    color: #111827;
    transform: scale(1.1);
}

.why-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Mobil / Tablet Uyumu */
@media (max-width: 1200px) {
    .why-us-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .why-us-grid-4 {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
}


/* =================================================
   PROJE GALERİSİ (4x3) STİLLERİ
===================================================== */
.gallery-section-modern {
    padding: 90px 0;
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.gallery-grid-4x3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 220px);
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    background-color: #f3f4f6;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 24, 39, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    font-size: 24px;
    color: #eab308;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.gallery-overlay span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateY(10px);
    transition: transform 0.3s ease;
    text-align: center;
    padding: 0 15px;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i,
.gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

/* Mobil ve Tablet Uyumu */
@media (max-width: 1200px) {
    .gallery-grid-4x3 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .gallery-item {
        height: 240px;
    }
}

@media (max-width: 576px) {
    .gallery-grid-4x3 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .gallery-item {
        height: 250px;
    }
}

/* =================================================
   YENİ NESİL HAKKIMIZDA SAYFASI STİLLERİ
===================================================== */
.about-hero-modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero-wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(234, 179, 8, 0.15);
    color: #eab308;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.about-hero-wrapper h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about-hero-wrapper h1 span {
    color: #eab308;
}

.about-hero-wrapper p {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0;
}

/* HİKAYE BÖLÜMÜ */
.about-story-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-image-column {
    position: relative;
}

.story-main-img {
    border-radius: 24px;
    overflow: hidden;
    height: 480px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.story-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-floating-box {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #111827;
    color: #ffffff;
    padding: 25px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}

.story-floating-box i {
    font-size: 32px;
    color: #eab308;
}

.story-floating-box h4 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}

.story-floating-box p {
    font-size: 13px;
    color: #94a3b8;
    margin: 4px 0 0 0;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #d97706;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.story-content-column h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 20px;
}

.story-content-column h2 span {
    color: #eab308;
}

.story-lead {
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 15px;
}

.story-content-column > p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 30px;
}

.story-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.s-feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.s-feature i {
    width: 45px;
    height: 45px;
    background: #fef3c7;
    color: #d97706;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.s-feature h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.s-feature p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* İSTATİSTİK BANT */
.about-stats-strip {
    background: #0f172a;
    padding: 50px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.stats-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-box h3 {
    font-size: 38px;
    font-weight: 800;
    color: #eab308;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* MİSYON VİZYON KARTLARI */
.mission-vision-modern {
    padding: 100px 0;
    background-color: #f8fafc;
}

.section-title-center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.section-title-center h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 15px 0;
}

.section-title-center h2 span {
    color: #eab308;
}

.section-title-center p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

.mv-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mv-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-6px);
    border-color: #eab308;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.mv-icon-wrap {
    width: 65px;
    height: 65px;
    background: #fef3c7;
    color: #d97706;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
}

.mv-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.mv-card p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Mobil / Tablet Uyumu */
@media (max-width: 992px) {
    .story-grid, .mv-grid-2, .story-features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .story-floating-box {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }
    .stats-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    .about-hero-wrapper h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .stats-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* =================================================
   HİZMETLER SAYFASI ÖZEL STİLLERİ
===================================================== */

/* Hizmetler Grid Yapısı (3'lü Kartlar) */
.services-main-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.services-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card-modern {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card-modern:hover {
    transform: translateY(-8px);
    border-color: #eab308;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.service-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-modern:hover .service-img-wrap img {
    transform: scale(1.08);
}

.service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #eab308;
    color: #0f172a;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.service-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-icon {
    width: 55px;
    height: 55px;
    background: #fef3c7;
    color: #d97706;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: -55px;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(234, 179, 8, 0.2);
    border: 2px solid #ffffff;
}

.service-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.service-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-list-check {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    flex-grow: 1;
}

.service-list-check li {
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-list-check li i {
    color: #10b981;
    font-size: 14px;
}

.service-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    color: #0f172a;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.service-detail-btn:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* CTA BANNER BÖLÜMÜ */
.cta-banner-section {
    padding: 60px 0 100px 0;
    background-color: #f8fafc;
}

.cta-banner-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-banner-text h3 {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.cta-banner-text p {
    font-size: 15px;
    color: #94a3b8;
    margin: 0;
}

.cta-banner-btns {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.cta-phone-btn {
    background: #eab308;
    color: #0f172a;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(234, 179, 8, 0.3);
}

.cta-phone-btn:hover {
    background: #ca8a04;
    transform: translateY(-2px);
}

.cta-contact-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-contact-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Mobil / Tablet Uyumu */
@media (max-width: 992px) {
    .services-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-banner-box {
        flex-direction: column;
        text-align: center;
        padding: 35px 20px;
    }
    .cta-banner-btns {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .services-grid-3 {
        grid-template-columns: 1fr;
    }
    .cta-banner-btns {
        flex-direction: column;
    }
}

/* =================================================
   SAYFA HERO ALANI (DÜZELTİLMİŞ)
===================================================== */
.page-hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.page-hero-content {
    max-width: 750px;
    margin: 0 auto;
}

.page-hero-content .sub-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(234, 179, 8, 0.15);
    color: #eab308;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.page-hero-content h1 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.page-hero-content h1 span {
    color: #eab308;
}

.page-hero-content p {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 650px;
}


/* =================================================
   GALERİ SAYfASI ÖZEL STİLLERİ
===================================================== */
.gallery-main-section {
    padding: 80px 0 100px 0;
    background-color: #f8fafc;
}

/* Filtre Butonları */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.filter-btn:hover, .filter-btn.active {
    background: #0f172a;
    color: #eab308;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

/* Galeri Grid */
.gallery-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-item {
    transition: all 0.4s ease;
}

.gallery-img-box {
    position: relative;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
}

.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-img-box:hover img {
    transform: scale(1.1);
}

/* Üzerine Gelince Çıkan Katman (Overlay) */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.3) 60%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-img-box:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info .g-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #0f172a;
    background: #eab308;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.gallery-info h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.gallery-zoom-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.gallery-zoom-btn:hover {
    background: #eab308;
    color: #0f172a;
    border-color: #eab308;
}

/* Mobil / Tablet Uyumu */
@media (max-width: 992px) {
    .gallery-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid-3 {
        grid-template-columns: 1fr;
    }
}
/* =================================================
   GALERİ SAYfASI ÖZEL STİLLERİ
===================================================== */
.gallery-main-section {
    padding: 80px 0 100px 0;
    background-color: #f8fafc;
}

/* Filtre Butonları */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.filter-btn:hover, .filter-btn.active {
    background: #0f172a;
    color: #eab308;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

/* Galeri Grid */
.gallery-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-item {
    transition: all 0.4s ease;
}

.gallery-img-box {
    position: relative;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
}

.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-img-box:hover img {
    transform: scale(1.1);
}

/* Üzerine Gelince Çıkan Katman (Overlay) */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.3) 60%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-img-box:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info .g-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #0f172a;
    background: #eab308;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.gallery-info h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.gallery-zoom-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.gallery-zoom-btn:hover {
    background: #eab308;
    color: #0f172a;
    border-color: #eab308;
}

/* Mobil / Tablet Uyumu */
@media (max-width: 992px) {
    .gallery-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid-3 {
        grid-template-columns: 1fr;
    }
}   

/* =================================================
   ÖZEL LIGHTBOX MODAL STİLLERİ
===================================================== */
.gallery-zoom-btn {
    cursor: pointer;
    border: none;
}

.custom-lightbox-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.lightbox-content-img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: zoomInModal 0.3s ease;
}

.lightbox-close-btn {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close-btn:hover {
    color: #eab308;
    background: rgba(255, 255, 255, 0.2);
}

@keyframes zoomInModal {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* =================================================
   İLETİŞİM SAYFASI ÖZEL STİLLERİ
===================================================== */
.contact-main-section {
    padding: 90px 0;
    background-color: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: flex-start;
}

/* Sol Taraf Bilgiler */
.section-title-left {
    margin-bottom: 30px;
}

.section-title-left .section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #d97706;
    background: #fef3c7;
    padding: 5px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title-left h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.section-title-left h2 span {
    color: #eab308;
}

.section-title-left p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 22px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.c-info-card:hover {
    border-color: #eab308;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.c-info-icon {
    width: 50px;
    height: 50px;
    background: #fef3c7;
    color: #d97706;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.c-info-icon.whatsapp-clr {
    background: #dcfce7;
    color: #16a34a;
}

.c-info-text h4 {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.c-info-text p, .c-info-text a {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.c-info-text a:hover {
    color: #eab308;
}

/* Sağ Taraf Form Kutusu */
.contact-form-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.03);
}

.contact-form-box h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.contact-form-box p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 30px;
}

.modern-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group label i {
    color: #eab308;
}

.form-group input, 
.form-group select, 
.form-group textarea {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    background: #ffffff;
    border-color: #eab308;
    box-shadow: 0 0 0 4px rgba(234, 179, 8, 0.1);
}

.submit-btn {
    background: #0f172a;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #eab308;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(234, 179, 8, 0.25);
}

/* Harita Alanı */
.map-section {
    background: #f8fafc;
    padding-bottom: 80px;
}

.map-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.map-container iframe {
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

/* Mobil / Tablet Uyumu */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    .contact-form-box {
        padding: 25px 20px;
    }
}

/* =================================================
   MOBİL & RESPONSİVE HERO SLİDER DÜZENLEMELERİ
===================================================== */

/* Slider Ana Kapsayıcı Yüksekliği */
.hero-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slider-section .swiper-slide {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-bg-image {
    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: rgba(15, 23, 42, 0.65); /* Arka plan karartma */
    z-index: 2;
}

.hero-slider-section .container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-slide-content {
    max-width: 750px;
    color: #ffffff;
    padding: 40px 0;
}

/* Badge (Üst Etiket) */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(234, 179, 8, 0.15);
    color: #eab308;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

/* Başlık */
.hero-slide-content h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-slide-content h1 span {
    color: #eab308;
}

/* Paragraf */
.hero-slide-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 30px;
    max-width: 650px;
}

/* Buton Grubu */
.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-buttons a {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-yellow {
    background: #eab308;
    color: #0f172a;
}

.btn-yellow:hover {
    background: #d97706;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-outline-white {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.btn-outline-white:hover {
    background: #ffffff;
    color: #0f172a;
    transform: translateY(-2px);
}


/* =================================================
   TABLET VE MOBİL BREAKPOINT'LERİ
===================================================== */

@media (max-width: 992px) {
    .hero-slider-section .swiper-slide {
        min-height: 520px;
    }
    
    .hero-slide-content h1 {
        font-size: 32px;
    }

    .hero-slide-content p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .hero-slider-section .swiper-slide {
        min-height: 480px;
        text-align: left;
    }

    .hero-slide-content {
        padding: 20px 10px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }

    .hero-slide-content h1 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .hero-slide-content p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    /* Mobilde butonlar tam genişlik olsun ki tıklaması kolay ve şık dursun */
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .hero-buttons a {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 14px;
    }

    /* Swiper oklarını mobilde kapatıyoruz ki yazıları kapatıp görüntü kirliliği yapmasın */
    .hero-slider-section .swiper-button-next,
    .hero-slider-section .swiper-button-prev {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hero-slider-section .swiper-slide {
        min-height: 450px;
    }

    .hero-slide-content h1 {
        font-size: 22px;
    }
}

