.swiper-pagination-bullet-active { background: #FF1F1F !important; }
.models-slider { padding-bottom: 50px !important; }

.bn-font { font-family: 'Hind Siliguri', sans-serif; }
.hero-gradient { background: radial-gradient(circle at 50% 50%, rgba(255, 31, 31, 0.12) 0%, transparent 70%); }
.glass { background: rgba(0, 13, 26, 0.8); backdrop-filter: blur(15px); }
.bike-float { animation: float 4s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-20px) rotate(2deg); } }

.social-icon {@apply w-11 h-11 rounded-full flex items-center justify-center border border-white/10 transition-all duration-300 hover:bg-red hover:border-red hover:-translate-y-1;}
