﻿.mbtn {
    cursor: pointer !important;
    background: #900000;
    border-radius: 4px;
    padding: 10px 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 15%);
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 992px) {
    .HideEle {
        display: none;
    }

    .h3content {
        height: auto !important;
    }
}

.content::before {
    content: "";
    background: url(https://uiparadox.co.uk/public/templates/royalfare/v2/assets/media/banner/text-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

#HomeSlider {
    display: flex;
    padding: 0px;
    transform: translate(0px, 0.001px);
    width: 100vw;
    height: 100vh;
    background: radial-gradient(103.95% 102.72% at 53.02% 10.62%, rgba(255, 255, 255, 0.66) 0%, #F57A35 29.07%, #913908 83.9%, #FDAF84 100%), #FF5C00;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content {
    width: 50vw;
    padding: 0 0 0 5vw;
}

@media (max-width: 1199px) {
    .content {
        width: 100vw;
    }
}

.banner-title {
    font-family: "Oswald", sans-serif;
    font-size: 4.74vw;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.095vw;
}

.text-block {
    position: absolute;
    z-index: 10;
    top: 72px;
}

.cus-btn {
    border-radius: 10px;
    box-shadow: 0px 15px 30px 0px rgba(40, 37, 37, 0.5);
    padding: 0.417vw 1.25vw 0.417vw 0.417vw;
    transition: all 0.5s ease-in;
    font-size: 0.938vw;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in;
    width: fit-content;
    padding: 0.833vw 1.667vw;
    color: #FCFDFD;
    background: linear-gradient(99deg, #FF8946 -4.71%, #FF5C00 93.14%);
    box-shadow: 0px 15px 30px 0px rgba(255, 92, 0, 0.5);
}
/*------------------------*/
.about-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

/* ---- LEFT CARDS ---- */

.about-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.card-item {
    background: #f9e8e5;
    border-radius: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    max-width: 400px;
}

    .card-item img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 50px;
        min-height: 350px;
    }

/* rating circle */

.rating-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #d9532c;
    color: #d9532c;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    font-weight: 700;
}

/* ---- TEXT AREA ---- */

.about-text h2 {
    color: #d9532c;
    font-size: 36px;
    margin-bottom: 20px;
}

.about-text p {
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 600px;
}
/* button */
.ordernowbtn {
    font-family: none;
}

    .ordernowbtn:hover {
        transform: scale(1.01);
        background: #2e6da4;
    }
/* ---- RESPONSIVE ---- */
@media (min-width:600px) and (max-width: 900px) {
    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .card-item img {
        /*width: 60%;*/
    }

    .card-item img {
        width: 100%;
        height: 150px;
    }

    .card-item {
        width: 50%;
    }

    .about-cards {
        flex-direction: row;
    }
}

@media (max-width: 600px) {
    .card-item {
        flex-direction: column;
        gap: 15px;
        padding: 8px;
    }

        .card-item img {
            width: 100%;
            height: auto;
        }

    .rating-circle {
        margin: 0;
    }

    img.card-img-top {
        max-width: 100% !important;
    }

    .card .card-body h5.card-title {
        font-size: 16px !important;
        font-weight: 700 !important;
        min-height: 36px !important;
    }
    .about-cards {
        flex-direction: column;
    }
    .about-wrapper {
        grid-template-columns: 1fr;
    }
}

/* why choose us style*/
.why-choose-us {
    padding: 70px 20px;
    background: #fff7f3;
    border-top: 1px solid #ae9f9f99;
}

.why-title {
    text-align: center;
    font-size: 32px;
    color: #d9532c;
    margin-bottom: 40px;
}

.why-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.why-box {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

    .why-box img {
        width: 95px;
        height: 95px;
        object-fit: cover;
        margin-bottom: 10px;
        border-radius: 50%;
    }

    .why-box h3 {
        font-size: 18px;
        margin-bottom: 8px;
        color: #333;
        font-weight: 600;
    }

    .why-box p {
        font-size: 15px;
        color: #666;
        font-weight: 400;
        line-height: 25px;
    }

#ourmenuulSEC {
    border-top: 1px solid #ae9f9f99;
}

/* google review section style */
#google-reviews-slider {
    padding: 40px 15px;
    background: #f8f9fa;
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

    #google-reviews-slider h2 {
        text-align: center;
        margin-bottom: 20px;
    }

/* slider layout */
.slider-container {
    display: flex;
    align-items: center;
    position: relative;
}

.slider-wrapper {
    display: flex;
    gap: 20px;
    overflow: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

/* google style card */
.review-card {
    /*min-width: 100%;*/
    background: #fff;
    border-radius: 12px;
    padding: 18px 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.name {
    font-weight: bold;
    text-align: left;
}

.rating {
    font-size: 14px;
    display: block;
}

    .rating .active {
        color: #f4b400;
    }

.date {
    color: #777;
}

.review-text {
    font-size: 14px;
    color: #222;
    line-height: 1.4;
    text-align: left;
    min-height: 40px;
}

/* arrows */
.nav {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    cursor: pointer;
}

    .nav:hover {
        background: #f1f1f1;
    }

#people-review-section .item {
    padding: 0px 12rem;
}

.jtv-testimonial-block #quote-carousel .carousel-control.right, .jtv-testimonial-block #quote-carousel .carousel-control.left {
    top: 6%;
}

/* mobile */
@media(max-width: 700px) {
    .review-card {
        min-width: 100%;
    }

    #people-review-section .item {
        padding: 0px 5vh;
    }

    #review-outer-dv > h3 {
        font-size: 17px !important;
    }

    .review-text {
        min-height: 176px;
    }

    .jtv-testimonial-block #quote-carousel .carousel-control.left, .jtv-testimonial-block #quote-carousel .carousel-control.right {
        top: 30%;
    }
}

.jtv-testimonial-block #quote-carousel {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

#review-heading {
    font-weight: bold;
    text-decoration: underline;
}

hr {
    margin-top: 0px !important;
}


.see-more {
    cursor: pointer;
}

.google-g-multi {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 800;
    background: linear-gradient(127deg, #4285F4 0%, #4285F4 33%, #DB4437 25%, #DB4437 49%, #F4B400 46%, #F4B400 63%, #0F9D58 67%, #0F9D58 93%);
    -webkit-background-clip: text;
    color: transparent;
}

#people-review-section .carousel-control .fa {
    color: black;
}
.wc_content{
    padding:0px 0px !important;
}
