.banner-section {
    background-image: url(/wp-content/uploads/2026/01/Testimonial-Banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px;
}


.breadcrumb-area .container {
    padding: 0px;
}

.banner-succes-section {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(207, 215, 221, 0.6);
    padding: 10px;
}

.feedback-head {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
}

.feedback-head a {
    text-decoration: none;
    color: #FFFFFF;
}

.feedback-head a:hover {
    color: #FFFFFF;
}

button.btn-feed {
    background: #1e3a8a;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

.review-card {
    background-color: #F9FAFB;
    border-radius: 20px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    min-height: 395px;
    margin-bottom: 40px;
}

.review-card-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.review-card-logo {
    height: 54px;
    overflow: hidden;
}

.review-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-comment p {
    font-size: 24px;
    font-weight: 400;
    color: #101828;
}

.review-info h6 {
    font-size: 16px;
    color: #101828;
    font-weight: 400;
    margin-bottom: 4px;

}

.review-info span {
    font-size: 16px;
    color: #667085;
    font-weight: 400;
}

.review-info img {
    margin-top: 15px;
}

.Review-main-section {
    margin-bottom: 80px;
}

.select-wrap {

    position: relative;
    display: inline-block
}

.select-wrap::after {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/filter-chev.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


select.scholar-num-select {
    width: 140px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    border: 1px solid #173e792e;
    border-radius: 9px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 35px 8px 15px;
    background: #fff;
    cursor: pointer;
}


.select-wrap {
    position: relative;
    display: inline-block
}


span.filter-count {
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    margin-left: 20px;
}

.select-wrap::after {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/chev-down.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Pagination Start */
.pagination {

    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
}

.pagination button {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.pagination button:hover {
    border-color: #1e3a8a;
    color: #1e3a8a;
}

.pagination button.active {
    background: #1e3a8a;
    color: #fff;
    border-color: #1e3a8a;
}

.pagination span.dots {
    padding: 0 8px;
    color: #1e3a8a;
    font-weight: bold;
}

/* Mobile */

.mobile-pagination-btn {
    display: flex;
}

.pagination button {
    border: 1px solid #ddd;
    background: #fff;
    width: 60px;
    height: 60px;
    color: #333;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.client-prof-pic {
    display: none;
}

.review-info {
    text-align: center;
}

.client-prof-pic {
    width: 64px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 16px;
}

.client-prof-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:1366px) and (min-width:1200px) {
    .review-comment p {
        font-size: 18px;
    }

    .review-card-logo {
        height: 48px;
    }

    .review-info span {
        font-size: 15px;
    }


}


@media (max-width:1199px) and (min-width:992px) {

    .pagination button {
        width: 50px;
        height: 50px;
    }

    .review-comment p {
        font-size: 18px;
    }

    .review-card-logo {
        height: 42px;
    }

    .review-info span {
        font-size: 13px;
    }

    .banner-section {
    padding: 138px 0px;
}

}

@media (max-width:991px) and (min-width:768px) {

    .pagination button {
        width: unset;
        height: unset;
    }

    .review-comment p {
        font-size: 18px;
    }

    .review-card-logo {
        height: 42px;
    }

    .review-info span {
        font-size: 13px;
    }
}

@media (max-width:991px) {
    .right-sidebar {
        margin-top: 50px;
        padding-left: 14px;
    }

    .page-title-heading {
        width: 100%;
    }

    .mobile-keyword {
        display: block;
        margin-bottom: 16px;
    }

    .mobile-keyword .filter-box input[type="text"] {
        width: 90%;
    }

    .degr-attendence h4 {
        font-size: 22px;
    }
   .banner-section {
    padding: 101px 0px;
}
}




@media (max-width:767px) {



    .breadcrumb-area .container {
        padding: unset;
    }

    .banner-section {
        background-image: url(/wp-content/uploads/2026/01/testimonials-mob-banner.png);
        padding: 152px 11px;
        background-position: center right;
    }

    .signin-cont h6 {
        color: white;
    }

    .site-header {
        padding: 16px 0px;
        margin-bottom: -86px;
    }

    .page-title-heading h1 {
        font-size: 32px;
        line-height: 42px;
    }


    .client-prof-pic {
        display: block;
    }



    .pagination {
        justify-content: center;
        flex-wrap: wrap;
        gap: 7px;
        padding: 5px 10px;
        border-radius: 12px;
    }

    .not-visible-mob {
        display: none;
    }

.scholar-num-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

}