/* =========================================================
   HADHONAH ADNI - CSS INDEX
   =========================================================
   00. GLOBAL / VARIABLES / TYPOGRAPHY
   01. HERO
   02. QUICK NAVIGATION
   03. ABOUT
   04. PHILOSOPHY & OBJECTIVES
   05. LEARNING APPROACH / TABS
   06. PROGRAMMES / INTERACTIVE SELECTOR
   07. SIX LEARNING AREAS
   08. DAILY EXPERIENCE / TIMELINE
   09. WHY PARENTS CHOOSE HADHONAH
   10. GALLERY
   11. CTA
   12. LIGHTBOX
   13. FOOTER
   14. RESPONSIVE
   ========================================================= */

/* =========================================================
   SECTION 00 : GLOBAL / VARIABLES / TYPOGRAPHY
   ========================================================= */
:root{--navy:#07386f;--blue:#0d55a5;--yellow:#f5c518;--soft:#eef6ff;--cream:#fff9e7;--ink:#172033;--muted:#68778a;--line:#dce7f2;--white:#fff;--shadow:0 18px 48px rgba(7,56,111,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff}button{font:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}section{padding:84px 0}.center{text-align:center}.kicker{display:inline-flex;align-items:center;gap:9px;color:var(--navy);font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.kicker:before,.kicker:after{content:"";width:28px;height:3px;background:var(--yellow);border-radius:5px}.kicker.light{color:white}h1,h2,h3{line-height:1.12}h1{font-size:clamp(3rem,7vw,6rem);margin:12px 0 20px}h2{font-size:clamp(2rem,4vw,3.15rem);color:var(--navy);margin:12px 0 16px}h3{color:var(--navy)}.intro{max-width:790px;margin:0 auto;color:var(--muted);font-size:1.06rem}.light-text{color:#dbeaff}.btn{display:inline-block;border:0;border-radius:999px;padding:13px 22px;font-weight:900;text-decoration:none;cursor:pointer}.yellow{background:var(--yellow);color:#14345c}.glass{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:white}.soft{background:var(--soft)}.blue{background:var(--navy);color:white}.blue h2{color:white}

/* =========================================================
   SECTION 01 : HERO
   ========================================================= */
.hero{min-height:680px;display:grid;place-items:center;text-align:center;color:white;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 115%,rgba(245,197,24,.32),transparent 34%),linear-gradient(135deg,#052b57,#07386f 55%,#1161b3)}
.hero h1{color:#fff}.hero h1 span{color:var(--yellow)}.hero p{color:#dcecff}
.hero:before{content:"";position:absolute;width:620px;height:620px;border:90px solid rgba(255,255,255,.045);border-radius:50%;right:-280px;top:-260px}.hero .kicker{color:white}.hero h1 span{color:var(--yellow)}.hero p{max-width:760px;margin:auto;color:#dcecff;font-size:1.16rem}.hero-buttons{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:29px}

/* =========================================================
   SECTION 02 : QUICK NAVIGATION
   ========================================================= */
.quicknav{position:relative;margin-top:-31px;z-index:5}.quicknav-inner{background:white;border-radius:20px;box-shadow:var(--shadow);padding:11px;display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.quicknav a{text-decoration:none;color:var(--navy);font-weight:850;font-size:.85rem;padding:10px 13px;border-radius:11px}.quicknav a:hover{background:var(--soft)}

/* =========================================================
   SECTION 03 : ABOUT
   ========================================================= */
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:stretch;margin-top:38px;text-align:left}.photo{background:linear-gradient(135deg,#d6eaff,#fff0aa);min-height:390px;display:grid;place-items:center;overflow:hidden}.large-photo{border-radius:26px}.photo img{width:100%;height:100%;object-fit:cover}.photo-note{text-align:center;color:var(--navy)}.photo-note b{display:block;font-size:1.2rem}.photo-note span{display:block;color:var(--muted);font-size:.85rem;margin-top:5px}.about-copy{display:grid;gap:13px}.year-card{padding:24px;border:1px solid var(--line);border-radius:19px;background:white}.year-card strong{display:block;color:var(--blue);font-size:2rem}.year-card span{color:var(--muted)}

/* =========================================================
   SECTION 04 : PHILOSOPHY & OBJECTIVES
   ========================================================= */
.objective-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:37px}.objective-card{background:white;border:1px solid var(--line);border-radius:21px;padding:25px;box-shadow:0 8px 25px rgba(7,56,111,.05);transition:.25s}.objective-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.objective-card>span{width:44px;height:44px;border-radius:14px;background:var(--yellow);display:grid;place-items:center;margin:0 auto 16px;color:var(--navy);font-weight:900}.objective-card p{color:var(--muted);font-size:.92rem}

/* =========================================================
   SECTION 05 : LEARNING APPROACH / TABS
   ========================================================= */
.tabs{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:34px 0 21px}.tab{border:1px solid var(--line);background:white;color:var(--navy);font-weight:850;padding:11px 16px;border-radius:999px;cursor:pointer}.tab.active{background:var(--navy);color:white;border-color:var(--navy)}.learning-panel{display:none;grid-template-columns:1.05fr .95fr;min-height:410px;background:white;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);text-align:left}.learning-panel.active{display:grid}.panel-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}.panel-copy p{color:var(--muted)}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.tags span{background:var(--soft);color:var(--navy);font-size:.8rem;font-weight:800;padding:7px 10px;border-radius:999px}

/* =========================================================
   SECTION 06 : PROGRAMMES / INTERACTIVE SELECTOR
   ========================================================= */
.programme-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin:36px 0 20px}.programme-btn{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:white;border-radius:18px;padding:17px;cursor:pointer}.programme-btn strong,.programme-btn span{display:block}.programme-btn span{font-size:.8rem;color:#cfe2f7}.programme-btn.active{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.programme-btn.active span{color:#52627a}.programme-panel{display:none;grid-template-columns:.9fr 1.1fr;background:white;color:var(--ink);border-radius:27px;overflow:hidden;text-align:left;box-shadow:0 18px 50px rgba(0,0,0,.18)}.programme-panel.active{display:grid}.programme-photo{min-height:440px;background:linear-gradient(135deg,#d8ebff,#fff0a6);display:grid;place-items:center;text-align:center;color:var(--navy);font-weight:900}.programme-photo small{display:block;color:var(--muted);font-weight:400}.programme-copy{padding:40px}.programme-copy .age{display:inline-block;background:var(--yellow);color:var(--navy);font-weight:900;padding:7px 11px;border-radius:999px;font-size:.8rem}.programme-copy ul{columns:2;padding-left:20px;color:var(--muted)}

/* =========================================================
   SECTION 07 : SIX LEARNING AREAS
   ========================================================= */
.areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:37px}.area-card{border:1px solid var(--line);border-radius:21px;padding:27px;background:white;transition:.25s}.area-card:hover{background:var(--soft);transform:translateY(-4px)}.area-card>div{font-size:2rem}.area-card h3{font-size:1rem}

/* =========================================================
   SECTION 08 : DAILY EXPERIENCE / TIMELINE
   ========================================================= */
.timeline{display:flex;gap:8px;overflow:auto;padding:5px 2px 13px;margin-top:35px}.time-step{min-width:100px;border:1px solid var(--line);background:white;color:var(--navy);border-radius:15px;padding:11px 10px;cursor:pointer;font-weight:800}.time-step span{display:block;font-size:.72rem;color:var(--muted)}.time-step.active{background:var(--yellow);border-color:var(--yellow)}.day-display{display:grid;grid-template-columns:1.1fr .9fr;background:white;border-radius:25px;overflow:hidden;box-shadow:var(--shadow);text-align:left;margin-top:12px}.day-photo{min-height:390px;background:linear-gradient(135deg,#d9ecff,#fff0a6);display:grid;place-items:center;text-align:center;color:var(--navy);font-weight:900}.day-photo small{display:block;color:var(--muted);font-weight:400}.day-copy{padding:42px;display:flex;justify-content:center;flex-direction:column}.day-copy>span{color:var(--yellow);font-size:3rem;font-weight:900}.day-copy p{color:var(--muted)}

/* =========================================================
   SECTION 09 : WHY PARENTS CHOOSE HADHONAH
   ========================================================= */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.why-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:white;display:flex;align-items:center;gap:12px;text-align:left;transition:.25s}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.why-card span{font-size:1.6rem}.why-card b{color:var(--navy);font-size:.92rem}

/* =========================================================
   SECTION 10 : GALLERY
   ========================================================= */
.gallery-section{background:var(--navy);color:white}.gallery-section h2{color:white}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:13px;margin-top:36px}.gallery-item{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#0d55a5,#1670ca);cursor:pointer}.gallery-item.main{grid-row:1/3}.gallery-placeholder{height:100%;display:grid;place-items:center;color:#dcecff;font-weight:900}.gallery-placeholder small{display:block}.gallery-item>b{position:absolute;left:0;right:0;bottom:0;padding:30px 17px 15px;background:linear-gradient(transparent,rgba(0,0,0,.75));text-align:left;color:white}

/* =========================================================
   SECTION 11 : CTA
   ========================================================= */
.cta{background:linear-gradient(135deg,#fff5bc,#fff)}.cta-box{background:var(--navy);color:white;border-radius:28px;padding:56px 25px}.cta-box h2{color:white}.cta-box p{max-width:670px;margin:0 auto 24px;color:#dcecff}

/* =========================================================
   SECTION 12 : LIGHTBOX
   ========================================================= */
.lightbox{position:fixed;inset:0;background:rgba(0,20,45,.9);z-index:99;display:none;place-items:center;padding:25px}.lightbox.show{display:grid}.lightbox-inner{width:min(900px,100%);min-height:480px;background:white;border-radius:22px;display:grid;place-items:center;text-align:center;color:var(--navy)}.close{position:fixed;right:25px;top:18px;border:0;background:none;color:white;font-size:2rem;cursor:pointer}

/* =========================================================
   SECTION 13 : FOOTER
   ========================================================= */
/* Footer is provided by includes/footer.php */

/* =========================================================
   SECTION 14 : RESPONSIVE
   ========================================================= */
@media(max-width:900px){.about-grid,.learning-panel.active,.programme-panel.active,.day-display{grid-template-columns:1fr}.objective-grid,.why-grid{grid-template-columns:1fr 1fr}.areas-grid{grid-template-columns:1fr 1fr}.programme-selector{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:300px 190px 190px}.gallery-item.main{grid-column:1/3;grid-row:auto}}
@media(max-width:600px){section{padding:64px 0}.objective-grid,.areas-grid,.why-grid,.programme-selector{grid-template-columns:1fr}.programme-copy ul{columns:1}.gallery{grid-template-columns:1fr;grid-template-rows:repeat(5,220px)}.gallery-item.main{grid-column:auto}.quicknav-inner{justify-content:flex-start;flex-wrap:nowrap;overflow:auto}.quicknav a{white-space:nowrap}.panel-copy,.programme-copy,.day-copy{padding:28px}}

/* =========================================================
   LOCAL IMAGE FILES
   Images are loaded from ../images/hadhonah/
   Keep filenames listed in IMAGE-GUIDE.txt to replace images
   without editing HTML again.
   ========================================================= */
.photo > img,
.activity-photo > img,
.gallery-item > img,
.gallery-placeholder > img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.programme-photo img,
.day-photo img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* =========================================================
   DAILY EXPERIENCE
   Fixed Image Size + Alternating Position
========================================================= */

.day-display{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:var(--shadow);
    text-align:left;
    margin-top:12px;
}

.day-display.reverse{
    grid-template-columns:.9fr 1.1fr;
}

.day-display.reverse .day-photo{
    order:2;
}

.day-display.reverse .day-copy{
    order:1;
}

/* FIXED IMAGE FRAME */
.day-photo{
    width:100%;
    height:390px;
    min-height:390px;
    overflow:hidden;
    background:#f3f4f6;
    display:block;
}

.day-photo img{
    width:100%;
    height:100%;
    min-height:0;
    display:block;
    object-fit:cover;
    object-position:center;
}

.day-copy{
    padding:42px;
    display:flex;
    justify-content:center;
    flex-direction:column;
}

.day-copy>span{
    color:var(--yellow);
    font-size:3rem;
    font-weight:900;
}

.day-copy p{
    color:var(--muted);
}

/* TABLET */
@media(max-width:900px){

    .day-display,
    .day-display.reverse{
        grid-template-columns:1fr;
    }

    .day-display .day-photo,
    .day-display.reverse .day-photo{
        order:1;
    }

    .day-display .day-copy,
    .day-display.reverse .day-copy{
        order:2;
    }

    .day-photo{
        height:320px;
        min-height:320px;
    }

    .day-photo img{
        height:320px;
    }
}

/* MOBILE */
@media(max-width:600px){

    .day-photo{
        height:260px;
        min-height:260px;
    }

    .day-photo img{
        height:260px;
    }

    .day-copy{
        padding:28px;
    }
}

/* =========================================================
   DAILY EXPERIENCE
   FIXED FRAME - NO IMAGE CROPPING
========================================================= */

.day-photo{
    width:100%;
    height:390px;
    min-height:390px;
    overflow:hidden;
    background:#f3f4f6;
    display:flex;
    align-items:center;
    justify-content:center;
}

.day-photo img{
    width:100%;
    height:100%;
    min-height:0;
    display:block;
    object-fit:contain;
    object-position:center;
}

/* TABLET */
@media(max-width:900px){

    .day-photo{
        height:320px;
        min-height:320px;
    }

    .day-photo img{
        height:320px;
    }
}

/* MOBILE */
@media(max-width:600px){

    .day-photo{
        height:260px;
        min-height:260px;
    }

    .day-photo img{
        height:260px;
    }
}

/* =========================================================
   ADMISSIONS : IMPORTANT INFORMATION
   ========================================================= */

.important-information{
    background:#f6f9fc;
    padding:84px 0;
    text-align:center;
}

.important-information .wrap{
    width:min(1020px,calc(100% - 36px));
}

.important-information h2{
    color:#283f91;
    margin:12px 0 8px;
}

.important-information .intro{
    max-width:760px;
    margin-bottom:28px;
}

.information-accordion{
    display:grid;
    gap:12px;
    text-align:left;
}

.info-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 28px rgba(7,56,111,.07);
}

.info-header{
    width:100%;
    border:0;
    background:#fff;
    display:flex;
    align-items:center;
    gap:13px;
    padding:18px 20px;
    cursor:pointer;
    text-align:left;
}

.info-card.active .info-header{
    background:#edf4ff;
}

.info-icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:#e7f0ff;
    color:#1268ed;
    font-size:1.1rem;
}

.info-card.active .info-icon{
    background:#1268ed;
    color:#fff;
}

.info-title{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:0;
}

.info-title strong{
    color:#172033;
    font-size:.98rem;
    line-height:1.3;
}

.info-card.active .info-title strong{
    color:#0867ec;
}

.info-title small{
    color:#68778a;
    font-size:.76rem;
    margin-top:2px;
}

.info-chevron{
    color:#c7ced8;
    font-size:.85rem;
    transition:transform .25s ease;
}

.info-card.active .info-chevron{
    color:#f5c518;
}

.info-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
    background:#fff;
}

.document-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding:24px;
}

.document-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:14px 12px;
    border-radius:9px;
    background:#f7f8fa;
    color:#172033;
    font-size:.84rem;
    line-height:1.5;
}

