/* Testimonials Section Styling */
.xplore-testimonials-section {
    padding: 80px 0;
}

.xplore-testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xplore-testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.xplore-testimonials-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1C48B2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.xplore-testimonials-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 15px 0;
}

.xplore-testimonials-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.xplore-testimonials-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.xplore-testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
}

.xplore-testimonial-slide {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .xplore-testimonial-slide {
        width: 50%;
        flex: 0 0 50%;
    }
    
    .xplore-testimonials-track {
        width: 100%;
    }
}

.xplore-testimonial-card {
    background: #ECFAFF;
    padding: 30px 25px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xplore-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.xplore-quote-icon {
    position: absolute;
    font-size: 3rem;
    color: #1C48B2;
    font-weight: 700;
    line-height: 1;
}

.xplore-quote-open {
    top: 10px;
    left: 15px;
}

.xplore-quote-close {
    bottom: 10px;
    right: 15px;
}

.xplore-testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0 0 0px 0;
    padding: 0 30px;
}

.xplore-testimonial-author {
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}

.xplore-author-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.xplore-author-title {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.xplore-testimonials-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.xplore-pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #1C48B2;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.xplore-pagination-dot.active {
    background: #1C48B2;
}

.xplore-pagination-dot:hover {
    background: #1C48B2;
    opacity: 0.7;
}

/* Responsive Testimonials */
@media (max-width: 1200px) {
    .xplore-testimonials-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 992px) {
    .xplore-testimonials-title {
        font-size: 2rem;
    }
    
    .xplore-testimonial-slide {
        width: 33.333%;
        flex: 0 0 33.333%;
    }
    
    .xplore-testimonials-track {
        width: 133.333%;
    }
    
    .xplore-testimonial-card {
        padding: 25px 20px;
    }
    
    .xplore-testimonial-text {
        font-size: 0.95rem;
        padding: 0 25px;
    }
    
    .xplore-quote-icon {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .xplore-testimonials-section {
        padding: 60px 0;
    }
    
    .xplore-testimonials-container {
        padding: 0 20px;
    }
    
    .xplore-testimonials-header {
        margin-bottom: 50px;
    }
    
    .xplore-testimonials-title {
        font-size: 2rem;
    }
    
    .xplore-testimonials-subtitle {
        font-size: 1rem;
    }
    
    .xplore-testimonial-slide {
        width: 50%;
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    
    .xplore-testimonials-track {
        width: 100%;
    }
    
    .xplore-testimonial-card {
        padding: 30px 25px;
        width: 100%;
    }
    
    .xplore-testimonial-text {
        font-size: 1rem;
        padding: 0 25px;
    }
    
    .xplore-quote-icon {
        font-size: 3rem;
    }
    
    .xplore-testimonial-author {
        margin-top: 20px;
        padding: 0 10px;
    }
    
    .xplore-author-name {
        font-size: 1.1rem;
    }
    
    .xplore-author-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .xplore-testimonials-section {
        padding: 60px 0;
    }
    
    .xplore-testimonials-container {
        padding: 0 15px;
    }
    
    .xplore-testimonials-header {
        margin-bottom: 40px;
    }
    
    .xplore-testimonials-title {
        font-size: 1.8rem;
    }
    
    .xplore-testimonials-subtitle {
        font-size: 1rem;
    }
    
    .xplore-testimonial-slide {
        width: 50%;
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .xplore-testimonials-track {
        width: 200%;
    }
    
    .xplore-testimonial-card {
        padding: 25px 20px;
    }
    
    .xplore-testimonial-text {
        font-size: 0.95rem;
        padding: 0 20px;
    }
    
    .xplore-quote-icon {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .xplore-testimonials-section {
        padding: 40px 0;
    }
    
    .xplore-testimonials-container {
        padding: 0 10px;
    }
    
    .xplore-testimonials-title {
        font-size: 1.5rem;
    }
    
    .xplore-testimonials-subtitle {
        font-size: 0.9rem;
    }
    
    .xplore-testimonial-slide {
        width: 50%;
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 20px;
    }
    
    .xplore-testimonials-track {
        width: 200%;
    }
    
    .xplore-testimonial-card {
        padding: 15px 10px;
        border-radius: 8px;
    }
    
    .xplore-testimonial-text {
        font-size: 0.8rem;
        padding: 0 10px;
        line-height: 1.4;
    }
    
    .xplore-quote-icon {
        font-size: 1.5rem;
    }
    
    .xplore-quote-open {
        top: 8px;
        left: 8px;
    }
    
    .xplore-quote-close {
        bottom: 5px;
        right: 8px;
    }
    
    .xplore-testimonial-author {
        margin-top: 10px;
        padding: 0 5px;
    }
    
    .xplore-author-name {
        font-size: 0.9rem;
    }
    
    .xplore-author-title {
        font-size: 0.8rem;
    }
    
    .xplore-testimonials-pagination {
        margin-top: 20px;
        gap: 8px;
    }
    
    .xplore-pagination-dot {
        width: 8px;
        height: 8px;
    }
}
