
            .reviews-section {
                max-width: 1400px;
                margin: 0 auto;
                padding: 60px 20px;
                background: white;
                border-radius: 20px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                overflow: hidden;
            }

            .section-header {
                text-align: center;
                margin-bottom: 60px;
            }

            .section-title {
                font-size: 3rem;
                font-weight: 700;
                color: #2c3e50;
                margin-bottom: 20px;
                position: relative;
            }

            .section-title::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
                width: 100px;
                height: 4px;
                background: linear-gradient(90deg, #3498db, #2ecc71);
                border-radius: 2px;
            }

            .section-subtitle {
                font-size: 1.2rem;
                color: #7f8c8d;
                max-width: 600px;
                margin: 0 auto;
                line-height: 1.6;
            }

            /* Video Player Modal */
            .video-modal {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.9);
                z-index: 1000;
                justify-content: center;
                align-items: center;
            }

            .video-modal.active {
                display: flex;
            }

            .video-container {
                position: relative;
                width: 90%;
                max-width: 800px;
                aspect-ratio: 16/9;
            }

            .video-iframe {
                width: 100%;
                height: 100%;
                border: none;
                border-radius: 10px;
            }

            .close-button {
                position: absolute;
                top: -50px;
                right: 0;
                background: rgba(255, 255, 255, 0.2);
                color: white;
                border: none;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                cursor: pointer;
                font-size: 20px;
                display: flex;
                align-items:  center;
                justify-content: center;
                transition: background 0.3s ease;
            }

            .close-button:hover {
                background: rgba(255, 255, 255, 0.3);
            }

            /* Slider Styles */
            .video-slider-container {
                position: relative;
                overflow: hidden;
                background: #f8f9fa;
                border-radius: 15px;
                padding: 40px 0;
            }

            .video-slider {
                display: flex;
                animation: slideLeft 40s linear infinite;
                gap: 20px;
                padding: 0 20px;
            }

            .video-card {
                flex: 0 0 300px;
                background: white;
                border-radius: 12px;
                box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                transition: all 0.3s ease;
                cursor: pointer;
                position: relative;
            }

            .video-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            }

            .video-thumbnail {
                position: relative;
                width: 100%;
                height: 180px;
                overflow: hidden;
            }

            .video-thumbnail img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.3s ease;
            }

            .video-card:hover .video-thumbnail img {
                transform: scale(1.08);
            }

            .play-button {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 60px;
                height: 60px;
                background: rgba(231, 76, 60, 0.95);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
                box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
            }

            .play-button::after {
                content: '';
                width: 0;
                height: 0;
                border-left: 18px solid white;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                margin-left: 4px;
            }

            .video-card:hover .play-button {
                transform: translate(-50%, -50%) scale(1.15);
                background: rgba(231, 76, 60, 1);
                box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
            }

            @keyframes slideLeft {
                0% { transform: translateX(0); }
                100% { transform: translateX(-100%); }
            }

            .video-slider:hover {
                animation-play-state: paused;
            }

            .trust-indicators {
                display: flex;
                justify-content: center;
                gap: 50px;
                margin-top: 50px;
                padding: 30px;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                border-radius: 15px;
                color: white;
            }

            .trust-item {
                text-align: center;
            }

            .trust-number {
                font-size: 2.5rem;
                font-weight: 700;
                margin-bottom: 5px;
            }

            .trust-label {
                font-size: 0.9rem;
                opacity: 0.9;
            }


.slider-container {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

/* ===== SLIDES ===== */

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 67.5vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
    background-size: contain;
    background-position:top;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 8%;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* ===== BACKGROUND IMAGES ===== */

.slide:nth-child(1) {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/mayom/h1.jpg');
}

.slide:nth-child(2) {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/mayom/photo_6098058789966778139_y.jpg');
}

.slide:nth-child(3) {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/mayom/photo_6098058789966778140_y.jpg');
}

.slide:nth-child(4) {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/mayom/photo_6098058789966778141_y.jpg');
}

.slide:nth-child(5) {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/mayom/photo_6098058789966778142_y.jpg');
}

.slide:nth-child(6) {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/mayom/photo_6098058789966778143_y.jpg');
}

/* ===== CONTENT ===== */

.slide-content {
    max-width: 600px;
    color: #fff;
}

.slide-content h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 15px;
}

.slide-content p {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    margin-bottom: 20px;
}

.slide-content button {
    padding: 12px 22px;
    background: #007bff;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

/* ===== NAVIGATION DOTS ===== */

.navigation {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

.nav-dot.active {
    background: #fff;
}

/* ===== ARROWS ===== */

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

/* ===================================== */
/* MOBILE RESPONSIVE */
/* ===================================== */

@media (max-width: 768px) {

    .slider-container {
        height: 17vh;
        min-height: 150px;
    }

    .slide {
        justify-content: center;
        padding-left: 0;
        /*height: 0vh;*/
    }

    .slide-content {
        text-align: center;
        max-width: 90%;
    }

    .slide-content h2 {
        font-size: 22px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .arrow {
        font-size: 18px;
    }

    .nav-dot {
        width: 8px;
        height: 8px;
    }
}
            .healthcare-services-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.healthcare-service-item {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    text-align: center;
    width: 180px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e9ecef;
}

.healthcare-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.12);
    border-color: #007bff;
}

.healthcare-service-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3f2fd;
    border-radius: 50%;
}

.healthcare-service-icon svg {
    width: 24px;
    height: 24px;
    fill: #1976d2;
}

.healthcare-service-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #2c3e50;
    line-height: 1.3;
}

.healthcare-service-link {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.healthcare-service-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .healthcare-services-wrapper {
        gap: 10px;
        padding: 30px 15px;
    }
    
    .healthcare-service-item {
        width: calc(33.333% - 7px);
        padding: 20px 15px;
    }
    
    .healthcare-service-title {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .healthcare-service-item {
        width: calc(33.333% - 7px);
        padding: 18px 12px;
    }
    
    .healthcare-service-title {
        font-size: 12px;
    }
    
    .healthcare-service-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
    
    .healthcare-service-icon svg {
        width: 20px;
        height: 20px;
    }
}

        /* Popup Styles */
        #schedulePopup, #secondOpinionPopup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            max-width: 90%;
            max-height: 80%;
            overflow-y: auto;
            position: relative;
        }

        .popup-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 24px;
            cursor: pointer;
        }

        .schedule-table {
            width: 100%;
            border-collapse: collapse;
        }

        .schedule-table th, .schedule-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        .schedule-table th {
            background: #000d44;
        }
          .custom-btn {
            background: #28a745;
            color: #fff;
            padding: 1rem 2rem;
            position: relative;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 0 0.5rem;
        }
        .custom-btn:hover {
            background: #218838;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
        }

        #secondOpinionPopup .popup-content {
            width: 500px;
            max-width: 90%;
        }

        #secondOpinionPopup form div {
            margin-bottom: 15px;
        }

        #secondOpinionPopup label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        #secondOpinionPopup input, #secondOpinionPopup select, #secondOpinionPopup textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }

        #secondOpinionPopup button[type="submit"] {
            background: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
        }

        #secondOpinionPopup small {
            color: #666;
            display: block;
            margin-top: 5px;
        }
        