.document-item i{
    flex:0 0 auto;
    color:#1474f5;
    font-size:.9rem;
    margin-top:2px;
}

.document-item strong{
    font-weight:800;
}

.info-placeholder{
    padding:22px 24px 24px;
    color:#68778a;
    font-size:.9rem;
}

.info-placeholder p{
    margin:0;
}

@media(max-width:700px){
    .document-grid{
        grid-template-columns:1fr;
        padding:16px;
    }

    .info-header{
        padding:16px;
    }

    .info-title strong{
        font-size:.9rem;
    }
}/* =========================================================
/* =========================================================
   SCHOOL FEES SECTION
   Standalone CSS
   Prefix: school-fee-
========================================================= */

.school-fees-section {
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
    box-sizing: border-box;
}

.school-fees-section *,
.school-fees-section *::before,
.school-fees-section *::after {
    box-sizing: border-box;
}

.school-fees-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================
   IMPORTANT INFORMATION - ACCORDION
========================================= */

.info-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.45s ease,
        opacity 0.3s ease;
}

.info-card.active .info-content {
    opacity: 1;
}

.info-header {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.info-chevron {
    transition: transform 0.3s ease;
}
/* =========================================================
   HEADER
========================================================= */

.school-fees-header {
    width: min(760px, 100%);
    margin: 0 auto 42px;
    text-align: center;
}

.school-fees-tag {
    display: inline-block;
    margin-bottom: 10px;

    color: #c59b3c;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.school-fees-header h2 {
    margin: 0 0 12px;

    color: #293b8f;

    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
}

.school-fees-header p {
    max-width: 700px;
    margin: 0 auto;

    color: #536581;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   CARD GRID
========================================================= */

.school-fees-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 20px;

    width: 100%;
}


/* =========================================================
   CARD
========================================================= */

.school-fee-card {
    min-width: 0;
    min-height: 272px;

    display: flex;
    flex-direction: column;

    padding: 20px;

    background: #f8fafc;

    border: 1px solid #e1e7ef;
    border-radius: 17px;

    box-shadow: none;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.school-fee-card:hover {
    transform: translateY(-5px);

    border-color: #d3dced;

    box-shadow:
        0 14px 32px rgba(41, 59, 143, .10);
}


/* =========================================================
   CARD TOP
========================================================= */

.school-fee-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 27px;
}

.school-fee-icon {
    width: 47px;
    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #293b8f;

    color: #ffffff;

    font-size: 19px;
}

.school-fee-status {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 23px;

    padding: 4px 10px;

    border-radius: 20px;

    background: #f3f0e8;

    color: #b88a2b;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .4px;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.school-fee-card-body {
    flex: 1;
}

.school-fee-level {
    display: block;

    margin-bottom: 7px;

    color: #c3912d;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.school-fee-card-body h3 {
    margin: 0 0 6px;

    color: #172d82;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.3;
}

.school-fee-card-body p {
    margin: 0;

    color: #4f617d;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   ACTIONS
========================================================= */

.school-fee-actions {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 22px;
    padding-top: 15px;

    border-top: 1px solid #e1e6ee;
}

.school-fee-view {
    flex: 1;

    min-height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 8px 15px;

    border-radius: 20px;

    background: #293b8f;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease;
}

.school-fee-view:hover {
    background: #1f307d;

    color: #ffffff;

    transform: translateY(-1px);
}

.school-fee-download {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #dfe5ee;
    border-radius: 50%;

    background: #ffffff;

    color: #293b8f;

    font-size: 13px;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.school-fee-download:hover {
    background: #eef3ff;

    border-color: #cbd6ee;

    color: #293b8f;

    transform: translateY(-1px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .school-fees-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .school-fees-section {
        padding: 65px 0;
    }

    .school-fees-container {
        width: min(100% - 28px, 520px);
    }

    .school-fees-header {
        margin-bottom: 30px;
    }

    .school-fees-header h2 {
        font-size: 34px;
    }

    .school-fees-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .school-fee-card {
        min-height: 0;
    }

}

/* =========================================================
   ADMISSIONS : IMPORTANT INFORMATION
   STATIC CARDS - NO ACCORDION
========================================================= */

.important-information {
    background: #f6f9fc;
    padding: 84px 0;
    text-align: center;
}

.important-information .wrap {
    width: min(1020px, calc(100% - 36px));
}

.important-information h2 {
    color: #283f91;
    margin: 12px 0 8px;
}

.important-information .intro {
    max-width: 760px;
    margin-bottom: 28px;
}

.important-info-grid {
    display: grid;
    gap: 18px;
    text-align: left;
}

.important-info-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(7,56,111,.07);
    border: 1px solid #e5ebf3;
}

.important-info-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    background: #edf4ff;
}

.important-info-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #1268ed;
    color: #fff;
    font-size: 1.1rem;
}

.important-info-card-header h3 {
    margin: 0;
    color: #172d82;
    font-size: 1.05rem;
}

.important-info-card-header p {
    margin: 3px 0 0;
    color: #68778a;
    font-size: .78rem;
}

.important-info-card .document-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 24px;
}

