body .grecaptcha-badge {
    display: none !important;
}

.swiper-auto-height .swiper-slide {
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .swiper-auto-mobile .swiper-slide {
        width: var(--width);
    }
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #f95b36;
    border-radius: 100px;
}
