/* ========================================
   Testimonials Section Styles
   ======================================== */

/* Section Container */
.testimoni-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.testimoni-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.testimoni-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimoni-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #243E93;
    margin-bottom: 15px;
}

.testimoni-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/* Slider Container */
.testimoni-slider {
    margin-top: 60px;
    position: relative;
}

.testimoni-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.testimoni-track::-webkit-scrollbar {
    display: none;
}

/* Card Styles */
.testimoni-card {
    min-width: 350px;
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.testimoni-card:hover {
    border-color: #F36D21;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Card Header */
.testimoni-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.testimoni-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #243E93 0%, #4a5fc1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    flex-shrink: 0;
}

.testimoni-info {
    flex: 1;
}

.testimoni-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px 0;
    color: #243E93;
}

.testimoni-designation {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    opacity: 0.8;
    margin: 0;
}

/* Content */
.testimoni-content {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    font-size: 15px;
}

/* Rating */
.testimoni-rating {
    margin-top: 20px;
    color: #F36D21;
    font-size: 18px;
}

/* Navigation Dots */
.testimoni-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimoni-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.testimoni-dot.active {
    background: #F36D21;
    width: 30px;
    border-radius: 5px;
}

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

/* Tablet View */
@media (max-width: 1024px) {
    .testimoni-section {
        padding: 60px 0;
    }
    
    .testimoni-container {
        padding: 0 15px;
    }
    
    .testimoni-card {
        min-width: 320px;
        padding: 25px;
    }
    
    .testimoni-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .testimoni-subtitle {
        font-size: 16px;
    }
}

/* Mobile View - Large */
@media (max-width: 768px) {
    .testimoni-section {
        padding: 50px 0;
    }
    
    .testimoni-header {
        margin-bottom: 40px;
    }
    
    .testimoni-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .testimoni-slider {
        margin-top: 40px;
    }
    
    .testimoni-track {
        gap: 20px;
    }
    
    .testimoni-card {
        min-width: 280px;
        padding: 20px;
    }
    
    .testimoni-card-header {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .testimoni-avatar {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .testimoni-name {
        font-size: 16px;
    }
    
    .testimoni-designation {
        font-size: 13px;
    }
    
    .testimoni-content {
        font-size: 14px;
    }
    
    .testimoni-rating {
        margin-top: 15px;
        font-size: 16px;
    }
    
    .testimoni-dots {
        margin-top: 25px;
        gap: 8px;
    }
}

/* Mobile View - Small */
@media (max-width: 480px) {
    .testimoni-section {
        padding: 40px 0;
    }
    
    .testimoni-container {
        padding: 0 10px;
    }
    
    .testimoni-header {
        margin-bottom: 30px;
    }
    
    .testimoni-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    
    .testimoni-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .testimoni-slider {
        margin-top: 30px;
    }
    
    .testimoni-track {
        gap: 15px;
        padding: 0 5px 10px;
    }
    
    .testimoni-card {
        min-width: 260px;
        padding: 18px;
        border-radius: 12px;
    }
    
    .testimoni-card:hover {
        transform: translateY(-3px);
    }
    
    .testimoni-card-header {
        gap: 10px;
    }
    
    .testimoni-avatar {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .testimoni-name {
        font-size: 15px;
    }
    
    .testimoni-designation {
        font-size: 12px;
    }
    
    .testimoni-content {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .testimoni-rating {
        margin-top: 12px;
        font-size: 15px;
    }
    
    .testimoni-dots {
        margin-top: 20px;
    }
    
    .testimoni-dot {
        width: 8px;
        height: 8px;
    }
    
    .testimoni-dot.active {
        width: 24px;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .testimoni-card {
        min-width: 240px;
        padding: 15px;
    }
    
    .testimoni-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .testimoni-content {
        font-size: 12px;
    }
}