.cusBtn{
    background: #BD9B60;
    color: #FFFFFF;
    padding: 5px 26px;
}

.reviewsContainer{
    border: 2px solid red;
    padding: 50px;
}

.reviewsCard{
    border: 2px solid green;
    padding: 50px;
}
.reviewsContainer {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    /* justify-content: center; */
}

.reviewCard {
    width: 33% !important;
    margin: 3%;
    box-sizing: border-box;
    border: 2px solid green;
    display: inline;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.reviewText {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.reviewName {
    font-weight: bold;
}

.reviewNationality {
    font-style: italic;
    color: gray;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .reviewCard {
        flex: 0 0 100%; /* Each card takes up 100% of the container width */
    }
}


                    /* Testimonals */
                        
.testimonial{
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    animation-name: titleSlide;
    animation-duration: 6s;
}
.small-container{
    /* border: 1px solid black; */
    flex: 1;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #012c64;
}
@media (max-width: 850px) {
    .testimonial{
        margin-top: 30px;
        width: 100%;
        box-sizing: border-box;
        display: grid;
        animation-name: titleSlide;
        animation-duration: 6s;
    }
    .small-container{
        /* border: 1px solid black; */
        flex: 1;
        width: 70%;
        margin: auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #012c64;
    }
}
.rating{
    text-align: center;
}
.rating-img-div{
    text-align: center;
    border-radius: 50%;
}
.small-container > p{
    text-align: center;
    width: 50%;
    margin: auto;
}
.rating-img-div > img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}

.video-tal{
    height: 100% !important;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
video{
    /* height: 100%; */
    max-width: 100%; /* Ensure the video scales within its container */
    max-height: 100%;
}

            /* ELEMENT, GOLD BUTTON */
.CertifiedBtn:hover {
    z-index: 10;
    background-color: rgb(189, 155, 96);
    font-family: Nunito Sans;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 51px;
    letter-spacing: 1.6857px;
    font-weight: 700;
    font-size: 10px;
    padding-left: 34px;
    padding-right: 34px;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
}

            /* ELEMENT OF WHITE BUTTON */

element {
    margin: 20px !important;

    color: #fff;

    padding: 10px !important;

    border: 4px #fff solid !important;

    cursor: pointer;
    
}

.rev-btnr {
    transition: all 0.3s ease-in-out !important;
}

.rev-btnr:hover {
    color: #fff;
    background-color: transparent !important;
    border: 4px #fff solid !important;
    cursor: pointer;
}
.rs-wclickaction{
    cursor: pointer !important;
}