body { font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
.swiper-pagination-bullet-active { background: #f97316 !important; }
[x-cloak] { display: none !important; }
        
/* Floating Animation for 12+ Badge */
@keyframes float {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, -15px); }
100% { transform: translate(0, 0px); }
}
.animate-float { animation: float 3s ease-in-out infinite; }
.counter-value { display: inline-block; }
.glass { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.2); }
.swiper-button-next::after, .swiper-button-prev::after { content: none !important; }

/* Card Hover Effects */
.service-card { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.service-card:hover { transform: translateY(-12px); box-shadow: 0 25px 50px -12px rgba(249, 115, 22, 0.2); }