/**
 * MD Care Landing Pages - Styleshee
 *
 * Custom styles for landing pages
 */

/* ==========================================================================
   Base & Typography
   ##04175D
   ========================================================================== */

html, body {
    font-family: 'SVN Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0 !important;
    padding: 0;
}

body.md-care-landing {
    padding-top: 0;
}

body.md-care-landing h1, body.md-care-landing h2, body.md-care-landing h3, body.md-care-landing h4, body.md-care-landing h5, body.md-care-landing h6 {
    font-family: 'SVN Quiche Sans', 'SVN Poppins', sans-serif !important;
}

body #section_695751167 .section-bg-overlay {
    background-color: #000a2e !important;
}
body #section_1253140985 .section-bg-overlay {
    background-color: #000a2e !important;
    
}
body #footer .section-bg-overlay {
    background-color: #000a2e !important;   
}

body footer .text > * {
    color: #fff !important
}
/* ==========================================================================
   Container & Layou
   ========================================================================== */

.md-landing-wrapper {
    max-width: 2700px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.md-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Ensure sections are visible below header */
.md-landing-wrapper section {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Hero Section with Slideshow
   ========================================================================== */

.md-hero-section {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
    height: auto;
    overflow: hidden;
    background: #000;
}

/* Slideshow Container */
.md-hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Individual Slides */
.md-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    will-change: opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.md-hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.md-hero-slide.transitioning {
    opacity: 0;
    z-index: 1;
}

/* Hero Images */
.md-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* No overlay - clean image display */

.md-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.md-hero-title {
    font-size: 52px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.md-hero-subtitle {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 30px;
    opacity: 0.95;
    color: #D4AF37;
}

.md-hero-description {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

/* Slide Indicators */
.md-hero-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none; /* Hidden - no indicators */
    gap: 12px;
}

.md-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    outline: none;
}

.md-indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

.md-indicator.active {
    background: #D4AF37;
    border-color: #D4AF37;
    width: 32px;
    border-radius: 6px;
}

/* Responsive */


/* ==========================================================================
   Section Titles
   ========================================================================== */

.md-section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px;
    color: #333;
}

/* ==========================================================================
   Features Section
   ========================================================================== */

.md-features-section {
    padding: 80px 0;
    background: #f9fafb;
}

.md-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.md-feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.md-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.md-feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #667eea;
}

.md-feature-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #333;
}

.md-feature-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* ==========================================================================
   Products Section
   ========================================================================== */

/* ==========================================================================
   Products Section - Premium Medical Skincare
   ========================================================================== */

.md-products-section {
    padding: 100px 0;
    background: #ffffff;
}

/* Section Header */
.md-products-header {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 80px;

}

.md-products-title {
    font-family: 'SVN Quiche Sans', serif, sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #04175D;
    margin: 0 0 30px;
    line-height: 1.2;
}

.md-products-description {
    font-family: 'SVN Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

/* Products Grid */
.md-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

/* Product Card */
.md-product-card {
    position: relative;
    background: #F4F4F4;
    /* border-radius: 16px; */
    overflow: hidden;
    box-shadow: 0 0px 20px 1px rgb(105 105 105 / 35%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}
.md-product-card, .md-product-card *{
    text-decoration: none !important;
}

/* Background Image (shows on hover) */
.md-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.md-product-card[data-product="pro-retinol-06"] .md-product-bg {
    background-image: url('../images/md-pro/bg-pro-0.6.webp');
}

.md-product-card[data-product="pro-retinol-10"] .md-product-bg {
    background-image: url('../images/md-pro/bg-pro-1.0.webp');
}

.md-product-card[data-product="epi-procare-cream"] .md-product-bg {
    background-image: url('../images/md-pro/bg-pro-cream.webp');
}

/* Product Content */
.md-product-content {
    position: relative;
    z-index: 2;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

/* Product Name */
.md-product-name {
    font-family: 'SVN Quiche Sans', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    
    text-transform: uppercase;
    color: #04175D;
    margin: 0 0 20px;
    transition: color 0.4s ease;
}

/* Product Image */
.md-product-image {
    width: 100%;
    max-width: 160px;
    margin: 0 0 30px;
}

.md-product-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 55/100;
    object-fit: cover;
}

/* Product Description */
.md-care-landing .md-product-subname{
    font-family: 'SVN Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px;
    text-align: left;
    line-height: 1.4;
}

.md-product-desc {
    font-weight: 400;
    font-family: 'SVN Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 18px;
    flex: 1;
    transition: color 0.4s ease, opacity 0.4s ease;
    text-align: justify;
}

/* CTA Button */
.md-product-cta {
    display: inline-block;
    padding: 8px 30px;
    font-family: 'SVN Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    background: transparent;
    transition: all 0.4s ease;
    cursor: pointer;
}

/* Hover State */
.md-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 10, 46, 0.2);
}

