@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');


body {
        margin: 0;
        font-family: "El Messiri", sans-serif !important;
}

h2 {

        font-size: 34px !important;
        line-height: 70px !important;
        color: #ffede1 !important;
        text-align: center !important;
}

@media(max-width:769px) {

        h2 {

                font-size: 35px !important;
                line-height: 50px !important;
        }
}

.c1 {

        color: #936900 !important;
}

/* Start new navbar */

.navigation {
        height: 55px;
        background: linear-gradient(45deg, #4199fe, #74b4fe);
}

.brand {
        position: absolute;
        padding-left: 20px;
        float: left;
        line-height: 55px;
        text-transform: uppercase;
        font-size: 1.4em;
}

.brand a,
.brand a:visited {
        color: #ffffff;
        text-decoration: none;
}

.nav-container {
        max-width: 1000px;
        margin: 0 auto;
}

nav {
        float: right;
}

nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

nav ul li {
        float: left;
        position: relative;
}

nav ul li a,
nav ul li a:visited {
        display: block;
        padding: 0 14px;
        font-size: 16px;
        /* color: #000; */
        font-family: "El Messiri", sans-serif !important;
        background: #262626;
        text-decoration: none;
}

nav ul li a {
        background: transparent;
        color: #FFF;
        transition: ease-in;
        transition-delay: 10s;
}

/* nav ul li a:hover, nav ul li a:visited:hover {
        background: #2581DC;
        color: #ffffff;
   } */
.navbar-dropdown li a {
        background: #2581DC;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
        padding-left: 4px;
        content: ' \025BE';
}

nav ul li ul li {
        min-width: 190px;
}

nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
}

.navbar-dropdown {
        position: absolute;
        display: none;
        z-index: 1;
        background: #fff;
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile navigation */
.nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        height: 55px;
        width: 70px;
}

@media only screen and (max-width: 800px) {
        .nav-mobile {
                display: block;
        }

        /* nav {
            width: 100%;
            padding: 55px 0 15px;
       } */
        nav ul {
                display: none;
        }

        nav ul li {
                float: none;
        }

        nav ul li a {
                padding: 15px;
                line-height: 20px;
                /* background: #262626; */
        }

        nav ul li ul li a {
                padding-left: 30px;
        }

        .navbar-dropdown {
                position: static;
        }

        .home1 {

                display: block !important;
        }
}

@media screen and (min-width:800px) {
        .nav-list {
                display: block !important;
        }

        .mobile {

                display: none !important;
        }

}

#navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
        top: -10px;
}

#navbar-toggle span:after {
        bottom: -10px;
}

#navbar-toggle.active span {
        background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
        top: 0;
}

#navbar-toggle.active span:before {
        transform: rotate(45deg);
}

#navbar-toggle.active span:after {
        transform: rotate(-45deg);
}

/* End new bar */


.topnav {
        overflow: hidden;
        height: 100px;
        background-color: #ffede1;

}

.topnav a {
        float: left;
        display: block;
        color: #936900;
        text-align: center;
        padding: 37px 16px;
        text-decoration: none;
        font-size: 17px;
}

.topnav a:hover {

        color: #fa7100 !important;
}

.topnav a.active {
        color: #fa7100;
}

.topnav .icon {
        display: none;
}

@media screen and (max-width: 600px) {
        .topnav a:not(:nth-child(1)) {
                display: none;
        }

        .topnav a.icon {
                float: right;
                display: block;
        }

}

@media screen and (max-width: 600px) {
        .topnav.responsive {
                position: relative;
        }

        .topnav.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
        }

        .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
        }
}

.container {

        padding: 0px 25px;
}

.footer-social {

        /* text-align: center; */
        padding: 10px 0px;
}

.footer-social a {
        width: 42px;
        height: 42px;
        line-height: 46px;
        border-radius: 50%;
        text-align: center;
        background-color: #936900;
        font-size: 14px;
        font-weight: 400;
        color: #fff !important;
        display: inline-block;
        margin-right: 10px;
}

.footer-social a:hover {

        background-color: #fead02;
        color: #000 !important;
}

@font-face {
        font-family: "Josefin Sans", sans-serif;
        src: url(./font/"Josefin Sans", sans-serif-VariableFont_wght.ttf);
}

footer {

        background-color: #fff;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        padding: 50px 0px 15px;
        border-top: 1px solid #00000049;
}


.footer-area h3 {

        font-size: 22px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "El Messiri", sans-serif !important;
        margin-bottom: 15px;
}

.footer-area a {

        color: #000000;
        font-size: 18px;
        text-decoration: none !important;
        text-transform: capitalize;

}

.footer-area-two a {
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
}

.footer-area-two {
        margin-bottom: 20px;
}



/* .footer-area p:hover{

    
    transform: scale(0.9);
    transition: ease-in-out;
    
} */
.footer-area a:hover {

        color: #936900;

}

.footer-area p {
        line-height: 30px;
        font-size: 16px;
        color: #000;
        font-family: "El Messiri", sans-serif !important;
}

.footer-area h2 {
        font-family: "El Messiri", sans-serif !important;
        font-size: 32px;
        color: #fff;
        text-align: center;
        line-height: normal !important;
}

.footer-area input {

        border-radius: 15px;
        width: 100%;
        font-size: 17px;
        height: 50px;
        border: none;
        margin-bottom: 15px;
        padding: 0px 10px;
}

.btn {

        background-color: #fff;
        color: #000 !important;
        font-size: 15px;
        padding: 12px 40px !important;
        border-radius: 15px !important;
}

.btn1 {

        background-color: #936900;
        color: #fff !important;
        font-family: "El Messiri", sans-serif !important;
        font-size: 16px;
        margin-top: 50px;
        margin-right: 10px;
        padding: 10px 20px !important;
        border-radius: 15px !important;
}

@media(max-width:600px) {

        .header-left {

                float: none !important;
        }

        .topnav {

                height: auto !important;
        }

        .topnav.responsive a {

                padding: 10px 25px !important;
        }
}

img {

        width: 100%;
}

.logo {

        max-width: 350px;

}

.logo img {

        max-width: 200px;
        margin: 3px 0px;
}

@media(max-width:660px) {

        .pc {

                display: none;
        }

}

@media(max-width:660px) {

        .topnav.responsive .mobile {

                display: block !important;
        }
}

.back-color {

        background-color: #ffede1;
        /* padding: 75px 0px; */
}

.back-color1 {

        padding: 0px 0px;
}

.home1 {

        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 25px 0px !important; */
}

/* .back-page img{

        width:100%;
        border-radius:50%;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

} */
.back-page p {

        font-size: 18px;
        line-height: 36px;
        text-align: center;
        color: #936900;
        margin: 5px;
        font-family: "El Messiri", sans-serif !important;
}

.home-section-1 {

        text-align: center;
        position: relative;
}

.home-section-1 h2 {
        text-transform: capitalize;
        font-size: 55px !important;
        margin: 0 !important;
        line-height: 50px;
        font-family: "El Messiri", sans-serif !important;
        color: #fa7100;
        font-weight: 700;
        letter-spacing: 1px;
}

.our-favorites h2 {

        font-size: 60px;
        line-height: 70px;
        font-family: "El Messiri", sans-serif !important;
        color: #ffede1;
        text-align: center;
}

.our-favorites p {

        font-size: 18px;
        line-height: 26px;
        color: #000;
}

.fav-card {

        background-color: #ffede1;
        border-radius: 15px;
        text-align: center;
        padding: 50px 10px;
        margin: 15px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.fav-card:hover {

        transform: scale(1.1);
}

.fav-card img {

        max-width: 200px;
        max-height: 200px;
        border-radius: 50%;
        margin: 15px 0px 25px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.fav-card h4 {

        font-size: 18px;
        color: #936900;
        font-family: "El Messiri", sans-serif !important;
}

.fav-card p {

        font-size: 16px;
        color: #936900;
}

.img-special img {

        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
        border-radius: 15px;
        margin: 35px 0px;

}

.img-special1 img {

        /* box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius:50%;
    padding:15px;
    background-color:#fff; */
}

.section-3 {

        padding-left: 15px !important;
}

.section-3 p {

        color: #936900;
        font-size: 18px;
}

.section-3 h1 {

        color: #fa7100;
        font-size: 52px !important;
        line-height: 65px;
        font-family: "El Messiri", sans-serif !important;
}

.section-3 img {

        width: 100%;
        margin: 25px 0px 10px;
}

.order-link {

        position: relative;
}

.sub-order-link {

        position: absolute;
        bottom: 0px;
}

.order-link a {

        background-color: #936900;
        color: #fff !important;
        font-size: 15px;
        padding: 15px 35px !important;
        border-radius: 15px !important;
}

.margin-25 {

        margin: 135px 0px 50px;
}

.testimonials {

        text-align: center;
        padding: 5px 0px;
        margin: 5px 0px;
}

.testimonials img {

        max-width: 120px;
        border-radius: 50%;
        margin: 2px 0px;
        border: 1px solid #999999;
}

.testimonials h4 {

        font-family: "El Messiri", sans-serif !important;
        color: #000;
        font-size: 26px;
}

.pos-rel {

        position: relative;
}

.pos-abso-left img {

        position: absolute;
        left: 0px;
        top: 125px;
        width: 200px;

}

.pos-abso-right img {

        position: absolute;
        right: -0px;
        top: -25px;
        width: 200px;

}

.main-position {

        padding: 50px 0px 150px;
}

.position {

        text-align: center;
        padding: 15px;
}

.position h1 {

        font-size: 80px;
        color: #fa7100;
}

.position p {

        color: #936900;
        font-size: 18px;
        margin: 15px 0px 30px;
}

@media(max-width:769px) {

        .pos-abso-left img {

                display: none;
        }

        .pos-abso-right img {

                display: none;
        }

        .img-special img {

                margin: 35px 0px;
        }

        .section-3 h1 {

                font-size: 42px !important;
        }

        .our-favorites h2 {

                font-size: 22px !important;

        }

        .read-more img {

                width: 150px !important;
        }

        .navbar a {

                color: #fff !important;
        }

        .position h1 {

                font-size: 42px !important;
        }

        .main-position {

                padding: 75px 0px 100px !important;
        }

        .sub-order-link {

                bottom: 25px;
        }

        .what-say2,
        .what-say3 {

                margin-top: 0 !important;
        }

        .what-say-52 {

                padding: 0 !important;
        }

        .design-back img {

                width: 125px !important;
        }
}

@media(max-width:525px) {

        .home-section-1 h2 {

                font-size: 42px;
                line-height: 52px;
                margin-top: 30px;
        }


        .order-now {
                margin-top: 50px !important;
        }


        .btn1 {

                padding: 12px 15px !important;
                margin-top: 50px;

        }

        .footer-area h2 {

                text-align: center;
                font-size: 24px;
                line-height: 38px !important;
        }

        .testimonials {

                padding: 0;
        }

        .owl-carousel .owl-item img {

                width: 50% !important;
                margin: 0 auto !important;


        }

        .design-back img {

                width: 55px !important;
        }

}

.owl-carousel .owl-item img {

        margin: 0 auto !important;


}

.main-carousel {

        padding: 45px 0px 25px;
        /* background-color:#fa7100; */
        border-radius: 25px;
        /* margin:50px 0px 25px; */

}

.owl-dots {

        display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

        font-size: 25px !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background-color: #fff !important;
}

/* .no-js .owl-carousel, .owl-carousel.owl-loaded{

        display:flex !important;
} */
.owl-theme .owl-nav {

        margin-top: 35px !important;
}

.owl-carousel img {

        border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {

        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        background-color: #936900 !important;
}

.main-carousel p {

        color: #fff;
}

@media(max-width:650px) {

        .logo-mobile {

                display: none;
        }

        .large5 {

                min-width: 100% !important;

        }
}

@media(min-width:650px) {

        .pc-mobile {

                display: none !important;
        }

}

@media(max-width:1250px) {

        .pos-abso-left img {

                width: 135px;
                top: 150px;

        }

        .pos-abso-right img {

                width: 135px;
                top: -265px;

        }

        .position h1 {

                font-size: 60px;
        }

        /* .position p{

                        font-size:16px;
                        padding:0px 125px;
        } */
        nav ul li a,
        nav ul li a:visited {

                padding: 0 10px !important;
                font-size: 16px;

        }

        .large5 {

                min-width: 50%;
        }
}



.navbar input[type="checkbox"],
.navbar .hamburger-lines {
        display: none;
}



.navbar {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        position: fixed !important;
        width: 100%;
        background: #fff;
        color: #000;
        opacity: 1;
        z-index: 100;
}

.navbar-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.menu-items {
        order: 2;
        display: flex;
}

.logo {
        order: -1;
        font-size: 3rem;
        text-align: center;
        letter-spacing: 1px;
        font-family: 'Niconne', cursive !important;
}

.menu-items li {
        list-style: none;
        margin-left: 8px;
        font-size: 1.3rem;
}

.navbar a {
        color: #936900;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        transition: color 0.3s ease-in-out;
}

.navbar a:hover {
        color: #936900;
}

@media (max-width: 768px) {
        .navbar {
                opacity: 1;
        }

        .navbar-container input[type="checkbox"],
        .navbar-container .hamburger-lines {
                display: block;
        }

        .navbar-container {
                display: block;
                position: relative;
                height: 100px;
        }

        .navbar-container input[type="checkbox"] {
                position: absolute;
                display: block;
                height: 30px;
                width: 30px;
                top: 10px;
                left: 20px;
                z-index: 5;
                opacity: 0;
                cursor: pointer;
        }

        .navbar-container .hamburger-lines {
                display: block;
                height: 22px;
                width: 30px;
                position: absolute;
                top: 40px;
                left: 5px;
                z-index: 2;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

        }

        .navbar-container .hamburger-lines .line {
                display: block;
                height: 4px;
                width: 100%;
                border-radius: 10px;
                background: #000;

        }


        .navbar-container .hamburger-lines .line1 {
                transform-origin: 0% 0%;
                transition: transform 0.3s ease-in-out;
        }

        .navbar-container .hamburger-lines .line2 {
                transition: transform 0.2s ease-in-out;
        }

        .navbar-container .hamburger-lines .line3 {
                transform-origin: 0% 100%;
                transition: transform 0.3s ease-in-out;
        }

        .navbar .menu-items {
                padding-top: 100px;
                background: #936900;
                height: 100vh;
                max-width: 300px;
                transform: translate(-150%);
                display: flex;
                flex-direction: column;
                margin-left: -40px;
                padding-left: 40px;
                transition: transform 0.5s ease-in-out;
                box-shadow: 5px 0px 10px 0px #aaa;
                overflow: scroll;
        }

        .navbar .menu-items li {
                margin-bottom: 2.8rem;
                font-size: 1.1rem;
                font-weight: 500;
        }

        .logo {
                position: absolute;
                top: 0px;
                right: 15px;
                font-size: 2.5rem;
                margin: 0px 0px !important;
        }

        .logo img {

                width: 80%;
                margin: 3px 0px !important;
        }

        .navbar-container input[type="checkbox"]:checked~.menu-items {
                transform: translateX(0);
        }

        .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
                transform: rotate(45deg);
        }

        .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
                transform: scaleY(0);
        }

        .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
                transform: rotate(-45deg);
        }

}

