/* css/sub/pages/baby-care.css */
/* ============================================================
   BABY CARE PAGE - FINAL V41.5 (SMART HEADER OVERFLOW FIX)
   ============================================================ */

/* ============================================================
   1. GLOBAL & RESET
   ============================================================ */
/* SMART HEADER'IN ÇALIŞMASI İÇİN OVERFLOW DÜZELTİLDİ */
body, html {
    overflow: visible !important;
    overflow-x: clip !important;
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

main, .baby-container, .sub-page-container {
    overflow: visible !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin-top: 0;
    margin-bottom: 0;
}

.baby-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    box-sizing: border-box;
}

/* STANDART AYIRICI ÇİZGİ */
.baby-separator {
    border: none;
    border-top: 2px solid #00325B;
    margin: 0;
    width: 100%;
    opacity: 1;
    margin-bottom: 55px;
}

.baby-separator.after-banner {
    margin-top: 75px !important;    
    margin-bottom: 40px !important; 
}

.baby-separator.section-divider {
    margin-top: 80px !important;
    margin-bottom: 55px !important;
}

/* ============================================================
   2. BASE STYLES (Standart Masaüstü Tasarımı)
   ============================================================ */

/* --- HERO BANNER --- */
.baby-hero {
    position: relative; 
    width: 100%;
    height: 575px !important;
    min-height: 575px !important; 
    max-height: 575px !important;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat; 
    display: flex;
    align-items: center !important; 
    justify-content: flex-start !important; 
    padding: 0 !important; 
    margin: 0 !important; 
    overflow: hidden;
}

.baby-hero-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0, 50, 91, 0.2); 
    z-index: 1;
}

.baby-hero .sub-page-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;       
    justify-content: center;       
    align-items: flex-start;       
    gap: 30px; 
    padding-left: 0; 
    padding-right: 0;                   
}

.baby-hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 76px;
    color: #ffffff;
    margin: 0;
    text-shadow: none !important; 
    max-width: 900px;
}

.baby-hero-btn {
    height: 50px;
    border: 2px solid #ffffff;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin: 0; 
}

.baby-hero-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.baby-hero-btn svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* --- SOCIAL ICONS --- */
.info-social-top {
    display: flex;
    align-items: center;
    gap: 1.25rem; 
    margin-top: 25px !important;
    margin-bottom: 72px !important; 
}

.info-social-top a {
    color: #00325B;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem; 
    height: 1.2rem;
    transition: color 0.3s ease;
}

.info-social-top a:hover { 
    color: #0071CE; 
}

.info-social-top a svg { 
    width: 100%; 
    height: 100%; 
}

/* --- FELSEFE (PHILOSOPHY) --- */
.baby-phil-section {
    width: 100%;
    max-width: 1000px;
}

.baby-phil-label {
    display: block;
    font-family: 'Inter', sans-serif;
    color: #435f6c;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}

.baby-phil-text {
    font-family: 'Inter', sans-serif;
    color: #00325B;
    font-size: 42px;
    font-weight: 700 !important; 
    line-height: 46px;
    margin-bottom: 100px !important; 
}

/* --- BÖLÜM BAŞLIKLARI (GENEL) --- */
.baby-sec-header {
    margin-top: 0 !important;
    margin-bottom: 70px !important; 
}

.baby-sec-title {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #00325B;
    margin-bottom: 25px !important; 
    text-transform: uppercase;
}

.baby-sec-desc {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700; 
    line-height: 33px;
    color: #00325B !important; 
    max-width: 900px;
    margin-top: 0 !important; 
}

/* --- GRID KARTLAR --- */
.baby-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 65px;
    margin-bottom: 100px;
}

.baby-grid-card {
    display: flex;
    flex-direction: column;
}

.baby-grid-img {
    width: 100%;
    height: auto;
    aspect-ratio: 540 / 240;
    object-fit: cover;
    background-color: #eee;
    margin-bottom: 40px !important;
}

.baby-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #00325B;
    margin-bottom: 25px !important;
    text-transform: uppercase;
}