.md-product-card:hover .md-product-bg {
    opacity: 1;
}

.md-product-card:hover .md-product-name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(227, 200, 128) 0%, rgb(239, 228, 166) 43.75%, rgb(198, 154, 80) 84.13%) text;
}

.md-product-card:hover .md-product-desc {
    color: rgba(255, 255, 255, 0.9);
}
.md-product-card:hover .md-product-subname {
    color: rgba(255, 255, 255, 0.9);
}

.md-product-card:hover .md-product-cta {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.md-product-card:hover .md-product-cta:hover {
    background: #051752;
    border-color: transparent;
    color: #ffffff;
}

/* Responsive */

/* ==========================================================================
   Products Grid Slider (Mobile)
   ========================================================================== */

.md-products-grid-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin: 0 auto;
}

.md-products-slider-track {
    display: contents;
}

/* Mobile Slider */
@media (max-width: 768px) {
    .md-products-section-slide .md-container{
        padding: 0 !important;
    }

    .md-products-section-slide .md-product-content {    
        padding: 15px;
    }
    .md-products-section-slide .md-product-card {
        position: relative;
        background: #F4F4F4;
        /* border-radius: 16px; */
        overflow: hidden;
        box-shadow: 0 0px 7px 1px rgb(105 105 105 / 35%);
    }
    .md-products-section-slide .md-product-image{
        max-width: 130px;
        margin: 0 0 10px;
    }
    .md-products-grid-slider {
        display: block;
        overflow: hidden;
        padding: 10px 0 ;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .md-products-slider-track {
        display: flex;
        gap: 30px;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        touch-action: pan-y;
    }

    .md-products-slider-track .md-product-card {
        flex: 0 0 70%;
        min-width: 70%;
        scroll-snap-align: center;
    }

    .md-products-slider-track .md-product-card:first-child {
        margin-left: 15%;
    }

    .md-products-slider-track .md-product-card:last-child {
        margin-right: 15%;
    }
}

/* ==========================================================================
   Video Section - Optimized Performance
   ========================================================================== */

.md-video-section {
    background: #000;
}

.md-video-container {
    max-height: 1280px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
}

.md-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
    transform: translateZ(0);
}

/* Performance optimizations */

/* Mobile optimization - reduce video quality on small screens */

/* ==========================================================================
   Technology Section - Premium Medical Design
   ========================================================================== */
.md-technology-section-12 {
 position: relative;
}
.ms-image-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42vw;
    height: auto;
    z-index: 9;
    pointer-events: none;
    max-width: 690px;
}

