@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap";
.hero-section{z-index:1;width:100%;height:100vh;margin:0;padding:0;position:relative;top:0;overflow:hidden}.hero-section:before{content:"";z-index:5;pointer-events:none;background:linear-gradient(135deg,#0006);position:absolute;inset:0}.custom-carousel{z-index:1;width:100%;height:100%;position:relative}@media (max-width:768px){.hero-section{height:70vh;margin-top:0}}@media (max-width:480px){.hero-section{height:50vh;margin-top:0}}
.custom-carousel{width:100%;height:100%;position:relative}.carousel-container{width:100%;height:100%;position:relative;overflow:hidden}.carousel-slides{width:100%;height:100%;position:relative}.carousel-slide{opacity:0;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute}.carousel-slide.active{opacity:1;z-index:2}.carousel-slide img{object-fit:cover;width:100%;height:100%}.carousel-button{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-button:hover{background:#fff9;transform:translateY(-50%)scale(1.1)}.carousel-button-prev{left:30px}.carousel-button-next{right:30px}.carousel-indicators{z-index:10;justify-content:center;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.indicator-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.indicator-dot:hover{background:#ffffffb3;transform:scale(1.2)}.indicator-dot.active{background:#fff;width:14px;height:14px}@media (max-width:768px){.carousel-button{width:40px;height:40px}.carousel-button-prev{left:15px}.carousel-button-next{right:15px}.carousel-button svg{width:24px;height:24px}.carousel-indicators{gap:8px;bottom:20px}.indicator-dot{width:10px;height:10px}.indicator-dot.active{width:12px;height:12px}}@media (max-width:480px){.carousel-button{width:35px;height:35px}.carousel-button svg{width:20px;height:20px}.carousel-button-prev{left:10px}.carousel-button-next{right:10px}.carousel-indicators{gap:6px;bottom:15px}.indicator-dot{width:8px;height:8px}.indicator-dot.active{width:10px;height:10px}}
.service-section{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);width:100%;padding:60px 20px}.service-content{max-width:1200px;margin:0 auto}.service-header{text-align:center;margin-bottom:50px}.service-section-title{color:#1a202c;letter-spacing:-.5px;will-change:opacity, transform;margin-bottom:15px;font-family:Poppins,DM Sans,sans-serif;font-size:2.5rem;font-weight:800}.service-subtitle{color:#4a5568;will-change:opacity, transform;font-family:Inter,Poppins,sans-serif;font-size:1.1rem;font-weight:500}.service-cards-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;display:grid}.service-card-link{color:inherit;text-decoration:none}.service-card{text-align:center;cursor:pointer;will-change:transform, box-shadow, border-color;background:#fff;border:2px solid #0000;border-radius:8px;padding:30px 24px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.service-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:-100%}.service-card:hover{background:linear-gradient(135deg,#fff 0%,#f8f9ff 100%);border-color:#4299e1;transform:translateY(-12px);box-shadow:0 15px 35px #00000026}.service-card:hover:before{left:100%}.service-icon{filter:drop-shadow(0 4px 8px #0000001a);will-change:transform, filter;z-index:1;background:linear-gradient(135deg,#001435 0%,#05255b 100%);border-radius:50%;justify-content:center;align-items:center;width:108px;height:108px;margin-bottom:20px;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #00143547}.service-icon:after{content:"";z-index:-1;background:linear-gradient(135deg,#00143559,#05255b59);border-radius:50%;animation:3s ease-in-out infinite pulse-glow;position:absolute;inset:-3px}.service-icon:before{content:"";z-index:0;background:#fff;border-radius:50%;position:absolute;inset:10px}.service-icon-image{object-fit:contain;z-index:1;width:72px;height:72px;position:relative}@keyframes pulse-glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}.service-card:hover .service-icon{filter:drop-shadow(0 6px 12px #0014353d);background:linear-gradient(135deg,#00102b 0%,#041d48 100%);transform:scale(1.15);box-shadow:0 12px 28px #00143559}.service-name{color:#1a202c;will-change:color;z-index:1;margin:0;font-family:Poppins,DM Sans,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.5;transition:color .3s cubic-bezier(.25,.46,.45,.94);position:relative}.service-card:hover .service-name{color:#4299e1}.service-card-copy{color:#526174;margin-top:10px;font-family:Inter,Poppins,sans-serif;font-size:.95rem;line-height:1.55}@media (max-width:768px){.service-section{padding:40px 15px}.service-section-title{font-size:2rem}.service-cards-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.service-card{padding:25px 20px}.service-icon{width:88px;height:88px}.service-icon:before{inset:8px}.service-icon-image{width:58px;height:58px}.service-name{font-size:1.1rem}}@media (max-width:480px){.service-section{padding:30px 12px}.service-section-title{font-size:1.7rem}.service-cards-container{grid-template-columns:1fr;gap:15px}.service-card{padding:20px 15px}.service-icon{width:78px;height:78px;margin-bottom:15px}.service-icon-image{width:50px;height:50px}.service-name{font-size:1rem}.service-card:hover{transform:translateY(-8px)}}.service-card:focus-visible{outline-offset:2px;outline:2px solid #4299e1}.service-card:focus-within{box-shadow:0 8px 20px #4299e14d}@media (prefers-reduced-motion:reduce){.service-card,.service-icon,.service-name,.service-icon:after{transition:none!important;animation:none!important}.service-card:hover{transform:none}}@media print{.service-card:hover{transform:none;box-shadow:0 4px 15px #00000014}.service-icon:after{animation:none}.service-section{background:#fff}}
