/* Custom Style Adjustments */
.swiper-pagination-bullet-active {
    background-color: #15803d !important;
    width: 24px !important;
    border-radius: 9999px !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #15803d;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #166534;
}