/* Gradient Text Utility */
.md-gradient-text {
    background: linear-gradient(90deg, #E3C880 0%, #EFE4A6 43.75%, #C69A50 84.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.md-technology-section-1 {
    padding: 100px 0;
    background: #000;
    background-image: url('../images/md-pro/technology-bg-01.webp');
    background-position: center center;
    background-size: cover;
    color: #fff;
}
.md-dna-tech-button {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    font-family: 'SVN Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    background-image: url('../images/md-pro/bg-dna-tech-button.webp');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    white-space: nowrap;

}
.md-tech-desc {
    font-family: 'SVN Poppins', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 10px;
    text-align: justify;
}
.md-tech-desc b {
    font-weight: 500;
}

/* Section Header */
.md-tech-header {
    text-align: center;
    margin-bottom: 80px;
}

.md-tech-title {
    font-family: 'SVN Quiche Sans', serif, sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0;
    position: relative;
    display: inline-block;
}

.md-technology-section-3 {
    padding: 100px 0;
    background: #000;
    background-image: url('../images/md-pro/tech/bg-tech-3.webp');
    background-position: center center;
    background-size: cover;
    color: #fff;
}
.md-technology-section-3 .md-tech-grid{
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
}
.md-technology-section-3 .md-tech-left img {
    width: 75%;
    height: auto;
    object-fit: cover;

}
/* ==========================================================================
   Technology Section - Flex 7:5 Layou
   ========================================================================== */

.md-tech-grid-2col {
    display: flex;
    gap: 60px;
    align-items: stretch;
}
.md-tech-col-5 {
    flex: 5;
}

.md-tech-col-left {
    flex: 7;
}

.md-tech-col-right {
    flex: 5;
}

.md-tech-col {
    display: flex;
    flex-direction: column;
}

.md-tech-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.md-technology-section-2 .md-tech-desc{
    color: #000;
    font-weight: 400;
}

.md-technology-section-2 {
    padding: 80px 0 0 0;
}

.md-technology-section-2 .md-tech-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
}

/* ==========================================================================
   Technology Full-Width Slider
   ========================================================================== */

.md-tech-fullwidth-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 1728 / 368;
    overflow: hidden;
    background: #04175D;
    margin-top: 60px;
}

.md-tech-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}

.md-tech-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
                transform 1.2s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 1.2s;
    will-change: opacity, transform;
}

.md-tech-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
                transform 1.2s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0s;
    z-index: 2;
}

.md-tech-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.md-technology-section-1 .md-tech-grid .md-tech-col.md-tech-col-left{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* ==========================================================================
   CLINICAL PROOF SECTION
   ========================================================================== */

.md-clinical-section {
    padding: 100px 0 40px 0;
    background: #ffffff;
}

.md-clinical-title {
    font-family: 'SVN Quiche Sans', serif !important;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #04175D;
    text-transform: uppercase;
    
    margin: 0 0 80px;
}

/* Main Content Layout */
.md-clinical-content {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

/* Before/After Slider */
.md-clinical-slider {
    flex: 1;
    position: relative;
}

/* Navigation Arrows */
.md-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
}

.md-slider-arrow:hover {
    background: #04175D;
    border: 2px solid #04175D;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(4, 23, 93, 0.3);
}

.md-slider-arrow:hover img {
    filter: brightness(0) invert(1);
}

.md-slider-arrow-left {
    left: -50px;
}

.md-slider-arrow-right {
    right: -50px;
}

.md-slider-arrow img {
    width: 50px;
    height: 50px;
    transition: filter 0.3s ease;
}

.md-before-after-container {
    position: relative;
    /* margin-bottom: 30px; */
    /* min-height: 400px; */
}

.md-comparison-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 3fr 2fr;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1) translateY(0px);
    /* transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s 0.5s; */
}

.md-comparison-images.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
    /* transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s 0s; */
    position: relative;
}

.md-comparison-image {
    flex: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.md-comparison-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 485 / 600;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

/* Slider Dots */
.md-care-landing .md-slider-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.md-care-landing .md-dot {
    
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D4D4D4;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    min-height: 0 !important;
    margin: 0 !important;
}

.md-care-landing .md-dot:hover {
    background: #04175D;
    transform: scale(1.2);
}

.md-care-landing .md-dot.active {
    width: 30px;
    border-radius: 5px;
    background: #04175D;
}

/* Product Image */
.md-clinical-product {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.md-product-bottle {
    width: 280px;
    height: auto;
    object-fit: contain;
}

/* Result Metrics */
.md-clinical-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-top: 60px;
}

.md-result-metric {
    text-align: center;
}

.md-result-number {
    font-size: 92px;
    font-weight: 400;
    color: #04175D;
    line-height: 1;
    margin-bottom: 20px;
}

.md-clinical-results .md-result-title {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: 'SVN Poppins', sans-serif !important;
}

.md-result-desc {
    font-family: 'SVN Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */



/* ========================================
   TESTIMONIAL SECTION - Swiper
   ======================================== */

.md-testimonial-section {
    padding: 40px 0 100px;
    background: #ffffff;
    overflow: visible;
}

.md-testimonial-section-title {
    font-family: 'SVN Quiche Sans', serif !important;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #04175D;
    margin: 0 0 60px;
}

/* Swiper Container */
.md-testimonial-slider {
    padding: 20px 25px 50px 25px !important;
        margin-right: -20px !important;
        margin-left: -20px !important;
    overflow: visible;
}

.md-testimonial-slider .swiper {
    overflow: visible;
}

.md-testimonial-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: auto;
    
}

.md-testimonial-slider .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

/* Testimonial Card as Swiper Slide */
.md-testimonial-card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

/* Avatar */
.md-testimonial-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f3f4f6;
}

