html{scroll-snap-type:y mandatory;scroll-behavior:smooth}.hero{background:linear-gradient(to bottom,#fff0 70%,#cbe7ed),url(/hero_bg.jpg) center/cover no-repeat;color:#fff;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;margin-top:-100px}@media (max-width: 768px){.hero{height:50vh;padding:10px;margin-top:-30px}}@media (max-width: 480px){.hero{margin-top:-30px;height:40vh}}.hero .hero-content{max-width:800px;width:90%}@media (max-width: 768px){.hero .hero-content{margin-top:20px}}@media (max-width: 480px){.hero .hero-content{margin-top:40px}}.hero .hero-content .bold-text{font-weight:bolder;color:#fff;margin:24px 0;font-size:2rem;-webkit-text-stroke:2px black}@media (max-width: 768px){.hero .hero-content .bold-text{font-size:2rem;-webkit-text-stroke:1px black}}@media (max-width: 480px){.hero .hero-content .bold-text{font-size:1.2rem;-webkit-text-stroke:1px black;margin-bottom:8px}}.hero .hero-content .normal-text{margin:24px 0;opacity:.8;font-size:1.8rem;font-weight:700;text-shadow:2px 2px 4px rgba(246,243,243,.924);color:#000;-webkit-text-stroke:1px rgb(249,245,245)}@media (max-width: 768px){.hero .hero-content .normal-text{font-size:1.2rem;-webkit-text-stroke:.9px rgb(241,239,239)}}@media (max-width: 480px){.hero .hero-content .normal-text{margin-bottom:15px;font-size:1rem;-webkit-text-stroke:.6px rgb(250,247,247)}}.hero .hero-content .hero-buttons{display:flex;gap:16px;justify-content:center}.hero .hero-content .hero-buttons button{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:.3s ease-in-out}.hero .hero-content .hero-buttons button:hover{opacity:.8}@media (max-width: 768px){.hero .hero-content .hero-buttons button{font-size:.9rem;padding:10px 20px}}@media (max-width: 480px){.hero .hero-content .hero-buttons button{font-size:.8rem;padding:8px 16px}}.hero .hero-content .hero-buttons .btn-primary{background-color:#fc0;color:#000}.hero .hero-content .hero-buttons .btn-secondary{background-color:transparent;border:2px solid white;color:#fff}@keyframes fadeOutBackground{0%{opacity:1}to{opacity:0}}.navbar{background:transparent!important;box-shadow:none!important;color:#000;width:100%;position:relative!important;top:0;left:0;padding:0 20px}.navbar .logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#000}.navbar .logo span{color:#e96f1e}.navbar li{color:#000}.navbar .nav-links{display:flex;margin-left:auto}.navbar .nav-links .nav-link{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;text-transform:none;text-decoration:none;color:#000;margin-left:20px}.navbar .menu-icon{margin-left:auto;display:none!important}@media (max-width: 768px){.navbar .nav-links{display:none}.navbar .menu-icon{display:block!important}}.drawer .MuiDrawer-paper{width:100%;height:50vh;box-shadow:none!important}.drawer .drawer-list{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.drawer .drawer-item{text-align:center;width:100%}.drawer .drawer-link{font-size:18px;font-family:Poppins,sans-serif;font-weight:500;text-decoration:none;color:#000;display:block;padding:15px}.footer-container{padding:.3em 1em;background:transparent;display:flex;justify-content:space-between;align-items:center}.footer-menu{display:flex;gap:12px}.footer-menu a{color:#000;padding:6px;text-decoration:none}.footer-menu a:hover{color:#0077b6}.copyright-text{font-size:.9em}.copyright-text:hover{color:#0077b6}@media screen and (max-width: 850px){.footer-container{flex-direction:row;flex-wrap:wrap;justify-content:center;padding:1em}.footer-menu{flex-direction:row;gap:6px;justify-content:center;margin-bottom:10px}.copyright-text{text-align:center;flex-basis:100%;margin-top:10px}}.about-us{padding:0rem 2rem;background:transparent}.about-us .about-heading{position:relative;text-align:center;margin-bottom:3rem}.about-us .about-heading .background-text{font-size:6rem;font-weight:700;color:#0077b61a;-webkit-text-stroke:.3px #0077b6;position:absolute;top:-20%;left:50%;transform:translate(-50%,-50%);z-index:1;white-space:nowrap}.about-us .about-heading .foreground-text{font-size:2.5rem;font-weight:700;color:#0077b6;-webkit-text-stroke:.9px #030303;position:relative;z-index:2}@media (max-width: 768px){.about-us .about-heading .background-text{font-size:4rem;top:-7%}.about-us .about-heading .foreground-text{font-size:2rem}}.about-us .container{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:auto;gap:2rem}.about-us .container .about-body{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}@media (max-width: 768px){.about-us .container .about-body{flex-direction:column;text-align:center}}.about-us .container .about-image{flex:1;margin-top:-10%}.about-us .container .about-image img{width:80%;border-radius:10px}@media (max-width: 768px){.about-us .container .about-image{margin:-20% 0%}}.about-us .container .about-content{flex:1;position:relative;font-weight:700}.about-us .container .about-content h2{font-size:2rem;color:#0077b6;margin-bottom:1rem;-webkit-text-stroke:.8px #030303;position:relative;z-index:2;margin-top:-25%}@media (max-width: 768px){.about-us .container .about-content h2{margin-top:15%}}.about-us .container .about-content .text-container{position:relative}.about-us .container .about-content .about-svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;z-index:1;width:100%;max-width:400px;pointer-events:none}.about-us .container .about-content .about-svg img{width:100%}.about-us .container .about-content p{font-size:1.1rem;color:#333;text-align:justify;position:relative;z-index:2}.about-us .container .about-content .btn{display:inline-block;padding:.8rem 1.5rem;background:#0077b6;color:#fff;font-size:1.1rem;font-weight:700;border-radius:5px;text-decoration:none;transition:.3s ease}.about-us .container .about-content .btn:hover{background:#005f91}.product{padding:0rem 1rem;background:transparent}.product .product-heading{position:relative;text-align:center;margin-bottom:3rem}.product .product-heading .background-text{font-size:6rem;font-weight:700;color:#0077b61a;-webkit-text-stroke:.3px #0077b6;position:absolute;top:-120%;left:50%;transform:translate(-50%,-50%);z-index:1;white-space:nowrap}.product .product-heading .foreground-text{font-size:2.5rem;font-weight:700;color:#0077b6;-webkit-text-stroke:.9px #030303;position:relative;z-index:2}@media (max-width: 768px){.product .product-heading .background-text{font-size:4rem;top:-90%}.product .product-heading .foreground-text{font-size:2rem}}.product .carousel-container{text-align:center}.product .carousel-item{background:#3f4a8a;color:#fff;font-size:2rem;height:500px;display:flex;justify-content:center;align-items:center}.product .carousel-img{width:90%;height:500px;object-fit:fill;border-radius:10px}@media (max-width: 768px){.product .carousel-img{width:100%;height:300px;object-fit:contain}}.product .thumbnails{display:flex;justify-content:center;gap:10px;margin-top:10px}.product .thumbnail{background:transparent;border:2px solid transparent;padding:5px;cursor:pointer}.product .thumbnail.active{border-color:red}.product .thumbnail-img{width:50px;height:50px;object-fit:cover;border-radius:5px}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{position:relative;width:100%;margin:auto;direction:ltr}.alice-carousel__wrapper{position:relative;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;width:100%;height:auto}.alice-carousel__stage{position:relative;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;white-space:nowrap;transform-style:flat;-webkit-transform-style:flat;backface-visibility:hidden;-webkit-backface-visibility:hidden}.alice-carousel__stage-item{position:relative;display:inline-block;padding:0;margin:0;box-sizing:border-box;width:100%;height:100%;vertical-align:top;white-space:normal;line-height:0}.alice-carousel__stage-item *{line-height:initial}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__prev-btn,.alice-carousel__next-btn{display:inline-block;box-sizing:border-box;width:50%;padding:10px 5px}.alice-carousel__prev-btn [data-area]:after,.alice-carousel__next-btn [data-area]:after{position:relative;content:attr(data-area);text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__prev-btn-item,.alice-carousel__next-btn-item{display:inline-block;cursor:pointer;padding:5px;margin:0;color:#465798}.alice-carousel__prev-btn-item:hover,.alice-carousel__next-btn-item:hover{color:#8b0000}.alice-carousel__prev-btn-item.__inactive,.alice-carousel__next-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{position:absolute;top:30px;left:20px;display:inline-block}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{position:relative;width:32px;height:32px;padding:10px;border-radius:50%;background-color:#fff}.alice-carousel__play-btn-item{position:absolute;width:32px;height:32px;cursor:pointer;border:0;outline:none;background:transparent}.alice-carousel__play-btn-item:before,.alice-carousel__play-btn-item:after{position:absolute;pointer-events:none;display:block;width:0;height:0;content:"";transition:all .4s linear;border-width:8px 0 8px 15px;border-style:solid;border-color:transparent;border-left-color:#465798}.alice-carousel__play-btn-item:before{left:5px;height:14px}.alice-carousel__play-btn-item:after{top:7px;left:18px}.alice-carousel__play-btn-item.__pause:before,.alice-carousel__play-btn-item.__pause:after{height:30px;border-width:0 0 0 10px}.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}.alice-carousel__dots{margin:30px 3px 5px;padding:0;list-style:none;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){width:8px;height:8px;cursor:pointer;border-radius:50%;background-color:#e0e4fb}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom):hover,.alice-carousel__dots-item:not(.__custom).__active{background-color:#6e7ebc}.alice-carousel__slide-info{position:absolute;top:20px;right:20px;display:inline-block;padding:5px 10px;color:#465798;border-radius:5px;background-color:#e0e4fb99}.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}.contact{padding:4rem 2rem;text-align:center;background:transparent}.contact .contact-heading{position:relative;text-align:center;margin-bottom:3rem}.contact .contact-heading .background-text{font-size:6rem;font-weight:700;color:#0077b61a;-webkit-text-stroke:.3px #0077b6;position:absolute;top:-120%;left:50%;transform:translate(-50%,-50%);z-index:1;white-space:nowrap}.contact .contact-heading .foreground-text{font-size:2.5rem;font-weight:700;color:#0077b6;-webkit-text-stroke:.9px #030303;position:relative;z-index:2}@media (max-width: 768px){.contact .contact-heading .background-text{font-size:4rem;top:-90%}.contact .contact-heading .foreground-text{font-size:2rem}}.contact h2{font-size:2rem;color:#0077b6;margin-bottom:2rem}.contact .contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:auto}.contact .contact-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 10px #0000001a;transition:.3s ease}.contact .contact-card:hover{transform:translateY(-5px)}.contact .contact-card img{width:100%;border-radius:10px;margin-bottom:1rem}.contact .contact-card h3{font-size:1.3rem;color:#0077b6}.contact .contact-card p{font-size:1.1rem;color:#555}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}body{margin:0;padding:0}html,body,#root{height:100%;overflow-x:hidden}.scroll-container{height:100%;overflow-y:auto;overflow-x:hidden;background:#fff}section{width:100%;box-sizing:border-box}.page-container{display:flex;flex-direction:column;height:100%}.body-bg{background:radial-gradient(circle,#cbe7ed 85%,#fff 20%)}
