/* Custom Font */
body {
    font-family: 'Montserrat', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

/* Swiper Pagination Customization */
.swiper-pagination-bullet-active {
    background: #FFC107 !important;
}

/* Hero Section */
.hero-bg {
    background-color: #2a2a2a;
    /* Image set inline in HTML for PHP optimization */
    background-size: cover;
    background-position: center;
}


/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #FFC107;
}
