@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--light-gray);color:var(--dark-gray);font-family:var(--font-main);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:1rem}a,h1,h2,h3,h4,h5,h6{color:var(--primary-blue)}a{text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-red)}.btn{background:var(--primary-blue);border:none;border-radius:var(--border-radius);color:var(--white);cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1.5rem;text-transform:uppercase;transition:var(--transition)}.btn:hover{background:var(--primary-red);box-shadow:var(--box-shadow)}.section{padding:5rem 0}.section-title{margin-bottom:3rem}.section-title:after{background:var(--primary-red);height:3px;left:50%;transform:translateX(-50%)}@media (max-width:768px){.section{padding:3rem 0}}:root{--primary-blue:#0f75bc;--primary-red:#ee1b23;--white:#fff;--light-gray:#f5f5f5;--medium-gray:#e0e0e0;--dark-gray:#333;--black:#000;--font-main:"Roboto",sans-serif;--font-heading:"Montserrat",sans-serif;--transition:all 0.3s ease;--box-shadow:0 5px 15px #0000001a;--border-radius:8px}.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#fffffffa,#f5f5f5fa);border-bottom:1px solid #ffffff4d;box-shadow:0 4px 30px #00000014;padding:.8rem 0;position:sticky;top:0;transition:all .4s cubic-bezier(.16,1,.3,1);z-index:1000}.header:hover{box-shadow:0 6px 40px #0000001f}.header-container{justify-content:space-between}.header-container,.logo{align-items:center;display:flex}.logo{gap:.8rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:translateX(3px)}.logo-image{height:70px;transition:transform .3s ease;width:auto}@media (max-width:480px){.logo-image{height:35px}.logo span{font-size:1.1rem}}.logo:hover .logo-image{transform:scale(1.05)}.logo-circle.blue{background:linear-gradient(135deg,#0f75bc,#4aa8e0);box-shadow:0 4px 15px #0f75bc4d}.logo-circle.blue:after{background:linear-gradient(to bottom right,#ffffff4d,#fff0 60%);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(30deg);width:200%}.logo span{background:linear-gradient(90deg,#0f75bc,#333);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.3rem;font-weight:700;letter-spacing:.5px}.nav-container{align-items:center;display:flex;gap:3rem}.nav ul{display:flex;gap:1.8rem;list-style:none;margin:0;padding:0}.nav a{color:#444;font-size:.95rem;font-weight:500;letter-spacing:.3px;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav a:before{background:linear-gradient(90deg,#0f75bc,#ee1b23);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .4s cubic-bezier(.22,.61,.36,1);width:0}.nav a:hover{color:#0f75bc}.nav a:hover:before{width:100%}.contact-info{border-left:1px solid #0000001a;color:#666;font-size:.85rem;padding:.5rem 1rem}.contact-info p{line-height:1.4;margin:.2rem 0}.menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem;position:relative;z-index:1001}.menu-toggle span{background:linear-gradient(90deg,#0f75bc,#ee1b23);display:block;height:2px;margin:6px 0;transform-origin:center;transition:all .4s cubic-bezier(.165,.84,.44,1);width:28px}@media (max-width:992px){.nav-container{align-items:flex-start;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;box-shadow:-10px 0 40px #0000001a;flex-direction:column;height:100vh;padding:6rem 2.5rem;position:fixed;right:-100%;top:0;transition:right .5s cubic-bezier(.77,.2,.05,1);width:320px}.nav-container.open{right:0}.nav ul{flex-direction:column;gap:1.5rem;width:100%}.nav a{color:#333;font-size:1.1rem;padding:.5rem 0}.contact-info{border-left:none;border-top:1px solid #00000014;font-size:.95rem;margin-top:3rem;padding-top:2rem;width:100%}.menu-toggle{display:block}.menu-toggle.open span:first-child{background:#ee1b23;transform:translateY(8px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0;transform:translateX(-20px)}.menu-toggle.open span:nth-child(3){background:#0f75bc;transform:translateY(-8px) rotate(-45deg)}}@media (max-width:480px){.logo span{font-size:1.1rem}}.footer{background-color:#0f75bc;color:#fff;font-size:.95rem;padding:3rem 0 0}.container{padding:0 1.5rem;width:100%}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-about h3,.footer-contact h3,.footer-courses h3,.footer-links h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-about h3:after,.footer-contact h3:after,.footer-courses h3:after,.footer-links h3:after{background-color:#ee1b23;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer-about p{line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.social-links a:hover{background-color:#ee1b23;transform:translateY(-3px)}.footer-courses ul,.footer-links ul{list-style:none;padding:0}.footer-courses li,.footer-links li{margin-bottom:.75rem}.footer-courses a,.footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease}.footer-courses a:hover,.footer-links a:hover{color:#fff;padding-left:5px}.footer-contact address{font-style:normal;line-height:1.6}.footer-contact a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#ee1b23}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1.5rem}.legal-links{display:flex;gap:1.5rem}.legal-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.legal-links a:hover{color:#fff}.fab{font-size:1rem}@media (max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.legal-links{justify-content:center}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-about,.footer-contact,.footer-courses,.footer-links{margin-bottom:1.5rem}}.hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;padding:5rem 0;position:relative}.hero:before{background:radial-gradient(circle at 70% 30%,#0f75bc14 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-content{align-items:center;display:flex;gap:3rem}.hero-text{animation:fadeInUp .8s ease-out;flex:1 1}.hero-text h1{background:linear-gradient(90deg,#0f75bc,#4aa8e0);-webkit-background-clip:text;background-clip:text;color:#0f75bc;color:#0000;display:inline-block;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;position:relative}.hero-text h1:after{background:linear-gradient(90deg,#ee1b23,#ff6b6b);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:80px}.hero-text p{color:#495057;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;max-width:90%}.hero-buttons{display:flex;gap:1.5rem;margin-top:2rem}.btn{background:linear-gradient(135deg,#0f75bc,#4aa8e0);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #0000001a;color:#fff;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1)}.btn:hover{background:linear-gradient(135deg,#0e6aad,#3a92c7);box-shadow:0 10px 25px #0f75bc4d;transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #0f75bc;color:#0f75bc}.btn-outline:hover{background:#0f75bc1a;color:#0f75bc}.hero-image{animation:fadeIn 1s ease-out;flex:1 1;perspective:1000px;position:relative}.hero-image img{border:8px solid #fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;transform:rotateY(-5deg) rotateX(5deg);transition:all .6s cubic-bezier(.175,.885,.32,1.275);width:100%}.hero-image:hover img{box-shadow:0 30px 60px -10px #0000004d;transform:rotateY(0) rotateX(0) scale(1.02)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.hero-content{flex-direction:column;text-align:center}.hero-text h1:after{left:50%;transform:translateX(-50%)}.hero-text p{max-width:100%}.hero-buttons{justify-content:center}.hero-image{margin-top:3rem;max-width:80%}}@media (max-width:768px){.hero{padding:3rem 0}.hero-text h1{font-size:2.2rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{text-align:center;width:100%}}@media (max-width:480px){.hero-text h1{font-size:1.8rem}.hero-text p{font-size:1rem}.hero-image{max-width:100%}}.about-section{background-color:#f8f9fa;padding:6rem 0}.about-content{align-items:center;display:flex;gap:4rem}.about-image{border-radius:10px;box-shadow:0 20px 40px -10px #0003;flex:1 1;overflow:hidden}.about-image img{display:block;height:auto;transition:transform .5s ease;width:100%}.about-image:hover img{transform:scale(1.03)}.about-text{flex:1 1}.section-title{margin-bottom:1.5rem;position:relative}.section-title:after{background:linear-gradient(90deg,#ee1b23,#ff6b6b);bottom:-10px;content:"";height:4px;left:0;position:absolute;width:80px}.about-text p{color:#495057;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.about-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.feature{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature h3{color:#0f75bc;font-size:1.2rem;margin-bottom:.5rem}.feature p{color:#6c757d;font-size:.95rem;margin-bottom:0}@media (max-width:992px){.about-content{flex-direction:column}.about-image{margin:0 auto;max-width:80%}}@media (max-width:768px){.about-section{padding:4rem 0}.about-features{grid-template-columns:1fr}.section-title{font-size:2rem}}.contact-section{background:linear-gradient(135deg,#f5f7fa,#e4e8eb);padding:6rem 0}.section-title{color:#0f75bc;font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6c757d;text-align:center}.contact-content{background:#fff;border-radius:10px;box-shadow:0 20px 40px -10px #0000001a;display:flex;gap:3rem;overflow:hidden}.contact-info{background:linear-gradient(135deg,#8796a1,#7fafca);color:#fff;flex:1 1;padding:3rem}.info-card{margin-bottom:2rem}.info-icon{font-size:2rem;margin-bottom:1rem}.info-card h3{color:#000;font-size:1.3rem;margin-bottom:.5rem}.info-card p{line-height:1.6;margin-bottom:.5rem}.contact-form{flex:1 1;padding:3rem}@media (max-width:992px){.contact-content{flex-direction:column}.contact-form,.contact-info{padding:2rem}}@media (max-width:768px){.contact-section{padding:4rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}main{display:flex;flex-direction:column;min-height:100vh}.about-page{color:#333}.about-hero{background:linear-gradient(#0f75bccc,#0f75bce6),url(data:image/jpeg;base64,) 50%/cover;color:#fff;padding:6rem 0;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero p{font-size:1.2rem;margin:0 auto;max-width:700px}.mission-section{padding:5rem 0}.mission-content{align-items:center;display:flex;gap:4rem}.mission-text{flex:1 1}.mission-text h2{color:#0f75bc;font-size:2.2rem;margin-bottom:1.5rem}.mission-text p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.mission-stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{color:#ee1b23;display:block;font-size:2.5rem;font-weight:700}.stat-label{color:#666;font-size:.9rem}.mission-image{border-radius:10px;box-shadow:0 20px 40px -10px #0003;flex:1 1;overflow:hidden}.mission-image img{display:block;height:auto;width:100%}.team-section{background-color:#f9f9f9;padding:4rem 0;text-align:center}.team-section h2{color:#0f75bc;font-size:2.2rem;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.team-member{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:2rem;transition:transform .3s ease}.team-member:hover{transform:translateY(-10px)}.member-image{border:3px solid #0f75bc;border-radius:50%;height:150px;margin:0 auto 1.5rem;overflow:hidden;width:150px}.member-image img{height:100%;object-fit:cover;width:100%}.team-member h3{color:#333;margin-bottom:.5rem}.position{color:#ee1b23;font-weight:500;margin-bottom:1rem}.bio{color:#666;font-size:.9rem}.facilities-section{padding:5rem 0}.facilities-section h2{color:#0f75bc;font-size:2.2rem;margin-bottom:3rem;text-align:center}.facility-showcase{align-items:center;display:flex;gap:3rem}.facility-showcase img{border-radius:10px;box-shadow:0 20px 40px -10px #0003;flex:1 1}.facility-features{flex:1 1}.facility-features h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.facility-features ul{list-style:none;padding:0}.facility-features li{font-size:1.1rem;margin-bottom:1rem;padding-left:1.5rem;position:relative}.facility-features li:before{color:#ee1b23;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:992px){.facility-showcase,.mission-content{flex-direction:column}.facility-showcase img,.mission-image{max-width:100%}}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.mission-stats{flex-direction:column;gap:1.5rem}.team-grid{grid-template-columns:1fr;margin:0 auto;max-width:400px}}.contact-page{color:#333}.contact-hero{background:linear-gradient(#0f75bccc,#0f75bce6),url(data:image/jpeg;base64,) 50%/cover;color:#fff;padding:6rem 0;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;margin:0 auto;max-width:700px}.contact-content{padding:5rem 0}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-form h2,.contact-info h2,.map-section h2{color:#0f75bc;font-size:2rem;margin-bottom:2rem;position:relative}.contact-form h2:after,.contact-info h2:after,.map-section h2:after{background-color:#ee1b23;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.form-group{margin-bottom:1.5rem}.form-group label{color:#444;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0f75bc;box-shadow:0 0 0 3px #0f75bc1a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#0f75bc,#4aa8e0);border:none;border-radius:50px;box-shadow:0 4px 15px #0f75bc4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 10px 25px #0f75bc66;transform:translateY(-3px)}.contact-info{background-color:#f9f9f9;border-radius:10px;padding:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem}.info-icon{color:#ee1b23;font-size:1.5rem;margin-top:.3rem}.info-text h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.info-text p{color:#666;line-height:1.6}.map-section{margin-top:5rem;text-align:center}.map-container{border-radius:10px;box-shadow:0 10px 30px #0000001a;margin-top:2rem;overflow:hidden}@media (max-width:992px){.contact-grid{grid-template-columns:1fr}.contact-info{order:-1}}@media (max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-content{padding:3rem 0}.map-section{margin-top:3rem}}
/*# sourceMappingURL=main.d60626af.css.map*/