@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.testimonialSwiper .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 2rem;
    text-align: center;
}

.testimonialSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 8px !important;
    border-radius: 50%;
}

.testimonialSwiper .swiper-pagination-bullet-active {
    background: #3b82f6;
    width: 14px;
    height: 14px;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
}

.testimonialSwiper .swiper-pagination-bullet:hover {
    background: #64748b;
    transform: scale(1.2);
}

.testimonialSwiper .swiper-slide {
    transition: all 0.3s ease;
}

.testimonialSwiper .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.testimonialSwiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9) !important;
    opacity: 0.5 !important;
}

.roundtext {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 6px;
}

.footer-copyright p {
    text-align: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .footer-copyright p {
        text-align: end;
        width: auto;
    }
}