.baby-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

/* --- QUOTE BANNER (TOP & BOTTOM) --- */
.baby-quote-banner {
    width: 100vw; 
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);
    height: 600px !important;
    background-color: #015eb4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-bottom: 80px !important;
    position: relative;
    box-sizing: border-box;
}

.baby-quote-banner .sub-page-container {
    width: 100% !important;
    max-width: 1200px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
    height: 100%;
}

.baby-quote-text {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: #ffffff;
    max-width: 1200px;
    text-align: left !important;
}

.baby-quote-banner.bottom-banner {
    margin-top: 130px !important; 
    margin-bottom: 100px !important;
}

/* --- ZIGZAG BÖLÜM --- */
.baby-zigzag-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 80px; 
    margin-bottom: 100px;
}

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

.baby-zigzag-row:nth-child(even) {
    flex-direction: row-reverse;
}

.baby-zig-img {
    flex: 0 0 730px; 
    width: 730px;
    height: auto;
    aspect-ratio: 730 / 410;
    object-fit: cover;
    background-color: #eee;
}

.baby-zig-content {
    flex: 1;
}

.baby-zig-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #00325B;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.baby-zig-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600; 
    line-height: 24px;
    color: #00325B !important;
}

/* --- SHARE BANNER --- */
.baby-share-banner {
    width: 100vw; 
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 430px; 
    background-color: #015eb4; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 !important;
    box-sizing: border-box;
    margin-bottom: 0 !important; 
}

.baby-share-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
}

.baby-share-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.baby-share-text {
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
}

.baby-share-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.baby-share-btn {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: transform 0.3s ease;
}

.baby-share-btn:hover {
    transform: scale(1.1);
}

.baby-share-icon {
    width: 50px;
    height: 45px;
    display: block;
    filter: brightness(0) invert(1); 
}

/* --- PAKET HİZMET KAPSAMI --- */
.baby-pkg-header {
    margin-top: 0 !important;
    margin-bottom: 70px !important; 
}

.baby-pkg-title {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: #00325B;
    margin-bottom: 35px !important;
    text-transform: uppercase;
}

.baby-pkg-desc {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #00325B !important;
    margin-top: 0 !important;
    max-width: 900px;
}

.baby-pkg-card {
    background-color: #f2f2f2;
    padding: 60px 50px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0; 
}

.baby-pkg-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #00325B;
    margin-bottom: 40px;
    display: block;
}

.baby-pkg-cat-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #00325B;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.baby-pkg-category:first-child .baby-pkg-cat-title {
    margin-top: 0;
}

.baby-pkg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.baby-pkg-list li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
    padding-left: 45px; 
    min-height: 24px; 
    display: flex;
    align-items: flex-start;
}

.baby-pkg-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px; 
    width: 24px;
    height: 24px;
    background-color: #015eb4; 
    border: 4px solid #fff;     
    box-sizing: border-box;     
}

/* --- KURSLAR (COURSE) --- */
.baby-course-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 75px !important; 
    margin-bottom: 0; 
}

.baby-course-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    width: 100%;
    margin-bottom: 0 !important; 
}

.baby-course-img-wrapper {
    width: 410px;
    height: auto;
    aspect-ratio: 410 / 218;
    overflow: hidden;
    flex-shrink: 0;
}

.baby-course-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.baby-course-content {
    flex: 1;
}

.baby-course-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    color: #00325B;
    margin-bottom: 15px;
}

.baby-course-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    margin-bottom: 15px;
}

.baby-course-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0071CE;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.baby-course-link svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.baby-course-link:hover {
    gap: 12px;
    color: #00325B;
}

/* ============================================================
   EKİBİMİZ (TEAM) - ORİJİNAL 4'LÜ YAPI 
   ============================================================ */
.baby-team-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px; 
    margin-bottom: 100px;
}

