@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800&display=swap');

body { font-family: 'Plus Jakarta Sans', sans-serif; }

.swiper-pagination-bullet-active {
    background: #00AFEF !important;
    width: 30px !important;
    border-radius: 5px !important;
}

.hero-gradient {
    background: linear-gradient(to right, rgba(0, 175, 239, 0.9), rgba(92, 198, 208, 0.4));
}

#mobile-links-container a {
    color: white !important;
    font-size: 1.5rem;
    font-weight: 400;
    background: transparent !important; /* Remove the white background from desktop pill style */
    box-shadow: none !important;
}