/* SECTION BACKGROUND */
.clp-wrapper {
    
    padding: 0px 20px;
    position: relative;
}

/* INNER BOX */
.clp-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* TITLE */
.clp-title {
    font-size: 48px;
    font-weight: 700;
    color: #d4a017;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* TESTIMONIAL TEXT */
.clp-text {
    font-size: 20px;
    line-height: 1.8;
    color: #6b3c6e;
    margin-bottom: 25px;
}

/* CLIENT NAME */
.clp-name {
    font-size: 20px;
    font-weight: 600;
    color: #6b3c6e;
    margin-bottom: 40px;
}

/* ----------------------------- */
/* ARROWS */
/* ----------------------------- */

.swiper-button-prev,
.swiper-button-next {
    width: 45px!important;
    height: 45px!important;
    border: 2px solid #d4a017;
    border-radius: 50%;
    background: transparent;
    color: #d4a017;
    transition: 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #d4a017;
    color: #fff;
}

/* Remove default arrow icon size */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* Position arrows vertically centered */
.swiper-button-prev {
    left: 5%;
}

.swiper-button-next {
    right: 5%;
}
.swiper-button-prev:after,.swiper-button-next:after{
    font-size:24px!important;
    color: #d4a017!important;
}
/* ----------------------------- */
/* PAGINATION DOTS */
/* ----------------------------- */

.clp-wrapper .swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.clp-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e6c97a;
    opacity: 1;
    margin: 0 6px !important;
}

 .clp-wrapper .swiper-pagination-bullet-active {
    background: #d4a017;
}

/* ----------------------------- */
/* RESPONSIVE */
/* ----------------------------- */

@media (max-width: 768px) {

    .clp-title {
        font-size: 32px;
    }

    .clp-text {
        font-size: 16px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
}