@media screen and (min-width: 1000px) {
    .baby-team-card:nth-child(3n + 1) { grid-column: 1; }
    .baby-team-card:nth-child(3n + 2) { grid-column: 2; }
    .baby-team-card:nth-child(3n + 3) { grid-column: 3; }
}

.baby-team-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.baby-team-img {
    width: 100%;
    height: 286px; 
    object-fit: cover;
    object-position: top center;
    background-color: #eee;
    margin-bottom: 20px;
}

.baby-team-name {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #00325B;
    margin-bottom: 5px;
}

.baby-team-role {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}

/* ============================================================
   3. MEDIA: FLUID SCALE (2000px+)
   ============================================================ */
@media screen and (min-width: 2000px) {
    
    /* 3.1 GENEL KAPSAYICILAR (1600PX SABİT) */
    .baby-container, 
    .sub-page-container,
    .baby-quote-banner .sub-page-container { 
        width: 1600px !important;
        max-width: 1600px !important;
        min-width: 1600px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* 3.2 SOSYAL İKONLAR */
    .info-social-top { 
        gap: 20px !important; 
        margin-bottom: 90px !important; 
    }

    .info-social-top a svg { 
        width: 24px !important; 
        height: 24px !important; 
    }

    /* 3.3 HERO & FELSEFEMİZ */
    .baby-hero {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
    }

    .baby-hero-title { 
        font-size: 70px !important; 
        font-weight: 700 !important; 
        line-height: 76px !important; 
    }
    
    .baby-phil-section {
        max-width: 100% !important;
        width: 100% !important;
    }

    .baby-phil-text { 
        font-size: 56px !important; 
        font-weight: 700 !important; 
        line-height: 62px !important; 
        margin-bottom: 120px !important; 
        max-width: 100% !important; 
        width: 100% !important; 
    }

    /* 3.4 DOĞUM PAKETİ HİZMET KAPSAMI */
    .baby-pkg-header { 
        margin-bottom: 130px !important; 
    }

    .baby-pkg-title { 
        font-size: 46px !important; 
        font-weight: 700 !important; 
        line-height: normal !important; 
        margin-bottom: 30px !important;
    }
    
    .baby-pkg-desc { 
        font-size: 38px !important; 
        font-weight: 700 !important; 
        line-height: 49px !important; 
        max-width: 100% !important; 
        margin-top: 0 !important;
    }

    .baby-pkg-card-title {
        font-size: 32px !important;
        font-weight: 600 !important;
        line-height: normal !important;
        margin-bottom: 30px !important;
    }

    .baby-pkg-category { 
        margin-bottom: 110px !important; 
    }
    
    .baby-pkg-category:last-child { 
        margin-bottom: 0 !important; 
    }

    .baby-pkg-cat-title {
        font-size: 24px !important;
        font-weight: 400 !important; 
        line-height: 31px !important;
        margin-top: 0 !important;       
        margin-bottom: 40px !important; 
        display: block !important;
    }

    .baby-pkg-list li {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: normal !important;
        margin-bottom: 20px !important; 
        padding-left: 50px !important; 
    }

    .baby-pkg-list li::before { 
        width: 30px !important; 
        height: 30px !important; 
        top: -2px !important; 
    }

    /* 3.5 PAYLAŞ (SHARE) BANNER */
    .baby-share-banner { 
        height: 530px !important; 
    }
    
    .baby-share-title { 
        font-size: 48px !important; 
        margin-bottom: 30px !important; 
    }
    
    .baby-share-text { 
        font-size: 30px !important; 
        line-height: 42px !important; 
        margin-bottom: 50px !important; 
    }
    
    .baby-share-icon { 
        width: 60px !important; 
        height: auto !important; 
    }

    /* 3.6 GENEL BÖLÜM BAŞLIKLARI */
    .baby-sec-header { 
        margin-bottom: 130px !important; 
    }
    
    .baby-sec-title { 
        font-size: 46px !important; 
        font-weight: 700 !important; 
        margin-bottom: 30px !important; 
    }
    
    .baby-sec-desc, 
    .baby-sec-header p { 
        font-size: 38px !important; 
        font-weight: 700 !important; 
        line-height: 49px !important; 
        max-width: 100% !important; 
        width: 100% !important;
    }

    /* 3.7 ÇAKIRTEPE'DE DOĞUM (GRID) */
    .baby-grid-wrapper { 
        row-gap: 150px !important; 
        column-gap: 50px !important; 
    }
    
    .baby-grid-img { 
        height: 320px !important; 
        margin-bottom: 55px !important; 
    }
    
    .baby-card-title { 
        font-size: 22px !important; 
        font-weight: 600 !important;
        line-height: normal !important;
        margin-bottom: 25px !important; 
    }
    
    .baby-card-desc { 
        font-size: 24px !important; 
        font-weight: 400 !important;
        line-height: 31px !important; 
        margin-bottom: 0 !important; 
    }

    /* 3.8 QUOTE BANNER */
    .baby-quote-banner { 
        height: 830px !important; 
        padding: 0 !important; 
        display: flex; 
        align-items: center; 
    }
    
    .baby-quote-text { 
        padding-left: 0 !important; 
        margin-left: 0 !important; 
        font-size: 80px !important; 
        line-height: 1.2 !important; 
        width: 100% !important; 
        max-width: none !important; 
    }

    /* 3.9 HİZMETLER (ZIGZAG) */
    .baby-zigzag-row { 
        gap: 60px !important; 
        margin-bottom: 100px !important; 
    }
    
    .baby-zigzag-row:nth-child(even) .baby-zig-content { 
        text-align: right !important; 
    }
    
    .baby-zigzag-row:nth-child(odd) .baby-zig-content { 
        text-align: left !important; 
    }
    
    .baby-zig-img { 
        flex: 0 0 796px !important; 
        width: 796px !important; 
        height: 450px !important; 
    }
    
    .baby-zig-content { 
        flex: 0 0 550px !important; 
        width: 550px !important; 
        max-width: 550px !important; 
    }
    
    .baby-zig-content h3, .baby-zig-title { 
        font-size: 25px !important; 
        font-weight: 600 !important; 
        line-height: normal !important; 
        margin-bottom: 20px !important; 
    }
    
    .baby-zig-content p, .baby-zig-desc { 
        font-size: 24px !important; 
        font-weight: 600 !important; 
        line-height: 31px !important; 
    }

    /* 3.10 EĞİTİM VE DESTEK (KURSLAR) */
    .baby-course-card { 
        gap: 50px !important; 
    }
    
    .baby-course-img-wrapper { 
        width: 640px !important; 
        height: 340px !important; 
        flex: 0 0 640px !important; 
    }
    
    .baby-course-content { 
        flex: 0 0 450px !important; 
        width: 450px !important; 
        max-width: 450px !important; 
    }
    
    .baby-course-content h3, .baby-course-title { 
        font-size: 24px !important; 
        font-weight: 500 !important; 
        line-height: normal !important; 
        margin-bottom: 15px !important; 
    }
    
    .baby-course-content p, .baby-course-desc { 
        font-size: 24px !important; 
        font-weight: 400 !important; 
        line-height: 31px !important; 
        margin-bottom: 20px !important; 
    }
    
    .baby-course-link, .baby-course-btn { 
        font-size: 24px !important; 
        font-weight: 600 !important; 
        line-height: normal !important; 
    }
    
    .baby-course-link svg { 
        width: 26px !important; 
        height: auto !important; 
    }

    /* 3.11 EKİBİMİZ */
    .baby-team-img { 
        width: 100% !important; 
        height: 420px !important; 
        object-fit: cover !important;
    }
}

/* ============================================================
   4. MEDIA: STANDARD DESKTOP FIX (1000px - 1999px)
   ============================================================ */
@media screen and (min-width: 1000px) and (max-width: 1999px) {

    /* --- EĞİTİM VE DESTEK PROGRAMLARI --- */
    .baby-course-content {
        flex: 0 0 420px !important;
        width: 420px !important;
        max-width: 420px !important;
    }

    /* --- HİZMETLER (ZIGZAG) --- */
    .baby-zigzag-row {
        gap: 60px !important;
    }

    .baby-zigzag-row:nth-child(even) .baby-zig-content {
        text-align: right !important;
    }

    .baby-zigzag-row:nth-child(odd) .baby-zig-content {
        text-align: left !important;
    }
}

/* ============================================================
   5. MEDIA: TABLET PORTRAIT (700px - 999px)
   ============================================================ */
@media (min-width: 700px) and (max-width: 999px) {
    
    .baby-container { 
        padding-left: 30px; 
        padding-right: 30px; 
    }

    /* --- HERO BANNER (400px) --- */
    .baby-hero { 
        height: 400px !important; 
        min-height: 400px !important; 
        max-height: 400px !important; 
    }
    
    .baby-hero-title { 
        font-size: 32px !important; 
        line-height: 1.1 !important; 
        font-weight: 700 !important; 
    }
    
    .baby-hero-btn { 
        font-size: 15px !important; 
        height: 45px !important; 
    }

    /* --- BÖLÜM BAŞLIKLARI --- */
    .baby-sec-header { 
        margin-bottom: 65px !important; 
    }
    
    .baby-sec-title { 
        font-size: 24px !important; 
        margin-bottom: 20px !important; 
    }
    
    .baby-phil-text { 
        font-size: 24px !important; 
        line-height: 1.3 !important; 
        margin-bottom: 60px !important; 
    }

    /* --- 1. ÇAKIRTEPE'DE DOĞUM (GRID) --- */
    .baby-grid-wrapper { 
        grid-template-columns: 1fr 1fr !important; 
        column-gap: 20px !important; 
        row-gap: 60px !important; 
        margin-bottom: 66px !important; 
    }

    .baby-grid-wrapper > div { 
        margin: 0 !important; 
        padding: 0 !important; 
    }
    
    .baby-grid-img { 
        height: 180px !important; 
        width: 100% !important;
        display: block !important; 
        margin-bottom: 30px !important; 
    }

    .baby-card-title {
        margin-top: 0 !important;
        padding-top: 0 !important;
        line-height: 1.2 !important; 
        margin-bottom: 17px !important; 
        display: block !important;
    }

    .baby-card-desc {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important; 
    }
    
    .baby-card-desc p { 
        margin: 0 !important; 
        padding: 0 !important; 
    }

    /* --- 2. HİZMETLER (ZIGZAG) --- */
    .baby-zigzag-row { 
        flex-direction: row !important; 
        justify-content: flex-start !important; 
        gap: 30px !important; 
    }
    
    .baby-zigzag-row:nth-child(even) { 
        flex-direction: row-reverse !important; 
        justify-content: flex-start !important; 
    }

    .baby-zigzag-row:nth-child(even) .baby-zig-content { 
        text-align: right !important; 
    }
    
    .baby-zigzag-row:nth-child(odd) .baby-zig-content { 
        text-align: left !important; 
    }

    .baby-zig-img { 
        flex: 0 0 361px !important; 
        width: 361px !important; 
        height: 203px !important; 
        object-fit: cover;
        display: block !important;
    }

    .baby-zig-content {
        flex: 1 !important; 
        width: auto !important;
    }

    /* --- 3. QUOTE BANNER (360px) --- */
    .baby-quote-banner { 
        height: 360px !important; 
        padding: 0 !important; 
    }
    
    .baby-quote-text { 
        font-size: 32px !important; 
        line-height: 1.2 !important; 
        font-weight: 600 !important; 
    }
    
    .baby-quote-banner .sub-page-container { 
        padding-left: 30px !important; 
        padding-right: 30px !important; 
    }

    /* --- 4. EĞİTİM VE DESTEK PROGRAMLARI (KURSLAR) --- */
    .baby-course-card { 
        flex-direction: row !important; 
        align-items: center !important; 
        gap: 30px !important; 
    }
    
    .baby-course-img-wrapper { 
        flex: 0 0 339px !important; 
        width: 339px !important; 
        height: 178px !important;
        display: block !important;
    }
    
    .baby-course-img-wrapper img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* --- 5. EKİBİMİZ (TEAM) - TABLET KORUMASI --- */
    .baby-team-wrapper { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 30px !important; 
    }
    
    .baby-team-img { 
        height: 418px !important; 
        max-width: none !important;
        object-fit: cover; 
        object-position: top center; 
        display: block !important;
    }

    /* --- DİĞER --- */
    .baby-share-banner { 
        height: 360px !important; 
    }
    
    .baby-share-title { 
        font-size: 28px !important; 
    }
    
    .baby-share-text { 
        font-size: 20px !important; 
    }
}

/* ============================================================
   6. MEDIA: MOBILE (max-width 699px)
   ============================================================ */
@media screen and (max-width: 699px) {
    
    /* 6.1 GENEL KAPLAYICI */
    .baby-container, 
    .sub-page-container,
    .baby-quote-banner .sub-page-container { 
        padding-left: 10px !important;  
        padding-right: 10px !important; 
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 6.2 HERO BANNER */
    .baby-hero { 
        height: calc(100vh - 54px) !important; 
        min-height: calc(100vh - 54px) !important;
        max-height: calc(100vh - 54px) !important;
        background-position: center top !important; 
        background-size: cover !important;
        align-items: center !important; 
        justify-content: flex-start !important; 
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        background-image: url('../../../images/baby/mcbabycare.jpg') !important;
    }
    
    .baby-hero-overlay {
        background: linear-gradient(to bottom, rgba(0,50,91,0.3), rgba(0,50,91,0.9)) !important;
    }
    
    .baby-hero .sub-page-container { 
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important; 
        align-items: flex-start !important;   
        padding: 0 10px !important; 
        gap: 20px !important; 
        height: 100% !important;
    }
    
    .baby-hero-title { 
        font-family: 'Inter', sans-serif !important;
        font-size: 26px !important;
        font-weight: 500 !important;
        line-height: 31px !important;
        color: #ffffff !important;
        text-align: left !important;
        width: 100% !important;
        margin-bottom: 5px !important;
        text-shadow: none !important; 
        margin-top: 0 !important;
    }

    .baby-hero-title::first-line {
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 44px !important;
        letter-spacing: -0.5px !important;
    }

    .baby-hero-btn {
        height: 45px !important;
        font-size: 14px !important;
        padding: 0 25px !important;
        margin-top: 15px !important;
        margin-left: 0 !important;
        align-self: flex-start !important; 
    }
    
    /* 6.3 ÇİZGİ VE BAŞLIK AYARLARI */
    .baby-separator,
    .baby-separator.section-divider,
    .baby-separator.after-banner {
        margin-bottom: 12px !important; 
        margin-top: 60px !important; 
        border-top-width: 2px !important;
        opacity: 1 !important;
    }
    
    .baby-sec-header {
        margin-top: 0 !important;
        margin-bottom: 0 !important; 
        padding-top: 0 !important;
    }

    .baby-sec-title {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        margin-top: 0 !important;
        margin-bottom: 47px !important; 
        text-transform: capitalize !important;
    }

    .baby-sec-desc {
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 33px !important;
        margin-top: 0 !important;
        margin-bottom: 50px !important; 
    }
    
    .info-social-top {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        gap: 15px !important;
        justify-content: flex-start !important;
    }
    
    /* Felsefe (Intro) */
    .baby-phil-text { 
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 29px !important; 
        margin-bottom: 50px !important; 
    }

    /* 6.4 ÇAKIRTEPE'DE DOĞUM (GRID) */
    .baby-grid-wrapper { 
        grid-template-columns: 1fr !important; 
        row-gap: 51px !important; 
        margin-bottom: 0 !important; 
    }
    
    .baby-grid-img { 
        height: 180px !important; 
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        margin-bottom: 28px !important; 
    }

    .baby-card-title {
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important; 
    }
    
    .baby-card-desc {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* 6.5 QUOTE BANNER */
    .baby-quote-banner { 
        height: 500px !important; 
        padding: 0 !important; 
        display: flex !important;
        align-items: center !important;
    }
    
    .baby-quote-text { 
        font-size: 28px !important; 
        line-height: 38px !important;
        font-weight: 700 !important;
    }
    
    .baby-quote-banner.bottom-banner { 
        margin-top: 60px !important; 
        margin-bottom: 55px !important; 
    }

    /* 6.6 HİZMETLER / ZIGZAG */
    .baby-zigzag-container { 
        gap: 61px !important; 
        margin-top: 0 !important; 
        margin-bottom: 60px !important; 
    }
    
    .baby-zigzag-row, 
    .baby-zigzag-row:nth-child(even) { 
        flex-direction: column !important; 
        align-items: flex-start !important; 
        gap: 0 !important; 
    }
    
    .baby-zig-img { 
        width: 100% !important; 
        flex: none !important; 
        height: auto !important;
        display: block !important;
        margin-bottom: 31px !important;
    }

    .baby-zig-content {
        width: 100% !important;
        text-align: left !important;
    }
    
    .baby-zig-title {
        margin-top: 0 !important;
        line-height: 1.2 !important;
        margin-bottom: 29px !important;
        font-size: 22px !important;
    }

    .baby-zig-desc {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 1.5 !important;
    }

    /* 6.7 PAYLAŞ BANNER */
    .baby-share-banner { 
        height: 480px !important; 
        padding: 60px 10px !important; 
    }
    
    .baby-share-title { font-size: 28px !important; }
    .baby-share-text { font-size: 18px !important; line-height: 28px !important; }

    /* 6.8 EĞİTİM PROGRAMLARI */
    .baby-course-wrapper { 
        gap: 75px !important; 
        display: flex !important;
        flex-direction: column !important;
    }
    
    .baby-course-card { 
        flex-direction: column !important; 
        align-items: flex-start !important; 
        gap: 0 !important; 
        margin-bottom: 0 !important;
    }
    
    .baby-course-img-wrapper { 
        width: 100% !important; 
        height: 195px !important;
        aspect-ratio: auto !important;
        margin-bottom: 31px !important;
    }
    
    .baby-course-content {
        width: 100% !important;
    }

    .baby-course-title {
        font-size: 22px !important;
        font-weight: 500 !important;
        line-height: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 18px !important;
    }

    .baby-course-desc {
        margin-top: 0 !important;
        line-height: 1.5 !important;
        margin-bottom: 22px !important;
    }
    
    .baby-course-link {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: normal !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .baby-course-link svg {
        width: 20px !important;
        height: 14px !important;
    }
    
    /* 6.9 EKİP (MOBİL) */
    .baby-team-wrapper { 
        grid-template-columns: 1fr !important; 
        gap: 70px !important; 
        margin-bottom: 80px !important; 
    }
    
    .baby-team-img { 
        height: 460px !important; 
        width: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
    }
    
    .baby-team-name { font-size: 22px !important; }
    
    /* 6.10 DOĞUM PAKETİ HİZMET KAPSAMI */
    .baby-pkg-card { 
        padding: 40px 20px !important; 
    }
    
    .baby-pkg-title { 
        text-transform: capitalize !important; 
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: normal !important;
    }
    
    .baby-pkg-desc { 
        font-size: 22px !important; 
        font-weight: 700 !important;
        line-height: 33px !important; 
    }
    
    .baby-pkg-card-title { 
        font-size: 22px !important; 
        margin-bottom: 30px !important; 
    }
    
    .baby-pkg-cat-title { 
        font-size: 18px !important; 
        margin-top: 25px !important; 
        margin-bottom: 15px !important; 
    }
    
    .baby-pkg-list li { 
        padding-left: 35px !important; 
        font-size: 15px !important; 
    }
    
    .baby-pkg-list li::before { 
        width: 20px !important; 
        height: 20px !important; 
        top: 0 !important; 
    }
}