.oct-testimonials {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
}

.oct-testimonials h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.oct-testimonials .subtitle {
    color: #666;
    margin-bottom: 50px;
}

.oct-slider {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.oct-card {
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
}

.oct-quote {
    background: #ff5a2c;
    color: #fff;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 20px;
}

.oct-content {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.oct-name {
    font-weight: 600;
    margin: 0;
}
.oct-testimonials {
    text-align: center;
}

.oct-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .4s ease;
}

/* .swiper-slide {
    opacity: .3;
    transform: scale(.9);
} */

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.quote {
    background: #ff5a2c;
    color: #fff;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.swiper-pagination-bullet-active {
    background: #000;
}
/* Allow side cards to be visible */
.oct-swiper {
    padding: 0 150px;   /* 👈 controls side cut */
    overflow: visible;
}

/* Each slide width */
.swiper-slide {
    width: 450px;       /* 👈 fixed card width */
    transition: all .4s ease;
}

/* Active center slide */
.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

/* Card design */
.oct-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

/* Quote circle */
.quote {
    width: 44px;
    height: 44px;
    background: #ff5a2c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* Pagination */
.swiper-pagination {
    margin-top: 40px;
}
.swiper-wrapper .oct-card {
    border: 1px solid #E6E6E6;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper-wrapper .swiper-slide {
    height: auto;
    display: flex;
}
.swiper-wrapper .oct-card .logo_tes {
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper-pagination {
    margin-top: 60px;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #272324;
    width: 20px;
    border-radius: 4px;
}
.oct-testimonials .oct-swiper {
    padding: 0px;
}
.oct-testimonials {
    padding: 80px 0px;
}



