.testimonials-section {
    padding: 80px 0;
    background-color: #fff;
}

.testi-header {
    text-align: center;
    margin-bottom: 50px;
}

.testi-tag {
    color: #c08b47;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.testi-title {
    font-size: 36px;
    font-weight: 800;
    color: #0c203b; 
    margin-bottom: 10px;
}

.testi-subtitle {
    color: #555;
    font-size: 16px;
}

.testi-swiper {
    padding: 20px 40px 60px 40px !important;
}

.testi-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f9f9f9;
    transition: transform 0.3s ease;
}

.testi-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    color: #c08b47;
    line-height: 1;
    margin-bottom: 15px;
    height: 35px;
}

.testi-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.testi-divider {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 0 0 20px 0;
}

.testi-author h4 {
    font-size: 16px;
    color: #0c203b;
    margin-bottom: 3px;
    font-weight: 700;
}

.testi-author span {
    font-size: 13px;
    color: #888;
}

/* Swiper overrides */
.testi-swiper .swiper-button-next,
.testi-swiper .swiper-button-prev {
    color: #c08b47;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e0c6a3;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.testi-swiper .swiper-button-next {
    right: 0;
}

.testi-swiper .swiper-button-prev {
    left: 0;
}

.testi-swiper .swiper-button-next:after,
.testi-swiper .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}

.testi-swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.testi-swiper .swiper-pagination-bullet-active {
    background: #c08b47;
    width: 24px;
    border-radius: 4px;
}
