*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}header{width:100%;background:#001f3f;box-shadow:0 2px 6px #0000001a;position:sticky;top:0;z-index:1000}.navbar{max-width:1200px;margin:auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.4rem;font-weight:700;text-decoration:none;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column}.logo span{color:#004f99;font-weight:400;margin-left:4px;text-align:center}.nav-links,.get-started{display:flex;gap:1.5rem}.nav-links a,.get-started a{text-decoration:none;font-size:1rem;color:#fff;transition:color .3s ease}.nav-links a:hover,.get-started a:hover{color:#007bff}.get-started button{background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:500;border:none}.get-started button:hover{background:#0056b3}.get-started a:last-child{background:#fff;color:#007bff;padding:.5rem 1rem;border-radius:6px;font-weight:500}.get-started a:last-child:hover{background:#0056b3}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.bar{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:30px;border-radius:10px;text-align:center;max-width:400px;width:90%;position:relative;animation:fadeIn .3s ease-in-out}.modal h2{margin-bottom:20px;font-size:1.5rem;color:#333}.modal-buttons{display:flex;flex-direction:column;gap:15px}.modal-buttons button{padding:12px;border:none;background:#007bff;color:#fff;font-size:1rem;border-radius:6px;cursor:pointer;transition:.3s ease}.modal-buttons button:hover{background:#007bff9d}.close-btn{position:absolute;top:10px;right:15px;font-size:1.5rem;cursor:pointer;color:#333}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.nav-links,.get-started{position:absolute;top:70px;left:-100%;flex-direction:column;background:#0056b3;width:100%;padding:1rem 2rem;gap:1rem;transition:left .3s ease;justify-content:center;align-items:center}.nav-links.active,.get-started.active{left:0}.get-started button{background:transparent}.get-started button:hover{color:#007bff}.get-started a:last-child{background:transparent;color:#fff}.get-started a:last-child:hover{color:#007bff}.menu-toggle{display:flex}}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.changing-word{display:inline-block;transition:opacity .5s ease-in-out;color:#007bff;font-weight:700}.hero-overlay{position:relative;z-index:2;color:#fff;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1.5rem;background:#00000080}.hero-overlay h1{font-size:2.8rem;max-width:800px;margin-bottom:1rem}.hero-overlay p{font-size:1.2rem;max-width:700px;margin-bottom:2rem;line-height:1.6}.cta-btn{display:inline-block;padding:.8rem 1.6rem;font-size:1.1rem;font-weight:600;text-decoration:none;background:#007bff;color:#fff;border-radius:6px;transition:background .3s ease}.cta-btn:hover{background:#0056b3}@media (max-width: 768px){.hero-overlay h1{font-size:2rem}.hero-overlay p{font-size:1rem}}.mission{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1200px;margin:4rem auto;padding:2rem;flex-wrap:wrap}.mission-image{flex:1}.mission-image img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.mission-text{flex:1}.mission-text h2{font-size:2rem;margin-bottom:1rem;color:#007bff}.mission-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#333}@media (max-width: 768px){.mission{flex-direction:column-reverse;text-align:center}.mission-text h2{font-size:1.6rem}.mission-text p{font-size:1rem}}.why{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%;margin:0 auto;padding:4rem 2rem;background:#001f3f;flex-wrap:wrap}.why-text{flex:1}.why-text h2{font-size:2rem;margin-bottom:1rem;color:#007bff}.why-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#fff}.why-arrow{display:inline-block;margin-top:1rem;font-size:1.1rem;font-weight:600;color:#007bff;text-decoration:none;transition:transform .3s ease,color .3s ease}.why-arrow:hover{transform:translate(5px);color:#0056b3}.why-image{flex:1}.why-image img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.why{flex-direction:column;text-align:center}.why-text h2{font-size:1.6rem}.why-text p,.why-arrow{font-size:1rem}}.solutions{max-width:900px;margin:4rem auto;padding:2rem}.solutions h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#007bff}.accordion{display:flex;flex-direction:column;gap:1rem}.accordion-item{border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 6px #0000000d;transition:all .3s ease}.accordion-header{padding:1rem;background:#f7faff;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.accordion-header h3{font-size:1.2rem;color:#333}.accordion-icon{font-size:1.5rem;font-weight:700;color:#007bff}.accordion-content{overflow:hidden;transition:max-height .3s ease;padding:0 1rem}.accordion-content p{padding:1rem 0;font-size:1rem;color:#555;line-height:1.5}.accordion-item.active{border-color:#007bff}@media (max-width: 768px){.solutions{padding:1rem}.accordion-header h3{font-size:1rem}}.courses{max-width:1200px;margin:4rem auto;padding:2rem;text-align:center}.courses h2{font-size:2rem;margin-bottom:2rem;color:#007bff}.course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.course-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;transition:transform .3s ease}.course-card:hover{transform:translateY(-5px)}.course-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.course-card h3{margin:1rem 0;color:#333}.learn-btn{display:inline-block;padding:.6rem 1.2rem;background:#007bff;color:#fff;text-decoration:none;border-radius:6px;transition:background .3s ease}.learn-btn:hover{background:#0056b3}.about-us{padding:60px 20px;background-color:#001f3f}.about-container{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.about-text{flex:1;min-width:300px}.about-text h2{font-size:2rem;margin-bottom:20px;color:#007bff}.about-text p{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:15px}.about-image{flex:1;min-width:300px;display:flex;justify-content:center}.about-image img{max-width:100%;height:auto;border-radius:10px}@media (max-width: 768px){.about-container{flex-direction:column;text-align:center}.about-text{order:2}.about-image{order:1;margin-bottom:20px}}.contact{background:#f8f9fa;padding:60px 20px;text-align:center}.contact-container{max-width:600px;margin:0 auto;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 10px #0000001a}.contact h2{margin-bottom:10px;font-size:2rem;color:#007bff}.contact p{margin-bottom:20px;color:#555}.contact form{display:flex;flex-direction:column;gap:15px}.contact input,.contact textarea{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;width:100%}.contact textarea{min-height:100px;resize:vertical}.contact button{padding:12px;background:#07f;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:.3s}.contact button:hover{background:#005fcc}.status{margin-top:15px;font-weight:700;color:green}.footer{background:#001f3f;color:#fff;padding:40px 20px;font-family:Arial,sans-serif}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-bottom:20px}.footer-section h3{margin-bottom:15px;font-size:1.2rem;color:#007bff}.footer-section p,.footer-section ul,.footer-section a{color:#ddd;font-size:.95rem;line-height:1.6;text-decoration:none}.footer-section a:hover{color:#007bffce}.subscribe-form{display:flex;gap:10px}.subscribe-form input{flex:1;padding:8px;border:none;border-radius:5px}.subscribe-form button{background:#007bff;border:none;padding:8px 15px;cursor:pointer;border-radius:5px;color:#fff;transition:.3s ease}.subscribe-form button:hover{background:#007bffa2}.nav-links ul{list-style:none;padding:0}.nav-links ul li{margin:8px 0}.social-links a{margin-right:15px;color:#ddd}.social-links a:hover{color:#007bffa9}.footer-bottom{text-align:center;border-top:1px solid #333;padding-top:15px;font-size:.85rem}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#001f3f;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease}.spinner{width:60px;height:60px;border:6px solid #f3f3f3;border-top:6px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-form{position:fixed;top:0;right:0;width:350px;height:100%;background:#fff;box-shadow:-4px 0 12px #00000026;padding:2rem;z-index:1000;animation:slideIn .4s ease forwards}@keyframes slideIn{0%{right:-400px}to{right:0}}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.form-header h3{font-size:1.2rem;color:#007bff}.form-header button{border:none;background:none;font-size:1.2rem;cursor:pointer}form{display:flex;flex-direction:column;gap:1rem}form input,form select{padding:.7rem;border:1px solid #ddd;border-radius:6px}.submit-btn{padding:.8rem;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.submit-btn:hover{background:#0056b3}.course-details{max-width:900px;margin:3rem auto;padding:2rem;position:relative}.course-info h2{font-size:2rem;margin-bottom:1rem;color:#007bff}.course-info p{margin-bottom:1rem;font-size:1.1rem;color:#333}.register-btn{padding:.8rem 1.5rem;background:#007bff;border:none;color:#fff;font-size:1rem;border-radius:6px;cursor:pointer;transition:background .3s ease}.register-btn:hover{background:#0056b3}.sponsor-container{max-width:800px;margin:auto;padding:20px}.sponsor-container h2{color:#007bff}.sponsor-form{display:flex;flex-direction:column;gap:12px}.sponsor-form input,.sponsor-form select,.sponsor-form textarea{padding:10px;border:1px solid #ccc;border-radius:6px}.sponsor-form h3{margin-top:20px;color:#333}.checkbox-group{display:flex;flex-wrap:wrap;gap:10px}.submit-btn{background:#007bff;color:#fff;padding:12px;border:none;border-radius:6px;cursor:pointer}.submit-btn:hover{background:#007bff83}@media (max-width: 600px){.sponsor-container{padding:10px}.checkbox-group{flex-direction:column}}
