.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(10px);z-index:1000;width:100%;box-shadow:var(--shadow-sm);transition:var(--transition-normal);background:#ffffffe6;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__cJzEcG__logo{color:var(--primary-dark);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logo span{color:var(--accent-color)}.Navbar-module__cJzEcG__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);transition:var(--transition-normal);font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary-color)}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:var(--transition-normal);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__contactBtn{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--primary-dark);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__contactBtn{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}}
.Hero-module__ZARIfG__hero{color:#fff;background:linear-gradient(135deg,#172554e6 0%,#1e3a8acc 100%),url(/images/hero.png) 50%/cover no-repeat;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.Hero-module__ZARIfG__heroContent{align-items:center;gap:4rem;display:flex}.Hero-module__ZARIfG__textContent{flex:1}.Hero-module__ZARIfG__title{color:#fff;margin-bottom:1.5rem;font-size:3.5rem}.Hero-module__ZARIfG__subtitle{color:var(--accent-color);margin-bottom:1.5rem;font-size:2rem;font-weight:400}.Hero-module__ZARIfG__rotatingText{font-weight:700;display:block}.Hero-module__ZARIfG__description{color:#ffffffe6;max-width:600px;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.Hero-module__ZARIfG__stats{gap:2rem;margin-top:3rem;display:flex}.Hero-module__ZARIfG__statItem{text-align:left}.Hero-module__ZARIfG__statNumber{color:var(--accent-color);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.Hero-module__ZARIfG__statLabel{color:#fffc;font-size:1rem}.Hero-module__ZARIfG__formWrapper{border-radius:var(--radius-lg);color:var(--text-primary);background:#fff;flex:0 0 400px;padding:2.5rem;box-shadow:0 20px 25px -5px #0003}.Hero-module__ZARIfG__formTitle{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.5rem}.Hero-module__ZARIfG__formGroup{margin-bottom:1rem}.Hero-module__ZARIfG__input{border-radius:var(--radius-md);width:100%;transition:var(--transition-normal);color:var(--text-primary);border:1px solid #d1d5db;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem}.Hero-module__ZARIfG__input::placeholder{color:#6b7280}.Hero-module__ZARIfG__input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #1e3a8a1a}textarea.Hero-module__ZARIfG__input{resize:vertical;min-height:80px}.Hero-module__ZARIfG__submitBtn{border-radius:var(--radius-md);margin-top:1rem;padding:.75rem 2rem;font-size:1.125rem}.Hero-module__ZARIfG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Hero-module__ZARIfG__successMessage{color:#065f46;border-radius:var(--radius-md);background-color:#ecfdf5;border:1px solid #a7f3d0;margin-bottom:1rem;padding:1rem;font-size:.875rem}.Hero-module__ZARIfG__errorMessage{color:#991b1b;border-radius:var(--radius-md);background-color:#fef2f2;border:1px solid #fecaca;margin-bottom:1rem;padding:1rem;font-size:.875rem}@media (max-width:992px){.Hero-module__ZARIfG__heroContent{flex-direction:column;padding:4rem 0}.Hero-module__ZARIfG__formWrapper{flex:auto;width:100%}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:1.5rem}.Hero-module__ZARIfG__stats{flex-direction:column;gap:1rem}}
.About-module__vAULUW__aboutSection{background-color:var(--bg-secondary)}.About-module__vAULUW__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__content{padding-right:2rem}.About-module__vAULUW__subtitle{color:var(--accent-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-weight:600;display:block}.About-module__vAULUW__title{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.5rem}.About-module__vAULUW__description{color:var(--text-secondary);font-size:1.125rem}.About-module__vAULUW__description p{margin-bottom:1.5rem}.About-module__vAULUW__imageWrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.About-module__vAULUW__image{width:100%;height:auto;transition:transform .5s;display:block}.About-module__vAULUW__imageWrapper:hover .About-module__vAULUW__image{transform:scale(1.05)}@media (max-width:992px){.About-module__vAULUW__aboutGrid{grid-template-columns:1fr;gap:2rem}.About-module__vAULUW__content{padding-right:0}}
.Courses-module__y86bqq__coursesSection{background-color:var(--bg-color)}.Courses-module__y86bqq__coursesGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Courses-module__y86bqq__imageWrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.Courses-module__y86bqq__image{width:100%;height:auto;transition:transform .5s;display:block}.Courses-module__y86bqq__imageWrapper:hover .Courses-module__y86bqq__image{transform:scale(1.05)}.Courses-module__y86bqq__content{padding-left:2rem}.Courses-module__y86bqq__title{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.5rem}.Courses-module__y86bqq__description{color:var(--text-secondary);font-size:1.125rem}.Courses-module__y86bqq__description p{margin-bottom:1.5rem}.Courses-module__y86bqq__ctaBox{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));color:#fff;text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-top:5rem;padding:4rem 2rem}.Courses-module__y86bqq__ctaTitle{color:#fff;margin-bottom:1rem}.Courses-module__y86bqq__ctaDesc{opacity:.9;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}@media (max-width:992px){.Courses-module__y86bqq__coursesGrid{grid-template-columns:1fr;gap:2rem}.Courses-module__y86bqq__imageWrapper{order:-1}.Courses-module__y86bqq__content{padding-left:0}}
.Services-module__dpHhBa__servicesSection{background-color:var(--bg-tertiary)}.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.Services-module__dpHhBa__serviceCard{background:var(--bg-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-normal);text-align:center;border:1px solid var(--border-color);padding:3rem 2rem}.Services-module__dpHhBa__serviceCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-10px)}.Services-module__dpHhBa__iconWrapper{width:80px;height:80px;color:var(--primary-color);transition:var(--transition-normal);background:#3b82f61a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper{background:var(--primary-color);color:#fff}.Services-module__dpHhBa__serviceTitle{color:var(--primary-dark);margin-bottom:1rem;font-size:1.25rem}.Services-module__dpHhBa__serviceDesc{color:var(--text-secondary);font-size:1rem}
.Footer-module__S6Hkya__footer{background-color:var(--primary-dark);color:#fff;padding:4rem 0 2rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__footerLogo{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:inline-block}.Footer-module__S6Hkya__footerLogo span{color:var(--accent-color)}.Footer-module__S6Hkya__footerDesc{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.8}.Footer-module__S6Hkya__footerTitle{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.Footer-module__S6Hkya__footerLinks{list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:.75rem}.Footer-module__S6Hkya__footerLink{color:#ffffffb3;transition:var(--transition-normal)}.Footer-module__S6Hkya__footerLink:hover{color:var(--accent-color)}.Footer-module__S6Hkya__contactInfo{list-style:none}.Footer-module__S6Hkya__contactInfo li{color:#ffffffb3;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__bottomBar{color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;gap:1rem}}
