@charset "UTF-8";
*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;}
html{font-size:10px;overflow-x:hidden;scroll-behavior:smooth;}
body{font-size:1.4rem;font-family:'Poppins',sans-serif;color:#1a1a1a;}
img{width:100%;border:none;height:auto;display:block;}
a,a:link,a:active{text-decoration:none;color:inherit;}

.container{max-width:1200px;margin:0 auto;padding:0 1.6rem;}

.header{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05);}

.header__top{background:#0b3c6d;color:#fff;font-size:1.2rem;}
.header__top-container{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1rem;flex-wrap:wrap;gap:0.8rem;}
.header__contact{display:flex; gap:1rem; align-items:center;}
.header__contact a{margin-right:1.2rem;color:#fff;}
.header__links{display:flex;align-items:center;gap:1.2rem;}
.header__links a{color:#fff;}
.header__contact-item{display:flex;align-items:center;gap:0.6rem;color:#fff;}
.header__contact-item svg{width:1.4rem;height:1.4rem;fill:#fff;}
.header__social{display:flex;gap:0.8rem;}
.header__social a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.1);transition:0.3s;}
.header__social a:hover{background:#f7941d;}
.header__social svg{width:1.4rem;height:1.4rem;fill:#fff;}

.header__nav{background:#fff;}
.header__nav-container{display:flex;align-items:center;justify-content:space-between;padding: 1.2rem 1rem;}

.header__logo img{max-height:50px;}

.nav{position:fixed;top:0;left:-100%;width:75%;height:100vh;background:#fff;transition:0.3s;padding:4rem 2rem;}
.nav.active{left:0;}
.nav__list li{margin-bottom:1.6rem;}
.nav__list a{font-size:1.6rem;color:#1a1a1a;}
.nav__list a.active{color:#0b3c6d;font-weight:600;}
.nav__close{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;}
.nav__close svg{width:22px;height:22px;stroke:#1a1a1a;stroke-width:2;fill:none;}

.btn{display:inline-block;padding:1rem 1.8rem;border-radius:6px;font-weight:500;transition:0.3s;}
.btn--primary{background:#0b3c6d;color:#fff !important;}
.btn--primary:hover{background:#092f55;}

.header__cta{display:none;}

.header__toggle{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;}
.header__toggle span{width:22px;height:2px;background:#1a1a1a;display:block;}

/* Base */
.nav__item{position:relative;}
.nav__link-wrap{display:flex;align-items:center;justify-content:space-between;gap:0.5rem;}
.nav__arrow{background:none;border:none;cursor:pointer;display:flex;align-items:center;}
.nav__arrow svg{width:16px;height:16px;fill:#1a1a1a;transition:0.3s;}

/* Submenus (Mobile Default Hidden) */
.nav__submenu{display:none;padding-left:1rem;}
.nav__item.active>.nav__submenu{display:block;}
.nav__item.active>.nav__link-wrap .nav__arrow svg{transform:rotate(180deg);}

/* Hero Section */
.hero{position:relative;color:#fff;}
.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(11,60,109,0.85),rgba(11,60,109,0.9)),url('https://images.unsplash.com/photo-1523240795612-9a054b0db644') center/cover no-repeat;z-index:-1;}
.hero__container{padding:6rem 1rem 10rem;display:flex;flex-direction:column;gap:3rem;}
.hero__content h1{font-size:3rem;font-weight:700;}
.hero__subtitle{color:#f7941d;font-size: 2rem;font-weight:500;margin:1rem 0;}
.hero__desc{font-size: 1.6rem;max-width:500px;line-height:1.6;}
.hero__breadcrumb{margin-top:1.5rem;font-size:1.2rem;display:flex;gap:0.5rem;align-items:center;}
.hero__breadcrumb a{color:#fff;opacity:0.8;}
.hero__badge{align-self:flex-start;background:rgba(255,255,255,0.1);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,0.2);text-align: center;}
.hero__badge-number{font-size: 3.5rem;font-weight:700;color:#f7941d;}
.hero__badge-text{display:block;font-size: 1.6rem;margin-top:0.5rem;}
.hero__stats{position:relative;margin-top:-6rem;}
.hero__stats-container{background:#fff;color:#1a1a1a;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.08);display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem;}
.hero__stat{display:flex;align-items:center;gap:1.2rem;}
.hero__stat-icon img{width:70px;height:70px;fill:#f7941d;}
.hero__stat h3{font-size: 2rem;font-weight:600;}
.hero__stat p{font-size: 1.6rem;color:#6b7280;}

.courses{padding:6rem 0;background:#f5f7fa;}
.courses__header{text-align:center;margin-bottom:4rem;}
.courses__header h2{font-size:2.4rem;font-weight:600;}
.courses__header p{max-width:600px;margin:1rem auto 0;color:#6b7280;}

.courses__grid{display:grid;grid-template-columns:1fr;gap:2rem;}

.course-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 20px rgba(0,0,0,0.05);transition:0.3s;display:flex;flex-direction:column;gap:1rem;text-align: center;}
.course-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.1);}

.course-card__icon img{width:60px;height:60px; margin:auto;}
.course-card h3{font-size: 1.8rem;font-weight:600;}
.course-card__count{font-size: 1.4rem;color:#6b7280;}

.course-card ul{font-size: 1.4rem;color:#444;text-align: left;}
.course-card ul li{margin-bottom:0.5rem;}

.course-card__btn{margin-top:auto;text-align:center;background:#0b3c6d;color:#fff !important;}
.course-card__btn:hover{background:#092f55;}

.cta{background:#0b3c6d;padding:5rem 0;color:#fff;overflow:hidden;}
.cta__container{display:flex;flex-direction:column;gap:3rem;align-items:center;text-align:center;}
.cta__content h2{font-size:2.4rem;font-weight:600;}
.cta__content p{margin:1.2rem 0;font-size:1.4rem;max-width:500px;}
.btn--secondary{background:#f7941d;color:#fff;}
.btn--secondary:hover{background:#d97c12;}
.cta__image img{border-radius:12px;max-width:300px;}

.features{padding:5rem 0;background:#fff;}
.features__container{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center;}
.feature{padding:2rem;border-radius:10px;transition:0.3s;}
.feature:hover{background:#f5f7fa;}
.feature__icon svg{width:36px;height:36px;fill:#1346b8;margin-bottom:1rem;}
.feature h3{font-size:1.6rem;font-weight:600;}
.feature p{font-size:1.3rem;color:#6b7280;margin-top:0.5rem;}

.footer{background:#0b3c6d;color:#fff;padding-top:5rem;}
.footer__container{display:grid;grid-template-columns:1fr;gap:3rem;}
.footer__logo{max-width:140px;margin-bottom:1rem; padding:0.5rem; background:#fff;}
.footer__col p{font-size: 1.3rem;color:#d1d5db;}
.footer__col h4{font-size:1.6rem;margin-bottom:1rem;}
.footer__col ul li{margin-bottom:0.6rem;}
.footer__col ul li a{color:#d1d5db;font-size: 1.4rem;}
.footer__col ul li a:hover{color:#f7941d;}
.footer__social{display:flex;gap:0.8rem;margin-top:1rem;}
.footer__social a{width:32px;height:32px;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:0.3s;}
.footer__social a:hover{background:#f7941d;}
.footer__social svg{width:16px;height:16px;fill:#fff;}
.footer__contact li{font-size: 1.4rem;color:#d1d5db;display:flex;align-items:center;gap:0.8rem;}
.footer__bottom{margin-top:3rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,0.1);text-align:center;font-size: 1.3rem;color:#d1d5db;}
.footer__contact svg{width:16px;height:16px;fill:#f7941d;flex-shrink:0;}

.whatsapp{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,0,0,0.2);z-index:999;transition:0.3s;}
.whatsapp:hover{transform:scale(1.1);}
.whatsapp svg{width:26px;height:26px;fill:#fff;}

.back-to-top{position:fixed;right:20px;bottom:80px;width:45px;height:45px;background:#0b3c6d;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:0.3s;z-index:999;}
.back-to-top.active{opacity:1;visibility:visible;transform:translateY(0);}
.back-to-top:hover{background:#092f55;}
.back-to-top svg{width:20px;height:20px;fill:#fff;}

@media(min-width:768px){
	.hero__container{flex-direction:row;justify-content:space-between;align-items:center;padding:8rem 1rem 12rem;}
	.hero__content h1{font-size:3.8rem;}
	.hero__stats-container{grid-template-columns:repeat(2,1fr);}

	.courses__grid{grid-template-columns:repeat(2,1fr);}

	.cta__container{flex-direction:row;justify-content:space-between;text-align:left;}
	.cta__image img{max-width:400px;}

	.features__container{grid-template-columns:repeat(2,1fr);}

	.footer__container{grid-template-columns:repeat(2,1fr);}
}

@media(min-width:1024px){
	.nav{position:static;width:auto;height:auto;display:block;padding:0;background:none;}
	.nav__list{display:flex;gap:2rem;}
	.nav__list li{margin:0;}

	.nav__arrow{display:none;}
	.nav__submenu{position:absolute;top:100%;left:0;background:#fff;min-width:200px;box-shadow:0 10px 30px rgba(0,0,0,0.08);padding:1rem 0;display:none;z-index:1000;}
	.nav__submenu li{padding:0.5rem 1.5rem;}
	.nav__submenu li a{color:#1a1a1a;font-size:1.4rem;display:block;}
	/* Hover open */
	.nav__dropdown:hover>.nav__submenu{display:block;}
	/* LEVEL 3 (opens LEFT) */
	.nav__submenu--level3{top:0;left:auto;right:100%;}
	/* Hover for level 3 */
	.nav__submenu li.nav__dropdown:hover>.nav__submenu{display:block;}

	/* Base hover */
	.nav__list a:hover{background:#f5f7fa;}
	/* LEVEL 1 highlight */
	.nav__dropdown:hover>.nav__link-wrap>a{
	background:#e8eef6;
	}
	/* LEVEL 2 highlight */
	.nav__submenu li:hover>a{
	background:#e8eef6;
	}
	/* KEEP PARENT ACTIVE WHEN CHILD IS HOVERED */
	/* Level 1 stays active */
	.nav__dropdown:hover>.nav__link-wrap>a{
	background:#e8eef6;
	}
	/* Level 2 stays active when level 3 is hovered */
	.nav__submenu li.nav__dropdown:hover>a{background:#e8eef6;}
	.nav__close{display:none;}

	.header__toggle{display:none;}
	.header__cta{display:inline-block;}
	.header__nav-container{padding:0 1rem;}
	.header__logo img{max-height:80px;}

	.hero__stats-container{grid-template-columns:repeat(4,1fr);}
	.hero__content h1{font-size:4.2rem;}

	.courses__grid{grid-template-columns:repeat(3,1fr);}

	.cta__content h2{font-size:3rem;}
	.cta__image img{max-width:450px;}

	.features__container{grid-template-columns:repeat(4,1fr);}

	.footer__container{grid-template-columns:repeat(4,1fr);}
}

@media(min-width:1280px){	
	.header__top{font-size:1.3rem;}
	.header__top-container{padding:1rem 0;}
	.header__nav-container{padding:0}
	
	.hero{position:relative;}
	.hero__stats{position:absolute; bottom:-3.5rem; left:50%; transform:translateX(-50%); width:120rem; }
	.hero__container{padding:8rem 0 12rem;}

	
}