/* Hero Banner Slider Styles */
.banner-swiper {
    width: 100%;
    height: 500px;
    border: none;
}

.banner-slide {
    position: relative;
    overflow: hidden;
}

.banner-search-container {
    width: 100%;
    max-width: 1000px;
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #633194; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #4a246e; }

/* Swiper UI */
.swiper-pagination-bullet-active {
    background: #FFD100 !important;
}

/* Mega Menu Dropdowns */
.dropdown-menu {
    transition: all 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Mobile Optimizations */
@media (max-width: 1024px) {
    .dropdown-menu {
        max-height: 350px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        pointer-events: auto !important;
        z-index: 999 !important;
    }
    .dropdown-grid-container {
        max-height: none !important;
        overflow: visible !important;
        padding-bottom: 20px;
    }
}