@media (max-width: 500px) {
        .navbar-container input[type="checkbox"]:checked~.logo {
                display: none;
        }
}

.about-back-img img {

        width: 100%;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.btn-about {
        text-align: left !important;
        margin: 40px 0 0 0;
}

.about-us p {

        line-height: 35px;
        font-size: 20px;
        margin: 10px 0px;
        color: #936900;
        font-family: "El Messiri", sans-serif !important;
}

.about-us h1 {
        text-align: left !important;
        color: #fff;
}

.about-us h2 {
        text-align: left !important;
}

.about-us a {

        background-color: #ffede1;
        color: #000 !important;
}

.about-us img {
        border-radius: 10px;
        max-width: 500px;
}


a {

        list-style-type: none !important;
        text-decoration: none !important;
}

.special {

        text-align: center;
        /* height: 310px; */
        margin: 25px 15px;
        border-radius: 25px;
        padding: 30px 0;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.slider-img-car img {
        margin-bottom: 20px;
}

.special-two {
        height: 480px;
}


.special:hover {

        transform: scale(0.9);
        transition: ease-in-out;
}

.special img {

        max-width: 220px;
        border-radius: 10%;
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.special h4 {

        margin: 15px 0px 25px;
        font-size: 20px;
        line-height: 28px;
        text-transform: capitalize;
        font-family: "El Messiri", sans-serif !important;
}

.gallery-img img {

        width: 100%;
        border-radius: 10px;
        margin: 15px 0px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer-area h2 {

        font-size: 18px !important;
}


.menu-items li a:before {
        content: "";
        width: 0;
        height: 3px;
        background-color: #936900;
        position: absolute;
        top: 120%;
        left: 0;
        transition: all 0.5s;
}

.menu-items li a:after {
        content: "";
        width: 0;
        height: 3px;
        background-color: #fa7100;
        position: absolute;
        top: 120%;
        right: 0;
        transition: all 0.5s;
}

.menu-items li a:hover:before {
        width: 50%;
        transform: translateX(100%);
}

.menu-items li a:hover:after {
        width: 50%;
        transform: translateX(-100%);
}

.footer-img img {

        max-width: 150px;
}

#home {

        padding: 110px 0px 50px !important;
}

.story-1 p {

        text-align: justify;
        line-height: 38px;
        margin: 10px 0px;
        padding: 0px 10px;
        font-size: 17px;
}

.large5 {

        border-radius: 15px;
        background-color: #936900;
        border: 2px solid #fff;
        max-width: 50%;
        font-family: "Josefin Sans", sans-serif !important !important;
        margin: 0 auto;
        padding: 10px 0px 10px;
        margin-bottom: 50px !important;
        font-family: "El Messiri", sans-serif !important;

        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        color: #fff !important;
}

.custome-order {

        text-align: center;
}

.custome-order-para {
        text-align: center;
        padding: 15px 10px;
        margin: 15px 0px;
}

.custome-order-img {
        text-align: center;

}

.custome-order-img img {
        border-radius: 50%;
        width: 100%;
        margin-bottom: 50px;
}

.fixed-btn1 {
        position: fixed;
        bottom: 35px;
        right: 0;
        width: 128px;
        z-index: 15;
        background-color: #936900;
        border: 2px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        text-align: center;
        border-radius: 10px;
}

.fixed-btn1 a {
        color: #fff;
        padding: 10px;
        font-weight: 700;
        font-size: 18px;
}

.back-img {

        background-image: url(../images/back-area.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 75px 0px;
}

.about-area {

        text-align: center;
}

.about-area img {
        border-radius: 30%;
        width: 35%;
        margin-bottom: 12px;
        padding: 20px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.about-area h5 {

        font-size: 17px;
        color: #fff;
        font-family: "El Messiri", sans-serif !important;
}

.position-relative {

        position: relative;
}

.design-back {

        position: absolute;
        top: 0;
        right: 0;
}

.design-back img {

        width: 200px;
}

.custome-order h3,
.custome-order p,
.custome-order h4 {

        color: #fff;
}

.custome-order p {

        font-size: 17px;
        line-height: 38px;
}

.custome-order h3 {

        line-height: 38px;
        font-size: 22px;
        font-family: "El Messiri", sans-serif !important;
}

.custome-order-para img {

        width: 150px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.order-area-btn {

        background-color: #ffede1;
        color: #936900 !important;
        font-size: 15px;
        margin-right: 10px;
        padding: 15px 40px !important;
        border-radius: 15px !important;
}

.what-say img {

        width: 35px;
        margin-top: -25px;
        margin-bottom: 12px;
}

.what-say-52 {

        padding: 100px 0px 22px;
}

.what-say {

        padding: 50px 18px;
        border-radius: 12px;
        margin: 12px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.what-say1 {

        background-color: #afd7d6;
}

.what-say h3 {

        text-align: center;
        color: #fff;
        font-weight: 600;
}

.what-say1 p {

        color: #000;
        line-height: 32px;
        text-align: justify;
}

.what-say2 {

        background-color: #e5ca55;
        margin-top: -45px;
}

.what-say2 p {

        color: #000;
        line-height: 32px;
        text-align: justify;
}

.what-say3 {

        background-color: #6d70e5;
        margin-top: -90px;
}

.what-say3 p {

        color: #fff;
        line-height: 32px;
        text-align: justify;
}

.read-more {

        position: absolute;
        top: 22px;
        right: 12px
}

.read-more img {

        width: 200px;
}

.footer-img p {
        font-size: 16px;
        color: #000;
        margin-top: 20px;
        text-transform: capitalize;
}


.footer-area h2 {
        margin: 5px 0 0;
        color: #000 !important;
}


.display-flex {
        display: flex;
        align-items: center;
}

.about-us {
        text-align: center;
}

.home-banner img {
        /* padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        /* background: #936900; */
        margin-top: 40px;
}


.home-banner video {
        max-width: 100%;
        max-height: 100%;
        border: none;
}









.zoom-in-zoom {
        animation: zoom-in-zoom-out 3s ease-in-out infinite;
}

@keyframes zoom-in-zoom-out {
        0% {
                transform: scale(1, 1);

        }

        50% {
                transform: scale(0.9, 0.9);

        }

        100% {
                transform: scale(1, 1);

        }
}

@media (max-width:425px) {
        .footer-area a {
                font-size: 14px;
        }

        .logo img {
                width: 190px;
                margin: 9px;
        }

        .footer-img img {
                max-width: 150px;
        }

        .logo {
                margin: 2px 0 !important;
        }

        .back-page p {
                margin: 0;
        }

        .home-section-1 h2 {
                font-size: 36px !important;
                margin-top: 30px !important;
        }


        .about-us img {
                margin-top: 30px;
        }


}


.container {
        max-width: 1250px !important;
        width: 90%;
        margin: auto;
}


/* Popup overlay */
#popupOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
}

.testimonials-two h4 {
        color: #000;
}

.m-b-20 {
        margin-bottom: 40px !important;
}


.policys {
        text-align: left;
}

.policy h3 {
        color: #936900;
}

.policys h2,
p,
a {
        text-align: left !important;
}

.policys a {
        color: #000 !important;
}

.policys ul {
        color: #000;
}

.policys h1 {
        color: #fff;
}

.footer-social a {
        text-align: center !important;
}

.policys ol {
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        text-align: left;
}

.order-now-two {
        background-color: #fff;
}

.about-us ul {
        color: #fff;
        text-align: left;
        padding: 0;
}


.about-us ul li {
        margin: 10px 0;
        color: #000;
        font-size: 18px;
        line-height: 34px;
        list-style: circle;
}

/* .new-font {
        color: #a9d13d !important;
} */

@font-face {
        font-family: 'Junegull-Regular';
        src: url('..//font/Junegull-Regular.woff') format('woff2'),
                url('..//font/Junegull-Regular.woff2') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

.gallery-img video {
        max-width: 100%;
}


.about-row {
        margin-bottom: 50px;
}


/*==========================================
            RESET
==========================================*/

.premium-footer *,
.premium-footer *::before,
.premium-footer *::after {

        margin: 0;
        padding: 0;
        box-sizing: border-box;

}


.premium-footer {

        position: relative;

        overflow: hidden;

        background: linear-gradient(180deg,
                        #ffffff,
                        #fcfaf7,
                        #f7f3ec);

        font-family: "El Messiri", sans-serif !important;

        padding-top: 120px;

        color: var(--text);

}


/* Decorative Background */

.premium-footer::before {

        content: "";

        position: absolute;

        top: -180px;
        left: -180px;

        width: 420px;
        height: 420px;

        border-radius: 50%;

        background: rgba(212, 175, 55, .08);

        filter: blur(40px);

        animation: floatBlob 10s infinite linear;

}


.premium-footer::after {

        content: "";

        position: absolute;

        bottom: -220px;
        right: -150px;

        width: 420px;
        height: 420px;

        border-radius: 50%;

        background: rgba(164, 107, 0, .07);

        filter: blur(50px);

        animation: floatBlob2 12s infinite linear;

}


/*==========================================
            CONTAINER
==========================================*/

.premium-footer .container {

        width: 90%;
        max-width: 1320px;

        margin: auto;

        position: relative;

        z-index: 5;

}


/*==========================================
            TOP GOLD LINE
==========================================*/

.footer-top-line {

        position: absolute;

        top: 0;
        left: 0;

        width: 100%;
        height: 6px;

        background: linear-gradient(90deg,
                        transparent,
                        #d4af37,
                        #f7df88,
                        #d4af37,
                        transparent);

}


/*==========================================
            SVG WAVE
==========================================*/

.footer-wave {

        position: absolute;

        top: 0;
        left: 0;

        width: 100%;

        line-height: 0;

}


.footer-wave svg {

        display: block;

        width: 100%;

        height: 90px;

}


.footer-wave path {

        fill: #ffffff;

}


/*==========================================
        MAIN GRID
==========================================*/

.footer-wrapper {

        display: grid;

        grid-template-columns:
                1.2fr 1fr 1fr;

        gap: 45px;

        align-items: flex-start;

}


/*==========================================
        FOOTER COLUMN
==========================================*/

.footer-column {

        position: relative;

        padding: 35px;

        border-radius: var(--radius);

        background: rgba(255, 255, 255, .70);

        backdrop-filter: blur(18px);

        border: 1px solid rgba(255, 255, 255, .5);

        box-shadow: var(--shadow);

        transition: var(--transition);

        overflow: hidden;
        height: 600px;

}


/* Golden Glow */

.footer-column::before {

        content: "";

        position: absolute;

        left: 0;
        top: 0;

        width: 5px;
        height: 100%;

        background: linear-gradient(180deg,
                        #d4af37,
                        #a46b00);

        transition: .5s;

}


.footer-column:hover {

        transform: translateY(-10px);

        box-shadow:
                0 25px 60px rgba(0, 0, 0, .12);

}


.footer-column:hover::before {

        width: 100%;

        opacity: .04;

}


/*==========================================
        SECTION TITLE
==========================================*/

.footer-title {

        margin-bottom: 35px;

}


.footer-title h2 {

        font-size: 30px;

        color: #333 !important;

        font-family: "El Messiri", sans-serif !important;

        font-weight: 700;

        margin-bottom: 12px;

}


.footer-title span {

        display: block;

        width: 80px;

        height: 4px;

        border-radius: 20px;

        background: linear-gradient(90deg,
                        #d4af37,
                        #a46b00);

}


/*==========================================
        ABOUT COLUMN
==========================================*/

.about-column {

        text-align: center;

}


/*==========================================
        LOGO BOX
==========================================*/

.footer-logo-box {

        width: 170px;

        height: 170px;

        margin: auto;

        border-radius: 50%;

        background: #fff;

        display: flex;

        align-items: center;

        justify-content: center;

        box-shadow:
                0 20px 50px rgba(0, 0, 0, .08);

        animation: logoFloat 5s infinite ease-in-out;

}


.footer-logo-box img {

        width: 135px;

        transition: .5s;

}


.footer-logo-box:hover img {

        transform: scale(1.08) rotate(-2deg);

}


.about-column h3 {

        margin-top: 28px;

        font-size: 32px;
        line-height: 42px;

        color: var(--heading);

        font-family: "El Messiri", sans-serif !important;

}


.about-column p {

        margin-top: 18px;

        line-height: 2;

        font-size: 15px;

        color: #666;

}


/*==========================================
        BADGES
==========================================*/

.footer-badges {

        display: flex;

        justify-content: center;

        gap: 18px;

        margin-top: 30px;

        flex-wrap: wrap;

}


.footer-badge {

        display: flex;

        align-items: center;

        gap: 10px;

        background: #fff;

        padding: 12px 20px;

        border-radius: 40px;

        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

        transition: .4s;

}


.footer-badge i {

        color: var(--primary);

        font-size: 18px;

}


.footer-badge span {

        font-size: 14px;

        font-weight: 600;

}


.footer-badge:hover {

        transform: translateY(-6px);

}

/*==========================================
        CONTACT LIST
==========================================*/

.footer-contact-list {

        list-style: none;

}

.footer-contact-list li {

        display: flex;

        align-items: flex-start;

        gap: 18px;

        margin-bottom: 30px;

}

.footer-contact-list li:last-child {

        margin-bottom: 0;

}


/*==========================================
        ICON BOX
==========================================*/

.footer-icon {

        width: 60px;

        height: 60px;

        min-width: 60px;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        background: linear-gradient(135deg,
                        #d4af37,
                        #a46b00);

        color: #fff;

        font-size: 20px;

        transition: .4s;

        box-shadow:
                0 12px 25px rgba(164, 107, 0, .25);

}

.footer-contact-list li:hover .footer-icon {

        transform: rotate(12deg) scale(1.12);

}


/*==========================================
        CONTACT TEXT
==========================================*/

.footer-text h5 {

        font-size: 18px;

        margin-bottom: 8px;

        color: var(--heading);

        font-weight: 600;

}

.footer-text p {

        font-size: 15px;

        line-height: 1.8;

        color: #666;

}

.footer-text a {

        text-decoration: none;

        color: #666;

        transition: .3s;

        font-weight: 500;

}

.footer-text a:hover {

        color: var(--primary);

        padding-left: 6px;

}


/*==========================================
        TIMING CARD
==========================================*/

.timing-card {

        background: #fff;

        border-radius: 20px;

        padding: 25px;

        box-shadow:
                0 15px 40px rgba(0, 0, 0, .06);

        border: 1px solid var(--border);

}

.timing-item {

        display: flex;

        align-items: center;

        gap: 18px;

        padding: 18px 0;

        border-bottom: 1px dashed #e9dfcf;

}

.timing-item:last-of-type {

        border-bottom: none;

}


/*==========================================
        TIMING ICON
==========================================*/

.timing-icon {

        width: 55px;

        height: 55px;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        background: #fff7e4;

        color: var(--primary);

        font-size: 20px;

        transition: .4s;

}

.timing-item:hover .timing-icon {

        transform: scale(1.15);

        background: linear-gradient(135deg,
                        #d4af37,
                        #a46b00);

        color: #fff;

}


/*==========================================
        TIMING TEXT
==========================================*/

.timing-item h4 {

        font-size: 18px;

        margin-bottom: 5px;

        color: var(--heading);

}

.timing-item p {

        font-size: 15px;

        color: #666;

}


/*==========================================
        STATUS
==========================================*/

.restaurant-status {

        margin-top: 25px;

        display: flex;

        align-items: center;

        gap: 10px;

        background: #f8f8f8;

        padding: 14px 18px;

        border-radius: 40px;

        font-weight: 600;

        color: #333;

}

.status-dot {

        width: 14px;

        height: 14px;

        border-radius: 50%;

        background: #28c76f;

        animation: pulseStatus 1.5s infinite;

}


/*==========================================
        SOCIAL
==========================================*/

.footer-social {

        margin-top: 35px;

}

.footer-social h4 {

        margin-bottom: 18px;

        font-size: 22px;

        color: var(--heading);

        font-family: "El Messiri", sans-serif !important;

}


/*==========================================
        SOCIAL ICONS
==========================================*/

.social-icons {

        display: flex;

        gap: 15px;

        flex-wrap: wrap;

}

.social-icons a {

        width: 55px;

        height: 55px;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        background: linear-gradient(135deg,
                        #d4af37,
                        #a46b00);

        color: var(--primary);

        font-size: 20px;

        text-decoration: none;

        box-shadow:
                0 12px 30px rgba(0, 0, 0, .08);

        transition: .45s;

        position: relative;

        overflow: hidden;

}

.social-icons a::before {

        content: "";

        position: absolute;

        width: 0;

        height: 100%;

        left: 0;

        top: 0;

        background: linear-gradient(135deg,
                        #d4af37,
                        #a46b00);

        transition: .45s;

        z-index: 0;

}

.social-icons a i {

        position: relative;

        z-index: 2;

}

.social-icons a:hover::before {

        width: 100%;

}

.social-icons a:hover {

        color: #fff;

        transform: translateY(-8px) rotate(360deg);

        box-shadow:
                0 20px 35px rgba(164, 107, 0, .35);

}


/*==========================================
        GOLD SHINE EFFECT
==========================================*/

.footer-column::after {

        content: "";

        position: absolute;

        top: -120%;

        left: -50%;

        width: 60%;

        height: 250%;

        background: linear-gradient(rgba(255, 255, 255, 0),
                        rgba(255, 255, 255, .45),
                        rgba(255, 255, 255, 0));

        transform: rotate(25deg);

        transition: 1s;

}

.footer-column:hover::after {

        left: 120%;

}

/*==========================================
        FOOTER MIDDLE
==========================================*/

.footer-middle {

        margin-top: 70px;

        padding: 30px 0;

        border-top: 1px solid rgba(0, 0, 0, .08);

        border-bottom: 1px solid rgba(0, 0, 0, .08);

        display: flex;

        justify-content: center;

        align-items: center;

        gap: 25px;

        flex-wrap: wrap;

}

.footer-middle a {

        position: relative;

        text-decoration: none;

        color: var(--heading);

        font-weight: 600;

        transition: .35s;

}

.footer-middle a::after {

        content: "";

        position: absolute;

        left: 0;

        bottom: -6px;

        width: 0;

        height: 2px;

        background: linear-gradient(90deg,
                        #d4af37,
                        #a46b00);

        transition: .4s;

}

.footer-middle a:hover {

        color: var(--primary);

}

.footer-middle a:hover::after {

        width: 100%;

}

.footer-middle span {

        color: #bbb;

}


/*==========================================
        FOOTER BOTTOM
==========================================*/

.footer-bottom {

        padding: 30px 0;

        display: flex;

        justify-content: space-between;

        align-items: center;

        gap: 20px;

        flex-wrap: wrap;

}

.copyright-text {

        color: #666;

        font-size: 15px;

}

.designer-text {

        color: #666;

        font-size: 15px;

}

.designer-text i {

        color: #ff3d57;

        margin: 0 6px;

        animation: heartBeat 1.5s infinite;

}


/*==========================================
        SCROLL TO TOP
==========================================*/

.scroll-top {

        position: fixed;

        right: 35px;

        bottom: 35px;

        width: 60px;

        height: 60px;

        border-radius: 50%;

        background: linear-gradient(135deg,
                        #d4af37,
                        #a46b00);

        display: flex;

        justify-content: center;

        align-items: center;

        color: #fff;

        font-size: 22px;

        cursor: pointer;

        box-shadow:
                0 15px 40px rgba(164, 107, 0, .35);

        transition: .4s;

        opacity: 0;

        visibility: hidden;

        z-index: 999;

}

.scroll-top.show {

        opacity: 1;

        visibility: visible;

}

.scroll-top:hover {

        transform: translateY(-8px) rotate(360deg);

}


/*==========================================
        KEYFRAMES
==========================================*/

@keyframes logoFloat {

        0% {

                transform: translateY(0);

        }

        50% {

                transform: translateY(-12px);

        }

        100% {

                transform: translateY(0);

        }

}

@keyframes pulseStatus {

        0% {

                transform: scale(1);

                box-shadow: 0 0 0 rgba(40, 199, 111, .5);

        }

        70% {

                transform: scale(1.15);

                box-shadow: 0 0 0 12px rgba(40, 199, 111, 0);

        }

        100% {

                transform: scale(1);

        }

}

@keyframes floatBlob {

        0% {

                transform: translate(0, 0);

        }

        50% {

                transform: translate(30px, -20px);

        }

        100% {

                transform: translate(0, 0);

        }

}

@keyframes floatBlob2 {

        0% {

                transform: translate(0, 0);

        }

        50% {

                transform: translate(-35px, 25px);

        }

        100% {

                transform: translate(0, 0);

        }

}

@keyframes heartBeat {

        0% {

                transform: scale(1);

        }

        20% {

                transform: scale(1.3);

        }

        40% {

                transform: scale(1);

        }

        60% {

                transform: scale(1.3);

        }

        100% {

                transform: scale(1);

        }

}

@keyframes shimmer {

        0% {

                background-position: -250px 0;

        }

        100% {

                background-position: 250px 0;

        }

}


/*==========================================
        HOVER ENHANCEMENTS
==========================================*/

.footer-column {

        transition:
                transform .45s,
                box-shadow .45s,
                border-color .45s;

}

.footer-column:hover {

        border-color: rgba(212, 175, 55, .35);

}

.footer-logo-box {

        transition: .5s;

}

.footer-logo-box:hover {

        transform: scale(1.04);

        box-shadow:
                0 25px 60px rgba(212, 175, 55, .25);

}

.footer-title span {

        background-size: 200% auto;

        animation: shimmer 3s linear infinite;

}

.footer-badge {

        border: 1px solid rgba(212, 175, 55, .15);

}

.footer-badge:hover {

        background: linear-gradient(135deg,
                        #fff,
                        #fff8e8);

        border-color: rgba(212, 175, 55, .45);

}


/*==========================================
        LARGE DESKTOP
==========================================*/

@media (min-width:1600px) {

        .premium-footer .container {

                max-width: 1500px;

        }

}


/*==========================================
        LAPTOP
==========================================*/

@media (max-width:1200px) {

        .footer-wrapper {

                grid-template-columns:
                        1fr 1fr;

        }

        .about-column {

                grid-column: 1/-1;

        }

}


/*==========================================
        TABLET
==========================================*/

@media (max-width:991px) {

        .premium-footer {

                padding-top: 90px;

        }

        .footer-wrapper {

                grid-template-columns: 1fr;

                gap: 30px;

        }

        .footer-column {

                padding: 30px;

        }

        .footer-title h2 {

                font-size: 28px;

        }

        .about-column h3 {

                font-size: 28px;

        }

        .footer-logo-box {

                width: 150px;

                height: 150px;

        }

        .footer-logo-box img {

                width: 120px;

        }

        .footer-middle {

                gap: 15px;

        }

        .footer-bottom {

                justify-content: center;

                text-align: center;

                flex-direction: column;

        }

}


/*==========================================
        MOBILE
==========================================*/

@media (max-width:767px) {

        .premium-footer {

                padding-top: 70px;

        }

        .footer-column {

                padding: 22px;

                border-radius: 18px;

        }

        .footer-title {

                margin-bottom: 25px;

        }

        .footer-title h2 {

                font-size: 24px;

        }

        .about-column h3 {

                font-size: 26px;

        }

        .about-column p {

                font-size: 14px;

                line-height: 1.8;

        }

        .footer-contact-list li {

                gap: 15px;

        }

        .footer-icon {

                width: 50px;

                height: 50px;

                min-width: 50px;

                font-size: 17px;

        }

        .timing-card {

                padding: 20px;

        }

        .timing-item {

                gap: 15px;

        }

        .timing-icon {

                width: 48px;

                height: 48px;

                font-size: 18px;

        }

        .social-icons {

                justify-content: center;

        }

        .social-icons a {

                width: 50px;

                height: 50px;

                font-size: 18px;

        }

        .footer-middle {

                flex-direction: column;

        }

        .footer-middle span {

                display: none;

        }

        .scroll-top {

                width: 52px;

                height: 52px;

                right: 18px;

                bottom: 18px;

        }

}


/*==========================================
        SMALL MOBILE
==========================================*/

@media (max-width:480px) {

        .premium-footer .container {

                width: 94%;

        }

        .footer-logo-box {

                width: 130px;

                height: 130px;

        }

        .footer-logo-box img {

                width: 100px;

        }

        .footer-badges {

                flex-direction: column;

                align-items: center;

        }

        .footer-badge {

                width: 100%;

                justify-content: center;

        }

        .footer-contact-list li {

                flex-direction: column;

                align-items: flex-start;

        }

        .footer-icon {

                margin-bottom: 10px;

        }

        .restaurant-status {

                justify-content: center;

                text-align: center;

        }

}


/*==========================================
        PREMIUM SCROLLBAR
==========================================*/

::-webkit-scrollbar {

        width: 10px;

}

::-webkit-scrollbar-track {

        background: #f4f4f4;

}

::-webkit-scrollbar-thumb {

        background: linear-gradient(180deg,
                        #d4af37,
                        #a46b00);

        border-radius: 50px;

}

::-webkit-scrollbar-thumb:hover {

        background: #8b5a00;

}


/*==========================================
        SELECTION
==========================================*/

::selection {

        background: #d4af37;

        color: #fff;

}


/*==========================================
        SMOOTH SCROLL
==========================================*/

html {

        scroll-behavior: smooth;

}


/*==========================================
        IMAGE HOVER
==========================================*/

.footer-logo-box img {

        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .15));

}


/*==========================================
        GLASS EFFECT
==========================================*/

.footer-column {

        backdrop-filter: blur(20px);

        -webkit-backdrop-filter: blur(20px);

}


/*==========================================
        GOLD BORDER GLOW
==========================================*/

.footer-column:hover {

        border: 1px solid rgba(212, 175, 55, .5);

}


/*==========================================
        SOCIAL GLOW
==========================================*/

.social-icons a:hover {

        box-shadow:
                0 0 20px rgba(212, 175, 55, .45),
                0 20px 40px rgba(164, 107, 0, .20);

}


/*==========================================
        LOGO GLOW
==========================================*/

.footer-logo-box {

        position: relative;

}

.footer-logo-box::before {

        content: "";

        position: absolute;

        inset: -8px;

        border-radius: 50%;

        background: linear-gradient(135deg, #d4af37, #fff, #a46b00);

        z-index: -1;

        filter: blur(18px);

        opacity: .18;

}


/*==========================================
        BUTTON TRANSITIONS
==========================================*/

.footer-middle a,
.footer-contact-list a,
.social-icons a,
.footer-badge,
.scroll-top {

        transition: all .35s ease;

}



/*========================
SLIDER
========================*/

.rs-review-slider {
        overflow: hidden;
        position: relative;
}

.rs-review-track {
        display: flex;
        gap: 30px;
        transition: .7s;
}

/*========================
REVIEW CARD
========================*/

.rs-review-card {
        min-width: 420px;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(25px);
        border-radius: 30px;
        padding: 35px;
        border: 1px solid rgba(255, 255, 255, .55);
        position: relative;
        overflow: hidden;
        box-shadow: 0 35px 70px rgba(0, 0, 0, .08);
        transition: .45s;
}

.rs-review-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 45px 90px rgba(0, 0, 0, .14);
}

.rs-review-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                        rgba(255, 174, 0, .08),
                        transparent 40%,
                        rgba(255, 255, 255, .2));
        pointer-events: none;
}

.rs-review-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
}

/*========================
USER
========================*/

.rs-user {
        display: flex;
        align-items: center;
        gap: 16px;
}

.rs-avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ff7a00, #ffb100);
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 35px rgba(255, 140, 0, .35);
}

.rs-user-info h3 {
        font-size: 22px;
        color: #222;
        margin-bottom: 6px;
}

.rs-user-info span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #10b981;
        font-size: 14px;
        font-weight: 600;
}

.rs-google {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #4285F4;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.rs-review-text {
        font-size: 17px;
        color: #555;
        line-height: 1.9;
        margin: 20px 0 30px;
}

.rs-review-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #777;
        display: none;
        font-size: 15px;
}

.rs-review-bottom span {
        display: flex;
        align-items: center;
        gap: 8px;
}

.rs-quote {
        position: absolute;
        right: 30px;
        bottom: 25px;
        font-size: 75px;
        color: rgba(255, 170, 0, .12);
}


/*=========================================
  PART 3 - PREMIUM EFFECTS & RESPONSIVE
=========================================*/


/*==============================
CARD GLOW EFFECT
==============================*/

.rs-review-card::after {
        content: "";
        position: absolute;
        top: -150%;
        left: -40%;
        width: 80%;
        height: 350%;
        background: linear-gradient(90deg,
                        transparent,
                        rgba(255, 255, 255, .65),
                        transparent);
        transform: rotate(25deg);
        transition: 1.2s;
}

.rs-review-card:hover::after {
        left: 140%;
}


/*==============================
TOP BORDER ANIMATION
==============================*/

.rs-review-card {
        border-top: 4px solid transparent;
}

.rs-review-card:hover {
        border-top-color: #ff9800;
}


/*==============================
GOOGLE ICON
==============================*/

.rs-google {
        transition: .35s;
}

.rs-review-card:hover .rs-google {
        transform: rotate(360deg) scale(1.08);
}


/*==============================
AVATAR
==============================*/

.rs-avatar {
        transition: .4s;
}

.rs-review-card:hover .rs-avatar {
        transform: scale(1.08);
}


/*==============================
STARS
==============================*/

.rs-stars i {
        transition: .35s;
}

.rs-review-card:hover .rs-stars i {
        transform: translateY(-3px);
}


/*==============================
QUOTE ICON
==============================*/

.rs-quote {
        transition: .4s;
}

.rs-review-card:hover .rs-quote {
        transform: scale(1.2) rotate(-12deg);
}


/*==============================
SLIDER BUTTONS
==============================*/

.rs-slider-navigation {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 55px;
}

.rs-prev,
.rs-next {

        width: 65px;
        height: 65px;

        border: none;
        outline: none;

        cursor: pointer;

        border-radius: 50%;

        background: #ffffff;

        color: #ff8400;

        font-size: 22px;

        box-shadow: 0 18px 40px rgba(0, 0, 0, .10);

        transition: .35s;
}

.rs-prev:hover,
.rs-next:hover {

        background: #ff8400;

        color: #fff;

        transform: translateY(-6px);
}


/*==============================
BACKGROUND FLOATING
==============================*/

.rs-bg-circle {

        animation: rsFloat 8s ease-in-out infinite;
}

.rs-circle-2 {

        animation-delay: 2s;
}

.rs-circle-3 {

        animation-delay: 4s;
}

@keyframes rsFloat {

        0% {
                transform: translateY(0px);
        }

        50% {
                transform: translateY(-40px);
        }

        100% {
                transform: translateY(0px);
        }

}


/*==============================
HEADING
==============================*/

.rs-review-heading h2 {

        animation: rsFadeDown 1s ease;
}

.rs-review-heading p {

        animation: rsFadeUp 1.2s ease;
}

@keyframes rsFadeDown {

        from {

                opacity: 0;
                transform: translateY(-60px);

        }

        to {

                opacity: 1;
                transform: translateY(0);

        }

}

@keyframes rsFadeUp {

        from {

                opacity: 0;
                transform: translateY(40px);

        }

        to {

                opacity: 1;
                transform: translateY(0);

        }

}


/*==============================
COUNTER BOX
==============================*/

.rs-stat-item {

        position: relative;
        overflow: hidden;
}

.rs-stat-item::before {

        content: "";

        position: absolute;

        width: 180px;
        height: 180px;

        background: rgba(255, 180, 0, .08);

        border-radius: 50%;

        right: -80px;
        top: -80px;
}

.rs-stat-item:hover {

        transform: translateY(-12px);
}


/*==============================
RATING BOX
==============================*/

.rs-rating-box {

        transition: .4s;
}

.rs-rating-box:hover {

        transform: translateY(-10px);
}


/*==============================
SCROLL BAR
==============================*/

.rs-review-slider::-webkit-scrollbar {

        display: none;
}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:1200px) {

        .rs-review-card {

                min-width: 360px;

        }

        .rs-review-heading h2 {

                font-size: 46px;

        }

}


@media(max-width:991px) {

        .rs-rating-summary {

                flex-direction: column;
        }

        .rs-rating-box {

                width: 100%;
        }

        .rs-rating-stats {

                justify-content: center;
        }

        .rs-review-card {

                min-width: 330px;
        }

        .rs-review-heading h2 {

                font-size: 40px;
        }

}


@media(max-width:768px) {

        .rs-review-section {

                padding: 80px 0;
        }

        .rs-review-heading {

                margin-bottom: 45px;
        }

        .rs-review-heading h2 {

                font-size: 32px;
        }

        .rs-review-heading p {

                font-size: 16px;
        }

        .rs-rating-box {

                padding: 25px;
                flex-direction: column;
                text-align: center;
        }

        .rs-rating-number {

                width: 95px;
                height: 95px;
                font-size: 34px;
        }

        .rs-review-card {

                min-width: 290px;

                padding: 25px;
        }

        .rs-avatar {

                width: 60px;
                height: 60px;
        }

        .rs-user-info h3 {

                font-size: 18px;
        }

        .rs-review-text {

                font-size: 15px;
        }

        .rs-prev,
        .rs-next {

                width: 55px;
                height: 55px;

                font-size: 18px;
        }

}


@media(max-width:576px) {

        .rs-review-container {

                width: 92%;
        }

        .rs-review-card {

                min-width: 100%;
        }

        .rs-review-bottom {

                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
        }

        .rs-stat-item {

                width: 100%;
        }

        .rs-review-heading h2 {

                font-size: 28px;
        }

        .rs-tag {

                font-size: 13px;
        }

}

/*==================================
PART 5 PREMIUM
==================================*/

.rs-review-card {

        transform: scale(.92);
        opacity: .65;

}

.rs-review-card.rs-active {

        transform: scale(1);

        opacity: 1;

        z-index: 5;

        box-shadow:
                0 30px 80px rgba(0, 0, 0, .18);

}

.rs-pagination {

        display: flex;

        justify-content: center;

        gap: 12px;

        margin-top: 35px;

}

.rs-dot {

        width: 12px;

        height: 12px;

        border-radius: 50%;

        background: #ddd;

        cursor: pointer;

        transition: .35s;

}

.rs-dot.active {

        width: 35px;

        border-radius: 50px;

        background: #ff8c00;

}

.rs-progress {

        width: 220px;

        height: 5px;

        background: #eee;

        margin: 30px auto 0;

        border-radius: 50px;

        overflow: hidden;

}

.rs-progress-bar {

        display: block;

        width: 0%;

        height: 100%;

        background: #ff8c00;

        transition: .4s;

}

/*============================

WHY TRUST US SECTION

=============================*/

.trust-section {
        position: relative;
        padding: 110px 8%;
        background: #fdf8f2;
        overflow: hidden;
}

/* Background Glow */

.trust-section::before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        background: #d6a35430;
        border-radius: 50%;
        top: -180px;
        left: -150px;
        filter: blur(90px);
}

.trust-section::after {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        background: #8f6b2130;
        border-radius: 50%;
        bottom: -180px;
        right: -180px;
        filter: blur(90px);
}

/*======================

Heading

=======================*/

.trust-heading {
        max-width: 820px;
        margin: auto;
        text-align: center;
        position: relative;
        z-index: 2;
}

.trust-heading span {

        display: inline-block;
        padding: 10px 28px;
        background: #a97900;
        color: #fff;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 18px;
}

.trust-heading h2 {

        font-size: 52px;
        font-weight: 700;
        color: #2d1d0d !important;
        margin-bottom: 18px;
}

.trust-heading p {

        color: #6f6f6f;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 70px;
}


/*======================

GRID

=======================*/

.trust-grid {

        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        position: relative;
        z-index: 2;
}


/*======================

CARD

=======================*/

.trust-card {

        position: relative;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(15px);
        border-radius: 28px;
        padding: 40px 30px;

        overflow: hidden;

        border: 1px solid rgba(255, 255, 255, .5);

        box-shadow:
                0 15px 40px rgba(0, 0, 0, .08);

        transition: .45s;
}


/* Animated Border */

.trust-card::before {

        content: "";

        position: absolute;

        width: 180%;
        height: 180%;

        background: linear-gradient(130deg,
                        transparent,
                        rgba(255, 255, 255, .6),
                        transparent);

        top: -120%;
        left: -120%;

        transform: rotate(25deg);

        transition: .8s;
}

.trust-card:hover::before {

        top: 100%;
        left: 100%;
}

.trust-card:hover {

        transform: translateY(-14px);

        box-shadow:
                0 25px 60px rgba(169, 121, 0, .28);
}


/*======================

ICON

=======================*/

.trust-icon {

        width: 90px;
        height: 90px;

        border-radius: 50%;

        background: linear-gradient(135deg,
                        #f4d37d,
                        #a97900);

        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 28px;

        box-shadow:
                0 10px 25px rgba(169, 121, 0, .35);

        transition: .4s;
}

.trust-card:hover .trust-icon {

        transform: rotateY(180deg) scale(1.08);
}

.trust-icon i {

        color: #fff;
        font-size: 38px;
}


/*======================

TEXT

=======================*/

.trust-card h3 {

        font-size: 26px;

        color: #2d1d0d;

        margin-bottom: 18px;

        font-weight: 700;
}

.trust-card p {

        font-size: 16px;

        color: #666;

        line-height: 30px;

        margin-bottom: 28px;
}


/*======================

TAG

=======================*/

.trust-card span {

        display: inline-block;

        background: #fff7e8;

        color: #a97900;

        font-weight: 700;

        padding: 12px 22px;

        border-radius: 40px;

        border: 1px solid #f0d18b;
}


/*======================

Hover Glow

=======================*/

.trust-card:hover {

        background: #fff;
}

.trust-card:hover h3 {

        color: #a97900;
}


/*======================

Responsive

=======================*/

@media(max-width:1100px) {

        .trust-grid {

                grid-template-columns: repeat(2, 1fr);

        }

}

@media(max-width:768px) {

        .trust-section {

                padding: 80px 25px;

        }

        .trust-heading h2 {

                font-size: 38px;

        }

        .trust-heading p {

                font-size: 16px;

                line-height: 30px;

        }

        .trust-grid {

                grid-template-columns: 1fr;

                gap: 25px;

        }

        .trust-card {

                padding: 35px 25px;

        }

        .trust-icon {

                width: 75px;
                height: 75px;

        }

        .trust-icon i {

                font-size: 30px;

        }

        .trust-card h3 {

                font-size: 23px;

        }

}


/*=========================================
    ABOUT SECTION
=========================================*/

.rs-about-section {

        position: relative;
        overflow: hidden;

        padding: 120px 0;

        background: #faf8f4;

}

/*=========================================
    FLOATING SHAPES
=========================================*/

.rs-floating-shape {

        position: absolute;

        border-radius: 50%;

        filter: blur(90px);

        opacity: .25;

        animation: rsFloat 8s ease-in-out infinite;

}

.rs-shape-one {

        width: 280px;
        height: 280px;

        background: #ffd36b;

        top: -80px;
        left: -80px;

}

.rs-shape-two {

        width: 350px;
        height: 350px;

        background: #ffefba;

        right: -120px;
        top: 150px;

        animation-delay: 2s;

}

.rs-shape-three {

        width: 220px;
        height: 220px;

        background: #ffe39c;

        bottom: -80px;
        left: 40%;

        animation-delay: 4s;

}

@keyframes rsFloat {

        0% {
                transform: translateY(0px);
        }

        50% {
                transform: translateY(-35px);
        }

        100% {
                transform: translateY(0px);
        }

}

/*=========================================
    HEADING
=========================================*/

.rs-section-heading {

        max-width: 800px;

        margin: 0 auto 70px;

        text-align: center;

}

.rs-subtitle {

        display: inline-block;

        padding: 8px 22px;

        border-radius: 30px;

        background: #fff;

        color: #d18d00;

        font-size: 14px;

        font-weight: 600;

        letter-spacing: 2px;

        text-transform: uppercase;

        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.rs-section-heading h2 {

        margin-top: 25px;

        font-size: 54px;

        font-family: 'Cormorant Garamond', serif;

        font-weight: 700;

        color: #1b1b1b !important;

}

.rs-section-heading h3 {

        margin-top: 12px;

        font-size: 28px;

        font-weight: 600;

        color: #c28a13;

}

.rs-section-heading p {

        margin-top: 22px;

        font-size: 17px;

        line-height: 32px;

        color: #666;

}

/*=========================================
    STORY WRAPPER
=========================================*/

.rs-story-wrapper {

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 70px;

}

/*=========================================
    LEFT
=========================================*/

.rs-story-left {

        width: 50%;

}

.rs-story-image {

        position: relative;

        border-radius: 30px;

        overflow: hidden;

        background: #fff;

        padding: 12px;

        box-shadow: 0 30px 70px rgba(0, 0, 0, .10);

}

.rs-story-image img {

        width: 100%;

        display: block;

        border-radius: 22px;

        transition: .6s;

}

.rs-story-image:hover img {

        transform: scale(1.08);

}

/*=========================================
    IMAGE BADGE
=========================================*/

.rs-image-badge {

        position: absolute;

        right: 30px;

        bottom: 30px;

        width: 140px;
        height: 140px;

        background: #ffffff;

        border-radius: 50%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        box-shadow: 0 20px 40px rgba(0, 0, 0, .12);

        border: 5px solid #ffd467;

}

.rs-image-badge span {

        color: #666;

        font-size: 15px;

}

.rs-image-badge h4 {

        margin-top: 5px;

        font-size: 42px;

        color: #c68a00;

        font-weight: 700;

}

/*=========================================
    RIGHT
=========================================*/

.rs-story-right {

        width: 50%;

}

.rs-story-card {

        position: relative;

        margin-bottom: 28px;

        padding: 35px;

        border-radius: 25px;

        background: rgba(255, 255, 255, .75);

        backdrop-filter: blur(12px);

        transition: .4s;

        overflow: hidden;

        box-shadow: 0 20px 40px rgba(0, 0, 0, .06);

}

.rs-story-card::before {

        content: "";

        position: absolute;

        top: 0;
        left: 0;

        width: 5px;

        height: 100%;

        background: linear-gradient(#f8d15d, #d18d00);

}

.rs-story-card:hover {

        transform: translateY(-10px);

        box-shadow: 0 35px 60px rgba(0, 0, 0, .12);

}

/*=========================================
    ICON
=========================================*/

.rs-card-icon {

        width: 75px;

        height: 75px;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        background: linear-gradient(135deg, #ffd968, #d29100);

        color: #fff;

        font-size: 30px;

        margin-bottom: 20px;

}

.rs-story-card h3 {

        margin-bottom: 15px;

        font-size: 28px;

        color: #222;

        font-family: 'Cormorant Garamond', serif;

}

.rs-story-card p {

        color: #666;

        line-height: 32px;

        font-size: 16px;

}

/*=========================================
    JOURNEY SECTION
=========================================*/

.rs-journey-section {

        padding: 120px 0;

        background: #fff;

}

.rs-timeline {

        max-width: 1000px;

        margin: auto;

}

.rs-timeline-item {

        display: flex;

        align-items: center;

        gap: 40px;

        margin-bottom: 50px;

}

.rs-timeline-year {

        min-width: 140px;

        height: 140px;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 32px;

        font-weight: 700;

        color: #fff;

        background: linear-gradient(135deg, #d39b00, #f6cb55);

        box-shadow: 0 20px 45px rgba(210, 160, 0, .35);

}

.rs-timeline-content {

        flex: 1;

        background: #fafafa;

        padding: 35px;

        border-radius: 25px;

        box-shadow: 0 15px 35px rgba(0, 0, 0, .05);

        transition: .4s;

}

.rs-timeline-content:hover {

        transform: translateX(10px);

}

.rs-timeline-content h4 {

        margin-bottom: 15px;

        font-size: 28px;

        font-family: 'Cormorant Garamond', serif;

        color: #222;

}

.rs-timeline-content p {

        color: #666;

        line-height: 32px;

}

/*=========================================
    RESPONSIVE
=========================================*/

@media(max-width:991px) {

        .rs-story-wrapper {

                flex-direction: column;

        }

        .rs-story-left,
        .rs-story-right {

                width: 100%;

        }

        .rs-section-heading h2 {

                font-size: 42px;

        }

        .rs-timeline-item {

                flex-direction: column;

                text-align: center;

        }

}

@media(max-width:576px) {

        .rs-about-section,
        .rs-journey-section {

                padding: 80px 0;

        }

        .rs-section-heading h2 {

                font-size: 34px;

        }

        .rs-section-heading h3 {

                font-size: 22px;

        }

        .rs-story-card {

                padding: 25px;

        }

        .rs-image-badge {

                width: 100px;
                height: 100px;

        }

        .rs-image-badge h4 {

                font-size: 28px;

        }

        .rs-timeline-year {

                width: 110px;
                height: 110px;

                font-size: 26px;

        }

}


/*=========================================
        COUNTER SECTION
=========================================*/

.rs-counter-section {

        position: relative;

        padding: 120px 0;

        overflow: hidden;

        background: linear-gradient(135deg, #a96d00, #d99d11, #f2c94c);

}

.rs-counter-overlay {

        position: absolute;

        inset: 0;

        background: rgba(0, 0, 0, .18);

        backdrop-filter: blur(2px);

}

.rs-counter-section .container {

        position: relative;

        z-index: 2;

}

/* Heading */

.rs-counter-heading {

        max-width: 800px;

        margin: 0 auto 70px;

        text-align: center;

        color: #fff;

}

.rs-counter-heading span {

        display: inline-block;

        padding: 8px 24px;

        border-radius: 40px;

        background: rgba(255, 255, 255, .15);

        backdrop-filter: blur(10px);

        font-size: 14px;

        font-weight: 600;

        letter-spacing: 2px;

        text-transform: uppercase;

}

.rs-counter-heading h2 {

        margin-top: 22px;

        font-size: 52px;

        font-family: 'Cormorant Garamond', serif;

        font-weight: 700;

        line-height: 1.2;

}

.rs-counter-heading p {

        margin-top: 18px;

        font-size: 17px;

        line-height: 30px;

        opacity: .95;

}

/* Grid */

.rs-counter-grid {

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 30px;

}

/* Card */

.rs-counter-card {

        text-align: center;

        padding: 45px 30px;

        border-radius: 30px;

        background: rgba(255, 255, 255, .14);

        backdrop-filter: blur(15px);

        border: 1px solid rgba(255, 255, 255, .2);

        transition: .45s;

}

.rs-counter-card:hover {

        transform: translateY(-15px);

        background: rgba(255, 255, 255, .22);

}

/* Icon */

.rs-counter-icon {

        width: 90px;

        height: 90px;

        margin: auto;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 34px;

        color: #d59a06;

        background: #fff;

        margin-bottom: 25px;

        transition: .4s;

}

.rs-counter-card:hover .rs-counter-icon {

        transform: rotate(360deg);

}

/* Counter */

.rs-counter-card h3 {

        font-size: 48px;

        font-weight: 700;

        color: #fff;

        margin-bottom: 10px;

}

.rs-counter-card h4 {

        color: #fff;

        font-size: 24px;

        font-family: 'Cormorant Garamond', serif;

        margin-bottom: 15px;

}

.rs-counter-card p {

        color: #fff;

        line-height: 28px;

        opacity: .95;

}

/* Responsive */

@media(max-width:991px) {

        .rs-counter-grid {

                grid-template-columns: repeat(2, 1fr);

        }

}

@media(max-width:576px) {

        .rs-counter-section {

                padding: 80px 0;

        }

        .rs-counter-heading h2 {

                font-size: 34px;

        }

        .rs-counter-grid {

                grid-template-columns: 1fr;

        }

}


/*=========================================
        COUNTER SECTION
=========================================*/

.rs-counter-section {

        position: relative;

        padding: 120px 0;

        overflow: hidden;

        background: linear-gradient(135deg, #a96d00, #d99d11, #f2c94c);

}

.rs-counter-overlay {

        position: absolute;

        inset: 0;

        background: rgba(0, 0, 0, .18);

        backdrop-filter: blur(2px);

}

.rs-counter-section .container {

        position: relative;

        z-index: 2;

}

/* Heading */

.rs-counter-heading {

        max-width: 800px;

        margin: 0 auto 70px;

        text-align: center;

        color: #fff;

}

.rs-counter-heading span {

        display: inline-block;

        padding: 8px 24px;

        border-radius: 40px;

        background: rgba(255, 255, 255, .15);

        backdrop-filter: blur(10px);

        font-size: 14px;

        font-weight: 600;

        letter-spacing: 2px;

        text-transform: uppercase;

}

.rs-counter-heading h2 {

        margin-top: 22px;

        font-size: 52px;

        font-family: 'Cormorant Garamond', serif;

        font-weight: 700;

        line-height: 1.2;

}

.rs-counter-heading p {

        margin-top: 18px;

        font-size: 17px;

        line-height: 30px;

        opacity: .95;

}

/* Grid */

.rs-counter-grid {

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 30px;

}

/* Card */

.rs-counter-card {

        text-align: center;

        padding: 45px 30px;

        border-radius: 30px;

        background: rgba(255, 255, 255, .14);

        backdrop-filter: blur(15px);

        border: 1px solid rgba(255, 255, 255, .2);

        transition: .45s;

}

.rs-counter-card:hover {

        transform: translateY(-15px);

        background: rgba(255, 255, 255, .22);

}

/* Icon */

.rs-counter-icon {

        width: 90px;

        height: 90px;

        margin: auto;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 34px;

        color: #d59a06;

        background: #fff;

        margin-bottom: 25px;

        transition: .4s;

}

.rs-counter-card:hover .rs-counter-icon {

        transform: rotate(360deg);

}

/* Counter */

.rs-counter-card h3 {

        font-size: 48px;

        font-weight: 700;

        color: #fff;

        margin-bottom: 10px;

}

.rs-counter-card h4 {

        color: #fff;

        font-size: 24px;

        font-family: 'Cormorant Garamond', serif;

        margin-bottom: 15px;

}

.rs-counter-card p {

        color: #fff;

        line-height: 28px;

        opacity: .95;

}

/* Responsive */

@media(max-width:991px) {

        .rs-counter-grid {

                grid-template-columns: repeat(2, 1fr);

        }

}

@media(max-width:576px) {

        .rs-counter-section {

                padding: 80px 0;

        }

        .rs-counter-heading h2 {

                font-size: 34px;

        }

        .rs-counter-grid {

                grid-template-columns: 1fr;

        }

}


/*=========================================
        MEMORY SECTION
=========================================*/

.rs-memory-section {

        padding: 120px 0;

        background: #faf8f3;

}

.rs-memory-wrapper {

        display: flex;

        gap: 60px;

        align-items: center;

}

.rs-memory-left {

        width: 55%;

}

.rs-memory-right {

        width: 45%;

}

.rs-memory-subtitle {

        display: inline-block;

        padding: 8px 24px;

        border-radius: 30px;

        background: #fff;

        color: #d28f00;

        font-weight: 600;

        letter-spacing: 2px;

        text-transform: uppercase;

        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.rs-memory-left h2 {

        margin: 25px 0;

        font-size: 54px;

        line-height: 1.2;

        font-family: 'Cormorant Garamond', serif;

        color: #222 !important;

}

.rs-memory-text {

        margin-bottom: 20px;

        color: #666;

        line-height: 32px;

        font-size: 17px;

}

/* Feature List */

.rs-memory-list {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 20px;

        margin-top: 40px;

}

.rs-memory-item {

        display: flex;

        align-items: center;

        gap: 15px;

        padding: 18px 20px;

        background: #fff;

        border-radius: 18px;

        box-shadow: 0 10px 25px rgba(0, 0, 0, .05);

        transition: .4s;

}

.rs-memory-item:hover {

        transform: translateY(-8px);

}

.rs-memory-item i {

        color: #d28f00;

        font-size: 20px;

}

/* Quote */

.rs-quote-box {

        position: relative;

        padding: 45px;

        background: linear-gradient(135deg, #f5d87a, #d18d00);

        border-radius: 30px;

        color: #fff;

        margin-bottom: 35px;

        overflow: hidden;

}

.rs-quote-box i {

        font-size: 50px;

        opacity: .25;

}

.rs-quote-box h3 {

        margin-top: 15px;

        font-size: 34px;

        line-height: 1.4;

        font-family: 'Cormorant Garamond', serif;

}

/* Promise */

.rs-promise-card {

        background: #fff;

        border-radius: 30px;

        padding: 45px;

        box-shadow: 0 25px 60px rgba(0, 0, 0, .08);

}

.rs-promise-tag {

        display: inline-block;

        padding: 8px 22px;

        border-radius: 30px;

        background: #fff5d8;

        color: #d18d00;

        font-weight: 600;

}

.rs-promise-card h3 {

        margin: 25px 0;

        font-size: 38px;

        color: #222;

        line-height: 1.3;

        font-family: 'Cormorant Garamond', serif;

}

.rs-promise-card p {

        color: #666;

        line-height: 32px;

        margin-bottom: 35px;

}

.rs-signature {

        border-top: 1px solid #eee;

        padding-top: 25px;

}

.rs-signature h4 {

        font-size: 24px;

        color: #222;

}

.rs-signature span {

        color: #c98d00;

        font-weight: 600;

}

/* Responsive */

@media(max-width:991px) {

        .rs-memory-wrapper {

                flex-direction: column;

        }

        .rs-memory-left,
        .rs-memory-right {

                width: 100%;

        }

}

@media(max-width:576px) {

        .rs-memory-section {

                padding: 80px 0;

        }

        .rs-memory-left h2 {

                font-size: 36px;

        }

        .rs-memory-list {

                grid-template-columns: 1fr;

        }

        .rs-quote-box h3 {

                font-size: 26px;

        }

        .rs-promise-card {

                padding: 30px;

        }

        .rs-promise-card h3 {

                font-size: 30px;

        }

}


/*=========================================
        FINAL CTA SECTION
=========================================*/

.rs-final-section {

        position: relative;

        overflow: hidden;

        padding: 120px 0;

        background: linear-gradient(135deg, #fffdf8, #fff5dc);

}

.rs-final-circle {

        position: absolute;

        border-radius: 50%;

        filter: blur(90px);

        opacity: .3;

}

.rs-circle-one {

        width: 280px;

        height: 280px;

        background: #ffd35a;

        top: -80px;

        left: -80px;

}

.rs-circle-two {

        width: 320px;

        height: 320px;

        background: #ffe8a2;

        right: -100px;

        bottom: -100px;

}

/* Main Box */

.rs-final-box {

        display: flex;

        align-items: center;

        gap: 60px;

        background: #fff;

        border-radius: 35px;

        padding: 70px;

        box-shadow: 0 25px 80px rgba(0, 0, 0, .08);

        position: relative;

        z-index: 2;

}

/* Left */

.rs-final-content {

        width: 58%;

}

.rs-final-tag {

        display: inline-block;

        padding: 10px 22px;

        background: #fff4cf;

        color: #c78900;

        border-radius: 30px;

        font-weight: 600;

}

.rs-final-content h2 {

        margin: 25px 0;

        font-size: 58px;

        line-height: 1.15;
        margin-left: -200px;

        color: #222 !important;

        font-family: 'Cormorant Garamond', serif;

}

.rs-final-content p {

        color: #666;

        line-height: 34px;

        font-size: 17px;

}

/* Buttons */

.rs-final-buttons {

        display: flex;

        gap: 20px;

        margin-top: 40px;

}

.rs-call-btn,
.rs-menu-btn {

        display: inline-flex;

        align-items: center;

        gap: 12px;

        text-decoration: none;

        padding: 18px 34px;

        border-radius: 60px;

        font-weight: 600;

        transition: .4s;

}

.rs-call-btn {

        background: linear-gradient(135deg, #d99d11, #f2c94c);

        color: #fff;

}

.rs-menu-btn {

        border: 2px solid #d99d11;

        color: #d99d11;

}

.rs-call-btn:hover {

        transform: translateY(-8px);

}

.rs-menu-btn:hover {

        background: #d99d11;

        color: #fff;

}

/* Contact Card */

.rs-contact-card {

        width: 42%;

        padding: 40px;

        border-radius: 30px;

        background: linear-gradient(135deg, #d99d11, #f2c94c);

        color: #fff;

}

.rs-contact-header {

        text-align: center;

        margin-bottom: 35px;

}

.rs-contact-logo {

        width: 90px;

        height: 90px;

        margin: auto;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        background: #fff;

        color: #d18d00;

        font-size: 34px;

        margin-bottom: 20px;

}

.rs-contact-header h3 {

        font-size: 30px;

        margin-bottom: 10px;

}

.rs-contact-item {

        display: flex;

        gap: 20px;

        margin-bottom: 30px;

}

.rs-contact-item i {

        font-size: 26px;

        margin-top: 6px;

}

.rs-contact-item h4 {

        margin-bottom: 8px;

}

/* Responsive */

@media(max-width:991px) {

        .rs-final-box {

                flex-direction: column;

                padding: 40px;

        }

        .rs-final-content,
        .rs-contact-card {

                width: 100%;

        }

}

@media(max-width:576px) {

        .rs-final-section {

                padding: 80px 0;

        }

        .rs-final-content h2 {

                font-size: 38px;
                margin: 0;

        }

        .rs-final-buttons {

                flex-direction: column;

        }

}


/*=========================================
        FEATURE SECTION
=========================================*/

.rs-feature-section {

        position: relative;
        overflow: hidden;

        padding: 120px 0;

        background: linear-gradient(180deg, #ffffff, #faf8f3);

}

/* Optional Background Decoration */

.rs-feature-section::before {

        content: "";

        position: absolute;

        width: 350px;
        height: 350px;

        border-radius: 50%;

        background: rgba(255, 210, 80, .15);

        filter: blur(120px);

        top: -100px;
        left: -100px;

}

.rs-feature-section::after {

        content: "";

        position: absolute;

        width: 300px;
        height: 300px;

        border-radius: 50%;

        background: rgba(255, 220, 120, .18);

        filter: blur(120px);

        right: -100px;
        bottom: -100px;

}

.rs-feature-section .container {

        position: relative;

        z-index: 2;

}

/*=========================================
        GRID
=========================================*/

.rs-feature-grid {

        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 35px;

}

/*=========================================
        CARD
=========================================*/

.rs-feature-card {

        position: relative;

        overflow: hidden;

        padding: 45px 35px;

        border-radius: 30px;

        background: #fff;

        transition: .45s;

        box-shadow: 0 15px 40px rgba(0, 0, 0, .07);

}

.rs-feature-card::before {

        content: "";

        position: absolute;

        left: 0;
        top: 0;

        width: 100%;
        height: 5px;

        background: linear-gradient(90deg, #f7d86c, #d28e00);

        transform: scaleX(0);

        transform-origin: left;

        transition: .5s;

}

.rs-feature-card:hover::before {

        transform: scaleX(1);

}

.rs-feature-card:hover {

        transform: translateY(-15px);

        box-shadow: 0 30px 70px rgba(0, 0, 0, .12);

}

/*=========================================
        NUMBER
=========================================*/

.rs-feature-number {

        position: absolute;

        right: 25px;

        top: 20px;

        font-size: 60px;

        font-weight: 700;

        color: rgba(0, 0, 0, .04);

}

/*=========================================
        ICON
=========================================*/

.rs-feature-icon {

        width: 80px;

        height: 80px;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        margin-bottom: 25px;

        background: linear-gradient(135deg, #ffd76b, #c88700);

        color: #fff;

        font-size: 32px;

        transition: .45s;

}

.rs-feature-card:hover .rs-feature-icon {

        transform: rotateY(180deg);

}

/*=========================================
        CONTENT
=========================================*/

.rs-feature-card h3 {

        margin-bottom: 15px;

        font-size: 28px;

        color: #222;

        font-family: 'Cormorant Garamond', serif;

}

.rs-feature-card p {

        color: #666;

        font-size: 16px;

        line-height: 30px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px) {

        .rs-feature-grid {

                grid-template-columns: repeat(2, 1fr);

        }

}

@media(max-width:767px) {

        .rs-feature-grid {

                grid-template-columns: 1fr;

        }

        .rs-feature-card {

                padding: 30px;

        }

}


.restaurant-status {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 14px 24px;
        border-radius: 50px;
        background: #f8f7f4;
}

.status-dot {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: inline-block;
        background: #ff4d4d;
        box-shadow: 0 0 15px #ff4d4d;
        transition: all 0.3s ease;
}

#restaurantStatus {
        font-size: 17px;
        font-weight: 500;
}


/* =========================================
   GALLERY
========================================= */

.haripriya-gallery {
        width: 100%;
        padding: 0px 20px;
        background: #fff;
}

.haripriya-gallery-title {
        text-align: center;
        margin-bottom: 45px;
}

.haripriya-gallery-title h2 {
        display: inline-block;
        margin: 0;
        padding: 20px 80px;

        background: #a27400;
        color: #fff;

        border-radius: 18px;

        font-size: 42px;
        font-weight: 400;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}


/* =========================================
   GRID
========================================= */

.haripriya-gallery-grid {
        width: 100%;
        max-width: 1500px;
        margin: auto;

        display: grid;
        grid-template-columns: repeat(3, 1fr);

        gap: 22px;
}


/* =========================================
   IMAGE CARD
========================================= */

.haripriya-gallery-item {
        position: relative;

        width: 100%;
        height: 100%;

        overflow: hidden;

        border-radius: 14px;

        background: #eee;

        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.haripriya-gallery-item img {
        width: 100%;
        height: 100%;

        display: block;

        object-fit: cover;

        transition: transform 0.5s ease;
}

.haripriya-gallery-item:hover img {
        transform: scale(1.06);
}


/* =========================================
   DARK OVERLAY
========================================= */

.haripriya-gallery-item::after {
        content: "";

        position: absolute;

        inset: 0;

        background: rgba(0, 0, 0, 0.45);

        opacity: 0;

        transition: opacity 0.35s ease;

        pointer-events: none;
}

.haripriya-gallery-item:hover::after {
        opacity: 1;
}


/* =========================================
   VIEW IMAGE BUTTON
========================================= */

.haripriya-view-image {
        position: absolute;
        display: none;

        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);

        z-index: 10;

        padding: 12px 24px;

        border: 0;

        border-radius: 50px;

        background: #fff;

        color: #8d6700;

        font-size: 12px;

        font-weight: 700;

        letter-spacing: 1px;

        text-transform: uppercase;

        cursor: pointer;

        opacity: 0;

        visibility: hidden;

        transition:
                opacity 0.3s ease,
                transform 0.3s ease,
                background 0.3s ease,
                color 0.3s ease;
}

.haripriya-gallery-item:hover .haripriya-view-image {
        opacity: 1;

        visibility: visible;

        transform: translate(-50%, -50%);
}

.haripriya-view-image:hover {
        background: #a27400;

        color: #fff;
}


/* =========================================
   IMAGE POPUP
========================================= */

.haripriya-image-popup {
        position: fixed;

        inset: 0;

        width: 100%;
        height: 100%;

        z-index: 999999;

        display: flex;

        align-items: center;
        justify-content: center;

        padding: 60px;

        background: rgba(0, 0, 0, 0.94);

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

        transition: 0.3s ease;
}

.haripriya-image-popup.active {
        opacity: 1;

        visibility: visible;

        pointer-events: auto;
}


/* =========================================
   POPUP IMAGE
========================================= */

.haripriya-image-popup>img {
        max-width: 90vw;
        max-height: 85vh;

        width: auto;
        height: auto;

        object-fit: contain;

        border-radius: 8px;

        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}


/* =========================================
   CLOSE
========================================= */

.haripriya-popup-close {
        position: absolute;

        top: 20px;
        right: 25px;

        width: 48px;
        height: 48px;

        border: 1px solid rgba(255, 255, 255, 0.4);

        border-radius: 50%;

        background: rgba(255, 255, 255, 0.1);

        color: #fff;

        font-size: 30px;

        line-height: 1;

        cursor: pointer;

        z-index: 20;
}

.haripriya-popup-close:hover {
        background: #a27400;
}


/* =========================================
   PREVIOUS / NEXT
========================================= */

.haripriya-popup-prev,
.haripriya-popup-next {
        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        width: 52px;
        height: 52px;

        border: 1px solid rgba(255, 255, 255, 0.35);

        border-radius: 50%;

        background: rgba(255, 255, 255, 0.1);

        color: #fff;

        font-size: 22px;

        cursor: pointer;

        z-index: 20;
}

.haripriya-popup-prev {
        left: 25px;
}

.haripriya-popup-next {
        right: 25px;
}

.haripriya-popup-prev:hover,
.haripriya-popup-next:hover {
        background: #a27400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

        .haripriya-gallery-grid {
                grid-template-columns: repeat(2, 1fr);
        }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

        .haripriya-gallery {
                padding: 55px 15px;
        }

        .haripriya-gallery-title h2 {
                padding: 15px 45px;
                font-size: 32px;
        }

        .haripriya-gallery-grid {
                grid-template-columns: 1fr;
                gap: 16px;
        }

        .haripriya-gallery-item {
                height: 250px;
        }

        /*
       Mobile par button visible rahega
    */

        .haripriya-gallery-item::after {
                opacity: 1;
        }

        .haripriya-view-image {
                opacity: 1;
                visibility: visible;

                transform: translate(-50%, -50%);
        }

        .haripriya-image-popup {
                padding: 50px 10px;
        }

        .haripriya-image-popup>img {
                max-width: 92vw;
                max-height: 75vh;
        }

        .haripriya-popup-prev,
        .haripriya-popup-next {
                width: 42px;
                height: 42px;

                font-size: 17px;
        }

        .haripriya-popup-prev {
                left: 8px;
        }

        .haripriya-popup-next {
                right: 8px;
        }

}


/* ========================================== PREMIUM TESTIMONIALS ========================================== */
.pp-testimonials {
        position: relative;
        width: 100%;
        padding: 90px 20px;
        background: radial-gradient(circle at 10% 20%, rgba(198, 145, 55, .10), transparent 30%), radial-gradient(circle at 90% 80%, rgba(198, 145, 55, .08), transparent 30%), #faf8f3;
        overflow: hidden;
        box-sizing: border-box;
}

/* HEADING */
.pp-testimonial-heading {
        max-width: 850px;
        margin: 0 auto 55px;
        text-align: center;
}

.pp-testimonial-subtitle {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #a77822;
}

.pp-testimonial-heading h2 {
        margin: 0;
        font-family: "El Messiri", sans-serif !important;
        font-size: clamp(34px, 5vw, 58px);
        line-height: 1.1;
        color: #211d18 !important;
        font-weight: 700;
}

.pp-testimonial-heading h2 span {
        color: #a77822;
        font-style: italic;
}

.pp-testimonial-heading p {
        max-width: 650px;
        margin: 20px auto 0;
        color: #756f67;
        font-size: 16px;
        line-height: 1.8;
}

/* SLIDER */
.pp-testimonial-wrapper {
        position: relative;
        max-width: 1280px;
        margin: auto;
        padding: 0 55px;
        box-sizing: border-box;
}

.pp-testimonial-viewport {
        overflow: hidden;
        width: 100%;
}

.pp-testimonial-track {
        display: flex;
        gap: 24px;
        transition: transform .65s cubic-bezier(.22, .61, .36, 1);
}

/* CARD */
.pp-testimonial-card {
        position: relative;
        flex: 0 0 calc((100% - 48px) / 3);
        min-height: 325px;
        padding: 28px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .94);
        border: 1px solid rgba(167, 120, 34, .15);
        border-radius: 20px;
        box-shadow: 0 15px 45px rgba(49, 39, 25, .07);
        transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        overflow: hidden;
}

.pp-testimonial-card:hover {
        transform: translateY(-7px);
        border-color: rgba(167, 120, 34, .35);
        box-shadow: 0 22px 55px rgba(49, 39, 25, .13);
}

/* USER */
.pp-testimonial-top {
        display: flex;
        align-items: center;
        gap: 13px;
}

.pp-testimonial-avatar {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #a77822;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 5px 15px rgba(167, 120, 34, .25);
}

.pp-testimonial-user {
        min-width: 0;
        flex: 1;
}

.pp-testimonial-user h3 {
        margin: 0 0 4px;
        color: #27231e;
        font-size: 16px;
        font-weight: 700;
}

.pp-testimonial-user span {
        display: block;
        color: #918b83;
        font-size: 12px;
}

.pp-google-icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        font-size: 17px;
        font-weight: 800;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
}

/* RATING */
.pp-testimonial-rating {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 22px 0 14px;
}

.pp-testimonial-rating span {
        color: #e2a72d;
        font-size: 17px;
        letter-spacing: 2px;
}

.pp-testimonial-rating small {
        color: #9a948d;
        display: none;
        font-size: 12px;
}

/* TEXT */
.pp-testimonial-text {
        position: relative;
        z-index: 2;
        margin: 0;
        max-width: 95%;
        color: #4e4942;
        font-size: 15px;
        line-height: 1.8;
}

/* TAGS */
.pp-review-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 22px;
}

.pp-review-tags span {
        padding: 6px 10px;
        border-radius: 30px;
        background: #faf6ed;
        border: 1px solid #eee2ca;
        color: #777066;
        font-size: 11px;
}

.pp-review-tags b {
        color: #a77822;
}

/* QUOTE */
.pp-quote-icon {
        position: absolute;
        right: 18px;
        bottom: -17px;
        font-family: Georgia, serif;
        font-size: 100px;
        line-height: 1;
        color: rgba(167, 120, 34, .07);
}

/* OWNER RESPONSE */
.pp-owner-response {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 20px;
        padding: 11px 14px;
        border-left: 3px solid #a77822;
        background: #fbf8f1;
}

.pp-owner-response strong {
        color: #5b5144;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
}

.pp-owner-response span {
        color: #82786d;
        font-size: 13px;
}

/* ARROWS */
.pp-testimonial-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(167, 120, 34, .25);
        border-radius: 50%;
        background: #fff;
        color: #a77822;
        font-size: 20px;
        cursor: pointer;
        transform: translateY(-50%);
        box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
        transition: all .3s ease;
}

.pp-testimonial-arrow:hover {
        background: #a77822;
        color: #fff;
        transform: translateY(-50%) scale(1.08);
}

.pp-testimonial-prev {
        left: 0;
}

.pp-testimonial-next {
        right: 0;
}

/* DOTS */
.pp-testimonial-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 35px;
}

.pp-testimonial-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #d7c9af;
        cursor: pointer;
        transition: all .3s ease;
}

.pp-testimonial-dot.active {
        width: 26px;
        border-radius: 20px;
        background: #a77822;
}

/* CTA */
.pp-testimonial-bottom {
        max-width: 800px;
        margin: 50px auto 0;
        padding: 18px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        background: #fff;
        border: 1px solid #eee4d3;
        border-radius: 14px;
        box-shadow: 0 10px 35px rgba(50, 40, 25, .06);
}

.pp-testimonial-bottom strong {
        display: block;
        margin-bottom: 4px;
        color: #29241e;
        font-size: 14px;
}

.pp-testimonial-bottom span {
        color: #8a8177;
        font-size: 12px;
}

/* REVIEW BUTTON */
.pp-write-review {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        background: #a77822;
        color: #fff;
        border-radius: 30px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        transition: all .3s ease;
}

.pp-write-review span {
        color: #fff;
        font-size: 15px;
}

.pp-write-review:hover {
        color: #fff;
        background: #825b18;
        transform: translateY(-2px);
}

/* AVATAR VARIATIONS */
.avatar-pink {
        background: #c46d82;
}

.avatar-blue {
        background: #54799b;
}

.avatar-green {
        background: #688c68;
}

.avatar-orange {
        background: #c77b42;
}

.avatar-purple {
        background: #7964a3;
}

.avatar-red {
        background: #a95151;
}

.avatar-dark {
        background: #49443f;
}

.avatar-yellow {
        background: #b18a3d;
}

/* TABLET */
@media (max-width: 1000px) {
        .pp-testimonial-card {
                flex: 0 0 calc((100% - 24px) / 2);
        }
}

/* MOBILE */
@media (max-width: 650px) {
        .pp-testimonials {
                padding: 65px 15px;
        }

        .pp-testimonial-heading {
                margin-bottom: 35px;
        }

        .pp-testimonial-heading h2 {
                font-size: 36px;
        }

        .pp-testimonial-heading p {
                font-size: 14px;
                line-height: 1.7;
        }

        .pp-testimonial-wrapper {
                padding: 0 8px;
        }

        .pp-testimonial-card {
                flex: 0 0 100%;
                min-height: 315px;
                padding: 23px;
        }

        .pp-testimonial-arrow {
                width: 40px;
                height: 40px;
                font-size: 17px;
        }

        .pp-testimonial-prev {
                left: -4px;
        }

        .pp-testimonial-next {
                right: -4px;
        }

        .pp-testimonial-bottom {
                flex-direction: column;
                text-align: center;
                padding: 20px;
        }

        .pp-write-review {
                width: 100%;
                justify-content: center;
        }
}

/* SMALL MOBILE */
@media (max-width: 400px) {
        .pp-testimonial-heading h2 {
                font-size: 31px;
        }

        .pp-testimonial-card {
                padding: 20px;
        }

        .pp-testimonial-user h3 {
                font-size: 14px;
        }
}


/* =====================================
   HARIPRIYA RESTAURANT ABOUT SECTION
===================================== */

.hp-about-section {
        position: relative;
        width: 100%;
        padding: 110px 20px;
        overflow: hidden;
        background:
                radial-gradient(circle at 10% 20%, rgba(184, 134, 11, 0.07), transparent 28%),
                radial-gradient(circle at 90% 80%, rgba(184, 134, 11, 0.06), transparent 30%),
                #fffdf8;
        color: #242018;
        font-family: "El Messiri", sans-serif !important;
}

.hp-about-section *,
.hp-about-section *::before,
.hp-about-section *::after {
        box-sizing: border-box;
}


/* MAIN CONTAINER */

.hp-about-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 0.9fr;
        align-items: center;
        gap: 85px;
}


/* =====================================
   CONTENT
===================================== */

.hp-about-content {
        position: relative;
        z-index: 2;
}

.hp-about-subtitle {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 22px;

        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: #a97900;
}

.hp-line {
        width: 42px;
        height: 2px;
        display: inline-block;
        background: #b8860b;
}


.hp-about-content h2 {
        margin: 0 0 24px;
        max-width: 600px;

        font-family: "El Messiri", sans-serif !important;
        font-size: clamp(42px, 5vw, 68px);
        line-height: 1.08;
        font-weight: 600;
        letter-spacing: -1.5px;
        color: #211d16 !important;
}

.hp-about-content h2 span {
        display: block;
        color: #b8860b;
        font-style: italic;
}


.hp-about-content p {
        max-width: 650px;
        margin: 0 0 18px;

        color: #69645b;
        font-size: 15px;
        line-height: 1.9;
}

.hp-about-content p strong {
        color: #29241c;
        font-weight: 700;
}


/* =====================================
   CUISINE TAGS
===================================== */

.hp-cuisine-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 27px;
}

.hp-cuisine-list span {
        padding: 9px 16px;

        border: 1px solid rgba(184, 134, 11, 0.25);
        border-radius: 50px;

        background: rgba(255, 255, 255, 0.7);

        color: #62532f;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.3px;

        transition: all 0.3s ease;
}

.hp-cuisine-list span:hover {
        color: #fff;
        background: #b8860b;
        border-color: #b8860b;
        transform: translateY(-2px);
}


/* =====================================
   BUTTONS
===================================== */

.hp-about-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 34px;
}

.hp-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;

        min-height: 50px;
        padding: 0 23px;

        border-radius: 4px;

        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.4px;

        transition: all 0.3s ease;
}

.hp-btn-primary {
        color: #fff;
        background: #b8860b;
        box-shadow: 0 10px 25px rgba(184, 134, 11, 0.2);
}

.hp-btn-primary span {
        font-size: 19px;
        transition: transform 0.3s ease;
}

.hp-btn-primary:hover {
        color: #fff;
        background: #966d00;
        transform: translateY(-3px);
}

.hp-btn-primary:hover span {
        transform: translateX(4px);
}


.hp-btn-outline {
        color: #302b22;
        border: 1px solid #d8d0bf;
        background: transparent;
}

.hp-btn-outline:hover {
        color: #fff;
        border-color: #302b22;
        background: #302b22;
        transform: translateY(-3px);
}


/* =====================================
   RIGHT IMAGE AREA
===================================== */

.hp-about-visual {
        position: relative;
        min-height: 570px;
        display: flex;
        align-items: center;
        justify-content: center;
}


/* Main Image */

.hp-main-image {
        position: relative;
        z-index: 2;

        width: 78%;
        height: 500px;

        overflow: hidden;

        border-radius: 180px 180px 18px 18px;

        box-shadow:
                0 30px 70px rgba(43, 36, 23, 0.16),
                0 5px 20px rgba(43, 36, 23, 0.08);
}

.hp-main-image::after {
        content: "";
        position: absolute;
        inset: 0;

        background: linear-gradient(to top,
                        rgba(25, 20, 10, 0.2),
                        transparent 45%);

        pointer-events: none;
}

.hp-main-image img {
        width: 100%;
        height: 100%;
        display: block;

        object-fit: cover;

        transition: transform 0.7s ease;
}

.hp-main-image:hover img {
        transform: scale(1.06);
}


/* =====================================
   DECORATIVE CIRCLE
===================================== */

.hp-circle-decoration {
        position: absolute;
        width: 380px;
        height: 380px;

        right: 0;
        top: 50%;

        border: 1px solid rgba(184, 134, 11, 0.35);
        border-radius: 50%;

        transform: translateY(-50%);
}


/* =====================================
   FLOATING CARDS
===================================== */

.hp-experience-card,
.hp-food-card {
        position: absolute;
        z-index: 4;

        display: flex;
        align-items: center;
        gap: 12px;

        padding: 15px 18px;

        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(184, 134, 11, 0.15);

        border-radius: 8px;

        box-shadow: 0 15px 40px rgba(34, 28, 18, 0.13);

        backdrop-filter: blur(10px);
}

.hp-experience-card {
        left: 0;
        top: 22%;
}

.hp-food-card {
        right: 0;
        bottom: 17%;
}


.hp-experience-icon,
.hp-food-card-icon {
        width: 42px;
        height: 42px;

        display: flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;

        border-radius: 50%;

        color: #fff;
        background: #b8860b;

        font-size: 17px;
}


.hp-experience-card strong,
.hp-food-card strong {
        display: block;

        color: #28231c;
        font-size: 12px;
        font-weight: 700;
}

.hp-experience-card span,
.hp-food-card span {
        display: block;
        margin-top: 3px;

        color: #858076;
        font-size: 10px;
}


/* =====================================
   BOTTOM HIGHLIGHTS
===================================== */

.hp-highlights {
        width: 100%;
        max-width: 1200px;

        margin: 90px auto 0;
        padding-top: 38px;

        display: grid;
        grid-template-columns: repeat(4, 1fr);

        border-top: 1px solid #e7e0d2;
}

.hp-highlight {
        display: flex;
        align-items: center;
        gap: 14px;

        padding: 0 25px;

        border-right: 1px solid #e7e0d2;
}

.hp-highlight:first-child {
        padding-left: 0;
}

.hp-highlight:last-child {
        padding-right: 0;
        border-right: none;
}


.hp-highlight-icon {
        width: 42px;
        height: 42px;

        display: flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;

        border-radius: 50%;

        color: #b8860b;
        background: #f5efdf;

        font-size: 15px;
}


.hp-highlight strong {
        display: block;

        margin-bottom: 3px;

        color: #302b23;
        font-size: 12px;
        font-weight: 700;
}

.hp-highlight span {
        display: block;

        color: #8a857c;
        font-size: 10px;
        line-height: 1.5;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

        .hp-about-section {
                padding: 80px 25px;
        }

        .hp-about-container {
                grid-template-columns: 1fr;
                gap: 60px;
        }

        .hp-about-content {
                max-width: 750px;
                margin: 0 auto;
                text-align: center;
        }

        .hp-about-subtitle {
                justify-content: center;
        }

        .hp-about-content h2 {
                margin-left: auto;
                margin-right: auto;
        }

        .hp-about-content p {
                margin-left: auto;
                margin-right: auto;
        }

        .hp-cuisine-list {
                justify-content: center;
        }

        .hp-about-actions {
                justify-content: center;
        }

        .hp-about-visual {
                width: 100%;
                max-width: 650px;
                min-height: 560px;
                margin: 0 auto;
        }

        .hp-highlights {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 28px;
        }

        .hp-highlight:nth-child(2) {
                border-right: none;
        }

        .hp-highlight:nth-child(3),
        .hp-highlight:nth-child(4) {
                padding-top: 20px;
                border-top: 1px solid #e7e0d2;
        }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 600px) {

        .hp-about-section {
                padding: 65px 18px;
        }

        .hp-about-content {
                text-align: left;
        }

        .hp-about-subtitle {
                justify-content: flex-start;
                font-size: 11px;
                letter-spacing: 2px;
        }

        .hp-line {
                width: 30px;
        }

        .hp-about-content h2 {
                font-size: 40px;
                line-height: 1.12;
                letter-spacing: -1px;
        }

        .hp-about-content p {
                font-size: 14px;
                line-height: 1.8;
        }

        .hp-cuisine-list {
                justify-content: flex-start;
        }

        .hp-cuisine-list span {
                padding: 8px 13px;
                font-size: 11px;
        }

        .hp-about-actions {
                justify-content: flex-start;
        }

        .hp-btn {
                min-height: 47px;
                padding: 0 18px;
                font-size: 12px;
        }


        /* IMAGE */

        .hp-about-visual {
                min-height: 450px;
        }

        .hp-main-image {
                width: 82%;
                height: 410px;
                border-radius: 130px 130px 15px 15px;
        }

        .hp-circle-decoration {
                width: 290px;
                height: 290px;
                right: -10px;
        }


        /* FLOATING CARDS */

        .hp-experience-card {
                left: -3px;
                top: 20%;
        }

        .hp-food-card {
                right: -3px;
                bottom: 12%;
        }

        .hp-experience-card,
        .hp-food-card {
                padding: 10px 12px;
                gap: 8px;
        }

        .hp-experience-icon,
        .hp-food-card-icon {
                width: 34px;
                height: 34px;
                font-size: 13px;
        }

        .hp-experience-card strong,
        .hp-food-card strong {
                font-size: 10px;
        }

        .hp-experience-card span,
        .hp-food-card span {
                font-size: 8px;
        }


        /* HIGHLIGHTS */

        .hp-highlights {
                margin-top: 65px;
                padding-top: 30px;

                grid-template-columns: 1fr;
                gap: 0;
        }

        .hp-highlight,
        .hp-highlight:first-child,
        .hp-highlight:last-child {
                padding: 18px 0;
                border-right: none;
                border-bottom: 1px solid #e7e0d2;
        }

        .hp-highlight:last-child {
                border-bottom: none;
        }

        .hp-highlight:nth-child(3),
        .hp-highlight:nth-child(4) {
                padding-top: 18px;
                border-top: none;
        }
}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 380px) {

        .hp-about-content h2 {
                font-size: 35px;
        }

        .hp-about-visual {
                min-height: 400px;
        }

        .hp-main-image {
                height: 365px;
        }

        .hp-experience-card {
                left: -8px;
        }

        .hp-food-card {
                right: -8px;
        }

        .hp-about-actions {
                flex-direction: column;
        }

        .hp-btn {
                width: 100%;
        }
}


/* ==========================================
   HARIPRIYA - SPECIAL ITEMS
========================================== */

.hp-special-section {
        position: relative;
        padding: 110px 20px;
        overflow: hidden;

        background:
                radial-gradient(circle at 5% 10%,
                        rgba(184, 134, 11, 0.08),
                        transparent 28%),
                radial-gradient(circle at 95% 90%,
                        rgba(184, 134, 11, 0.07),
                        transparent 28%),
                #fffdf8;

        font-family: "El Messiri", sans-serif !important;
        color: #29241c;
}


.hp-special-container {
        width: 100%;
        max-width: 1200px;
        margin: auto;
}


/* ==========================================
   HEADER
========================================== */

.hp-special-header {
        max-width: 700px;
        margin: 0 auto 60px;
        text-align: center;
}

.hp-special-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;

        margin-bottom: 17px;

        color: #ae7c00;

        font-size: 11px;
        font-weight: 700;
        letter-spacing: 3px;
}

.hp-special-label span {
        width: 35px;
        height: 1px;
        background: #b8860b;
}


.hp-special-header h2 {
        margin: 0 0 16px;
        color: #000 !important;
        font-family: "El Messiri", sans-serif !important;

        font-size: clamp(42px, 5vw, 62px);
        line-height: 1.1;
        font-weight: 600;

        letter-spacing: -1px;
}

.hp-special-header h2 em {
        color: #b8860b;
        font-style: italic;
}


.hp-special-header p {
        max-width: 560px;
        margin: auto;

        color: #777168;

        font-size: 14px;
        line-height: 1.8;
}


/* ==========================================
   GRID
========================================== */

.hp-special-grid {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 28px;
}


/* ==========================================
   CARD
========================================== */

.hp-special-card {
        position: relative;

        overflow: hidden;

        background: #fff;

        border: 1px solid #ebe4d6;

        border-radius: 8px;

        box-shadow:
                0 8px 25px rgba(43, 36, 23, 0.05);

        transition:
                transform 0.45s ease,
                box-shadow 0.45s ease,
                border-color 0.45s ease;
}

.hp-special-card:hover {
        transform: translateY(-10px);

        border-color: rgba(184, 134, 11, 0.35);

        box-shadow:
                0 25px 55px rgba(43, 36, 23, 0.13);
}


/* ==========================================
   IMAGE
========================================== */

.hp-special-image {
        position: relative;

        width: 100%;
        height: 245px;

        overflow: hidden;

        background: #eee;
}

.hp-special-image img {
        width: 100%;
        height: 100%;

        display: block;

        object-fit: cover;

        transition:
                transform 0.7s ease;
}

.hp-special-card:hover .hp-special-image img {
        transform: scale(1.08);
}


/* ==========================================
   IMAGE OVERLAY
========================================== */

.hp-image-overlay {
        position: absolute;
        inset: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        background: rgba(28, 22, 12, 0.35);

        opacity: 0;

        transition: opacity 0.4s ease;
}

.hp-image-overlay span {
        padding: 9px 16px;

        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 50px;

        color: #fff;

        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;

        transform: translateY(10px);

        transition: transform 0.4s ease;
}

.hp-special-card:hover .hp-image-overlay {
        opacity: 1;
}

.hp-special-card:hover .hp-image-overlay span {
        transform: translateY(0);
}


/* ==========================================
   BADGE
========================================== */

.hp-special-badge {
        position: absolute;

        top: 14px;
        left: 14px;

        z-index: 3;

        padding: 7px 12px;

        border-radius: 30px;

        color: #fff;

        background: #b8860b;

        font-size: 9px;
        font-weight: 700;

        letter-spacing: 0.7px;

        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


/* ==========================================
   CARD CONTENT
========================================== */

.hp-special-info {
        padding: 24px 23px 23px;
}

.hp-item-category {
        display: inline-block;

        margin-bottom: 8px;

        color: #b8860b;

        font-size: 9px;
        font-weight: 700;

        letter-spacing: 1.8px;
}


.hp-special-info h3 {
        margin: 0 0 9px;

        font-family: "El Messiri", sans-serif !important;

        color: #29241d;

        font-size: 25px;
        font-weight: 600;
}


.hp-special-info p {
        min-height: 58px;

        margin: 0 0 20px;

        color: #817b71;

        font-size: 12px;
        line-height: 1.7;
}


/* ==========================================
   PRICE + ORDER
========================================== */

.hp-item-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding-top: 17px;

        border-top: 1px solid #eee8dc;
}


.hp-item-price {
        color: #28231c;
        display: none;
        font-size: 20px;
        font-weight: 700;
}


.hp-order-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        min-height: 39px;

        padding: 0 14px;

        border-radius: 4px;

        color: #fff;
        background: #b8860b;

        text-decoration: none;

        font-size: 10px;
        font-weight: 600;

        transition:
                background 0.3s ease,
                transform 0.3s ease;
}

.hp-order-btn span {
        font-size: 15px;

        transition: transform 0.3s ease;
}

.hp-order-btn:hover {
        color: #fff;

        background: #8f6900;

        transform: translateY(-2px);
}

.hp-order-btn:hover span {
        transform: translateX(4px);
}


/* ==========================================
   FOOTER CTA
========================================== */

.hp-special-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;

        margin-top: 55px;
        padding-top: 30px;

        border-top: 1px solid #e7e0d2;
}

.hp-special-footer p {
        margin: 0;

        color: #7b756c;

        font-size: 13px;
}

.hp-special-footer strong {
        color: #302a21;
}


.hp-menu-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        color: #a97800;

        font-size: 12px;
        font-weight: 700;

        text-decoration: none;

        transition: gap 0.3s ease;
}

.hp-menu-btn span {
        font-size: 17px;
}

.hp-menu-btn:hover {
        color: #8f6900;
        gap: 15px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

        .hp-special-section {
                padding: 85px 25px;
        }

        .hp-special-grid {
                grid-template-columns: repeat(2, 1fr);
        }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

        .hp-special-section {
                padding: 65px 17px;
        }

        .hp-special-header {
                margin-bottom: 40px;
        }

        .hp-special-header h2 {
                font-size: 40px;
        }

        .hp-special-header p {
                font-size: 13px;
        }

        .hp-special-grid {
                grid-template-columns: 1fr;
                gap: 22px;
        }

        .hp-special-image {
                height: 245px;
        }

        .hp-special-info {
                padding: 21px 20px;
        }

        .hp-special-info h3 {
                font-size: 23px;
        }

        .hp-special-info p {
                min-height: auto;
        }

        .hp-special-footer {
                flex-direction: column;
                gap: 15px;
                text-align: center;
        }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 380px) {

        .hp-special-header h2 {
                font-size: 35px;
        }

        .hp-special-image {
                height: 220px;
        }

        .hp-item-bottom {
                gap: 10px;
        }

        .hp-order-btn {
                padding: 0 12px;
        }

}

html {
        scroll-behavior: smooth;
}

/* Better transition feeling */
.page-scroll a {
        transition: all 0.3s ease;
}


/* =========================================
   SMOOTH PAGE SCROLL
========================================= */

html {
        scroll-behavior: auto !important;
}

body {
        scroll-behavior: smooth;
}


/* =========================================
   NEW NAVBAR
   IMPORTANT:
   Completely new class names
========================================= */

.new-site-header {
        position: relative;
        width: 100%;
        z-index: 9999;
}

.new-navbar {
        width: 100%;
        background: #ffffff;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.new-nav-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 25px;

        min-height: 80px;

        display: flex;
        align-items: center;
        justify-content: space-between;
}

/* =========================================
   LOGO
========================================= */

.new-logo img {
        max-width: 180px;
        height: auto;
        display: block;
}

.new-logo-link {
        display: inline-block;
}

/* =========================================
   NAVIGATION
========================================= */

.new-navigation {
        display: flex;
        align-items: center;
}

.new-nav-list {
        margin: 0;
        padding: 0;

        list-style: none;

        display: flex;
        align-items: center;
        gap: 8px;
}

.new-nav-list li {
        margin: 0;
        padding: 0;
}

.new-scroll-link {
        position: relative;

        display: block;

        padding: 12px 16px;

        color: #222222;
        text-decoration: none;

        font-size: 15px;
        font-weight: 600;

        transition:
                color 0.3s ease,
                transform 0.3s ease;
}

.new-scroll-link:hover {
        color: #c58b32;
        transform: translateY(-1px);
}

.new-scroll-link::after {
        content: "";

        position: absolute;

        left: 16px;
        right: 16px;
        bottom: 4px;

        height: 2px;

        background: #c58b32;

        transform: scaleX(0);
        transform-origin: center;

        transition: transform 0.3s ease;
}

.new-scroll-link:hover::after {
        transform: scaleX(1);
}

/* =========================================
   ORDER BUTTON
========================================= */

.new-order-button {
        display: inline-block;

        margin-left: 8px;
        padding: 12px 22px;

        border-radius: 30px;

        background: #c58b32;
        color: #ffffff !important;

        text-decoration: none;

        font-size: 14px;
        font-weight: 700;

        transition:
                transform 0.3s ease,
                box-shadow 0.3s ease,
                background 0.3s ease;
}

.new-order-button:hover {
        background: #a97022;

        transform: translateY(-2px);

        box-shadow: 0 8px 20px rgba(197, 139, 50, 0.30);
}

/* =========================================
   MOBILE MENU BUTTON
========================================= */

.new-menu-toggle {
        display: none;

        width: 44px;
        height: 44px;

        padding: 8px;

        border: none;
        background: transparent;

        cursor: pointer;
}

.new-menu-toggle span {
        display: block;

        width: 100%;
        height: 3px;

        margin: 5px 0;

        background: #222222;

        border-radius: 5px;

        transition: all 0.3s ease;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

        .new-nav-container {
                min-height: 70px;
                padding: 0 18px;
        }

        .new-logo img {
                max-width: 145px;
        }

        .new-menu-toggle {
                display: block;
        }

        .new-navigation {
                position: absolute;

                top: 100%;
                left: 0;

                width: 100%;

                background: #ffffff;

                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);

                opacity: 0;
                visibility: hidden;

                transform: translateY(-10px);

                transition:
                        opacity 0.3s ease,
                        visibility 0.3s ease,
                        transform 0.3s ease;
        }

        .new-navigation.new-mobile-open {
                opacity: 1;
                visibility: visible;

                transform: translateY(0);
        }

        .new-nav-list {
                display: block;

                width: 100%;

                padding: 10px 18px;
        }

        .new-nav-list li {
                width: 100%;
        }

        .new-scroll-link {
                width: 100%;

                padding: 14px 10px;

                border-bottom: 1px solid #eeeeee;
        }

        .new-scroll-link::after {
                display: none;
        }

        .new-order-button {
                display: block;

                margin: 12px 0 5px;

                text-align: center;
        }

        /* Hamburger animation */

        .new-menu-toggle.new-toggle-active span:nth-child(1) {
                transform: translateY(8px) rotate(45deg);
        }

        .new-menu-toggle.new-toggle-active span:nth-child(2) {
                opacity: 0;
        }

        .new-menu-toggle.new-toggle-active span:nth-child(3) {
                transform: translateY(-8px) rotate(-45deg);
        }
}