.important-info-card .document-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 9px;
    background: #f7f8fa;
    color: #172033;
    font-size: .84rem;
    line-height: 1.5;
}

.important-info-card .document-item i {
    flex: 0 0 auto;
    color: #1474f5;
    font-size: .9rem;
    margin-top: 2px;
}

.important-info-card .visa-content {
    padding: 24px;
}

.important-info-card .visa-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #f7faff;
    border-radius: 14px;
}

.important-info-card .visa-main-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #e7f0ff;
    color: #1268ed;
    font-size: 1.3rem;
}

.important-info-card .visa-highlight h3 {
    margin: 0 0 8px;
    color: #172d82;
    font-size: 1rem;
}

.important-info-card .visa-highlight p {
    margin: 0 0 10px;
    color: #68778a;
    font-size: .9rem;
    line-height: 1.65;
}

.important-info-card .visa-highlight p:last-child {
    margin-bottom: 0;
}

.important-info-card .policy-content {
    padding: 24px;
}

.important-info-card .policy-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #e5ebf3;
}

.important-info-card .policy-row:first-child {
    padding-top: 0;
}

.important-info-card .policy-row:last-of-type {
    border-bottom: 0;
}

.important-info-card .policy-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #e7f0ff;
    color: #1268ed;
}

.important-info-card .policy-copy {
    flex: 1;
}

