/* Homepage alignment patch — uses the same visual system as inner pages. */
:root{--home-navy:#092e57;--home-navy-dark:#061c35;--home-red:#ea0519;--home-ink:#1b2d42;--home-muted:#637286;--home-soft:#f5f8fc;--home-line:#e3eaf2}
.home-page{overflow-x:hidden}
.home-page .header-mainmenu{background:#fff}
.home-page .header-mainmenu .header-navbar{min-height:88px}
.home-page .header-mainnav .mainmenu>li>a.active{color:var(--home-red)}
.home-page .header-mainnav .mainmenu>li>a.active:after{width:100%}
.no-scroll{overflow:hidden}

/* Hero */
.home-hero{position:relative;min-height:570px;display:flex;align-items:center;isolation:isolate;background:var(--home-navy-dark);overflow:hidden}
.home-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.home-hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,25,47,.90) 0%,rgba(5,25,47,.68) 49%,rgba(5,25,47,.18) 100%)}
.home-hero-content{padding:105px 15px 105px;max-width:1170px;width:100%;color:#fff}
.home-hero-kicker{display:inline-block;margin-bottom:16px;padding:7px 13px;border:1px solid rgba(255,255,255,.38);border-radius:30px;background:rgba(255,255,255,.10);font:700 12px/1.2 "Poppins",sans-serif;letter-spacing:.08em;text-transform:uppercase}
.home-hero h1{max-width:760px;margin:0;color:#fff;font:800 clamp(38px,5.5vw,70px)/1.10 "Poppins",sans-serif;letter-spacing:-.035em}
.home-hero p {
    max-width: 690px;
    margin: 20px 0 29px;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.68;
}
.home-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.home-hero .edu-btn{min-height:53px}
.home-outline-btn{border:1px solid rgba(255,255,255,.75)!important;background:transparent!important;color:#fff!important}
.home-outline-btn:hover{border-color:#fff!important;background:#fff!important;color:var(--home-navy)!important}

/* Core value cards */
.home-values{position:relative;z-index:3;margin-top:-68px;padding-bottom:26px}
.home-value-card{height:100%;padding:30px 28px;border-radius:10px;background:#fff;box-shadow:0 14px 35px rgba(3,32,61,.12);text-align:left}
.home-value-card img{width:62px;height:62px;object-fit:contain;margin-bottom:19px}
.home-value-card h2{margin:0 0 9px;color:var(--home-navy);font:700 24px/1.25 "Poppins",sans-serif}
.home-value-card p{margin:0;color:#596b80;font-size:16px;line-height:1.7}
.home-value-card-featured{background:var(--home-red)}
.home-value-card-featured h2,.home-value-card-featured p{color:#fff}

/* Reusable section styling */
.home-section{padding:88px 0}
.home-page .section-title .pre-title,.home-page .pre-title{display:block;margin-bottom:10px;color:var(--home-red);font:700 13px/1.3 "Poppins",sans-serif;letter-spacing:.08em;text-transform:uppercase}
.home-page .section-title p{max-width:620px;margin:15px auto 0;color:var(--home-muted)}
.home-page .section-title.section-left p{margin-left:0}
.home-about-content p{color:#596b80;font-size:17px;line-height:1.8}
.home-about-content .edu-btn{margin-top:8px}
.home-about-image{position:relative;padding:0 15px 15px 0}
.home-about-image:after{content:"";position:absolute;right:0;bottom:0;width:72%;height:73%;z-index:-1;background:#e6eef8;border-radius:10px}
.home-about-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;box-shadow:0 14px 32px rgba(3,32,61,.12)}

/* Service cards */
.home-services{padding:88px 0;background:var(--home-soft)}
.home-service-card{height:100%;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 8px 22px rgba(3,32,61,.08);transition:transform .25s ease,box-shadow .25s ease}
.home-service-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px rgba(3,32,61,.14)}
.home-service-image{display:block;overflow:hidden}
.home-service-image img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .35s ease}
.home-service-card:hover .home-service-image img{transform:scale(1.045)}
.home-service-content{padding:25px}
.home-service-content h3{margin:0 0 10px;color:var(--home-navy);font:700 24px/1.3 "Poppins",sans-serif}
.home-service-content h3 a:hover{color:var(--home-red)}
.home-service-content p{min-height:54px;margin:0 0 21px;color:var(--home-muted);line-height:1.7}

/* Statistics */
.home-stats{position:relative;padding:85px 0;background:linear-gradient(125deg,var(--home-navy-dark),var(--home-navy));overflow:hidden}
.home-stats:before,.home-stats:after{content:"";position:absolute;width:400px;height:400px;border:1px solid rgba(255,255,255,.10);border-radius:50%}
.home-stats:before{top:-275px;left:-70px}.home-stats:after{right:-100px;bottom:-290px}
.home-stats .container{position:relative}.home-stats-heading .title{color:#fff}.home-stats-heading .shape-line{color:#fff}.home-stat-card{height:100%;padding:29px 15px;border:1px solid rgba(255,255,255,.23);border-radius:8px;background:rgba(255,255,255,.055);text-align:center}
.home-stat-card strong{display:block;color:#fff;font:800 clamp(34px,4vw,48px)/1.05 "Poppins",sans-serif}.home-stat-card span{display:block;margin-top:12px;color:#dbe8f3;font:700 13px/1.2 "Poppins",sans-serif;letter-spacing:.10em;text-transform:uppercase}

/* International business */
.home-ib-section{background:#fff}.home-ib-card{overflow:hidden;border:1px solid var(--home-line);border-radius:10px;background:#f7f9fc;box-shadow:0 10px 28px rgba(3,32,61,.06)}
.home-ib-card>div:first-child img{width:100%;height:100%;min-height:350px;object-fit:cover}.home-ib-content{padding:45px 50px}.home-ib-content h2{margin:0;color:var(--home-navy);font:700 clamp(28px,3vw,39px)/1.25 "Poppins",sans-serif}.home-ib-content p{margin:17px 0 23px;color:#596b80;font-size:17px;line-height:1.78}

/* Testimonials */
.home-testimonials{background:var(--home-soft)}.home-testimonial{height:100%;padding:31px 29px;border-radius:10px;background:#fff;box-shadow:0 8px 22px rgba(3,32,61,.07)}.home-stars{color:#ffae00;font-size:17px;letter-spacing:2px}.home-testimonial p{margin:18px 0 20px;color:#43566d;font-size:17px;line-height:1.75}.home-testimonial h3{margin:0;color:var(--home-navy);font:700 18px/1.3 "Poppins",sans-serif}

/* CTA */
.home-cta{padding:57px 0;background:linear-gradient(92deg,#d7051a,var(--home-red))}.home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.home-cta h2{margin:0;color:#fff;font:700 clamp(28px,3vw,39px)/1.25 "Poppins",sans-serif}.home-cta p{margin:9px 0 0;color:#fff;font-size:17px}.home-cta-button{flex:0 0 auto;background:#fff!important;color:var(--home-navy)!important}.home-cta-button:hover{background:#f3f6fb!important}

/* Footer: keeps the same class structure used throughout existing pages */
.home-page .edu-footer{background-color:var(--home-navy-dark)}
.home-page .edu-footer .footer-top{padding:76px 0 48px}
.home-page .edu-footer .widget-title{margin-bottom:22px}
.home-page .footer-link li{margin-bottom:11px}
.home-page .footer-link a i{font-size:18px;vertical-align:-2px;color:#f7a6ae}
.home-address-list{margin:0!important;padding:0!important;list-style:none!important}
.home-address-list li{display:flex;align-items:flex-start;gap:10px;margin:0 0 13px!important;padding:0!important;color:#d4deea;line-height:1.65}
.home-address-list li>i{flex:0 0 auto;margin-top:4px;color:#f7a6ae;font-size:18px}.home-address-list a:hover{color:#fff}.home-page .copyright-area{padding:20px 0;border-top:1px solid rgba(255,255,255,.12)}.home-page .copyright-area p{margin:0}

span {
    color: #ffffff;
}
/* Fixed actions */
.home-quick-actions{position:fixed;right:18px;bottom:22px;z-index:25;display:grid;gap:10px}.home-quick-actions a{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.22);font-size:25px;transition:transform .2s ease}.home-quick-actions a:hover{transform:translateY(-3px)}.home-quick-actions a:first-child{background:#25d366}.home-quick-actions a:last-child{background:var(--home-red)}

@media (max-width:991px){.home-hero{min-height:520px}.home-hero-content{padding-top:85px;padding-bottom:85px}.home-values{margin-top:-38px}.home-section,.home-services{padding:70px 0}.home-ib-content{padding:38px}.home-cta-inner{align-items:flex-start;flex-direction:column}.home-page .edu-footer .footer-top{padding:58px 0 28px}}
@media (max-width:767px){.home-page .header-top{padding:9px 0}.home-page .header-info li{font-size:13px}.home-page .header-top-right{display:none}.home-hero{min-height:480px}.home-hero-content{padding-top:70px;padding-bottom:70px}.home-hero h1{font-size:40px}.home-hero p{font-size:16px}.home-values{margin-top:0;padding:30px 0}.home-value-card{padding:25px}.home-section,.home-services{padding:58px 0}.home-ib-card>div:first-child img{min-height:auto;aspect-ratio:16/10}.home-ib-content{padding:28px 23px}.home-stats{padding:60px 0}.home-cta{padding:48px 0}.home-quick-actions{right:13px;bottom:15px}.home-quick-actions a{width:48px;height:48px;font-size:23px}}
@media (max-width:480px){.home-hero h1{font-size:34px}.home-hero-actions{display:grid;grid-template-columns:1fr;width:100%}.home-hero-actions .edu-btn{width:100%;justify-content:center}.home-stat-card{padding:23px 8px}.home-cta h2{font-size:29px}}
