:root{
	--navy:#0b3b66;
	--accent:#f6b042;
	--muted:#202429;
	--card:#ffffff;
	--benefits-bg:#e9f6ff;
	--divider:rgba(47,79,117,0.14);
	--bg:rgb(253, 253, 253);
	--radius:14px;
}
*{box-sizing:border-box}
body{font-family:Inter, system-ui, Arial, sans-serif;margin:0;background:var(--bg);color:var(--navy);line-height:1.45}
.icon-right {
    margin-left: 12px;
}
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
    text-decoration: none;
    z-index: 50;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.link {
	text-decoration: none;
	color: rgba(255,255,255,0.9);
    word-break: break-word;
}

.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.02);

    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.4);
}
.whatsapp-float i {
    font-size: 28px;
}
.nav{background:var(--bg);padding:8px 24px;position:sticky;top:0;z-index:20; width: 100%;}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:56px;width:56px;object-fit:cover;border-radius:10px}
.brand-text{line-height:1}
.brand-name{font-weight:700;color:var(--navy);font-size:16px; text-transform: uppercase;}
.brand-sub{font-weight:600;color:var(--muted);font-size:12px;letter-spacing:0.6px; text-transform: uppercase;}
.brand-sub{text-transform: none;}
.menu{display:none}

/* Language switcher */
.lang-switch{display:flex;gap:8px;align-items:center}
.lang-switch a{display:inline-block;padding:6px 8px;border-radius:8px;color:var(--navy);background:transparent;text-decoration:none;font-weight:700;font-size:13px}
.lang-switch a.active{background:var(--navy);color:#fff}
.lang-switch a:hover{filter:brightness(0.95)}

@media (max-width:480px){
    .lang-switch{display:flex;gap:6px}
    .lang-switch a{padding:6px 6px;font-size:12px}
}

.hero{max-width:1200px;margin:0 auto 12px ;padding:30px;display:grid;grid-template-columns:1fr 590px;gap:-22px;align-items:center}
.hero-left, .hero-right{min-width:0}
.hero-left h1{font-size:38px;margin:0 0 18px;color:var(--navy);line-height:1.05}
.hero-left p{color:var(--muted);max-width:100%}
.hero-ctas{margin:18px 0}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-block;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:600}
.btn.primary{background:var(--navy);color:#fff}
.btn.gold{background:var(--accent);color:#fff}
.btn.outline{border:2px solid var(--navy);color:var(--navy);background:transparent}
.hero-features{display:flex;gap:18px;margin-top:14px;list-style:none;padding:0;flex-wrap:wrap}
.hero-features li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}
.hero-features i{background:#fff;padding:8px;border-radius:8px;color:var(--navy)}
.hero-left {position: relative;z-index: 2;}
.hero-right img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
    mask-image: linear-gradient(to right, transparent 0%, black 25%);
}

/* Ensure images scale correctly */
.hero-right img, .cta-inner img, .brand img{max-width:100%;height:auto;display:block}

/* Hero floating note */
.hero-right{position:relative;margin-left: -80px;}
.hero-note{position:absolute;right:18px;bottom:18px;background:linear-gradient(180deg,#0b63a6,#0b4b82);color:#fff;padding:14px 16px;border-radius:12px;display:flex;gap:12px;align-items:flex-start;max-width:340px;box-shadow:0 12px 30px rgba(11,59,102,0.18)}
.hero-note .note-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 44px}
.hero-note .note-icon i{font-size:20px;color:#fff}
.hero-note .note-text{font-size:14px;line-height:1.2}

@media (max-width:720px){
	.hero-note{position:static;margin-top:12px;max-width:none;width:100%;box-shadow:none;padding:12px;border-radius:10px}
	.hero-note .note-icon{flex:0 0 36px;width:36px;height:36px}
	.hero-note .note-text{font-size:13px}
}

.programs{max-width:1200px;margin:18px auto;padding:28px}
.programs h2{text-align:center;margin-bottom:18px;color:var(--navy)}
.section-label {
    display: table;
    margin: 0 auto;
    background: var(--benefits-bg);
    color: var(--navy);
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:18px}
.mb-grid{margin-bottom: 48px;}
.card{background:var(--card);padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(11,59,102,0.06);position:relative;flex:0 1 260px;max-width:260px}
.card i{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;margin:0 auto 14px;font-size:28px;color:var(--navy);background:rgb(232 240 251);box-shadow:0 8px 18px rgba(11,59,102,0.06)}
.card h4{margin:6px 0 8px;display:flex;align-items:center;gap:4px;font-size:16px}
.card p{color:var(--muted);font-size:14px}
.icon-card {display: flex;justify-content: center;align-items: center;}
.icon-card i {font-size: 48px;}

/* Badge numbering next to heading */
.badge{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border-radius:999px;padding:2px 4px;font-weight:700;font-size:12px;min-width:38px}

.cta{max-width:1200px;margin:30px auto;padding:22px}
.cta-inner{display:flex;align-items:center;gap:20px;background:linear-gradient(90deg,var(--navy),#144a81);padding:18px;border-radius:18px;color:#fff}
.cta-inner img{width:158px;height:158px;border-radius:12px;object-fit:cover; align-self: center;}
.cta-text h3{margin:0 0 6px; font-size: 24px;}
.btn.join{background:var(--accent);color:var(--navy);margin-left:auto;padding:12px 22px;text-align: center;}

.site-footer{background:var(--navy);color:#fff;padding:28px 20px;border-top-left-radius:24px;border-top-right-radius:24px;margin-top:28px}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;gap:24px;align-items:flex-start}
.brand{display:flex;align-items:flex-start;gap:12px}
.brand img{height:72px;width:72px;object-fit:cover;border-radius:10px}
.brand .brand-text{line-height:1}
.brand .brand-name{font-weight:400;color:#fff;font-size:24px;text-transform: uppercase;}
.brand .brand-sub{font-weight:600;color:rgba(255,255,255,0.9);font-size:12px}
.brand .brand-desc{color:rgba(255,255,255,0.85);margin-top:6px;font-size:13px}
.footer-links ul{list-style:none;padding:0;margin:0}
.footer-links li{color:rgba(255,255,255,0.85);margin:6px 0}
.copyright{text-align:center;margin-top:16px;color:rgba(177, 172, 172, 0.7)}

/* Footer columns and contact/social styles */
.footer-col{flex:1;min-width:160px}
.contact-col h4, .follow-col h4{color:#fff;margin:0 0 8px}
.contact-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.9);margin:8px 0}
.contact-item i{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.06);border-radius:8px;color:#fff}
.socials a{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;margin-right:8px;border-radius:8px;background:rgba(255,255,255,0.06);color:#fff;text-decoration:none}
.socials a i{font-size:16px}

/* Benefits */
.benefits{max-width:1200px;margin:22px auto;padding:18px;background:var(--benefits-bg);border-radius:18px}
.benefits-inner{display:flex;gap:18px;justify-content:space-between;align-items:stretch;position:relative}
.benefit-item{background:transparent;flex:1;display:flex;gap:12px;padding:18px 22px;border-radius:8px;align-items:center;position:relative}
.benefit-item i{font-size:26px;color:var(--navy);background:#fff;padding:10px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}
.benefit-text strong{display:block;color:var(--navy)}
.benefit-text .muted{color:var(--muted);font-size:13px}
/* vertical divider between benefit items */
.benefit-item:not(:last-child)::after{content:'';position:absolute;right:-9px;top:18px;height:calc(100% - 36px);width:2px;background:var(--divider);border-radius:2px;opacity:0.9}

/* Testimonials */
.testimonials{max-width:1200px;margin:14px auto;padding:18px}
.testimonials h3{text-align:center;color:var(--navy);margin-bottom:12px}
.test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,378px));justify-content:center;gap:14px}
.test-card{background:var(--card);padding:16px;border-radius:12px;box-shadow:0 8px 22px rgba(11,59,102,0.06)}
.test-author{color:var(--navy);font-weight: 600;}
.quote{color:var(--navy);margin:0 0 10px}
.author{color:var(--muted);font-size:14px}
.hidden-mobile {
    display: block;
}

/* Responsive */
@media (max-width:992px){
	.hero{grid-template-columns:1fr 360px;padding:18px}
	.grid{grid-template-columns:repeat(2,1fr)}
	.benefits-inner{flex-direction:column}
	.benefit-item{width:100%}
	.benefit-item:not(:last-child)::after{display:none}
	.benefit-item:not(:last-child){border-bottom:1px solid var(--divider);padding-bottom:16px;margin-bottom:16px}

    .test-grid{grid-template-columns:repeat(auto-fit,minmax(220px,378px));justify-content:center}
}
@media (max-width:720px){
    .hidden-mobile {
        display: none;
    }
    .hero-right img {
        margin-bottom: -24px;
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%);
        mask-image: linear-gradient(to top, transparent 0%, black 20%);
    }
	.hero{grid-template-columns:1fr;padding:18px}
	.hero-left h1{font-size:28px}
	.hero-right{order: -1; margin-left: 0;}
	.grid{grid-template-columns:1fr}
	.cta-inner{flex-direction:column;align-items:flex-start}
	.btn.join{margin-left:0;width:100%}
	.footer-inner{flex-direction:column;gap:12px}
    .test-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center}
}

.bg-banner-container {
    max-width: 1200px;
    width: 100%;
    background-color: rgb(238, 246, 252);
    border-radius: 16px;
    margin: 22px auto;
    padding: 40px;
    display: flex;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.bg-banner-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(circle at 100% 0%, rgba(255,255,255,0.4) 0%, transparent 40%),
                        radial-gradient(circle at 0% 100%, rgba(255,255,255,0.4) 0%, transparent 40%);
    pointer-events: none;
}

.bg-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.col-left {
    flex: 1.1;
}

.col-center {
    flex: 1.4;
}

.col-right {
    flex: 0.9;
}

.bg-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: #d1dbe8;
}

.text-dark-blue { color: #0a2d61; }
.text-gray-blue { color: var(--muted); }

.sub-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-heading {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.desc-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.small-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.small-desc {
    font-size: 13px;
    line-height: 1.5;
}

.bg-col .small-desc {
    margin: 0;
}

.center-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.services-row {
    display: flex;
    gap: 20px;
    margin-top: auto;
    padding-top: 20px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-item svg {
    width: 24px;
    height: 24px;
    stroke: #0a2d61;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-text {
    font-size: 12px;
    font-weight: 700;
    color: #0a2d61;
    line-height: 1.2;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: opacity 0.3s ease;
    width: fit-content;
}

.btn:hover {
    opacity: 0.9;
}

.btn-blue {
    background-color: #0a2d61;
    margin-top: auto;
}

.btn-green {
    background-color: #25d366;
    margin: 15px 0;
}

.col-right .main-heading {
    font-size: 18px;
    margin-bottom: 0;
}

.col-right .small-desc {
    color: #4a5a6e;
}

@media (max-width: 992px) {
    .bg-banner-container {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    .bg-col:not(:last-child)::after {
        right: 10%; left: 10%;
        bottom: -15px; top: auto;
        width: 80%; height: 1px;
    }

    .services-row {
        flex-wrap: wrap;
    }
}
