#comments {
    display: none;
}



.section-title {
    background: linear-gradient(92.02deg, #FFFFFF 0.81%, #ABC4D0 98.05%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-title-small {
    background: linear-gradient(92.02deg, #FFFFFF 0.81%, #ABC4D0 98.05%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}


.rating-score {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 88px !important;
    line-height: 64px !important;
    background: linear-gradient(92.02deg, #FFFFFF 0.81%, #ABC4D0 98.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.rating-score .small {

    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 48px !important;
    line-height: 64px;
    background: linear-gradient(92.02deg, #FFFFFF 0.81%, #ABC4D0 98.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.section-grid {
    margin-top: 40px;
    display: flex;
    width: 100%;
    gap: 55px;
}

.rating-sec {
    width: 38%;
}

.image-section {
    width: 57%;
}

.media-images {
    display: flex;
    gap: 22px;
}

.media-images img {
    width: 33.33%;
    height: 277px;
    border-radius: 20px;
    object-fit: cover;
}

.media-images img.slick-slide {
    height: 277px !important;
    border-radius: 20px;
}

.media-images .slick-slide {
    margin-right: 22px;
    /* Adjust this value for desired gap */
}

.media-images .dashicons-arrow-left-alt2::before,
.media-images .dashicons-arrow-right-alt2:before {
    padding: 5px;
    background-color: #FFFFFF !important;
    border-radius: 5px;
    color: #1f3a56;
    opacity: 0;
}

.media-images:hover .dashicons-arrow-left-alt2::before,
.media-images:hover .dashicons-arrow-right-alt2::before {
    opacity: 1;
}



.reviews-grid {
    margin-top: 48px;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}


.review-card-custom {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 34px;
    background: transparent;
    min-height: 283px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.user-name {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: white;
}


.review-rating {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-family: 'DM Sans',sans-serif;
}


.review-text {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding-bottom: 20px;

}


.review-footer {
    display: flex;
    justify-content: end;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;

    color: #FFFFFF;

}


.pagination {

    display: flex;
    justify-content: space-between;
}

.pagination .pages {
    display: flex;
    align-items: center;
    gap: 8px;
    Font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF !important;
}

.pagination .current {
    background-color: #e0b95a;
    color: #1f3a56;
    border-radius: 9999px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pagination a,
.pagination p {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;

    color: #FFFFFF;

}

.pagination .next,
.pagination .prev {
    text-decoration: underline;
}

.pagination a:hover {
    color: #fff !important;
}

.reviews-label {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
}


.stars a{
    color: #fff;
}


.stars a:hover{
    color: #fff;
}

.comment-form-comment label{
    color: #fff;
}

.wcpr-comment-form-images label{
    color: #fff;
}


.comment-form-rating{
    margin-block: 30px;
}



#comment {
height: 230px !important;
resize: none;
background: transparent;
border: 1px solid #fff;
border-radius: 20px;
color: #fff;
margin-top: 10px;
}

.wcpr_image_upload{
    color: #fff;
}

#commentform input[type="submit"]{
     background-color: #E7D183 !important;
    color: #1f3a56 !important;
    font-family: 'Geist' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    color: #00334D !important;
    padding: 11px 25px 11px 25px !important;
    border: none !important;
    border-radius: 60px !important;
}








h1.title {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    max-width: 720px;
    color: #d1d9e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.avatars {
    display: flex;
    background: #d1d9e6;
    border-radius: 9999px;
    overflow: hidden;
    height: 40px;
}

.avatars img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}




h2.section-title {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 24px;
    color: #d1d9e6;
}

.ratings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}



.rating-bars {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #a0a9b8;
}

.rating-bar-row .star-count {
    width: 12px;
    text-align: right;
}

.rating-bar-bg {
    flex-grow: 1;
    height: 8px;
    background: #1f3a56;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
}



.btn-review {
    margin-top: 32px;
    background-color: #E7D183;
    color: #1f3a56;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #00334D;
    padding: 11px 11px 11px 25px;
    border: none;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
}

.btn-review:hover {
    color: #1f3a56;
    background-color: #fff;
}

#reply-title{
font-family: 'DM Serif Display';
font-style: normal;
font-weight: 400;
font-size: 34px;
line-height: 47px;
background: linear-gradient(92.02deg, #FFFFFF 0.81%, #ABC4D0 98.05%), #FFFFFF;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}


#comment-form-rating-label,
.wcpr-form-description{
    color: #fff;
}


.rating-bars {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #a0a9b8;
}

.rating-bar-row .star-count {
    width: 12px;
    text-align: right;
}

.rating-bar-bg {
    flex-grow: 1;
    height: 8px;
    background: #1f3a56;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
}

.rating-bar-fill {
    height: 8px;
    background: #e0b95a;
    border-radius: 9999px 0 0 9999px;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-bar-fill.five {
    width: 80%;
}

.rating-bar-fill.four {
    width: 12%;
}

.rating-bar-fill.three {
    width: 8%;
}

.rating-bar-fill.two {
    width: 4%;
}

.rating-bar-fill.one {
    width: 0%;
}

.rating-bar-row .count {
    width: 24px;
    text-align: right;
}



.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-icon {
    background: #d1d9e6;
    color: #1f3a56;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .media-images .dashicons-arrow-left-alt2::before,
.media-images .dashicons-arrow-right-alt2:before {
    padding: 5px;
    background-color: #FFFFFF !important;
    border-radius: 5px;
    color: #1f3a56;
    opacity: 1;
}
}



@media screen and (max-width:425px) {
    .reviews-grid {
    margin-top: 30px !important;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
      grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.section-grid{
    margin-top: 0px;
}
}