.carousel-container{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;width:100vw;height:50vh;margin:0 -50vw;padding:0;display:flex;position:relative;left:50%;right:50%;overflow:hidden}.carousel-wrapper{width:100%;max-width:100%;height:100%;padding:0;animation:.8s ease-out fadeInUp}.carousel{width:100%;height:120%;box-shadow:none;border-radius:0;margin-top:0;transition:box-shadow .3s;position:relative;overflow:hidden}.carousel:hover{box-shadow:0 25px 80px #00000080,0 0 50px #3b82f633}.carousel img{animation:.8s ease-in-out slideIn;display:block}.carousel-slide-active img{animation:8s ease-out forwards zoomOut}.carousel-nav{z-index:20;cursor:pointer;background:#fffffff2;border:2px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0003}.carousel-nav:hover{background:#fff;transform:translateY(-50%)scale(1.15);box-shadow:0 12px 32px #3b82f64d}.carousel-nav:active{transform:translateY(-50%)scale(.95)}.carousel-prev{left:2rem}.carousel-next{right:2rem}.carousel-nav svg{color:#1e293b;stroke-width:2.5px}.carousel-pause-btn{color:#fff;cursor:pointer;z-index:20;opacity:0;pointer-events:none;background:#3498dbd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .25s,background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.carousel:hover .carousel-pause-btn{opacity:1;pointer-events:auto}.carousel-pause-btn:hover{background:#2980b9f2}.carousel-dot{cursor:pointer;background:#fff9;border:none;border-radius:9999px;width:.625rem;height:.625rem;margin:0;padding:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 8px #00000026}.carousel-dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dot.active{background:#fff;width:2rem;box-shadow:0 4px 16px #3b82f666}@keyframes slideIn{0%{opacity:0;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.carousel-nav{padding:.5rem}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-nav svg{width:20px;height:20px}}@media (max-width:480px){.carousel-nav{padding:.4rem}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-nav svg{width:18px;height:18px}.carousel-dot{width:.5rem;height:.5rem}.carousel-dot.active{width:1.5rem}}
.services-divider{opacity:.8;border:none;border-top:3px solid #3b82f6;max-width:200px;margin:0 auto 3rem}.services-title-divider{opacity:.8;border:none;border-top:3px solid #000;max-width:200px;margin:0 auto 2rem}.services-container{justify-content:center;align-items:stretch;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1.5rem;display:flex}.service-box{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex:1;min-width:250px;max-width:300px;padding:2rem;transition:all .3s;box-shadow:0 2px 4px #0000000d}.service-box:hover{border-color:#cbd5e1;transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.service-icon{margin-bottom:1rem;font-size:3.5rem;transition:transform .3s}.service-box:hover .service-icon{transform:scale(1.15)}.service-title{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-description{color:#475569;font-size:.875rem;line-height:1.6}@media (max-width:1200px){.services-container{flex-wrap:wrap;justify-content:center;gap:2rem}}@media (max-width:768px){.services-container{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem}.service-box{width:100%;max-width:400px}}