.md-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Doctor Name */
.md-testimonial-name {
    font-family: 'SVN Quiche Sans', serif !important;
    font-size: 19px;
    letter-spacing: -0.5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #04175D;
    margin: 0 0 20px;
}

/* Quote */
.md-testimonial-quote {
    font-family: 'SVN Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin: 0 0 30px;
    text-align: justify;
    flex: 1;
}

/* CTA Button */
.md-testimonial-cta {
    display: inline-block;
    padding: 10px 32px;
    border: 2px solid #dfdfdf;
    border-radius: 8px;
    font-family: 'SVN Poppins', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    width: fit-content;
    align-self: center;
}

.md-testimonial-cta:hover {
    background: #04175D;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(4, 23, 93, 0.2);
}

/* Swiper Pagination Dots */
/* Testimonial Navigation Arrows */
.md-testimonial-slider .md-testimonial-prev,
.md-testimonial-slider .md-testimonial-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #ffffff;
    border: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #04175D;
    padding: 10px;
    margin: 0 !important;
}
.md-testimonial-slider .md-testimonial-prev {
    left: 1px;
}
.md-testimonial-slider .md-testimonial-next {
    right: 1px;
}
.md-testimonial-slider .swiper-button-next:after, 
.md-testimonial-slider .swiper-button-prev:after {
    display: none;
}

.md-testimonial-prev:hover,
.md-testimonial-next:hover {
    background: #ffffffff;
    /* border-color: ; */
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.md-testimonial-prev.swiper-button-disabled,
.md-testimonial-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}


.md-testimonial-prev img, .md-testimonial-next img {
    width: 100%;
    /* height: 24px; */
    transition: fill 0.3s ease;
}


.md-testimonial-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    
}

.md-testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

.md-testimonial-dot:hover {
    transform: scale(1.2);
    background: #9ca3af;
}

.md-testimonial-dot.active {
    background: #04175D;
    width: 32px;
    border-radius: 6px;
}

/* ========================================
   TESTIMONIAL RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .md-testimonial-section-title {
        font-size: 36px;
        margin: 0 0 40px;
    }
    
    .md-testimonial-slider {
        padding: 0 15px 50px;
    }
    
    .md-testimonial-prev {
        left: -10px;
    }
    
    .md-testimonial-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .md-testimonial-section {
        padding: 40px 0 60px;
    }
    
    .md-testimonial-section-title {
        font-size: 32px;
        margin: 0 0 30px;
    }
    
    .md-testimonial-slider {
        padding: 0 10px 40px;
    }
    
    .md-testimonial-card {
        padding: 30px;
        border-radius: 16px;
    }
    
    .md-testimonial-prev,
    .md-testimonial-next {
        width: 40px;
        height: 40px;
    }
    
    .md-testimonial-prev svg,
    .md-testimonial-next svg {
        width: 20px;
        height: 20px;
    }
    
    .md-testimonial-prev {
        left: 5px;
    }
    
    .md-testimonial-next {
        right: 5px;
    }
    
    .md-testimonial-avatar {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
    }
    
    .md-testimonial-name {
        font-size: 20px;
        margin: 0 0 15px;
    }
    
    .md-testimonial-quote {
        font-size: 15px;
        margin: 0 0 20px;
    }
    
    .md-testimonial-cta {
        font-size: 15px;
        padding: 8px 24px;
    }
}


