body{margin:0;padding:0;overflow-x:hidden;font-family:Arial,sans-serif}.main-nav{display:flex;justify-content:space-between;align-items:center;width:100%;height:6rem;padding:0 2rem;background-color:#fff;box-shadow:0 2px 8px #0000001a;position:relative;top:0rem;left:0;z-index:999;box-sizing:border-box;margin:0}.menu-link{width:auto;margin-right:1rem}.logo{display:flex;align-items:center;width:auto}.logo-image{height:200px;width:auto;object-fit:contain;margin-left:-18px}@media screen and (max-width: 768px){.logo-image{height:60px}}.menu-link ul{display:flex;list-style:none;margin:0;padding:0;width:100%}.menu-link li{margin:0 1.5rem}.menu-link li:last-child{margin-right:0}.menu-link a{text-decoration:none;color:#333;font-size:1rem;text-transform:capitalize;font-weight:500;transition:all .3s ease;display:block;padding:.5rem 0}.menu-link a:hover{color:#4a90e2}.hamburger-menu{display:none;cursor:pointer;z-index:9999;position:relative}section{padding-top:9rem;text-align:center;font-size:2rem;font-weight:700;margin-top:3rem}@media screen and (max-width: 768px){.main-nav{height:5rem;padding:0 1rem}.logo h2{font-size:1.2rem}.hamburger-menu{display:block;font-size:1.5rem}.menu-link{position:absolute;top:4rem;left:0;background-color:#fff;width:100%;height:0;overflow:hidden;transition:all .3s ease;box-shadow:0 5px 5px #0000001a;margin-right:0}.menu-link.active{height:auto}.menu-link ul{flex-direction:column;padding:1rem 0;width:100%}.menu-link li{margin:.7rem 0;text-align:center;width:100%}.menu-link a{padding:.5rem 1rem;display:inline-block;width:auto}}.menu-link a.active{background-color:#001f3f;color:#fff!important;border-radius:4px;padding:.5rem 1rem}.menu-link a.active:hover{background-color:#036}.menu-link.active{background-color:#001f3f}.menu-link.active a{color:#fff}.menu-link.active a:hover{color:#cbd6e2}.footer-container{background-color:#04022c;color:#fff;padding:40px 20px 20px;font-family:Segoe UI,sans-serif}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:60px}.footer-section{flex:1;min-width:220px;margin-left:41px}.logo-description .footer-logo{width:110px;height:auto;margin-bottom:25px;background-color:#fff}.logo-description p{margin-top:-33px;line-height:1.6;color:#ccc}.footer-section h2{font-size:1.2rem;margin-bottom:15px;color:#f0f0f0}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-section.contact p{margin:8px 0;color:#ccc}.footer-section.contact i{margin-right:8px}.socials a{color:#fff;font-size:1.2rem;margin-right:12px;display:inline-block;transition:transform .3s}.socials a:hover{transform:scale(1.2)}.footer-bottom{text-align:center;padding-top:20px;margin-top:30px;border-top:1px solid #444;color:#bbb;font-size:.9rem}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-section{margin-bottom:5px;margin-left:1px}.footer-logo{margin:0 auto}.socials{justify-content:center}}body{margin:0;font-family:Segoe UI,sans-serif;background:#f5f5f5}.hero-container{width:100%;height:100vh;position:relative}.hero-container img{width:100%;height:100vh}.hero-top-overlay{position:absolute;top:0;width:100%;height:100px;background:#00008066;z-index:2}.hero-container:before{background:#000000a6;z-index:0;position:absolute;content:"";width:100%;height:100%;top:0;left:0}.hero-contents{margin:0 auto!important;z-index:1!important;position:absolute;top:43%!important;left:-186px!important;width:100%!important;text-align:center!important;color:#fff!important;animation:fadeInUp 1s ease-out}.hero-content h1{font-size:3.2rem;margin-bottom:.8rem;line-height:1.2;text-shadow:2px 2px 6px rgba(0,0,0,.6)}.hero-content p{font-size:1.3rem;margin-bottom:1.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.cta-button{background:linear-gradient(90deg,#4a90e2,#1e3c72);color:#fff;padding:.7rem 1.8rem;font-size:1rem;border-radius:30px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease}.cta-button:hover{background:linear-gradient(90deg,#3269af,#102f5d);transform:translateY(-3px);box-shadow:0 6px 15px #0006}.arrow{transition:transform .3s ease}.cta-button:hover .arrow{transform:translate(5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.cta-button{font-size:.8rem;padding:.5rem 1.2rem;margin-left:0}}@media screen and (max-width: 470px){.hero-content h1{font-size:.5rem}.hero-content p{font-size:1rem;margin-top:0}.hero-contents p{margin-top:-20px}.cta-button{font-size:.75rem;padding:.4rem 1rem;margin-left:0}}@media only screen and (max-width: 470px){.hero-container{height:53vh}.hero-container img{height:53vh;width:100%;object-fit:cover;object-position:top center}.hero-contents{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:95%!important;padding:0 .5rem}}.services-container{padding:4rem 2rem;max-width:1200px;margin:-38px auto}.services-heading{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;position:relative;margin-top:0rem}.services-heading:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#4a90e2}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.service-image{width:100%;height:300px;display:flex;justify-content:center;align-items:center;background:#f9f9f9;padding:1rem;box-sizing:border-box}.service-image img{width:100%;max-height:100%;object-fit:fill;display:block;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.service-content h3{font-size:1.5rem;margin-bottom:1rem;color:#333;margin-top:-1rem}.service-content p{color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.learn-more{text-align:right;margin-top:auto}.learn-more a{color:#4a90e2;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.arrow{margin-left:5px;transition:transform .3s ease}.learn-more a:hover{color:#3a7bc8}.learn-more a:hover .arrow{transform:translate(5px)}@media screen and (max-width: 768px){.services-heading{font-size:2rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media screen and (max-width: 480px){.services-container{padding:3rem 1rem}.services-heading{font-size:1.8rem;margin-bottom:2rem}.service-image{height:180px}}.recognitions-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/light-pattern.png);opacity:.1;z-index:0}.recognitions-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.recognition-card img{width:100%;height:100px;object-fit:contain;margin:10px auto;display:block}.recognitions-content h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#4a90e2}.recognition-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.recognition-icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.recognition-card strong{color:#4a90e2;font-weight:600}.recognitions-container{padding:40px 20px;background-color:#f9f9f9;text-align:center}.recognitions-content h2{font-size:28px;margin-bottom:30px}.recognitions-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.recognition-card{background-color:#fff;padding:23px 20px;border-radius:10px;width:273px;box-shadow:0 2px 8px #0000001a;text-align:center}.recognition-icon img{width:100%;height:auto;object-fit:contain;margin-bottom:15px}.recognition-card h3{font-size:16px;margin-bottom:10px;color:#333}.recognition-card p{font-size:14px;color:#555;line-height:1.4}.mission-box{background-color:#fff;padding:25px 20px;border-radius:10px;margin:0 auto 40px;box-shadow:0 2px 6px #00000014;max-width:948px;text-align:center}.mission-box h3{font-size:1.6rem;margin-bottom:10px;color:#036}.mission-box p{font-size:1.05rem;color:#333;line-height:1.6}.cbse-highlight{width:100%;max-width:500px;margin:0 auto;padding:30px}.cbse-highlight .logo-img{height:100px;object-fit:contain}.recognitions-grid{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;max-width:1000px;margin:0 auto}@media screen and (max-width: 992px){.recognitions-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}}@media screen and (max-width: 768px){.recognitions-container{padding:4rem 1.5rem}.recognitions-content h2{font-size:2rem}.recognition-card{padding:1.5rem}}@media screen and (max-width: 480px){.recognitions-container{padding:3rem 1rem}.recognitions-content h2{font-size:1.8rem;margin-bottom:2rem}.recognitions-grid{grid-template-columns:1fr;gap:1.5rem}.recognition-icon{width:80px;height:80px}.recognition-card h3{font-size:1.3rem}}.about-page{background-color:#f8f9fa;min-height:100vh;padding:4rem 0;display:flex;justify-content:center}.about-container{max-width:900px;width:100%;padding:0 2rem}.about-title{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:700}.about-divider{font-size:1.2rem;color:#666;margin-bottom:2.5rem}.about-content{font-size:1.1rem;line-height:1.8;color:#444;text-align:justify;margin:0 auto;padding:0 200px}.about-content p{margin-bottom:1.5rem}@media screen and (max-width: 768px){.about-page{padding:3rem 0}.about-title{font-size:2.2rem}.about-container{padding:0 2rem}.about-content{font-size:1rem}}@media screen and (max-width: 480px){.about-page{padding:2rem 0}.about-title{font-size:1.8rem}.about-container{padding:0 1.5rem}.about-content{font-size:1rem;line-height:1.7;padding:0 1rem}}body{margin:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f9fafc;color:#333;line-height:1.6}.contact-page{width:100%}.contact-hero{background:linear-gradient(to right,#213444,#2c4c63);color:#fff;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto;font-weight:300}.contact-container{max-width:1200px;margin:-50px auto 3rem;padding:0 1.5rem;position:relative}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:3rem}.contact-info-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:2rem;height:411px;margin-top:139px;width:581px;margin-left:-95px}.info-header{display:flex;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid grey}.info-icon{font-size:1.5rem;margin-right:10px}.info-header h2{color:#004080;font-size:1.4rem;margin:0;font-weight:600}.info-highlight{font-size:1.1rem;color:#333;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.contact-details-list{list-style:none;padding:0;margin:0}.contact-details-list li{display:flex;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.contact-details-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.detail-dot{width:12px;height:12px;background-color:#004080;border-radius:50%;margin-top:8px;margin-right:15px;flex-shrink:0}.detail-content{flex:1}.detail-content h3{color:#004080;font-size:1rem;margin:0 0 5px;font-weight:600}.detail-content p{margin:0;font-size:.95rem;color:#555}.contact-content-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:2rem;width:581px}.content-header h2{color:#004080;font-size:1.4rem;margin:0 0 1.2rem;font-weight:600;display:flex;align-items:center}.content-body p{font-size:.95rem;color:#555;margin-bottom:1rem;line-height:1.6}.content-body h3{color:#004080;font-size:1.2rem;margin:1.5rem 0 1rem;font-weight:600;display:flex;align-items:center}.content-body strong{color:#004080;font-weight:600}.contact-info{background-color:#f8f9fb;padding:1.2rem;border-radius:6px;margin:1.5rem 0}.contact-info p{margin:.7rem 0}.contact-info a{color:#004080;text-decoration:none}.contact-info a:hover{text-decoration:underline}.contact-footer{color:#666;font-style:italic;text-align:center;margin-top:1.5rem;margin-bottom:0}.contact-map{height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-top:3rem}.contact-map iframe{width:100%;height:100%;border:0}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.contact-info-box,.contact-content-box{width:100%;margin:0 auto;padding:1.5rem;height:auto}.contact-container{margin:2rem 1rem;padding:0}.contact-hero{padding:3rem 1rem}.hero-content{text-align:center;margin:0 auto}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.contact-map{height:300px}}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.contact-info-box,.contact-content-box{width:100%;margin:0 auto;padding:1.5rem;height:auto}.contact-container{margin:2rem 1rem;padding:0}.contact-hero{padding:3rem 1rem}.hero-text{text-align:center;margin:0 auto}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.contact-map{height:300px}}@media (max-width: 576px){.hero-content{text-align:center;margin:0 auto;padding:0 1rem}.contact-hero{padding:4rem 1rem 2rem;text-align:center}.hero-content h1{font-size:1.6rem;margin-bottom:.5rem}.hero-content p{font-size:.95rem}.contact-container{margin-top:1.5rem;padding:0 1rem}.contact-info-box,.contact-content-box{padding:1rem;width:100%;margin:0 -10px}.contact-map{height:250px}}.service-detail-page{padding:4rem 2rem;background-color:#f8f9fa;min-height:calc(100vh - 80px);max-width:1200px;margin:80px auto 0}.service-detail-header{text-align:center;margin-bottom:3rem}.service-detail-title{font-size:2.5rem;color:#333;margin-bottom:-1rem;margin-top:-109px}.service-detail-divider{font-size:1.5rem;color:#4a90e2;margin-bottom:1.5rem}.service-detail-description{font-size:1.2rem;line-height:1.6;color:#555;max-width:800px;margin:-24px auto 0}.service-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.service-detail-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-detail-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.service-detail-content{padding:1.5rem}.section-title{font-size:1.5rem;color:#333;margin-bottom:1rem}.section-content{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1rem}.feature-list{list-style-type:none;padding-left:.5rem;margin-bottom:1.5rem}.feature-item{position:relative;padding-left:1.2rem;margin-bottom:.7rem;line-height:1.5;color:#555}.feature-item:before{content:"•";position:absolute;left:0;color:#4a90e2}@media screen and (max-width: 768px){.service-detail-page{padding:3rem 1.5rem;margin-top:60px}.service-detail-title{font-size:2rem;margin-top:-10px}.service-detail-description{font-size:1.1rem}.service-details-grid{grid-template-columns:1fr}.section-title{font-size:1.3rem}.section-content{font-size:1rem}}@media screen and (max-width: 480px){.service-detail-page{padding:2rem 1rem}.service-detail-title{font-size:1.8rem}}
