@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#0d1321;border-radius:10px 100px/120px;box-shadow:0 2px 4px #0000001a;color:#f0ebd8;display:flex;justify-content:space-between;padding:15px 30px;position:sticky;top:0;transition:all .3s ease-in-out;z-index:1000}.navbar-logo{color:#f0ebd8;font-size:1.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.navbar-links{align-items:center;box-shadow:0 4px 6px #0000001a;display:flex;scroll-behavior:smooth;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.navbar-links ul{display:flex;list-style:none;margin:0;padding:0}.navbar-links li{margin-left:20px}.navbar-links a{border-radius:5px;color:#f0ebd8;font-size:1rem;font-weight:500;padding:10px 15px;text-decoration:none;transition:color .3s ease,background-color .3s ease}.navbar-links a:hover{color:#f7e8ff}.hamburger{align-items:center;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:center;transition:transform .3s ease;width:30px}.hamburger.open{transform:rotate(90deg)}.hamburger .bar{background-color:#1f1f1f;border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:100%}.hamburger.open .bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.hero-content h1{font-size:2rem;margin-bottom:15px}.hero-content p{font-size:1rem;margin-bottom:20px}.hero-content .hero-btn{font-size:.9rem;padding:10px 20px}.hero{padding:20px;text-align:center}.navbar-links{background-color:#0d1321;border-radius:10px;flex-direction:column;max-width:300px;opacity:0;padding:20px;pointer-events:none;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:100%;z-index:1000}.navbar-links.active{opacity:1;pointer-events:auto;transform:translateX(0)}.navbar-links ul{display:flex;flex-direction:column;gap:15px;list-style:none;margin:0;padding:0}.navbar-links li{margin:0}.navbar-links a{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:#ffdd57}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:space-between;width:30px;z-index:1100}.hamburger .bar{background-color:#fff;height:3px;transition:all .3s ease-in-out;width:100%}.hamburger.open .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.services{background-color:#f0ebd8;color:#0d1321;overflow:hidden;padding:100px 20px}.services-title{font-size:2rem;font-weight:700;margin-bottom:50px;margin-left:50px;text-align:center}.service-cards{gap:60px;width:100%}.service-card{float:left;height:80%;justify-content:flex-start}.service-card,.service-card-reverse{background-color:#fff;border:1px solid #f7e8ff;border-radius:8px;box-shadow:0 4px 6px #0000001a;clear:both;display:flex;gap:20px;margin-bottom:50px;margin-left:70px;margin-right:70px;max-width:800px;padding:20px 30px;transition:transform .3s ease,box-shadow .3s ease;width:80%}.service-card-reverse{float:right;justify-content:flex-end}.service-card-reverse:hover,.service-card:hover{box-shadow:0 6px 12px #0003;transform:translateY(-5px)}.service-image{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:200px;justify-content:center;margin:10px;width:200px}.service-image img{height:100%;object-fit:cover;width:100%}.service-text{flex:1 1}.service-text h3{font-size:1.5rem;margin-bottom:10px}.service-text p{font-size:1rem;line-height:1.6}@media (max-width:768px){.services{padding:60px 15px}.services-title{font-size:1.8rem;margin-bottom:30px}.service-card,.service-card-reverse{max-width:90%;padding:15px}.service-image{height:80px;width:80px}.service-text h3{font-size:1.3rem}.service-text p{font-size:.9rem}}@media (max-width:480px){.services{padding:40px 10px}.services-title{font-size:1.5rem}.service-card,.service-card-reverse{padding:10px}.service-image{height:60px;width:60px}.service-text h3{font-size:1.2rem}.service-text p{font-size:.8rem}}.hero{align-items:center;background-color:#0d1321;border-bottom-left-radius:30px;border-bottom-right-radius:30px;color:#f0ebd8;display:flex;height:100vh;overflow:hidden;position:relative}.hero,.hero-content{justify-content:center;text-align:center}.hero-content{max-width:600px;padding:20px;z-index:1}.hero-video{left:50%;object-fit:cover;top:50%;transform:translate(-50%,-50%);z-index:-2}.hero-video,.hero:before{height:100%;position:absolute;width:100%}.hero:before{background-color:#0d1321;content:"";left:0;opacity:.6;top:0;z-index:-1}.hero h1{font-size:3rem;font-size:clamp(2rem,5vw,3rem);line-height:1.2}.hero h1,.hero p{margin-bottom:20px}.hero p{font-size:1.2rem;font-size:clamp(1rem,3vw,1.2rem);line-height:1.6}.hero-btn{background-color:#f0ebd8;border-radius:8px;color:#3e5c76;display:inline-block;font-size:1rem;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.hero-btn:hover{font-weight:500;text-shadow:0 0 10px #d6ccff;transition:all .5s ease-in-out}@media (max-width:768px){.hero{border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:80vh}.hero-content{padding:15px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-btn{font-size:.9rem;padding:8px 15px}}@media (max-width:480px){.hero{border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:70vh}.hero-content{padding:10px}.hero h1{font-size:1.8rem}.hero p{font-size:.9rem}.hero-btn{font-size:.8rem;padding:8px 10px}}.footer{align-items:center;background-color:#0d1321;color:#f0ebd8;display:flex;flex-direction:column;height:40vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.footer:before{background-color:#f0ebd8;border-radius:50%/100%;content:"";height:60px;left:0;position:absolute;top:-30px;width:100%;z-index:1}.footer-top{align-items:flex-start;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:0 20px;padding-left:50px;padding-right:50px;width:100%}.footer-left{flex:1 1;text-align:left}.footer-right{align-items:flex-end;flex:1 1}.footer-right,.quick-links{display:flex;flex-direction:column}.quick-links{color:#aaa;gap:10px;scroll-behavior:smooth;text-align:right}.quick-links,.social-links{margin:5px 0}.quick-links a:hover,.social-links a:hover{color:#f7e8ff}.footer-bottom{color:#aaa;font-size:.9rem;margin-top:20px;text-align:center;width:100%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f0ebd8;color:#333;font-family:Inter,sans-serif!important;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:600;margin:0}.about-us-page{background-color:#f9f5e7;color:#333;font-family:Arial,sans-serif;line-height:2;padding:40px 20px;text-align:center}.about-section,.mission-section{color:grey;margin:40px auto;max-width:800px;padding:20px}.about-section h1,.mission-section h2{color:#0d1321;font-size:2rem;margin-bottom:20px}.about-section p,.mission-section p{font-size:1.1rem;margin-top:15px}footer .footer{margin-top:50px}
/*# sourceMappingURL=main.786f2c56.css.map*/