@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.page-white{background-color:#fff;width:100%;min-height:100vh;padding:0 2rem;overflow-x:hidden}.page-white-half{background-color:#fff;width:100%;min-height:70vh;padding:0 2rem;overflow-x:hidden}.page-blue{background-color:#eef7ff;width:100%;min-height:100vh;padding:0 2rem;overflow-x:hidden}.page-blue-half{background-color:#eef7ff;width:100%;min-height:70vh;padding:0 2rem;overflow-x:hidden}:root{--active-blue:#0095d6;--inactive:#4d4d4d;--hover-light:#33bfff}.navbar{z-index:999;background:0 0;width:100%;transition:background-color .28s,box-shadow .28s;position:fixed;top:0}.navbar.scrolled{background:#fff;box-shadow:0 2px 10px #0000000f}.nav-side{flex:1;align-items:center;gap:40px;display:flex}.nav-left{justify-content:flex-start}.nav-right{justify-content:flex-end}.nav-link{color:var(--inactive);letter-spacing:.3px;white-space:nowrap;font-size:17px;font-weight:500;text-decoration:none;transition:color .18s}.nav-link:hover{color:var(--hover-light)}.nav-link.active{color:var(--active-blue)}.nav-logo-wrap{pointer-events:none;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.logo-link{pointer-events:auto;display:inline-block}.logo-img{height:55px;display:block}.hamburger{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:44px;height:40px;padding:6px;display:none;position:relative}.hamburger span{background:var(--inactive);border-radius:3px;width:28px;height:3px;transition:all .3s;display:block;position:absolute}.hamburger span:first-child{top:10px}.hamburger span:nth-child(2){top:18px}.hamburger span:nth-child(3){top:26px}.hamburger.open span:first-child{top:18px;transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){top:18px;transform:rotate(-45deg)}.mobile-menu{display:none}.nav-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:40px 90px;display:flex;position:relative}.nav-logo-wrap{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-left,.nav-right{flex:1;align-items:center;gap:40px;display:flex}@media (max-width:860px){.nav-inner{padding:16px 22px}.nav-side{display:none}.nav-logo-wrap{position:relative;left:0;transform:none}.logo-img{height:45px}.hamburger{margin-left:auto;display:inline-flex}.mobile-menu{transform-origin:top;opacity:0;background:#fff;width:100%;transition:transform .25s,opacity .25s;display:block;position:absolute;top:100%;left:0;transform:scaleY(0);box-shadow:0 6px 18px #00000014}.mobile-menu.open{opacity:1;transform:scaleY(1)}.mobile-top{border-bottom:1px solid #0000000a;align-items:center;padding:12px 20px;display:flex}.mobile-logo-img{height:42px}.mobile-links{flex-direction:column;gap:8px;padding:12px 22px 20px;display:flex}.mobile-link{color:var(--inactive);border-radius:8px;padding:14px 10px;font-size:17px;font-weight:500;text-decoration:none}.mobile-link.active{color:var(--active-blue)}.mobile-link:hover{color:var(--hover-light)}}.footer{color:#000;background-color:#fff;border-top:.15px solid #8b8989;padding:3rem 2rem;font-family:sans-serif}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.footer-col{min-width:200px}.footer-logo{flex:2;justify-content:center;align-items:center;display:flex}.footer-logo-img{max-width:200px;height:auto}.footer-menu,.footer-address{color:#555;flex:1}.footer-title{color:#000;margin-bottom:1rem;font-weight:700}.footer-menu .footer-link{color:#555;margin-bottom:.5rem;text-decoration:none;transition:color .3s;display:block}.footer-menu .footer-link:hover{color:#0095d6}.footer-menu .footer-link.active{color:#0095d6;font-weight:700}.footer-social{flex:1.5}.footer-social .social-item{align-items:center;margin-bottom:.5rem;display:flex}.social-icon{color:#fff;background-color:#0095d6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-right:.5rem;font-size:14px;display:flex}.social-text{color:#555}@media (max-width:768px){.footer-container{flex-direction:column;align-items:flex-start}.footer-logo{justify-content:flex-start;margin-bottom:1.5rem}.footer-col{width:100%}}.marquee-container{background:linear-gradient(#0000,#00000005,#0000);width:100%;padding:4rem 0;overflow:hidden}.marquee-track{gap:2rem;width:fit-content;animation:20s linear infinite marquee;display:flex}.marquee-track:hover{animation-play-state:paused}.marquee-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;flex-shrink:0;width:360px;height:360px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 24px #0000001f}.marquee-card:hover{transform:scale(1.05);box-shadow:0 12px 32px #0000002e}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-1800px - 10rem))}}@media (max-width:768px){.marquee-card{width:280px;height:280px}@keyframes marquee{to{transform:translate(calc(-1400px - 10rem))}}}.services-section{text-align:center;background-color:#f4f8fc;padding:5rem 2rem}.services-section h2{color:#0095d6;margin-bottom:3rem;font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.services-grid .service-card:nth-last-child(2),.services-grid .service-card:last-child{grid-column:span 1}@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services-grid{grid-template-columns:1fr}}.service-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:340px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 8px 20px #0000001a}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 25px #00000026}.service-card img{object-fit:cover;width:100%;height:200px}.service-card h3{color:#111;margin:1rem 0 .5rem;font-size:1.3rem}.service-card p{color:#555;margin-bottom:1.5rem;padding:0 1rem;font-size:.95rem;line-height:1.5}.service-card button{color:#fff;cursor:pointer;background:#0095d6;border:none;border-radius:8px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-weight:500;transition:background .3s}.service-card button:hover{background:#007bb5}.value-card{text-align:center;cursor:pointer;background:#fff;border-radius:2rem;width:260px;padding:3rem 2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 10px #0000001a}.value-title{color:#333;margin-top:.5rem;font-size:1.5rem;font-weight:600}.about-us-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.about-us-image{flex:300px;max-width:500px}.about-us-image img{object-fit:cover;border-radius:30px;width:100%}.team-title{color:#0095d6}.about-us-text{text-align:left;flex:300px;max-width:600px}.about-us-bullets{color:#333;padding-left:1rem;font-size:1.2rem;line-height:2}.about-us-bullets li{margin-bottom:.75rem}.about-us-bullets li::marker{color:#0095d6}.values-container{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.value-pic{object-fit:cover;object-position:top;border-radius:50%;width:12rem;height:12rem;margin:0 auto 1.5rem;display:block}.value-card{text-align:center;cursor:pointer;background:#fff;border-radius:2rem;width:20rem;height:auto;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 10px #0000001a}.value-card:hover{transform:translateY(-15px);box-shadow:0 15px 25px #0000004d}.value-icon{color:#fff;background-color:#0095d6;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;font-size:2.5rem;display:flex}.value-name{color:#333;margin-top:1.35rem;font-size:1.3rem;font-weight:500}.value-role{color:#0095d6;margin-top:.5rem;font-size:1rem}.brand-cards-container{flex-wrap:wrap;justify-content:center;gap:3.5rem;display:flex}.brand-card{cursor:pointer;border:2px solid #0095d6;border-radius:1.5rem;width:280px;transition:transform .3s,box-shadow .3s;overflow:hidden}.brand-card:hover{transform:translateY(-12px);box-shadow:0 12px 25px #00000040}.brand-card-top{color:#fff;text-align:center;background-color:#0095d6;padding:1.8rem 0;font-size:1.5rem;font-weight:700}.brand-card-bottom{background-color:#fff;justify-content:center;align-items:center;padding:3rem 0;display:flex}.brand-card-bottom img{object-fit:contain;max-width:140px;max-height:140px}.content-wrapper{grid-template-columns:1fr auto 1fr;align-items:center;gap:1em;margin:2.5em;display:grid}.chart-container{grid-area:1/2/3}.info-left{grid-area:1/1/3}.info-right{flex-direction:column;grid-area:1/3/3;gap:25px;display:flex}.info-section{min-width:300px}.info-card{margin-bottom:25px;padding-left:25px;padding-right:25px}.info-card h3{color:#0095d6;align-items:center;gap:10px;margin-bottom:15px;font-size:1.4em;display:flex}.info-card h3:before{content:"";background:#0095d6;border-radius:50%;width:12px;height:12px}.info-card p{color:#525d73;text-align:start;margin-left:1.1em;font-size:1.3em;line-height:1.8}@media (max-width:768px){.content-wrapper{grid-template-columns:1fr;gap:40px}.chart-container{grid-area:auto/1;justify-self:center}.info-left,.info-right{grid-area:auto/1}.content-wrapper{flex-direction:column;align-items:flex-start;gap:2rem;margin:2rem 1rem;display:flex}.chart-container{order:1;align-self:center}.info-left{order:2;width:100%}.info-right .info-card:first-child{order:3;width:100%}.info-right .info-card:nth-child(2){order:4;width:100%}.chart-container img{width:80%;max-width:320px}.info-card{text-align:start;margin:0;padding:1rem 1.5rem}.info-card h3{justify-content:flex-start;margin-left:0}.info-card p{text-align:start;margin-left:0}}.testimonials-page{text-align:center;background-color:#fff;padding:8rem 2rem}.testimonials-header h1{color:#0095d6;margin-bottom:1rem;font-size:2.5rem}.testimonials-header p{color:#4d4d4d;margin-bottom:3rem;font-size:1.125rem}.testimonials-container{scrollbar-width:none;gap:2rem;padding:2rem 4rem;display:flex;overflow:auto visible}.testimonials-container::-webkit-scrollbar{display:none}.testimonials-container{scrollbar-width:none}.testimonial-bubble{color:#fff;text-align:left;background-color:#0095d6;border-radius:20px;max-width:400px;padding:1.5rem 2rem;transition:transform .3s;position:relative;box-shadow:0 4px 10px #00000026}.testimonial-bubble:hover{transform:scale(1.05)}.testimonial-bubble:after{content:"";border-top:15px solid #0095d6;border-left:15px solid #0000;border-right:15px solid #0000;width:0;height:0;position:absolute;bottom:-15px;left:40px}.testimonial-message{margin-bottom:1rem;font-style:italic}.testimonial-info h4{margin:0;font-size:1.1rem;font-weight:700}.testimonial-info p{color:#e3e3e3;margin:0;font-size:.95rem}.page-blue{text-align:center;background-color:#e8f1ff;padding:5rem 2rem;position:relative;overflow:hidden}.clients-title{color:#036;margin-bottom:1.5rem;font-size:2.5rem}.clients-subtitle{color:#4d4d4d;margin-bottom:3rem;font-size:1.125rem}.carousel-container{max-width:1200px;margin:0 auto;position:relative}.carousel-track{width:100%;overflow:hidden}.carousel-inner{transition:transform .6s ease-in-out;display:flex}.clients-grid{grid-template-columns:repeat(5,1fr);place-items:center;gap:1.5rem;min-width:100%;padding:1rem;display:grid}.client-box{background:#fff;border-radius:1rem;justify-content:center;align-items:center;width:140px;height:110px;padding:1.2rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 3px 8px #0000001a}.client-box:hover{transform:scale(1.05);box-shadow:0 5px 15px #00000026}.client-box img{object-fit:contain;max-width:100%;max-height:65px}.nav-button{color:#fff;cursor:pointer;z-index:2;background:#0095d6;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;transition:background .3s;position:absolute;top:50%;transform:translateY(-50%)}.nav-button:hover{background:#0095d6}.nav-button.left{left:-50px}.nav-button.right{right:-50px}.dots{margin-top:2rem}.dot{cursor:pointer;background:#ccc;border-radius:50%;width:10px;height:10px;margin:0 5px;transition:background .3s;display:inline-block}.dot.active{background:#0095d6}@media (max-width:1024px){.clients-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.clients-grid{grid-template-columns:repeat(2,1fr)}.client-box{width:120px;height:100px}.nav-button{width:32px;height:32px;font-size:1.2rem}.nav-button.left{left:5px}.nav-button.right{right:5px}}.gallery-page{text-align:center;padding-top:9rem;overflow:visible}.gallery-page h1{margin-bottom:1rem;font-size:2.5rem}.gallery-page p{color:#4d4d4d;margin-bottom:3rem;font-size:1.125rem}.gallery-container{column-count:4;column-gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;overflow:visible}.gallery-image{cursor:pointer;border-radius:12px;width:100%;margin-bottom:1rem;transition:transform .3s,box-shadow .3s;display:block}.gallery-image:hover{transform:scale(1.03);box-shadow:0 8px 20px #00000026}@media (max-width:992px){.gallery-container{column-count:3}}@media (max-width:768px){.gallery-container{column-count:2}}@media (max-width:480px){.gallery-container{column-count:1}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{justify-content:center;align-items:center;animation:.3s zoomIn;display:flex;position:relative}.modal-content img{object-fit:contain;border-radius:12px;width:auto;max-width:90vw;height:auto;max-height:90vh;box-shadow:0 8px 30px #0000004d}.close-btn{cursor:pointer;text-align:center;background:#fff;border:none;border-radius:50%;width:35px;height:35px;font-size:1.5rem;line-height:35px;transition:background .3s;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 10px #0000004d}.close-btn:hover{background:#ddd}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
