/* Testimonial Section Widget Styles */
.elementor-widget-map-testimonial-section {


    .map-testimonial-section-widget {
        background-color: #181818;
        padding: 100px 0;
        width: calc(50vw + var(--content-width) / 2);
        margin: 0 0 0 auto;
        max-width: none;

        /* Left Column - Title & Subtitle */
        .testimonial-left-col {
            flex-shrink: 0;
            max-width: 424px;
        }

        /* Right Column - Testimonials */
        .testimonial-right-col {
            flex: 1;
            min-width: 0;
            overflow: hidden;
        }
    }


    /* Slider Wrapper */
    .testimonial-slider-wrapper {
        width: 100%;
    }

    .testimonial-swiper {
        width: 100%;
        overflow: visible;
    }

    .swiper-wrapper {
        display: flex;
    }

    .swiper-slide {
        height: auto;
        flex-shrink: 0;
        display: flex;
        align-items: stretch;
		width: 95%;
    }

    .swiper-slide > * {
        width: 100%;
    }

    /* Testimonial Card */
    .testimonial-card {
        backdrop-filter: blur(12px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Quote Marks */
    .testimonial-quote-open,
    .testimonial-quote-close {
        display: flex;
        align-items: center;
    }



    /* Testimonial Content */
    .testimonial-content {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .testimonial-text {
        letter-spacing: 0.25px;
    }

    /* Testimonial Footer */
    .testimonial-footer {
        display: flex;
        align-items: flex-end;
        gap: 35px;
    }

    .testimonial-photo-name {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .testimonial-photo {
        width: 100px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .testimonial-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .testimonial-quote-close {
        margin-left: auto;
    }

    /* Pagination */
    .testimonial-pagination {
        height: 32px;
        max-width: 12.625rem;
    }

    .testimonial-controls {
        display: flex;
        gap: 8px;
    }

    .testimonial-prev,
    .testimonial-next {
        width: 32px;
        height: 32px;
        border-radius: 70px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        transition: all 0.3s ease;
        padding: 0;
    }

    .testimonial-prev:hover,
    .testimonial-next:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .testimonial-counter {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #dadada;
        white-space: nowrap;
    }

    /* Single Testimonial Wrapper */
    .testimonial-single-wrapper {
        width: 100%;
    }

    /* Responsive Design */
    @media (max-width: 1199px) {
        .map-testimonial-section-widget {
            padding: 80px 48px;
            gap: 48px;
        }

        .testimonial-left-col {
            max-width: 350px;
        }

        .testimonial-title {
            font-size: 36px;
            line-height: 44px;
        }

        .swiper-slide {
            width: 380px;
        }

        .testimonial-card {
            padding: 40px;
            min-height: 420px;
        }
    }

    @media (max-width: 991px) {
        .map-testimonial-section-widget {
            flex-direction: column;
            padding: 60px 32px;
            gap: 40px;
        }

        .testimonial-left-col {
            max-width: 100%;
        }

        .testimonial-title {
            font-size: 32px;
            line-height: 40px;
        }

        .testimonial-subtitle {
            font-size: 13px;
            line-height: 20px;
        }

        .testimonial-right-col {
            width: 100%;
        }

        .swiper-slide {
            width: 100%;
        }

        .testimonial-card {
            padding: 32px;
            height: 100%;
        }

        .testimonial-text {
            font-size: 20px;
            line-height: 1.4;
        }

        .quote-mark {
            font-size: 60px;
            line-height: 66px;
        }
    }

    @media (max-width: 767px) {
        .map-testimonial-section-widget {
            padding: 40px 16px;
            gap: 24px;
        }

        .testimonial-left-col {
            max-width: 100%;
        }

        .testimonial-title {
            font-size: 24px;
            line-height: 32px;
        }

        .testimonial-subtitle {
            font-size: 12px;
            line-height: 18px;
        }

        .swiper-slide {
            width: 100%;
        }

        .testimonial-card {
            padding: 24px;
            min-height: auto;
            gap: 20px;
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.4;
        }

        .quote-mark {
            font-size: 48px;
            line-height: 56px;
        }

        .testimonial-footer {
            gap: 16px;
        }

        .testimonial-photo-name {
            gap: 12px;
        }

        .testimonial-photo {
            width: 60px;
            height: 60px;
        }

        .testimonial-name {
            font-size: 12px;
            line-height: 20px;
        }

        .testimonial-position {
            font-size: 10px;
            line-height: 14px;
        }

        .testimonial-pagination {
            margin-top: 12px;
        }

        .testimonial-controls {
            gap: 6px;
        }

        .testimonial-prev,
        .testimonial-next {
            width: 28px;
            height: 28px;
        }

        .testimonial-prev svg,
        .testimonial-next svg {
            width: 20px;
            height: 20px;
        }

        .testimonial-counter {
            font-size: 10px;
        }
    }

    @media (max-width: 575px) {
        .map-testimonial-section-widget {
            padding: 32px 12px;
        }

        .testimonial-title {
            font-size: 20px;
            line-height: 28px;
        }

        .testimonial-card {
            padding: 20px;
        }

        .testimonial-text {
            font-size: 14px;
        }

        .quote-mark {
            font-size: 40px;
            line-height: 48px;
        }
    }

    .chevron-icon.chevron-left {
        transform: rotate(180deg);
    }
}