.testimonial-premium-card {
    background: rgba(58, 61, 116, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(58, 61, 116, 0.08);
    padding: 40px;
    border-radius: 30px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    overflow: hidden;
}

.testimonial-premium-card:hover {
    transform: translateY(-15px) scale(1.02);
    background: rgba(58, 61, 116, 0.07);
    border-color: #3a3d74;
    box-shadow: 0 25px 50px rgba(58, 61, 116, 0.15);
}

/* Quote & Glow Effect */
.quote-icon {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 80px;
    color: rgba(227, 30, 36, 0.1);
    z-index: 0;
}

.review-text {
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    font-weight: 400;
}

/* Client Info */
.client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dddddd !important;
    padding: 3px;
    background: #ffffff !important;
}

.sub-title-tag {
    color: #e31e24;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Special High-End Heading */
.section-heading {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    color: #3a3d74 !important;
    text-shadow: 0 0 20px rgba(58, 61, 116, 0.3);
}
.red-text {
    color: #e31e24;
    text-shadow: 0 0 20px rgba(227, 30, 36, 0.3);
}
.text-muted {
    color: #888 !important; 
}
/* Swiper Pagination Color */
.swiper-pagination-bullet-active {
    background: #e31e24 !important;
}

/* Card height management for slider */
.testimonialSwiper .swiper-slide {
    display: flex;
    height: auto;
}

.testimonial-premium-card {
    width: 100%;
}