body {
    background-color: #f9feff !important;
}

.service-btn.active {
    background-color: #59595C !important;
    color: #fff !important;
    border: 1px solid #59595C !important;
    box-shadow: none !important;
}

.platform-btn.active {
    background-color: #A3A3A3 !important;
    color: #fff !important;
    border: 1px solid #A3A3A3 !important;
    box-shadow: none !important;
}

.review-type-check~.form-check-label {
    color: #59595C !important;
}

.review-type-check:checked~.form-check-label {
    color: #A3A3A3 !important;
}

.testimonial-item-container {
    border: 1px solid #F7F7F7;
    display: inline-block;
    position: relative;
}

.testimonial-item-container:hover {
    background: #eafffd !important;
}

.testimonial-content {
    column-gap: 35px;
    column-count: 3;
}

.testimonial-item {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .testimonial-content {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .testimonial-content {
        column-count: 1;
    }
}

.service-swiper {
    width: 100%;
    padding: 10px 0;
}

.service-swiper .swiper-slide {
    width: auto;
}

.form-check-input:checked {
    background-color: #A3A3A3;
    border-color: #A3A3A3;
}

.cursor-pointer {
    cursor: pointer;
}

/* Custom scrollbar for swiper */
.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #000;
    font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #000;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: white;
}

.swiper-button-disabled {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.swiper-button-prev {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
}

.swiper-button-next {
    right: 0px !important;
}

.swiper-button-prev {
    left: 0px !important;
}
