   body { font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
        .glass-nav { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); }
        .hero-gradient { background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6)); }
        .swiper-pagination-bullet-active { background: #f97316 !important; }
        /* Custom mobile menu transition */
        #mobile-menu { transition: all 0.3s ease-in-out; }
        #mobile-menu.hidden { display: none; }

    .active-info-btn {
        background-color: #172554; /* blue-950 */
        color: white;
        border-color: #172554;
    }

    /* Styling to make pagination look better on light background */
    .destSwiper .swiper-pagination-bullet-active {
        background: #1e1b4b !important; /* text-blue-950 */
    }
    .destSwiper .swiper-button-next:after, .destSwiper .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }

    