.important-info-card .policy-copy h3 {
    margin: 0 0 8px;
    color: #172d82;
    font-size: 1rem;
}

.important-info-card .policy-copy p {
    margin: 0 0 10px;
    color: #68778a;
    font-size: .88rem;
    line-height: 1.65;
}

.important-info-card .policy-copy p:last-child {
    margin-bottom: 0;
}

.important-info-card .payment-item {
    padding: 12px 0;
    border-top: 1px solid #edf1f5;
}

.important-info-card .payment-item h4 {
    margin: 0 0 4px;
    color: #283f91;
    font-size: .9rem;
}

.important-info-card .payment-item p {
    margin: 0;
}

.important-info-card .policy-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 6px;
    padding: 15px 16px;
    border-radius: 10px;
    background: #fff8df;
    color: #6d5a1a;
    font-size: .84rem;
    line-height: 1.55;
}

.important-info-card .policy-notice i {
    flex: 0 0 auto;
    margin-top: 2px;
}

@media (max-width: 700px) {

    .important-info-card .document-grid {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .important-info-card .visa-content,
    .important-info-card .policy-content {
        padding: 16px;
    }

    .important-info-card .visa-highlight {
        flex-direction: column;
    }

    .important-info-card .policy-row {
        gap: 11px;
    }

}