*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.cursor{height:22px;width:22px;border-radius:50%;position:fixed;background-color:#22d3ee;z-index:9999;mix-blend-mode:difference;pointer-events:none;transition:all linear .05s}.homepg{position:relative;height:115vh;width:100%;overflow:hidden}#homebg{position:absolute;top:0;left:0;height:120vh;width:100%;object-fit:cover;z-index:0}#homebg::-webkit-media-controls{display:none!important}.home-fade-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#16bbda;z-index:9998;animation:fadeOutHome 2s ease-out forwards}.home-hidden{opacity:0;transition:opacity .4s ease-in}.home-visible{opacity:1;transition:opacity .6s ease-out}@keyframes fadeOutHome{0%{opacity:1}to{opacity:0;visibility:hidden}}.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(to bottom,#000000e6,#0000001a);z-index:1}#main{position:relative;height:100vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2vh;z-index:2}#main-head{color:#fff;white-space:nowrap;font-size:clamp(2rem,6vw,3.1rem);text-align:center;line-height:1rem}#cont1{display:flex;align-items:center;justify-content:center;margin-right:5vw}#tag{color:#16bbda}#rectimg{margin-bottom:40px;margin-right:15px}#bx{height:clamp(6rem,20vh,16rem);margin-top:4vh;transition:transform .6s;transform-style:preserve-3d}#bx:hover{transform:rotateY(180deg)}#subhead{color:#fff;font-weight:500;font-size:clamp(1rem,2.5vw,1.5rem)}#btn2{color:#fff;background-color:#16bbda;border-radius:30px;padding:1.8vh 2vw;border:none;font-weight:400;font-size:2.5vh;margin-top:2vh}#scr{margin-top:3vh;height:3.5rem}#btn2:hover{background-color:#fff;color:#011325;font-weight:700}@media (max-width: 680px){#main-head{font-size:3rem}#rectimg{height:7.5rem}#bx{height:15vh}#main{margin-top:0;height:70vh}#subhead{font-size:3.5vh}.homepg{height:100vh}#btn2{padding:1vh 1.8vw;font-size:2vh}#scr{height:8vh}}@media (max-width: 890px){#main-head{font-size:3.1rem}#rectimg{height:7.5rem}#bx{height:7rem}#main{margin-top:0;height:70vh}#subhead{font-size:3.5vh}.homepg{height:100vh}#btn2{padding:1vh 1.8vw;font-size:2vh}#scr{height:8vh}}@media (max-width: 790px){#main-head{font-size:4vh}#rectimg{height:13vh;margin-bottom:2vh;margin-right:1vw}#subhead{font-size:3vh}}@media (max-width: 568px){#main-head{font-size:clamp(1.5rem,5vw,2.5rem)}#rectimg{height:clamp(2.5rem,5vw,4rem)}#subhead{font-size:clamp(1.2rem,5vw,2.5rem)}}@media (max-width: 376px){#main-head{font-size:clamp(1rem,6vw,1.4rem)}#rectimg{height:8vh;margin-bottom:2vh;margin-right:1vw}#subhead{font-size:2.5vh;text-align:center}}@media (max-width: 330px){#main-head{font-size:clamp(.9rem,6vw,1.3rem)}#rectimg{height:clamp(2rem,3vw,2.5rem)}#subhead{font-size:2.5vh}}#head{position:relative;padding:4vw;width:100%;height:20vh;display:flex;justify-content:space-between;align-items:center;z-index:10}#homelogo{position:relative}#hmlogo{height:13vh;z-index:10}#menu{display:flex;gap:3vw;z-index:10}.hm-btn{display:flex;align-items:center;justify-content:center;height:6vh;padding:0 1.5vw;background-color:transparent;border:2px solid #16bbda;border-radius:30px;color:#16bbda;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;z-index:10}.hm-btn:hover{color:#fff;background-color:#16bbda24;transform:scale(1.05);border-color:#fff}@media (max-width: 1024px){#menu{display:none}#hmlogo{height:10vh}}.hamburger-toggle{display:none}@media (max-width: 2160px){#bghm{display:none}}@media (max-width: 1024px){#menu{display:none!important}#bghm{display:block}.hamburger-toggle{display:block;position:absolute;top:7vh;right:8vw;width:8vw;height:auto;z-index:1001;cursor:pointer}#hm-lgo{width:50vw;height:auto;margin-top:4.5vh;margin-left:10vw}.hamburger-overlay{position:fixed;top:0;left:100%;width:100vw;height:100vh;background:url(/assets/hambg-DIE81qiH.png) center/cover no-repeat;transition:left .3s ease;z-index:1000}.hamburger-overlay.open{left:0}.hamburger-nav{margin-top:15vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hamburger-nav ul{list-style:none;padding:0;margin:0}.hamburger-nav li{margin:6vh 0}.hamburger-nav a{color:#fff;font-size:5vw;text-decoration:none;font-weight:700}}#wlcm{display:flex;flex-direction:column;justify-content:center;align-items:center;height:150vh;width:100%;background-color:#011325}#bg{opacity:.9;position:absolute;object-fit:cover;width:100%;max-height:100vh}#headlineCarousel{height:15vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.headline{position:absolute;font-size:10vh;font-weight:800;color:#16bbda;opacity:0;transform:translateY(100%);animation:slideUp 4.5s infinite ease-in-out}.headline:nth-child(1){animation-delay:0s}.headline:nth-child(2){animation-delay:1.5s}.headline:nth-child(3){animation-delay:3s}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}10%{transform:translateY(0);opacity:1}30%{transform:translateY(0);opacity:1}40%{transform:translateY(-100%);opacity:0}to{transform:translateY(-100%);opacity:0}}#wlc-head{z-index:5;font-size:7vh;text-align:center;color:#caf7ff;margin-bottom:10vh}#wlc-para{margin-top:5vh;color:#fff;text-align:center;max-width:50%}@media (max-width: 1024px){#wlc-head{font-size:4vh;margin-bottom:1.7vh}.headline{font-size:5vh}#wlc-para{margin-top:2vh;max-width:80%;font-size:2vh}#wlcm{height:90vh}}#blr{height:70vh;width:100%;position:absolute;top:105%;left:50%;transform:translate(-50%,-50%);overflow:hidden}@media (max-width: 1024px){#blr{display:none}}#serv{background-color:#011325;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#serv-head{color:#caf7ff;font-size:7vh;margin-bottom:5vh}#serv-head2{color:#caf7ff;font-size:7vh;margin-top:10vh;margin-top:25vh}#serv-bg{position:absolute;object-fit:cover;width:100%;opacity:.9;z-index:0}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem;justify-items:center}@media (max-width: 600px){.services-grid{grid-template-columns:1fr}#serv-head{font-size:clamp(3rem,5vw,2.5rem)}#serv-head2{font-size:clamp(2.8rem,5vw,2.5rem)}}#mirror-bg{position:absolute;object-fit:cover;width:100%;opacity:1;top:350%;z-index:1}.lrn{background-color:transparent;border:2px solid #16bbda;border-radius:30px;padding:2vh 3vw;color:#fff;font-weight:600;font-size:2.5vh;z-index:10}.lrn:hover{background-color:#16bbda;color:#011325}@media (max-width: 768px){.services-grid{padding:0rem}#serv-head{margin-top:14vh}#serv-head2{font-size:clamp(1.8rem,6vw,7vh);white-space:nowrap;overflow:hidden;text-align:center;text-overflow:ellipsis}}@media (max-width: 480px){#serv-head2{margin-top:10vh;white-space:nowrap;overflow:hidden}}@media (max-width: 320px){#serv-head2{font-size:5vh;white-space:nowrap;overflow:hidden}#serv-head{font-size:5vh}#serv{height:430vh}}.service-card{position:relative;width:25vw;height:35vh;border-radius:30px;background-size:cover;background-position:center;overflow:hidden;box-shadow:0 4px 12px #00000026;display:flex;align-items:flex-end;cursor:pointer;border:none;padding:0;background-color:transparent;z-index:5}.service-card:focus{outline:none}.service-card__label{width:100%;padding:2.5rem .75rem;background:linear-gradient(to bottom,#0000001a,#00000040,#00000080,#000000bf,#000000f2);color:#fff;font-size:1.125rem;font-weight:600;text-align:center}.service-card:hover{transform:scale(1.13);transition:transform .3s ease}@media screen and (max-width: 768px){.service-card{width:85%!important}}@media screen and (max-width: 1024px){.service-card{width:22rem;height:28vh}.service-card__label{font-size:1.6rem}}@media screen and (max-width: 480px){.service-card{width:70vw;height:28vh}}@media (max-width: 320px){.service-card__label{font-size:1rem}}.big-card{display:flex;align-items:flex-start;background:transparent;border-radius:16px;padding:2rem;width:70vw;margin:2rem auto}.big-card__number-box{flex:0 0 auto;width:80px;height:80px;border:1px solid #6EE7F7;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:2rem}.big-card__number{font-size:2.5rem;font-weight:800;color:#cffafe}.big-card__content{flex:1 1 auto}.big-card__title{margin:0 0 1rem;font-size:1.75rem;font-weight:800;color:#22d3ee}.big-card__text{margin:0;font-size:1rem;line-height:1.6;color:#e5e7eb}@media screen and (max-width: 768px){.big-card__text{font-size:.8rem}}@media screen and (max-width: 480px){.big-card{flex-direction:column;align-items:center;margin:0rem;padding:1rem}.big-card__number-box{width:60px;height:60px;margin-right:0rem}.big-card__number{font-size:1.8rem}.big-card__title{margin-top:1vh;font-size:1.2rem;text-align:center}.big-card__text{text-align:center;width:80vw}}@media screen and (max-width: 320px){.big-card__title{font-size:1rem}.big-card__text{font-size:1.9vh}}.testcard{flex:0 0 22vw;height:60vh;margin:1rem;padding:2rem 1.5rem;border-radius:1rem;background:linear-gradient(to bottom,#00b7ff59,#00b7ff26,#00b7ff0d,#00b7ff00);border:2px solid white;color:#fff;display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);box-shadow:0 0 10px #00b7ff33}.quote-icon{width:3rem;height:3rem;align-self:center;margin-bottom:1.5rem}.testimonial-text{font-size:1rem;line-height:1.6;flex-grow:1;text-align:center}.testimonial-name{font-weight:700;font-size:1rem;text-align:center;margin-top:1.5rem}.testcard:hover{transform:scale(1.05);transition:transform .3s ease}@media screen and (max-width: 768px){.testimonial-text{font-size:.75rem;font-weight:300;line-height:1.3}.testcard{height:auto;padding:1rem}.quote-icon{width:2rem;height:2rem}.testimonial-name{font-size:.7rem;font-weight:300}}@media screen and (max-width: 1024px){.testcard{flex:0 0 60vw;height:clamp(10rem,30rem,20rem)}.testimonial-text{font-size:.75rem;font-weight:300;line-height:1.3}.quote-icon{width:2rem;height:2rem}.testimonial-name{font-size:.7rem;font-weight:300}}.clients-container{width:100%;height:110vh;background:#011325;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cards-wrapper.scrollable{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;transition:none}.slider-window{width:90vw;overflow:hidden;z-index:5}.cards-wrapper{display:flex}.cards-wrapper.animate{transition:transform .6s ease-in-out}.arrow-button{position:absolute;top:50%;transform:translateY(-50%);font-size:3rem;color:#fff;background:none;border:none;cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none}.arrow-button.left{left:1rem}.arrow-button.right{right:1rem}#client-head{color:#caf7ff;background-color:#011325;text-align:center;font-size:7vh;z-index:10}#tstbg{width:100%;opacity:.9;z-index:1;position:absolute;z-index:2;object-fit:contain}.test-card-container{flex:0 0 25%;scroll-snap-align:center}@media screen and (max-width: 1024px){.clients-container{height:60vh}#client-head{font-size:5vh;margin-top:8vh}.arrow-button{display:none}}@media screen and (min-width: 500px) and (max-width: 800px){.test-card-container>*{flex:1;height:80%}}@media screen and (max-width: 480px){.clients-container{height:clamp(20rem,30rem,20rem)}.test-card-container{flex:0 0 75%;scroll-snap-align:center}#client-head{font-size:5vh;margin-top:10vh}}html,body{height:100%;width:100%}#global-head{color:#caf7ff;background-color:#011325;text-align:center;font-size:7vh}#global-main{background-color:#011325;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#map{max-width:70%;margin-top:8vh;z-index:5}#map:hover{transform:scale(1.05);transition:all .7s ease-out}@media screen and (max-width: 768px){#global-main{height:70vh}}@media screen and (max-width: 480px){#map{max-width:90%;margin-top:2vh}#global-head{font-size:5vh}}@media screen and (max-width: 320px){#global-head{margin-top:10vh;font-size:3.5vh}#global-main{height:60vh}}.footer{background-color:#011325;color:#fff;padding:4vh 1vw;font-family:Poppins,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-section{flex:1 1 20rem;min-width:250px}.footer-section h3,.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a,.footer-section p,.footer-section ul{font-size:.95rem;line-height:1.6;color:#fff;text-decoration:none}.footer-section .social-icons a{font-size:2rem;margin-right:1rem;color:#fff;transition:color .3s}.footer-section .social-icons a:hover{color:#00b7ff}#hr{width:100%;height:1px;background-color:#16bbda;margin-bottom:4vh}.address-line{margin-bottom:1rem}.flag-label{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:.2rem}.flag-label img{width:20px;height:20px;object-fit:contain}.contact-block{margin-bottom:1.2rem}.contact-block h3,.contact-block h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem;display:flex;align-items:center;gap:.5rem}.contact-block a{display:inline-block;font-size:.95rem;color:#fff;text-decoration:none}.contact-block{display:flex;flex-direction:column;gap:1.5vh}#ph1{display:flex;justify-content:flex-start;gap:.3vw;align-items:center}.contact-block .social-icons{display:flex;gap:1rem}.footer-contact-section{display:flex;flex-direction:column;justify-content:flex-start;align-self:flex-start;margin:0!important;padding:0}@media screen and (max-width: 768px){#para{width:60vw}}#para{width:15vw}@media screen and (max-width: 480px){.footer{font-size:1rem}.footer-section h3,.footer-section h4{font-size:.9rem}.footer-section a,.footer-section p,.footer-section ul{font-size:.8rem;line-height:1.3}}@media screen and (min-width: 1113px) and (max-width: 1495px){.footer-container{gap:1rem;padding:0 2vw}.footer-section{flex:1 1 18rem;min-width:200px}.footer-section h3,.footer-section h4{font-size:1rem}.footer-section a,.footer-section p,.footer-section ul{font-size:.9rem;line-height:1.4}.footer-container{display:flex;flex-wrap:nowrap}.footer-section .about{background-color:#00f}}.blog-card{width:28vw;background-color:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.blog-image{transition:transform .4s ease}.blog-card:hover .blog-image{transform:scale(1.2)}.blog-image{width:100%;height:26vh;object-fit:cover}.blog-content{padding:1.2rem;text-align:center}.blog-content h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#000}.read-more-btn{padding:.5rem 1.5rem;background-color:#011325;color:#fff;border:none;border-radius:.7rem;font-size:.95rem;cursor:pointer;transition:background-color .3s}.read-more-btn:hover{background-color:#00b7ff;color:#000;font-weight:600}@media (max-width: 768px){.blog-card{width:80%!important}}@media (max-width: 480px){.blog-card{width:60vw!important;height:clamp(10rem,30rem,20rem)}.blog-content h3{font-size:.8rem!important}.read-more-btn{font-size:.7rem!important}}.blogs-section{background-color:#011325;padding:6vh 4vw;text-align:center;color:#fff;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.blogs-heading{color:#16bbda;font-size:7vh;margin-bottom:2rem;background-color:#011325;padding:1rem;position:relative}.blogs-container{width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:4vh}.slider-window{width:90vw;overflow-x:hidden;overflow-y:visible;z-index:5}.blogs-wrapper{display:flex;width:100%;overflow:visible}.blogs-wrapper.animate{transition:transform .6s ease-in-out}.blog-card-container{flex:0 0 auto;margin-right:2vh;overflow:visible;position:relative}.blog-card-container:last-child{margin-right:0}.blog-card{width:100%;height:100%}.arw-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#16bbda;border:2px solid #16bbda;border-radius:50%;padding:.6rem;color:#011325;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.arw-button:hover{transform:translateY(-50%) scale(1.1)}.arw-button svg{height:1.8rem;width:1.8rem;transition:all .3s ease}.arw-button.left{left:1rem}.arw-button.right{right:1rem}.show-more{font-size:1.1rem;padding:.8rem 2rem;background-color:transparent;color:#fff;border:2px solid #16bbda;border-radius:2rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}.show-more:hover{background-color:#16bbda;color:#011325;font-weight:600}.blogs-wrapper.dragging{cursor:grabbing!important;-webkit-user-select:none;user-select:none;scroll-behavior:auto!important}@media (max-width: 768px){.blogs-heading{font-size:5vh}.blogs-wrapper{overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;transform:none!important}.blog-card-container{flex:0 0 47%;margin-right:2vh}.blogs-wrapper{transform:translateX(-${index * 100}%)!important}.arw-button{display:none!important}}@media (max-width: 480px){.blog-card-container{flex:0 0 40%;margin-right:4vh}}.brands-page{background-image:url(/assets/testbg-D5R3tKjt.svg);background-color:#011325;background-repeat:no-repeat;background-size:cover;padding:40px 20px;display:flex;flex-direction:column;align-items:center;color:#fff}.clients-heading{font-size:36px;font-weight:700;margin-bottom:40px;text-align:center}.desktop-layout{display:block}.mobile-layout,.mobile-only{display:none}.brands-grid{width:80%}.brands-row{display:flex;justify-content:space-around;align-items:center;gap:20px;margin-bottom:20px}.center-row{justify-content:space-between;position:relative}.clients-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.clients-text h1{font-size:5vh;font-weight:700;margin:0}.brand-logo{width:8vw;height:auto;z-index:5}.brand-logo:hover{transform:scale(1.35);transition:all .7s ease-out}@media (max-width: 768px){.desktop-layout{display:none}.mobile-layout,.mobile-only{display:block}.brands-grid{width:90%}.brands-row{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:15vw;margin-bottom:20px}.brand-logo{flex:0 0 45%;max-width:25%;margin:10px 5px}.clients-heading{font-size:28px;margin-bottom:30px}}@media (max-width: 320px){.brands-page{margin-top:20vh}}.abt{background-color:#011325;display:flex;flex-direction:column;justify-content:center;align-items:center}.abt-head{color:#c9f7ff;font-size:4vh}.abt-subhead{color:#22d3ee;font-size:1.5vh;margin-top:3vh}#abt-para{max-width:50vw;text-align:center;margin-top:5vh}#abtbg{position:absolute;max-width:100%}#abtlgo{height:20vh;margin-top:5vh}.str-head{color:#c9f7ff;font-size:8vh;margin-top:10vh}#directors1,#directors2{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:2rem}.story{display:flex;flex-direction:column;justify-content:center;align-items:center}#stbg{position:absolute;width:100%;object-fit:cover;opacity:1;margin-top:140vh;z-index:1}#st-para{max-width:70vw;text-align:center;margin-top:5vh;color:#c9f7ff}#tm-head{color:#22d3ee;font-size:8vh;margin-top:10vh}#tm-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:5rem}.team{display:flex;flex-direction:column;justify-content:center;align-items:center}#tm1{display:flex;justify-content:center;align-items:center;gap:4rem}@media screen and (max-width: 1024px){.abt{margin-top:25vh}.abt-head{font-size:3.2vh;text-align:center}.abt-subhead{font-size:1.3vh;text-align:center;padding:0 2vw}#abt-para{max-width:80vw;font-size:.95rem;padding:0 2vw}.str-head{font-size:6vh;text-align:center}#st-para{max-width:85vw;font-size:.95rem;padding:0 2vw}#tm-head{font-size:6vh;text-align:center}#tm-list{gap:3rem;padding:0 2vw}#directors1,#directors2{display:flex;flex-direction:row;flex-wrap:nowrap;gap:2rem}#stbg{margin-top:160vh}}@media screen and (max-width: 768px){.abt{margin-top:clamp(3rem,5vw,2.5rem)}.abt-head{font-size:2.8vh;text-align:center}.abt-subhead{font-size:1.2vh;margin-top:2vh;text-align:center}#abtlgo{height:15vh;margin-top:4vh}#abt-para{max-width:90vw;font-size:.9rem;padding:0 1rem}.str-head{font-size:5vh;margin-top:8vh}#st-para{font-size:.9rem;max-width:90vw;padding:0 1rem}#tm-head{font-size:5vh;margin-top:8vh}#tm-list{flex-direction:column;gap:2rem}#directors1,#directors2{flex-direction:row;gap:2rem}}@media screen and (max-width: 480px){#directors1,#directors2{flex-direction:column;align-items:center;gap:0rem}#tm1,#tm2{flex-direction:column;gap:0rem}}@media screen and (max-width: 320px){#st-para{font-size:.7rem}}@media screen and (max-width: 376px){.abt{margin-top:0}}.dir-card{background:transparent;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);width:40vw;max-width:250px;padding:2rem 1rem;border-radius:2rem;text-align:center;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;z-index:5}.dir-card:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.dir-card-img{width:9rem;height:9rem;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden}.dir-card-img img{width:100%;height:100%;object-fit:cover}.dir-card-name{font-size:1.2rem;color:#4fc3f7;font-weight:700}.dir-card-position{font-size:.9rem;color:#fff;opacity:.8;letter-spacing:.05em}@media screen and (max-width: 1024px){.dir-card{width:25vw;padding-top:3rem;border-radius:1.5rem;margin:1rem auto}.dir-card-img{width:6rem;height:6rem;margin-bottom:1rem}.dir-card-name{font-size:1rem}.dir-card-position{font-size:.85rem}}@media screen and (max-width: 768px){.dir-card-name{font-size:.9rem}}@media screen and (max-width: 480px){.dir-card{width:85vw;padding:1.2rem .8rem}.dir-card-img{width:6rem;height:6rem}.dir-card-name{font-size:1.1rem}.dir-card-position{font-size:.8rem}}@media screen and (max-width: 480px){.dir-card-img{width:7rem;height:7rem;margin-bottom:1rem}}.team-card{width:16vw;padding:2rem 1.5rem;background:transparent;border:.15rem solid #19d3ff;border-radius:2rem;text-align:center;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 .5rem 1.5rem #0003;margin:2vh auto;z-index:5}.team-card:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.team-img-wrapper{width:6.5rem;height:6.5rem;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem}.team-img{width:100%;height:100%;object-fit:cover}.team-name{font-size:1.2rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.team-position{font-size:1rem;opacity:.85;color:#fff}.dep{font-size:.8rem;opacity:.85;color:#fff}@media screen and (max-width: 600px){.team-card{width:80vw;padding:1.5rem 1rem;border-radius:1.5rem;margin:1.5rem auto}.team-img-wrapper{width:4rem;height:4rem;margin-bottom:1rem}.team-name{font-size:1rem}.team-position{font-size:.9rem}}@media screen and (max-width: 768px){.team-card{width:25vw;padding:2rem 1.5rem;border-radius:1.5rem;margin:1rem auto}.team-name{font-size:.8rem}.team-position{font-size:.7rem}}@media screen and (max-width: 480px){.team-card{width:55vw}.team-img-wrapper{width:6rem;height:6rem}}.who-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3vw;padding:5vh 4vw;width:85vw;max-width:1200px;margin:19vh auto 5vh;border:.15rem solid #19d3ff;border-radius:2rem;background:transparent;box-shadow:0 .8rem 2rem #0003;flex-wrap:nowrap;z-index:5}.who-wrapper:hover{transform:scale(1.04);transition:transform .3s ease-in-out}.who-section{flex:1;max-width:50%;display:flex;flex-direction:column;align-items:center;text-align:left}.who-illustration{width:18rem;height:auto;margin-bottom:1.5rem}.who-text{color:#fff;padding:0 1vw;max-width:25vw}.who-heading{font-size:3rem;font-weight:600;text-wrap:nowrap;color:#00cfff;margin-bottom:1rem}.who-description{font-size:1rem;line-height:1.6;color:#d4d4d4}@media screen and (max-width: 768px){.who-wrapper{flex-direction:row;align-items:center;gap:5vh}.who-text{color:#fff;padding:0 1vw;max-width:60vw;text-align:center}.who-section{max-width:100%}.who-heading{font-size:1.5rem}.who-description{font-size:.95rem}}@media screen and (max-width: 480px){.who-heading{font-size:1.25rem}.who-description{font-size:.9rem}.who-illustration{width:150px}}@media screen and (max-width:480px){.who-wrapper{flex-direction:column}.who-illustration{width:85%}.who-section{width:100%}.who-text{width:100%;padding:0vw}.who-description{line-height:1.4}}@media screen and (max-width: 320px){.who-illustration,.who-section{width:100%}.who-text{width:100%;max-width:100%!important;padding:0}.who-description{font-size:.7rem;line-height:1.4;width:100%}}.do-container{margin-top:15vh;display:flex;justify-content:center;align-items:center;width:80vw;padding:2rem;background-color:transparent;border:.15rem solid #19d3ff;border-radius:2rem;color:#fff;gap:2vw;flex-wrap:wrap;z-index:5}.do-container:hover{transform:scale(1.04);transition:transform .3s ease-in-out}.do-left{flex:1 1 50%}.do-heading{font-size:3rem;color:#22d3ee}.do-list{padding-left:1.5rem;font-size:1rem;line-height:1.7;list-style-type:disc;max-width:80%}.do-right{flex:1 1 40%;display:flex;justify-content:center}#do-image{max-width:100%;height:50vh}#content{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){#content{display:flex;flex-direction:column-reverse}.do-image{height:40vh}.do-list{text-align:center;max-width:100%}}@media screen and (max-width: 1440px){.do-container{width:83vw}}@media screen and (max-width: 480px){.do-heading{font-size:2rem}.do-list{font-size:.8rem;line-height:1.5;width:100%;padding:0 0rem}}@media screen and (max-width: 320px){.do-heading{font-size:1.5rem}.do-list{font-size:.8rem;line-height:1.5;width:100%;padding:0 0rem}.do-container{padding-left:1rem;padding-right:1rem}}html,body{height:100%;width:100%;background-color:#011325}.blogs{background-color:#011325;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.blogs-head{color:#c9f7ff;font-size:4vh}.blogs-subhead{color:#22d3ee;font-size:1.5vh;margin-top:3vh}#blogs-para{max-width:50vw;text-align:center;margin-top:5vh}#blogs-bg{position:absolute;max-width:100%}#blogs-logo{height:20vh;margin-top:5vh}.blogs-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.blog-info-container{display:flex;justify-content:center;padding:3rem 1rem;background-color:#fff}.blog-info{padding:3vw;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000}.blog-info-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.blog-section{margin-bottom:1.25rem}.blog-section-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.blog-section-subtitle{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.blog-section-text{font-size:1rem;line-height:1.6;color:#333}#Blogs-sec2{padding:4vw;display:flex;flex-direction:row;overflow-y:hidden;width:100%;height:165vh}#bsns{max-height:165vh}@media screen and (max-width:768px){#blogs-para{max-width:80%}#blogs-logo{height:15vh}#Blogs-sec2{height:200vh;overflow:hidden}.blog-info-container{width:70vw;max-height:150vh}.blog-section-text{font-size:.8rem;line-height:1}#bsns{max-height:150vh}.blogs-head{font-size:1rem}}@media screen and (max-width:480px){#blogs-para{max-width:90%;font-size:.9rem}#blogs-logo{height:15vh}#Blogs-sec2{height:160vh;overflow:hidden;padding-left:0}.blog-info-container{width:100vw;max-height:220vh}.blog-section-text{font-size:.8rem;line-height:1}#bsns{display:none}.blog-info-container{padding:0 0vw}.blogs-head{font-size:1rem}.blogs{height:70vh}}@media screen and (max-width:321px){#Blogs-sec2{height:180vh}#blogs-para{max-width:90%;font-size:.8rem}.blogs-heading{font-size:1.5rem}}.fullcard{display:flex;flex-direction:row;align-items:flex-start;background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000001a;margin-bottom:2rem;width:100%;padding:1rem;gap:1.5rem}.fullcard-img{width:280px;height:200px;object-fit:cover;border-radius:12px;flex-shrink:0}.fullcard-content{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem 0}.fullcard-title{color:#000;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.fullcard-text{font-size:1rem;color:#333;margin-bottom:1.25rem;line-height:1.5}.fullcard-btn{background-color:#001f3f;color:#fff;padding:.75rem 2rem;font-size:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease;align-self:flex-start}.fullcard-btn:hover{background-color:#00b7ff;color:#000}#para{width:60%}@media (max-width: 768px){.fullcard{flex-direction:column;align-items:center;width:40%;height:60vh}.fullcard-img{width:100%;height:25vh}.fullcard-btn{align-self:center}#para{width:100%}.fullcard-title,.fullcard-text{font-size:.8rem}.fullcard-btn{font-size:.8rem;padding:.5rem 1rem}.fullcard-content{padding:0rem 0}}@media (max-width:480px){.fullcard{width:80%;height:60vh}.fullcard-title{font-size:.7rem}.fullcard-text{font-size:.7rem;margin-bottom:.8rem;line-height:1.2}.fullcard-btn{font-size:.7rem;padding:.5rem}}.blog-container{padding:4rem 2rem;background-color:#011325;max-width:1200px;margin:0 auto}.trend-heading{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2.5rem;color:#00bfff}@media (max-width: 768px){.blog-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:5vw}}@media (max-width: 480px){.blog-container{display:flex;flex-direction:column;align-items:center;gap:5vw}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;color:#c9f7ff}.contact{background-color:#011325;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:10vh}#contact-bg{position:absolute;max-width:100%}.contact-head{color:#c9f7ff;font-size:4vh;text-align:center}.contact-subhead{color:#22d3ee;font-size:1.5vh;margin-top:3vh;text-align:center}#contact-logo{height:20vh;margin-top:5vh}.contact-content{max-width:60vw;text-align:center;margin-top:5vh}#contact-para{font-size:1rem;color:#c9f7ff;line-height:1.6}@media screen and (max-width:480px){.contact-head{font-size:3vh}.contact-subhead{font-size:1.2vh}#contact-logo{height:15vh}.contact{padding-top:0vh;height:70vh}.contact-content{max-width:85vw}#contact-para{font-size:.8rem}}@media screen and (max-width:768px){.contact-head{font-size:3vh}}.contact-container{display:flex;flex-wrap:wrap;justify-content:space-between;background-color:#e6f7fb;color:#000;padding:4vh 4vw;border-radius:2rem;max-width:75vw;margin:4vh auto;box-shadow:0 0 15px #0000001a}.contact-left,.contact-right{flex:1 1 45%;min-width:280px;margin:1rem 0}.contact-heading{font-size:2.8rem;font-weight:800;margin-bottom:2vh;color:#000}.contact-text{font-size:1.2rem;line-height:1.6;color:#333;margin-bottom:2vh}.contact-info{font-size:1.1rem;margin:1vh 0;color:#000}.social-icons{display:flex;gap:1.5rem;margin-top:1vh;font-size:1.8rem;color:#000}.icon{cursor:pointer;transition:transform .3s;color:#000}.icon:hover{transform:scale(1.1);color:#16bbda}.form{display:flex;flex-direction:column;gap:1.5vh;padding:2vw}.form-row{display:flex;gap:1rem}.input,.textarea{padding:.6rem;border:1px solid black;border-radius:.6rem;font-size:1rem;width:100%;box-sizing:border-box}.full-width{width:100%}.textarea{height:20vh;resize:none}.submit-button{padding:1rem;background-color:#00111e;color:#fff;border:none;border-radius:.6rem;font-size:1rem;cursor:pointer;transition:background-color .3s}.submit-button:hover{transform:scale(1.01);background-color:#16bbda;color:#000;font-weight:600}@media screen and (max-width: 768px){.contact-container{flex-direction:column;padding:4vh 2vw}.contact-left,.contact-right{flex:1 1 100%}.form-row{flex-direction:column}}@media screen and (max-width: 480px){.contact-container{padding:4vh 2vw;max-width:90vw}.contact-heading{font-size:1.5rem}.contact-text{font-size:.85rem;line-height:1.4}.contact-info{font-size:.9rem}.submit-button{font-size:.8rem;padding:.5rem}#lbl{font-size:.8rem}}.blog-detail{background-color:#fff;color:#011325;width:100%;box-sizing:border-box;overflow-x:hidden}.blog-detail-container{padding:2rem 15%;box-sizing:border-box;width:100%}.blog-detail-image{width:100%;height:auto;max-height:400px;object-fit:cover;margin-bottom:2rem}.blog-detail-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.blog-detail-content{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;font-size:1.05rem;line-height:1.8;font-family:inherit;max-width:100%}@media (max-width: 768px){.blog-detail-container{padding:1rem}.blog-detail-title{font-size:1.5rem}.blog-detail-content{font-size:1rem}}.terms-detail{background-color:#fff;color:#011325;width:100%;box-sizing:border-box;overflow-x:hidden}.terms-detail-container{padding:2rem 15%;box-sizing:border-box;width:100%}.terms-detail-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#011325}.terms-detail-content{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;font-size:1.05rem;line-height:1.8;font-family:inherit;max-width:100%}.terms-detail-content h2{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#011325;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.terms-detail-content p{margin-bottom:1rem;text-align:justify}.terms-detail-content ul{margin-left:2rem;margin-bottom:1rem}.terms-detail-content li{margin-bottom:.5rem;list-style-type:disc}.terms-detail-content strong{font-weight:600;color:#011325}@media (max-width: 768px){.terms-detail-container{padding:1rem}.terms-detail-title{font-size:1.5rem}.terms-detail-content{font-size:1rem}.terms-detail-content h2{font-size:1.2rem}.terms-detail-content ul{margin-left:1rem}}.privacy-detail{background-color:#fff;color:#011325;width:100%;box-sizing:border-box;overflow-x:hidden}.privacy-detail-container{padding:2rem 15%;box-sizing:border-box;width:100%}.privacy-detail-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#011325}.privacy-detail-content{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;font-size:1.05rem;line-height:1.8;font-family:inherit;max-width:100%}.privacy-detail-content h2{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#011325;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.privacy-detail-content h3{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.8rem;color:#011325}.privacy-detail-content p{margin-bottom:1rem;text-align:justify}.privacy-detail-content ul{margin-left:2rem;margin-bottom:1rem}.privacy-detail-content li{margin-bottom:.5rem;list-style-type:disc}.privacy-detail-content strong{font-weight:600;color:#011325}.last-updated{margin-top:2rem;text-align:center;font-style:italic;color:#666;border-top:1px solid #f0f0f0;padding-top:1rem}@media (max-width: 768px){.privacy-detail-container{padding:1rem}.privacy-detail-title{font-size:1.5rem}.privacy-detail-content{font-size:1rem}.privacy-detail-content h2{font-size:1.2rem}.privacy-detail-content h3{font-size:1.1rem}.privacy-detail-content ul{margin-left:1rem}}.fnp-loader-screen{height:100vh;width:100vw;background-color:#011325;display:flex;justify-content:center;align-items:center;overflow:hidden;position:fixed;top:0;left:0;z-index:999;animation:fnp-backgroundFade 3.2s ease-in-out forwards,fnp-fadeOut 1.2s ease-in-out 3.2s forwards}.fnp-loader-text-wrapper{position:relative;height:15vh;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.fnp-loader-text{position:absolute;font-size:8vh;font-weight:900;font-family:Arial Black,sans-serif;letter-spacing:2px;color:#16bbda;opacity:0;transform:translateY(100%)}.fnp-one{animation:fnp-slideSingle 1s ease-in-out 0s forwards}.fnp-two{animation:fnp-slideSingle 1s ease-in-out 1s forwards}.fnp-three{animation:fnp-slideUp 1s ease-in-out 2s forwards}.fnp-zoom-performance{opacity:0;animation:fnp-zoomIn 1.8s ease-in-out 2.25s forwards;transform:scale(5);color:#16bbda}@keyframes fnp-slideSingle{0%{transform:translateY(100%);opacity:0}20%{transform:translateY(0);opacity:1}80%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes fnp-slideUp{0%{transform:translateY(100%);opacity:0}20%{transform:translateY(0);opacity:1}80%{transform:translateY(0);opacity:0}}@keyframes fnp-zoomIn{0%{opacity:0;transform:scale(1)}10%{opacity:1}to{transform:scale(4.5);opacity:0}}@keyframes fnp-backgroundFade{0%,92%{background-color:#011325}to{background-color:#16bbda}}@keyframes fnp-fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@media (max-width: 768px){.fnp-loader-text{font-size:5vh}}
