.dk-testimonials-wrapper-fb3bea4b {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 80px 20px;
    border-radius: 32px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    color: #1B2A41;
}

/* Background Options */
.dk-testimonials-wrapper-fb3bea4b.bg-type-solid {
    background-color: #FFFDF8;
}
.dk-testimonials-wrapper-fb3bea4b.bg-type-luxury_gradient {
    background: linear-gradient(135deg, #FFFDF8 0%, #FFFFFF 50%, #F7F8FA 100%);
    box-shadow: inset 0 0 100px rgba(14, 122, 75, 0.04);
}
.dk-testimonials-wrapper-fb3bea4b.bg-type-glassmorphism {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Header styling */
.dk-header-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}
.badge-header {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #0E7A4B;
    background: rgba(14, 122, 75, 0.08);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.main-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #1B2A41;
    margin-bottom: 20px;
}
.section-desc {
    font-size: 17px;
    color: #5A6E7F;
    line-height: 1.6;
}

/* Grid layout with custom CSS variables */
.grid-mode .dk-cards-track {
    display: grid;
    grid-template-columns: repeat(var(--desktop-cols, 3), 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

@media(max-width: 1024px) {
    .grid-mode .dk-cards-track {
        grid-template-columns: repeat(var(--tablet-cols, 2), 1fr);
    }
}
@media(max-width: 767px) {
    .grid-mode .dk-cards-track {
        grid-template-columns: repeat(var(--mobile-cols, 1), 1fr);
    }
}

/* Elegant luxury cards design */
.testimonial-card-fb3bea4b {
    background: #FFFFFF;
    border: 1px solid rgba(27, 42, 65, 0.06);
    border-radius: 24px;
    padding: 24px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-card-fb3bea4b:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(14, 122, 75, 0.08);
    border-color: rgba(14, 122, 75, 0.2);
}

/* Featured card special glow */
.testimonial-card-fb3bea4b.featured-card {
    border: 2px solid #D4AF37;
    box-shadow: 0 15px 45px rgba(212, 175, 55, 0.15);
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF5 100%);
    transform: scale(1.02);
}

/* Thumbnail and Play Area */
.card-video-header {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #000;
    cursor: pointer;
}
.patient-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.testimonial-card-fb3bea4b:hover .patient-thumbnail {
    transform: scale(1.06);
}
.play-trigger-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.play-btn-circle {
    width: 60px;
    height: 60px;
    background: #0E7A4B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(14, 122, 75, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.play-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #FFFFFF;
    margin-left: 4px;
}
.testimonial-card-fb3bea4b:hover .play-btn-circle {
    transform: scale(1.15);
    background: #D4AF37;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}
.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Patient Info styling */
.patient-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #1B2A41;
}
.verified-badge-icon {
    font-size: 14px;
    color: #0E7A4B;
    margin-left: 6px;
}
.disease-tag {
    font-size: 13px;
    font-weight: 600;
    color: #0E7A4B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #7D8E9E;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Review text body */
.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4A5B6C;
    font-style: italic;
    margin-bottom: 15px;
}
.star-rating-container {
    color: #D4AF37;
    font-size: 16px;
}

/* Extra Trust section statistics counters */
.dk-counters-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    max-width: 1100px;
    margin: 60px auto 0 auto;
    box-shadow: 0 15px 35px rgba(27, 42, 65, 0.03);
    border: 1px solid rgba(27, 42, 65, 0.04);
}
.counter-box {
    text-align: center;
    padding: 15px;
}
.counter-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #0E7A4B;
    margin-bottom: 5px;
}
.counter-label {
    font-size: 14px;
    color: #5A6E7F;
    margin: 0;
    font-weight: 600;
}

/* Bottom CTA styling */
.dk-bottom-cta {
    text-align: center;
    background: linear-gradient(135deg, #0E7A4B 0%, #084D2F 100%);
    border-radius: 24px;
    padding: 40px;
    max-width: 1000px;
    margin: 60px auto 0 auto;
    color: #FFFFFF;
    box-shadow: 0 20px 40px rgba(14, 122, 75, 0.2);
}
.cta-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFFFFF;
}
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cta-btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.primary-cta {
    background: #D4AF37;
    color: #1B2A41;
}
.primary-cta:hover {
    background: #F4CF57;
    transform: translateY(-2px);
}
.whatsapp-cta {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.whatsapp-cta:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* LUXURY NATIVE LIGHTBOX MODAL */
.dk-modal-overlay-fb3bea4b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 42, 65, 0.85);
    backdrop-filter: blur(10px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.dk-modal-overlay-fb3bea4b.active {
    display: flex;
    opacity: 1;
}
.dk-modal-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}
.dk-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: #FFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.dk-modal-close:hover {
    background: #D4AF37;
}
.dk-modal-content {
    width: 100%;
    height: 100%;
}
.dk-modal-content iframe,
.dk-modal-content video {
    width: 100%;
    height: 100%;
    border: none;
}
