@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: #ece4cf !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: #936900;
        text-decoration: none;
        letter-spacing: 1.5px;
}

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: #ece4cf;
        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: #936900; */
        }

        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: #ece4cf;

}

.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: 100%;
        margin: 3px 0px;
}

@media(max-width:660px) {

        .pc {

                display: none;
        }

}

@media(max-width:660px) {

        .topnav.responsive .mobile {

                display: block !important;
        }
}

.back-color {

        background-color: #ece4cf;
        /* 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: #ece4cf;
        text-align: center;
}

.our-favorites p {

        font-size: 18px;
        line-height: 26px;
        color: #000;
}

.fav-card {

        background-color: #ece4cf;
        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: 30px;
                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;
        }

        .navbar {
                height: 80px;
        }
}

.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: #ece4cf;
        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: 100px 0px 0px 0px !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: #ece4cf;
        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: 250px;
                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;
        margin-top: 100px;
}

.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: 550px;

}


/* 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: 250 px;

        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: 60px 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: 20px 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;

        }

}





/* =========================================
   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(4, 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: 60px 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: 100%;

        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);
        }
}


/* =========================
   FAQ SECTION
========================= */

.restaurant-faq-section {
        width: 100%;
        padding: 90px 20px;
        background: #f8f6f1;
        position: relative;
        overflow: hidden;
}

.restaurant-faq-container {
        width: 100%;
        max-width: 1050px;
        margin: 0 auto;
}

/* Heading */

.restaurant-faq-heading {
        text-align: center;
        margin-bottom: 50px;
}

.restaurant-faq-eyebrow {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #a47735;
}

.restaurant-faq-heading h2 {
        margin: 0;
        font-size: 46px;
        line-height: 1.15;
        font-weight: 700;
        color: #222;
}

.restaurant-faq-heading h2 span {
        color: #a47735;
}

.restaurant-faq-heading p {
        max-width: 650px;
        margin: 18px auto 0;
        font-size: 16px;
        line-height: 1.7;
        color: #666;
}

/* FAQ List */

.restaurant-faq-list {
        width: 100%;
}

/* FAQ Item */

.restaurant-faq-item {
        margin-bottom: 15px;
        border: 1px solid #e5dfd3;
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        transition: all 0.3s ease;
}

.restaurant-faq-item:hover {
        border-color: #c9ad7a;
}

/* Question */

.restaurant-faq-question {
        width: 100%;
        border: 0;
        outline: none;
        background: transparent;
        padding: 23px 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        cursor: pointer;
        text-align: left;
        font-family: inherit;
}

.restaurant-faq-question span:first-child {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.5;
        color: #292929;
}

/* Plus Icon */

.restaurant-faq-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        border-radius: 50%;
        border: 1px solid #c9ad7a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        font-weight: 400;
        color: #a47735;
        transition: all 0.35s ease;
}

/* Answer */

.restaurant-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
}

.restaurant-faq-answer p {
        margin: 0;
        padding: 0 25px 24px;
        font-size: 15px;
        line-height: 1.8;
        color: #666;
}

/* Active */

.restaurant-faq-item.active {
        border-color: #c9ad7a;
}

.restaurant-faq-item.active .restaurant-faq-icon {
        transform: rotate(45deg);
        background: #a47735;
        color: #fff;
}

.restaurant-faq-item.active .restaurant-faq-answer {
        max-height: 300px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

        .restaurant-faq-section {
                padding: 65px 16px;
        }

        .restaurant-faq-heading {
                margin-bottom: 35px;
        }

        .restaurant-faq-heading h2 {
                font-size: 34px;
        }

        .restaurant-faq-heading p {
                font-size: 14px;
        }

        .restaurant-faq-question {
                padding: 19px 18px;
        }

        .restaurant-faq-question span:first-child {
                font-size: 15px;
        }

        .restaurant-faq-icon {
                width: 29px;
                height: 29px;
                min-width: 29px;
                font-size: 19px;
        }

        .restaurant-faq-answer p {
                padding: 0 18px 20px;
                font-size: 14px;
        }
}

@media (max-width: 480px) {

        .restaurant-faq-section {
                padding: 55px 14px;
        }

        .restaurant-faq-heading h2 {
                font-size: 29px;
        }

        .restaurant-faq-eyebrow {
                font-size: 10px;
                letter-spacing: 2px;
        }

        .restaurant-faq-question {
                gap: 12px;
        }

        .restaurant-faq-question span:first-child {
                font-size: 14px;
        }
}



/* =========================
   CHATKARA HERO
========================= */

.chatkara-hero {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #fffaf3;
        padding: 90px 0 80px;
}

.chatkara-hero-container {
        width: 90%;
        max-width: 1350px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 0.9fr;
        align-items: center;
        gap: 50px;
}


/* =========================
   LEFT CONTENT
========================= */

.chatkara-hero-content {
        position: relative;
        z-index: 2;
}

.chatkara-hero-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 22px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 2.5px;
        color: #e65322;
}

.chatkara-hero-label::before {
        content: "";
        width: 34px;
        height: 3px;
        background: #e65322;
        border-radius: 20px;
}

.chatkara-hero-content h1 {
        margin: 0;
        font-size: clamp(48px, 6vw, 86px);
        line-height: 0.95;
        font-weight: 900;
        letter-spacing: -3px;
        color: #171717;
        text-transform: uppercase;
}

.chatkara-hero-content h1 span {
        color: #e65322;
}

.chatkara-hero-content h1 strong {
        color: #171717;
}

.chatkara-hero-subtitle {
        max-width: 560px;
        margin: 28px 0 30px;
        font-size: 18px;
        line-height: 1.7;
        color: #66605a;
}


/* =========================
   BUTTONS
========================= */

.chatkara-hero-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 42px;
}

.chatkara-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-height: 50px;
        padding: 0 21px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.4px;
        transition: all 0.3s ease;
}

.chatkara-btn i {
        font-size: 13px;
        transition: transform 0.3s ease;
}

.chatkara-btn:hover i {
        transform: translateX(4px);
}

.chatkara-btn-primary {
        color: #ffffff;
        background: #e65322;
        box-shadow: 0 10px 25px rgba(230, 83, 34, 0.20);
}

.chatkara-btn-primary:hover {
        background: #c94115;
        transform: translateY(-3px);
}

.chatkara-btn-dark {
        color: #ffffff;
        background: #171717;
}

.chatkara-btn-dark:hover {
        background: #333333;
        transform: translateY(-3px);
}

.chatkara-btn-outline {
        color: #171717;
        background: transparent;
        border: 1px solid #d8d0c7;
}

.chatkara-btn-outline:hover {
        border-color: #e65322;
        color: #e65322;
        transform: translateY(-3px);
}


/* =========================
   HIGHLIGHTS
========================= */

.chatkara-highlights {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        max-width: 680px;
        border-top: 1px solid #e5ddd4;
        border-bottom: 1px solid #e5ddd4;
}

.chatkara-highlight {
        display: flex;
        align-items: center;
        gap: 9px;
        min-height: 72px;
        padding: 10px 12px;
        border-right: 1px solid #e5ddd4;
}

.chatkara-highlight:first-child {
        padding-left: 0;
}

.chatkara-highlight:last-child {
        border-right: 0;
}

.chatkara-highlight-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #e65322;
        background: #fff0e9;
}

.chatkara-highlight-icon i {
        font-size: 13px;
}

.chatkara-highlight div {
        display: flex;
        flex-direction: column;
}

.chatkara-highlight strong {
        font-size: 12px;
        color: #1b1b1b;
        font-weight: 800;
}

.chatkara-highlight small {
        margin-top: 3px;
        font-size: 9px;
        color: #817970;
        line-height: 1.2;
}


/* =========================
   TIMING
========================= */

.chatkara-hero-timing {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 22px;
        font-size: 13px;
        color: #6c665f;
}

.chatkara-hero-timing strong {
        margin-left: 5px;
        color: #1b1b1b;
        font-weight: 800;
}

.chatkara-status-dot {
        width: 9px;
        display: none !important;
        height: 9px;
        display: inline-block;
        border-radius: 50%;
        background: #26a641;
        box-shadow: 0 0 0 5px rgba(38, 166, 65, 0.10);
}


/* =========================
   RIGHT VISUAL
========================= */

.chatkara-hero-visual {
        position: relative;
        min-height: 580px;
        display: flex;
        align-items: center;
        justify-content: center;
}

.chatkara-image-circle {
        position: absolute;
        width: min(550px, 90%);
        aspect-ratio: 1;
        /* border-radius: 50%; */
        /* background: #f5e4d5; */
        /* transform: translate(20px, 10px); */
}

.chatkara-image-circle::before {
        content: "";
        position: absolute;
        inset: 22px;
        /* border: 1px dashed rgba(230, 83, 34, 0.35); */
        border-radius: 50%;
}

.chatkara-food-image-wrap {
        position: relative;
        z-index: 2;
        width: min(500px, 90%);
        aspect-ratio: 1;
        overflow: hidden;
        /* border-radius: 50%; */
        /* border: 12px solid #ffffff; */
        /* box-shadow: 0 25px 70px rgba(63, 40, 24, 0.18); */
        animation: chatkaraFoodFloat 5s ease-in-out infinite;
}

.chatkara-food-image {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
}


/* =========================
   FOOD BADGE
========================= */

.chatkara-food-badge {
        position: absolute;
        z-index: 4;
        left: 0;
        bottom: 90px;
        width: 125px;
        height: 125px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 50%;
        color: #ffffff;
        background: #e65322;
        border: 7px solid #fffaf3;
        box-shadow: 0 15px 35px rgba(80, 35, 15, 0.20);
        transform: rotate(-10deg);
}

.chatkara-food-badge span {
        font-size: 8px;
        letter-spacing: 2px;
}

.chatkara-food-badge strong {
        margin: 4px 0;
        font-size: 17px;
        letter-spacing: 1px;
}

.chatkara-food-badge small {
        font-size: 7px;
        letter-spacing: 1.5px;
}


/* =========================
   VERTICAL TEXT
========================= */

.chatkara-vertical-text {
        position: absolute;
        right: -8px;
        top: 50%;
        z-index: 1;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 3px;
        color: #cfc3b8;
        writing-mode: vertical-rl;
        transform: translateY(-50%);
}


/* =========================
   ANIMATION
========================= */

@keyframes chatkaraFoodFloat {
        0% {
                transform: translateY(0);
        }

        50% {
                transform: translateY(-12px);
        }

        100% {
                transform: translateY(0);
        }
}


/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {

        .chatkara-hero {
                padding: 70px 0;
        }

        .chatkara-hero-container {
                grid-template-columns: 1fr;
                gap: 50px;
        }

        .chatkara-hero-content {
                text-align: center;
        }

        .chatkara-hero-label {
                justify-content: center;
        }

        .chatkara-hero-subtitle {
                margin-left: auto;
                margin-right: auto;
        }

        .chatkara-hero-buttons {
                justify-content: center;
        }

        .chatkara-highlights {
                margin: 0 auto;
                text-align: left;
        }

        .chatkara-hero-timing {
                justify-content: center;
        }

        .chatkara-hero-visual {
                min-height: 500px;
        }

        .chatkara-food-badge {
                left: 8%;
                bottom: 55px;
        }

        .chatkara-vertical-text {
                right: 5%;
        }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

        .chatkara-hero {
                padding: 55px 0 45px;
        }

        .chatkara-hero-container {
                width: 91%;
                gap: 35px;
        }

        .chatkara-hero-content h1 {
                font-size: clamp(40px, 12vw, 58px);
                letter-spacing: -2px;
        }

        .chatkara-hero-subtitle {
                margin-top: 20px;
                font-size: 15px;
                line-height: 1.6;
        }

        .chatkara-hero-buttons {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 9px;
                margin-bottom: 30px;
        }

        .chatkara-btn {
                min-height: 47px;
                padding: 0 10px;
                font-size: 11px;
        }

        .chatkara-btn-outline {
                grid-column: 1 / -1;
        }

        .chatkara-highlights {
                grid-template-columns: 1fr 1fr;
        }

        .chatkara-highlight {
                min-height: 65px;
                border-bottom: 1px solid #e5ddd4;
                border-right: 1px solid #e5ddd4;
        }

        .chatkara-highlight:nth-child(2) {
                border-right: 0;
        }

        .chatkara-highlight:nth-child(3),
        .chatkara-highlight:nth-child(4) {
                border-bottom: 0;
        }

        .chatkara-highlight:first-child {
                padding-left: 10px;
        }

        .chatkara-highlight strong {
                font-size: 11px;
        }

        .chatkara-highlight small {
                font-size: 8px;
        }

        .chatkara-hero-timing {
                font-size: 11px;
                flex-wrap: wrap;
        }

        .chatkara-hero-timing strong {
                display: block;
                margin-left: 0;
                margin-top: 3px;
        }

        .chatkara-hero-visual {
                min-height: auto;
                padding: 20px 0 45px;
        }

        .chatkara-image-circle {
                width: 92%;
                transform: translate(10px, 8px);
        }

        .chatkara-food-image-wrap {
                width: 88%;
                border-width: 8px;
        }

        .chatkara-food-badge {
                width: 95px;
                height: 95px;
                left: 2%;
                bottom: 5px;
                border-width: 5px;
        }

        .chatkara-food-badge strong {
                font-size: 13px;
        }

        .chatkara-food-badge span {
                font-size: 6px;
        }

        .chatkara-food-badge small {
                font-size: 5px;
        }

        .chatkara-vertical-text {
                display: none;
        }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

        .chatkara-hero-content h1 {
                font-size: 38px;
        }

        .chatkara-highlight-icon {
                width: 30px;
                height: 30px;
                flex-basis: 30px;
        }

        .chatkara-highlight {
                gap: 6px;
                padding-left: 7px;
                padding-right: 7px;
        }
}


/* =========================
   CHATKARA ABOUT US
========================= */

.chatkara-about {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 100px 0;
        background: #ffffff;
}

.chatkara-about-container {
        width: 90%;
        max-width: 1320px;
        margin: 0 auto;

        display: grid;
        grid-template-columns: 1fr 0.9fr;
        align-items: center;
        gap: 90px;
}


/* =========================
   LEFT CONTENT
========================= */

.chatkara-about-content {
        position: relative;
        z-index: 2;
}

.chatkara-about-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        margin-bottom: 18px;

        color: #e65322;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2.5px;
}

.chatkara-about-label::before {
        content: "";

        width: 32px;
        height: 3px;

        background: #e65322;
        border-radius: 20px;
}


.chatkara-about-heading h2 {
        margin: 0;

        color: #181818;

        font-size: clamp(42px, 5vw, 68px);
        line-height: 1;
        font-weight: 900;

        letter-spacing: -2.5px;
}

.chatkara-about-heading h2 span {
        color: #e65322;
}


.chatkara-about-line {
        width: 70px;
        height: 4px;

        margin: 28px 0;

        background: #e65322;
        border-radius: 20px;
}


.chatkara-about-content p {
        max-width: 720px;

        margin: 0;

        color: #625d57;

        font-size: 16px;
        line-height: 1.85;
}


/* =========================
   CATEGORY TAGS
========================= */

.chatkara-about-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;

        margin-top: 30px;
}

.chatkara-about-tags span {
        padding: 9px 15px;

        color: #403b36;
        background: #fff5ef;

        border: 1px solid #f0ddd2;
        border-radius: 4px;

        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.5px;

        transition: all 0.3s ease;
}

.chatkara-about-tags span:hover {
        color: #ffffff;
        background: #e65322;
        border-color: #e65322;
        transform: translateY(-3px);
}


/* =========================
   RIGHT VISUAL
========================= */

.chatkara-about-visual {
        position: relative;

        min-height: 600px;

        display: flex;
        align-items: center;
        justify-content: center;
}


/* BACKGROUND SHAPE */

.chatkara-about-image-bg {
        position: absolute;

        width: 88%;
        height: 88%;

        right: 0;

        background: #fff0e8;

        border-radius: 170px 20px 170px 20px;

        transform: rotate(4deg);
}


/* IMAGE */

.chatkara-about-image-wrap {
        position: relative;
        z-index: 2;

        /* width: 82%; */
        /* height: 500px; */

        overflow: hidden;

        border-radius: 20px;

        border: 10px solid #ffffff;

        box-shadow:
                0 25px 60px rgba(50, 35, 25, 0.16);

        animation: chatkaraAboutFloat 6s ease-in-out infinite;
}

.chatkara-about-image {
        width: 100%;
        height: 100%;

        display: block;

        object-fit: cover;

        transition: transform 0.8s ease;
}

.chatkara-about-image-wrap:hover .chatkara-about-image {
        transform: scale(1.05);
}


/* =========================
   BADGE
========================= */

.chatkara-about-badge {
        position: absolute;

        z-index: 4;

        left: 0;
        bottom: 70px;

        width: 145px;
        height: 145px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;

        color: #ffffff;

        background: #e65322;

        border-radius: 50%;

        border: 8px solid #ffffff;

        box-shadow:
                0 18px 35px rgba(230, 83, 34, 0.22);

        transform: rotate(-8deg);
}

.chatkara-about-badge span {
        font-size: 7px;
        font-weight: 700;
        letter-spacing: 2px;
}

.chatkara-about-badge strong {
        margin: 6px 0;

        font-size: 18px;
        font-weight: 900;
        letter-spacing: 1px;
}

.chatkara-about-badge small {
        font-size: 7px;
        letter-spacing: 1.5px;
}


/* =========================
   NUMBER
========================= */

.chatkara-about-number {
        position: absolute;

        right: 0;
        top: 25px;

        z-index: 3;

        color: #e65322;

        font-size: 13px;
        font-weight: 900;
        letter-spacing: 3px;
}


/* =========================
   DECORATIVE DOTS
========================= */

.chatkara-about-visual::before {
        content: "";

        position: absolute;

        width: 85px;
        height: 85px;

        top: 30px;
        left: 5px;

        background-image: radial-gradient(#e65322 1.5px,
                        transparent 1.5px);

        background-size: 12px 12px;

        opacity: 0.35;
}


/* =========================
   IMAGE FLOAT
========================= */

@keyframes chatkaraAboutFloat {

        0% {
                transform: translateY(0);
        }

        50% {
                transform: translateY(-10px);
        }

        100% {
                transform: translateY(0);
        }

}


/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {

        .chatkara-about {
                padding: 75px 0;
        }

        .chatkara-about-container {
                grid-template-columns: 1fr;
                gap: 60px;
        }

        .chatkara-about-content {
                text-align: center;
        }

        .chatkara-about-label {
                justify-content: center;
        }

        .chatkara-about-line {
                margin: 25px auto;
        }

        .chatkara-about-content p {
                margin: 0 auto;
        }

        .chatkara-about-tags {
                justify-content: center;
        }

        .chatkara-about-visual {
                min-height: 560px;
        }

        .chatkara-about-badge {
                left: 7%;
        }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

        .chatkara-about {
                padding: 60px 0;
        }

        .chatkara-about-container {
                width: 91%;
                gap: 40px;
        }

        .chatkara-about-heading h2 {
                font-size: 42px;
                letter-spacing: -1.5px;
        }

        .chatkara-about-content p {
                font-size: 14px;
                line-height: 1.75;
                text-align: left;
        }

        .chatkara-about-tags {
                justify-content: flex-start;
                gap: 7px;
        }

        .chatkara-about-tags span {
                padding: 8px 11px;
                font-size: 9px;
        }

        .chatkara-about-visual {
                min-height: 440px;
        }

        .chatkara-about-image-bg {
                width: 90%;
                height: 85%;
                border-radius: 100px 15px 100px 15px;
        }

        .chatkara-about-image-wrap {
                width: 88%;
                height: 390px;
                border-width: 7px;
                border-radius: 15px;
        }

        .chatkara-about-badge {
                width: 105px;
                height: 105px;

                left: 0;
                bottom: 25px;

                border-width: 5px;
        }

        .chatkara-about-badge strong {
                font-size: 14px;
        }

        .chatkara-about-badge span {
                font-size: 5px;
        }

        .chatkara-about-badge small {
                font-size: 5px;
        }

        .chatkara-about-number {
                right: 0;
                top: 10px;
        }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

        .chatkara-about-heading h2 {
                font-size: 36px;
        }

        .chatkara-about-image-wrap {
                height: 350px;
        }

}


/* =========================
   CHATKARA SIGNATURE MENU
========================= */

.chatkara-signature {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 100px 0;
        background: #fffaf5;
}

.chatkara-signature-container {
        width: 90%;
        max-width: 1320px;
        margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.chatkara-signature-heading {
        text-align: center;
        margin-bottom: 60px;
}

.chatkara-signature-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        margin-bottom: 18px;

        color: #e65322;

        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2.5px;
}

.chatkara-signature-label::before,
.chatkara-signature-label::after {
        content: "";

        width: 30px;
        height: 3px;

        background: #e65322;
        border-radius: 20px;
}

.chatkara-signature-heading h2 {
        margin: 0;

        color: #171717;

        font-size: clamp(40px, 5vw, 65px);
        line-height: 1;
        font-weight: 900;

        letter-spacing: -2.5px;
}

.chatkara-signature-heading h2 span {
        color: #e65322;
}

.chatkara-signature-heading p {
        margin: 20px auto 0;

        color: #716a63;

        font-size: 15px;
        line-height: 1.6;
}


/* =========================
   GRID
========================= */

.chatkara-signature-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
}


/* =========================
   CARD
========================= */

.chatkara-signature-card {
        position: relative;

        min-height: 490px;

        padding: 38px 32px 28px;

        background: #ffffff;

        border: 1px solid #eadfd5;
        border-radius: 10px;

        box-shadow: 0 12px 35px rgba(54, 37, 25, 0.05);

        overflow: hidden;

        transition:
                transform 0.4s ease,
                box-shadow 0.4s ease,
                border-color 0.4s ease;
}

.chatkara-signature-card:hover {
        transform: translateY(-10px);

        border-color: #e65322;

        box-shadow:
                0 25px 55px rgba(54, 37, 25, 0.12);
}


/* =========================
   FEATURED CARD
========================= */

.chatkara-signature-featured {
        background: #e65322;
        border-color: #e65322;

        transform: translateY(-15px);
}

.chatkara-signature-featured:hover {
        transform: translateY(-25px);
}


/* =========================
   NUMBER
========================= */

.chatkara-signature-number {
        position: absolute;

        top: 20px;
        right: 24px;

        color: #eee5de;

        font-size: 48px;
        font-weight: 900;
        line-height: 1;
}

.chatkara-signature-featured .chatkara-signature-number {
        color: rgba(255, 255, 255, 0.16);
}


/* =========================
   ICON
========================= */

.chatkara-signature-icon {
        width: 55px;
        height: 55px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 24px;

        color: #e65322;

        background: #fff0e8;

        border-radius: 50%;

        transition: all 0.3s ease;
}

.chatkara-signature-card:hover .chatkara-signature-icon {
        transform: rotate(8deg) scale(1.08);
}

.chatkara-signature-featured .chatkara-signature-icon {
        color: #e65322;
        background: #ffffff;
}


/* =========================
   CARD CONTENT
========================= */

.chatkara-signature-card-label {
        display: block;

        margin-bottom: 8px;

        color: #a09891;

        font-size: 9px;
        font-weight: 800;

        letter-spacing: 2px;
}

.chatkara-signature-featured .chatkara-signature-card-label {
        color: rgba(255, 255, 255, 0.72);
}

.chatkara-signature-card h3 {
        margin: 0;

        color: #171717;

        font-size: 35px;
        font-weight: 900;

        letter-spacing: -1px;
}

.chatkara-signature-featured h3 {
        color: #ffffff;
}


/* =========================
   LINE
========================= */

.chatkara-signature-line {
        width: 45px;
        height: 3px;

        margin: 17px 0 22px;

        background: #e65322;

        border-radius: 20px;
}

.chatkara-signature-featured .chatkara-signature-line {
        background: #ffffff;
}


/* =========================
   LIST
========================= */

.chatkara-signature-card ul {
        padding: 0;
        margin: 0;

        list-style: none;
}

.chatkara-signature-card li {
        position: relative;

        padding: 9px 0 9px 19px;

        color: #625d57;

        font-size: 13px;

        border-bottom: 1px solid #f0e9e3;
}

.chatkara-signature-card li:last-child {
        border-bottom: 0;
}

.chatkara-signature-card li::before {
        content: "";

        position: absolute;

        left: 0;
        top: 50%;

        width: 5px;
        height: 5px;

        background: #e65322;

        border-radius: 50%;

        transform: translateY(-50%);
}

.chatkara-signature-featured li {
        color: rgba(255, 255, 255, 0.9);

        border-bottom-color: rgba(255, 255, 255, 0.14);
}

.chatkara-signature-featured li::before {
        background: #ffffff;
}


/* =========================
   CARD BOTTOM
========================= */

.chatkara-signature-bottom {
        position: absolute;

        left: 32px;
        right: 32px;
        bottom: 25px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding-top: 17px;

        border-top: 1px solid #eee5de;
}

.chatkara-signature-featured .chatkara-signature-bottom {
        border-top-color: rgba(255, 255, 255, 0.18);
}

.chatkara-signature-bottom span {
        color: #9b928a;

        font-size: 8px;
        font-weight: 800;

        letter-spacing: 1.5px;
}

.chatkara-signature-featured .chatkara-signature-bottom span {
        color: rgba(255, 255, 255, 0.7);
}

.chatkara-signature-bottom i {
        color: #e65322;

        font-size: 12px;

        transition: transform 0.3s ease;
}

.chatkara-signature-card:hover .chatkara-signature-bottom i {
        transform: translateX(6px);
}

.chatkara-signature-featured .chatkara-signature-bottom i {
        color: #ffffff;
}


/* =========================
   BOTTOM STRIP
========================= */

.chatkara-signature-strip {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-top: 35px;
        padding: 18px 25px;

        background: #ffffff;

        border: 1px solid #eadfd5;
        border-radius: 6px;
}

.chatkara-signature-strip span {
        display: flex;
        align-items: center;
        gap: 8px;

        color: #8b8179;

        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
}

.chatkara-signature-strip span i {
        color: #e65322;
}

.chatkara-signature-strip strong {
        color: #e65322;

        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

        .chatkara-signature {
                padding: 75px 0;
        }

        .chatkara-signature-grid {
                grid-template-columns: 1fr 1fr;
        }

        .chatkara-signature-featured {
                transform: none;
        }

        .chatkara-signature-featured:hover {
                transform: translateY(-10px);
        }

        .chatkara-signature-card:last-child {
                grid-column: 1 / -1;
                max-width: 480px;
                width: 100%;
                margin: 0 auto;
        }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

        .chatkara-signature {
                padding: 60px 0;
        }

        .chatkara-signature-container {
                width: 91%;
        }

        .chatkara-signature-heading {
                margin-bottom: 40px;
        }

        .chatkara-signature-heading h2 {
                font-size: 40px;
                letter-spacing: -1.5px;
        }

        .chatkara-signature-heading p {
                font-size: 13px;
        }

        .chatkara-signature-grid {
                grid-template-columns: 1fr;
                gap: 16px;
        }

        .chatkara-signature-card,
        .chatkara-signature-card:last-child {
                grid-column: auto;
                max-width: none;
                min-height: 480px;
                padding: 32px 25px 25px;
        }

        .chatkara-signature-featured {
                transform: none;
        }

        .chatkara-signature-featured:hover {
                transform: translateY(-8px);
        }

        .chatkara-signature-bottom {
                left: 25px;
                right: 25px;
        }

        .chatkara-signature-strip {
                flex-direction: column;
                gap: 12px;
                text-align: center;
        }

        .chatkara-signature-strip span {
                justify-content: center;
        }

        .chatkara-signature-strip strong {
                font-size: 10px;
        }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

        .chatkara-signature-heading h2 {
                font-size: 34px;
        }

        .chatkara-signature-card h3 {
                font-size: 31px;
        }

}


/* =========================
   CHATKARA RESTAURANT HIGHLIGHTS
========================= */

.chatkara-highlights-section {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 100px 0 0;
        background: #ffffff;
}

.chatkara-highlights-container {
        width: 90%;
        max-width: 1320px;
        margin: 0 auto;

        display: grid;
        grid-template-columns: 0.75fr 1.25fr;
        gap: 75px;
        align-items: start;
}


/* =========================
   LEFT INTRO
========================= */

.chatkara-highlights-intro {
        position: relative;
        padding-top: 12px;
}

.chatkara-highlights-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        margin-bottom: 20px;

        color: #e65322;

        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2.5px;
}

.chatkara-highlights-label::before {
        content: "";

        width: 32px;
        height: 3px;

        background: #e65322;
        border-radius: 20px;
}


.chatkara-highlights-intro h2 {
        margin: 0;

        color: #171717;

        font-size: clamp(45px, 5vw, 68px);
        line-height: 0.98;
        font-weight: 900;

        letter-spacing: -2.5px;
}

.chatkara-highlights-intro h2 span {
        color: #e65322;
}


.chatkara-highlights-intro>p {
        max-width: 450px;

        margin: 27px 0 32px;

        color: #6b645e;

        font-size: 15px;
        line-height: 1.8;
}


/* =========================
   TIMING BOX
========================= */

.chatkara-highlights-timing {
        display: flex;
        align-items: center;
        gap: 15px;

        width: fit-content;

        margin-bottom: 15px;
        padding: 15px 20px;

        background: #fff8f3;

        border: 1px solid #f0e2d8;
        border-radius: 7px;
}

.chatkara-highlights-time-icon {
        width: 42px;
        height: 42px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #e65322;

        background: #ffffff;

        border-radius: 50%;

        box-shadow: 0 5px 15px rgba(80, 50, 30, 0.08);
}

.chatkara-highlights-time-icon i {
        font-size: 16px;
}

.chatkara-highlights-timing div:last-child {
        display: flex;
        flex-direction: column;
}

.chatkara-highlights-timing small {
        margin-bottom: 3px;

        color: #9b9189;

        font-size: 8px;
        font-weight: 800;

        letter-spacing: 1.5px;
}

.chatkara-highlights-timing strong {
        color: #202020;

        font-size: 14px;
        font-weight: 900;
}


/* =========================
   DELIVERY CONTACT
========================= */

.chatkara-highlights-call {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: fit-content;
        min-width: 275px;

        padding: 14px 16px 14px 20px;

        color: #ffffff;
        background: #171717;

        border-radius: 7px;

        text-decoration: none;

        transition: all 0.3s ease;
}

.chatkara-highlights-call:hover {
        background: #e65322;
        transform: translateY(-3px);
}

.chatkara-highlights-call span {
        display: flex;
        flex-direction: column;
}

.chatkara-highlights-call small {
        margin-bottom: 3px;

        color: #aaa39d;

        font-size: 7px;
        font-weight: 800;

        letter-spacing: 1.5px;
}

.chatkara-highlights-call:hover small {
        color: rgba(255, 255, 255, 0.75);
}

.chatkara-highlights-call strong {
        color: #ffffff;

        font-size: 15px;
        letter-spacing: 0.5px;
}

.chatkara-highlights-call>i {
        width: 36px;
        height: 36px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin-left: 25px;

        color: #171717;
        background: #ffffff;

        border-radius: 50%;

        font-size: 13px;
}


/* =========================
   HIGHLIGHT GRID
========================= */

.chatkara-highlights-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
}


/* =========================
   HIGHLIGHT CARD
========================= */

.chatkara-highlight-card {
        position: relative;

        min-height: 205px;

        padding: 28px 28px 25px;

        background: #fffaf6;

        border: 1px solid #eee2d8;
        border-radius: 8px;

        overflow: hidden;

        transition:
                transform 0.4s ease,
                box-shadow 0.4s ease,
                background 0.4s ease,
                border-color 0.4s ease;
}

.chatkara-highlight-card:hover {
        transform: translateY(-7px);

        background: #ffffff;

        border-color: #e65322;

        box-shadow:
                0 18px 40px rgba(60, 40, 25, 0.09);
}


/* =========================
   NUMBER
========================= */

.chatkara-highlight-number {
        position: absolute;

        top: 18px;
        right: 20px;

        color: #e9ddd4;

        font-size: 38px;
        line-height: 1;
        font-weight: 900;
}

.chatkara-highlight-card:hover .chatkara-highlight-number {
        color: #f4d8ca;
}


/* =========================
   ICON
========================= */

.chatkara-highlight-icon {
        width: 44px;
        height: 44px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 19px;

        color: #e65322;
        background: #ffffff;

        border: 1px solid #f0ddd3;

        border-radius: 50%;

        transition: all 0.35s ease;
}

.chatkara-highlight-card:hover .chatkara-highlight-icon {
        color: #ffffff;
        background: #e65322;
        border-color: #e65322;

        transform: rotate(8deg);
}

.chatkara-highlight-icon i {
        font-size: 13px;
}


/* =========================
   CARD TEXT
========================= */

.chatkara-highlight-card h3 {
        position: relative;
        z-index: 2;

        margin: 0 0 9px;

        color: #202020;

        font-size: 18px;
        font-weight: 900;

        letter-spacing: -0.3px;
}

.chatkara-highlight-card p {
        position: relative;
        z-index: 2;

        max-width: 310px;

        margin: 0;

        color: #756d66;

        font-size: 12px;
        line-height: 1.65;
}


/* =========================
   BOTTOM DELIVERY STRIP
========================= */

.chatkara-delivery-strip {
        margin-top: 85px;

        background: #fff7f1;

        border-top: 1px solid #f0e0d5;
}

.chatkara-delivery-inner {
        width: 90%;
        max-width: 1320px;
        min-height: 90px;

        margin: 0 auto;

        display: grid;
        grid-template-columns: 0.8fr 1fr 0.8fr;
        align-items: center;
        gap: 30px;
}


/* STATUS */

.chatkara-delivery-status {
        display: flex;
        align-items: center;
        gap: 10px;

        color: #55504a;

        font-size: 10px;
        font-weight: 900;

        letter-spacing: 1.5px;
}

.chatkara-delivery-dot {
        width: 9px;
        height: 9px;

        background: #27a844;

        border-radius: 50%;

        box-shadow:
                0 0 0 5px rgba(39, 168, 68, 0.10);
}


/* CENTER */

.chatkara-delivery-text {
        display: flex;
        flex-direction: column;

        text-align: center;
}

.chatkara-delivery-text strong {
        color: #202020;

        font-size: 16px;
        font-weight: 900;
}

.chatkara-delivery-text span {
        margin-top: 3px;

        color: #8a817a;

        font-size: 10px;
}


/* BUTTON */

.chatkara-delivery-button {
        justify-self: end;

        display: inline-flex;
        align-items: center;
        gap: 10px;

        padding: 12px 19px;

        color: #ffffff;
        background: #e65322;

        border-radius: 5px;

        text-decoration: none;

        font-size: 12px;
        font-weight: 800;

        transition: all 0.3s ease;
}

.chatkara-delivery-button:hover {
        background: #171717;
        transform: translateY(-3px);
}

.chatkara-delivery-button i {
        font-size: 12px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {

        .chatkara-highlights-section {
                padding-top: 75px;
        }

        .chatkara-highlights-container {
                grid-template-columns: 1fr;
                gap: 50px;
        }

        .chatkara-highlights-intro {
                text-align: center;
        }

        .chatkara-highlights-label {
                justify-content: center;
        }

        .chatkara-highlights-intro>p {
                margin-left: auto;
                margin-right: auto;
        }

        .chatkara-highlights-timing,
        .chatkara-highlights-call {
                margin-left: auto;
                margin-right: auto;
        }

        .chatkara-delivery-strip {
                margin-top: 65px;
        }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

        .chatkara-highlights-section {
                padding-top: 60px;
        }

        .chatkara-highlights-container {
                width: 91%;
                gap: 38px;
        }

        .chatkara-highlights-intro h2 {
                font-size: 42px;
                letter-spacing: -1.5px;
        }

        .chatkara-highlights-intro>p {
                font-size: 14px;
                line-height: 1.75;
        }

        .chatkara-highlights-timing {
                width: 100%;
                box-sizing: border-box;
                justify-content: flex-start;
                text-align: left;
        }

        .chatkara-highlights-call {
                width: 100%;
                min-width: 0;
                box-sizing: border-box;
        }

        .chatkara-highlights-grid {
                grid-template-columns: 1fr;
                gap: 12px;
        }

        .chatkara-highlight-card {
                min-height: auto;
                padding: 25px 22px;
        }

        .chatkara-highlight-card p {
                max-width: 100%;
        }

        .chatkara-delivery-strip {
                margin-top: 55px;
        }

        .chatkara-delivery-inner {
                width: 91%;
                padding: 22px 0;

                display: flex;
                flex-direction: column;

                gap: 14px;
                text-align: center;
        }

        .chatkara-delivery-status {
                justify-content: center;
        }

        .chatkara-delivery-button {
                justify-self: auto;
        }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

        .chatkara-highlights-intro h2 {
                font-size: 37px;
        }

        .chatkara-highlights-timing strong {
                font-size: 13px;
        }

}

/* =========================
   CHATKARA GALLERY
========================= */

.chatkara-gallery {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 100px 0;
        background: #fffaf5;
}

.chatkara-gallery-container {
        width: 90%;
        max-width: 1350px;
        margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.chatkara-gallery-heading {
        text-align: center;
        margin-bottom: 55px;
}

.chatkara-gallery-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        margin-bottom: 18px;

        color: #e65322;

        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2.5px;
}

.chatkara-gallery-label::before,
.chatkara-gallery-label::after {
        content: "";

        width: 30px;
        height: 3px;

        background: #e65322;
        border-radius: 20px;
}

.chatkara-gallery-heading h2 {
        margin: 0;

        color: #171717;

        font-size: clamp(42px, 5vw, 66px);
        line-height: 0.98;
        font-weight: 900;

        letter-spacing: -2.5px;
}

.chatkara-gallery-heading h2 span {
        color: #e65322;
}

.chatkara-gallery-heading p {
        margin: 20px auto 0;

        color: #746c65;

        font-size: 14px;
        line-height: 1.6;
}


/* =========================
   GALLERY GRID
========================= */

.chatkara-gallery-grid {
        display: grid;

        grid-template-columns:
                repeat(4, 1fr);

        grid-auto-rows: 210px;

        gap: 14px;
}


/* =========================
   GALLERY ITEM
========================= */

.chatkara-gallery-item {
        position: relative;

        overflow: hidden;

        background: #eee3da;

        border-radius: 8px;

        cursor: pointer;

        box-shadow:
                0 8px 25px rgba(55, 38, 25, 0.06);
}

.chatkara-gallery-item-large {
        grid-column: span 2;
        grid-row: span 2;
}

.chatkara-gallery-item-tall {
        grid-row: span 2;
}

.chatkara-gallery-item-wide {
        grid-column: span 2;
}


/* =========================
   IMAGE
========================= */

.chatkara-gallery-image {
        width: 100%;
        height: 100%;

        display: block;

        object-fit: cover;

        transition:
                transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
                filter 0.5s ease;
}

.chatkara-gallery-item:hover .chatkara-gallery-image {
        transform: scale(1.08);
}


/* =========================
   OVERLAY
========================= */

.chatkara-gallery-overlay {
        position: absolute;
        display: none !important;

        inset: 0;

        display: flex;
        align-items: flex-end;
        justify-content: space-between;

        padding: 18px;

        background:
                linear-gradient(to top,
                        rgba(20, 15, 10, 0.65),
                        rgba(20, 15, 10, 0.05) 55%,
                        transparent);

        opacity: 0;

        transition: opacity 0.4s ease;
}

.chatkara-gallery-item:hover .chatkara-gallery-overlay {
        opacity: 1;
}

.chatkara-gallery-overlay span {
        color: #ffffff;

        font-size: 11px;
        font-weight: 900;

        letter-spacing: 2px;
}

.chatkara-gallery-overlay i {
        width: 38px;
        height: 38px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #ffffff;
        background: #e65322;

        border-radius: 50%;

        font-size: 12px;
}


/* =========================
   LIGHTBOX
========================= */

.chatkara-gallery-lightbox {
        position: fixed;

        inset: 0;

        z-index: 99999;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 30px;

        background: rgba(18, 15, 12, 0.94);

        visibility: hidden;
        pointer-events: none;

        transition:
                visibility 0.3s ease,
                background 0.3s ease;
}

.chatkara-gallery-lightbox.chatkara-gallery-open {
        visibility: visible;
        pointer-events: auto;
}


/* =========================
   LIGHTBOX CONTENT
========================= */

.chatkara-gallery-lightbox-content {
        position: relative;

        max-width: 1100px;
        max-height: 85vh;

        display: flex;
        align-items: center;
        justify-content: center;
}

#chatkaraGalleryPreview {
        max-width: 100%;
        max-height: 82vh;

        display: block;

        object-fit: contain;

        border-radius: 6px;

        box-shadow:
                0 30px 80px rgba(0, 0, 0, 0.35);
}


/* =========================
   CLOSE
========================= */

.chatkara-gallery-close {
        position: fixed;

        top: 25px;
        right: 30px;

        width: 46px;
        height: 46px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #ffffff;
        background: #e65322;

        border: 0;
        border-radius: 50%;

        cursor: pointer;

        font-size: 16px;

        transition: all 0.3s ease;
}

.chatkara-gallery-close:hover {
        background: #ffffff;
        color: #171717;
        transform: rotate(90deg);
}


/* =========================
   PREV / NEXT
========================= */

.chatkara-gallery-prev,
.chatkara-gallery-next {
        position: fixed;

        top: 50%;

        width: 48px;
        height: 48px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #ffffff;
        background: rgba(255, 255, 255, 0.12);

        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 50%;

        cursor: pointer;

        font-size: 18px;

        transform: translateY(-50%);

        transition: all 0.3s ease;
}

.chatkara-gallery-prev {
        left: 25px;
}

.chatkara-gallery-next {
        right: 25px;
}

.chatkara-gallery-prev:hover,
.chatkara-gallery-next:hover {
        color: #ffffff;
        background: #e65322;
        border-color: #e65322;
}


/* =========================
   COUNTER
========================= */

.chatkara-gallery-counter {
        position: absolute;

        left: 50%;
        bottom: -35px;

        display: flex;
        gap: 7px;

        color: #ffffff;

        font-size: 10px;
        font-weight: 800;

        letter-spacing: 2px;

        transform: translateX(-50%);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

        .chatkara-gallery {
                padding: 75px 0;
        }

        .chatkara-gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-auto-rows: 200px;
        }

        .chatkara-gallery-item-large {
                grid-column: span 2;
                grid-row: span 2;
        }

        .chatkara-gallery-item-wide {
                grid-column: span 2;
        }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

        .chatkara-gallery {
                padding: 60px 0;
        }

        .chatkara-gallery-container {
                width: 91%;
        }

        .chatkara-gallery-heading {
                margin-bottom: 35px;
        }

        .chatkara-gallery-heading h2 {
                font-size: 42px;
                letter-spacing: -1.5px;
        }

        .chatkara-gallery-heading p {
                font-size: 13px;
        }

        .chatkara-gallery-grid {
                grid-template-columns: 1fr;
                grid-auto-rows: 210px;

                gap: 9px;
        }

        .chatkara-gallery-item-large {
                grid-column: span 2;
                grid-row: span 2;
        }

        .chatkara-gallery-item-tall {
                grid-row: span 2;
        }

        .chatkara-gallery-item-wide {
                grid-column: span 2;
        }

        .chatkara-gallery-overlay {
                opacity: 1;
                padding: 10px;
        }

        .chatkara-gallery-overlay span {
                font-size: 8px;
        }

        .chatkara-gallery-overlay i {
                width: 30px;
                height: 30px;
                font-size: 10px;
        }

        .chatkara-gallery-lightbox {
                padding: 15px;
        }

        .chatkara-gallery-prev,
        .chatkara-gallery-next {
                width: 40px;
                height: 40px;

                top: auto;
                bottom: 25px;

                transform: none;
        }

        .chatkara-gallery-prev {
                left: calc(50% - 52px);
        }

        .chatkara-gallery-next {
                right: calc(50% - 52px);
        }

        .chatkara-gallery-close {
                top: 15px;
                right: 15px;

                width: 40px;
                height: 40px;
        }

        .chatkara-gallery-counter {
                bottom: -28px;
        }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

        .chatkara-gallery-heading h2 {
                font-size: 36px;
        }

        /* .chatkara-gallery-grid {
                grid-auto-rows: 135px;
        } */

}


/* =========================================================
   CHATKARA CONTACT SECTION
========================================================= */

.chatkara-contact-section {
        position: relative;
        padding: 100px 20px;
        background: #faf8f3;
        overflow: hidden;
}

.chatkara-contact-section::before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        background: rgba(242, 140, 40, 0.06);
        top: -220px;
        left: -180px;
}

.chatkara-contact-section::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgba(242, 140, 40, 0.05);
        bottom: -180px;
        right: -120px;
}

.chatkara-contact-container {
        position: relative;
        z-index: 2;
        max-width: 1250px;
        margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.chatkara-contact-heading {
        max-width: 700px;
        margin: 0 auto 60px;
        text-align: center;
}

.chatkara-contact-eyebrow {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 3px;
        color: #e47d18;
}

.chatkara-contact-heading h2 {
        margin: 0 0 16px;
        font-size: clamp(38px, 5vw, 60px);
        line-height: 1;
        font-weight: 800;
        color: #222;
}

.chatkara-contact-heading h2 span {
        color: #e47d18;
}

.chatkara-contact-heading p {
        margin: 0;
        font-size: 15px;
        line-height: 1.8;
        color: #777;
}


/* =========================================================
   MAIN GRID
========================================================= */

.chatkara-contact-grid {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr 0.9fr;
        gap: 25px;
        align-items: stretch;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.chatkara-contact-details {
        display: flex;
        flex-direction: column;
        gap: 18px;
}

.chatkara-contact-card {
        position: relative;
        display: flex;
        gap: 20px;
        padding: 25px;
        background: #fff;
        border: 1px solid #eee8de;
        border-radius: 18px;
        box-shadow: 0 12px 35px rgba(40, 30, 20, 0.05);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.chatkara-contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 40px rgba(40, 30, 20, 0.09);
}

.chatkara-contact-icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 14px;
        background: #fff3e5;
        color: #e47d18;
        font-size: 20px;
}

.chatkara-contact-info {
        min-width: 0;
}

.chatkara-contact-label {
        display: block;
        margin-bottom: 5px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 2px;
        color: #e47d18;
}

.chatkara-contact-info h3 {
        margin: 0 0 8px;
        font-size: 21px;
        color: #222;
}

.chatkara-contact-info p {
        margin: 0 0 12px;
        font-size: 13px;
        line-height: 1.7;
        color: #777;
}

.chatkara-contact-value {
        display: inline-block;
        margin-bottom: 8px;
        color: #222;
        font-size: 17px;
        font-weight: 700;
        text-decoration: none;
        transition: color 0.25s ease;
}

.chatkara-contact-value:hover {
        color: #e47d18;
}

.chatkara-email {
        font-size: 14px;
        word-break: break-word;
}

.chatkara-contact-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #e47d18;
        font-size: 12px;
        font-weight: 800;
        text-decoration: none;
}

.chatkara-contact-link i {
        transition: transform 0.25s ease;
}

.chatkara-contact-link:hover i {
        transform: translateX(4px);
}


/* =========================================================
   BRAND CARD
========================================================= */

.chatkara-contact-brand {
        position: relative;
        overflow: hidden;
        min-height: 100%;
        border-radius: 24px;
        background: #fff;
        border: 1px solid #eee8de;
        box-shadow: 0 18px 45px rgba(40, 30, 20, 0.07);
}

.chatkara-brand-inner {
        position: relative;
        z-index: 3;
        height: 100%;
        padding: 40px 30px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
}

.chatkara-brand-small {
        margin-bottom: 20px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 3px;
        color: #999;
}

.chatkara-brand-logo {
        width: 150px;
        height: 150px;

        display: flex;
        align-items: center;
        justify-content: center;

        /* background: #fff;
        border-radius: 50%;
        border: 1px solid #eee;
        box-shadow: 0 10px 30px rgba(40, 30, 20, 0.08); */

        overflow: hidden;
}

.chatkara-brand-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
}

.chatkara-brand-line {
        width: 45px;
        height: 3px;
        margin: 22px 0 16px;
        border-radius: 10px;
        background: #e47d18;
}

.chatkara-brand-inner h3 {
        margin: 0 0 6px;
        font-size: 34px;
        color: #222;
        font-weight: 800;
}

.chatkara-brand-tagline {
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 2px;
        color: #e47d18;
}

.chatkara-brand-inner p {
        margin: 22px 0;
        font-size: 13px;
        line-height: 1.8;
        color: #777;
}

.chatkara-brand-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;

        padding: 13px 23px;
        border-radius: 50px;

        background: #e47d18;
        color: #fff;

        font-size: 12px;
        font-weight: 800;
        text-decoration: none;

        box-shadow: 0 10px 25px rgba(228, 125, 24, 0.22);

        transition: transform 0.3s ease, background 0.3s ease;
}

.chatkara-brand-button:hover {
        transform: translateY(-3px);
        background: #d46f0e;
}

.chatkara-brand-decoration {
        position: absolute;
        border: 1px solid rgba(228, 125, 24, 0.12);
        border-radius: 50%;
}

.chatkara-brand-decoration-one {
        width: 250px;
        height: 250px;
        top: -110px;
        right: -110px;
}

.chatkara-brand-decoration-two {
        width: 190px;
        height: 190px;
        bottom: -80px;
        left: -80px;
}


/* =========================================================
   OPENING HOURS
========================================================= */

.chatkara-hours-card {
        padding: 30px;
        border-radius: 24px;
        background: #24201b;
        color: #fff;
        box-shadow: 0 18px 45px rgba(40, 30, 20, 0.12);
}

.chatkara-hours-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
}

.chatkara-hours-eyebrow {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 2px;
        color: #eaa15b;
}

.chatkara-hours-icon {
        width: 48px;
        height: 48px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 14px;
        background: rgba(228, 125, 24, 0.15);
        color: #f19a43;
        font-size: 19px;
}

.chatkara-hours-card h3 {
        margin: 0;
        font-size: 31px;
        color: #fff;
}

.chatkara-hours-divider {
        width: 45px;
        height: 3px;
        margin: 17px 0 25px;
        background: #e47d18;
        border-radius: 10px;
}

.chatkara-timing-box {
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.04);
}

.chatkara-timing-label {
        display: block;
        margin-bottom: 7px;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 2px;
        color: #aaa;
}

.chatkara-timing-box strong {
        font-size: 21px;
        color: #fff;
}


/* =========================================================
   STATUS
========================================================= */

.chatkara-live-status {
        display: flex;
        align-items: center;
        gap: 13px;

        margin-top: 20px;
        padding: 15px;

        border-radius: 14px;
        background: rgba(255, 255, 255, 0.05);
}

.chatkara-status-dot {
        position: relative;
        flex: 0 0 11px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #aaa;
}

.chatkara-status-dot.chatkara-open {
        background: #32b86c;
        box-shadow: 0 0 0 5px rgba(50, 184, 108, 0.12);
}

.chatkara-status-dot.chatkara-closed {
        background: #e45858;
        box-shadow: 0 0 0 5px rgba(228, 88, 88, 0.12);
}

.chatkara-status-label {
        display: block;
        margin-bottom: 4px;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: 1.5px;
        color: #999;
}

#chatkaraRestaurantStatus {
        display: block;
        font-size: 13px;
        color: #fff;
}


/* =========================================================
   HOURS NOTE
========================================================= */

.chatkara-hours-note {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        color: #aaa;
        font-size: 12px;
        line-height: 1.6;
}

.chatkara-hours-note i {
        color: #e47d18;
        margin-top: 2px;
}

.chatkara-hours-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;

        width: 100%;
        margin-top: 25px;
        padding: 14px;

        border-radius: 50px;
        background: #e47d18;
        color: #fff;

        font-size: 12px;
        font-weight: 800;
        text-decoration: none;

        transition: transform 0.3s ease, background 0.3s ease;
}

.chatkara-hours-button:hover {
        transform: translateY(-3px);
        background: #f09332;
}


/* =========================================================
   FOLLOW US
========================================================= */

.chatkara-follow-box {
        margin-top: 25px;
        padding: 24px 28px;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;

        border: 1px solid #eee8de;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 35px rgba(40, 30, 20, 0.05);
}

.chatkara-follow-label {
        display: block;
        margin-bottom: 6px;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 2px;
        color: #e47d18;
}

.chatkara-follow-content h3 {
        margin: 0;
        font-size: 21px;
        color: #222;
}

.chatkara-follow-content h3 span {
        color: #e47d18;
}

.chatkara-social-links {
        display: flex;
        align-items: center;
        gap: 10px;
}

.chatkara-social {
        width: 43px;
        height: 43px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;
        background: #f7f4ef;
        color: #333;

        text-decoration: none;
        font-size: 16px;

        transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.chatkara-social:hover {
        transform: translateY(-4px);
        background: #e47d18;
        color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

        .chatkara-contact-grid {
                grid-template-columns: 1fr 1fr;
        }

        .chatkara-contact-brand {
                grid-column: span 2;
                grid-row: 1;
        }

        .chatkara-contact-details {
                grid-column: span 1;
        }

        .chatkara-hours-card {
                grid-column: span 1;
        }
}


@media (max-width: 700px) {

        .chatkara-contact-section {
                padding: 70px 15px;
        }

        .chatkara-contact-heading {
                margin-bottom: 40px;
        }

        .chatkara-contact-grid {
                display: flex;
                flex-direction: column;
        }

        .chatkara-contact-brand {
                order: 1;
        }

        .chatkara-contact-details {
                order: 2;
        }

        .chatkara-hours-card {
                order: 3;
        }

        .chatkara-brand-inner {
                padding: 35px 25px;
        }

        .chatkara-brand-inner h3 {
                font-size: 30px;
        }

        .chatkara-contact-card {
                padding: 21px;
        }

        .chatkara-follow-box {
                flex-direction: column;
                text-align: center;
                padding: 25px 20px;
        }

        .chatkara-social-links {
                justify-content: center;
        }
}


@media (max-width: 450px) {

        .chatkara-contact-heading h2 {
                font-size: 40px;
        }

        .chatkara-contact-card {
                gap: 14px;
        }

        .chatkara-contact-icon {
                flex-basis: 45px;
                width: 45px;
                height: 45px;
        }

        .chatkara-contact-info h3 {
                font-size: 18px;
        }

        .chatkara-email {
                font-size: 12px;
        }

        .chatkara-hours-card {
                padding: 25px 20px;
        }

        .chatkara-timing-box strong {
                font-size: 18px;
        }
}


.chatkara-footer-bottom {
        width: 100%;
        padding: 18px 20px;
        border-top: 1px solid #eee5da;
        background: #faf8f3;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
}

.chatkara-footer-policy {
        display: flex;
        align-items: center;
        gap: 10px;
}

.chatkara-footer-policy a {
        color: #666;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
}

.chatkara-footer-policy a:hover {
        color: #e47d18;
}

.chatkara-footer-policy span {
        color: #ccc;
        font-size: 11px;
}

.chatkara-footer-designed {
        color: #888;
        font-size: 12px;
        letter-spacing: 0.3px;
}

.chatkara-footer-designed strong {
        color: #e47d18;
        font-weight: 700;
}


/* MOBILE */
@media (max-width: 600px) {

        .chatkara-footer-bottom {
                flex-direction: column;
                justify-content: center;
                text-align: center;
                padding: 16px 15px;
        }

        .chatkara-footer-policy {
                justify-content: center;
                flex-wrap: wrap;
        }
}

.chatkara-menu-section {
        position: relative;
        padding: 100px 20px;
        background: #faf8f3;
        overflow: hidden;
}

.chatkara-menu-section::before {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        border: 1px solid rgba(228, 125, 24, 0.10);
        border-radius: 50%;
        top: -200px;
        right: -150px;
}

.chatkara-menu-section::after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        border: 1px solid rgba(228, 125, 24, 0.08);
        border-radius: 50%;
        bottom: -130px;
        left: -100px;
}

.chatkara-menu-container {
        position: relative;
        z-index: 2;
        max-width: 1200px;
        margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.chatkara-menu-heading {
        max-width: 700px;
        margin: 0 auto 55px;
        text-align: center;
}

.chatkara-menu-label {
        display: inline-block;
        margin-bottom: 12px;
        color: #e47d18;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 3px;
}

.chatkara-menu-heading h2 {
        margin: 0 0 15px;
        color: #222;
        font-size: clamp(38px, 5vw, 58px);
        line-height: 1.05;
        font-weight: 800;
}

.chatkara-menu-heading h2 span {
        color: #e47d18;
}

.chatkara-menu-heading p {
        margin: 0;
        color: #777;
        font-size: 14px;
        line-height: 1.8;
}


/* =========================
   MENU GRID
========================= */

.chatkara-menu-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
}

.chatkara-menu-card {
        position: relative;
        background: #fff;
        border: 1px solid #eee7dc;
        border-radius: 18px;
        padding: 8px;
        box-shadow: 0 12px 35px rgba(40, 30, 20, 0.06);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.chatkara-menu-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 45px rgba(40, 30, 20, 0.11);
}

.chatkara-menu-image-wrap {
        position: relative;
        overflow: hidden;
        border-radius: 13px;
        background: #f2eee7;
}

.chatkara-menu-image {
        display: block;
        width: 100%;
        /* height: 520px; */
        object-fit: cover;
        transition: transform 0.5s ease;
}

.chatkara-menu-card:hover .chatkara-menu-image {
        transform: scale(1.035);
}


/* Number */

.chatkara-menu-number {
        position: absolute;
        top: 14px;
        left: 14px;

        min-width: 38px;
        height: 30px;
        padding: 0 10px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 30px;
        background: #fff;
        color: #222;

        font-size: 10px;
        font-weight: 800;
        letter-spacing: 2px;

        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}


/* View Button */

.chatkara-menu-view {
        position: absolute;
        display: none !important;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);

        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        border: 0;
        padding: 12px 19px;

        border-radius: 50px;
        background: #e47d18;
        color: #fff;

        white-space: nowrap;

        font-family: inherit;
        font-size: 11px;
        font-weight: 800;

        cursor: pointer;

        box-shadow: 0 8px 25px rgba(228, 125, 24, 0.28);

        transition: transform 0.3s ease,
                background 0.3s ease;
}

.chatkara-menu-view:hover {
        transform: translateX(-50%) translateY(-3px);
        background: #d46f0e;
}

.chatkara-menu-view i {
        font-size: 13px;
}


/* =========================
   LIGHTBOX
========================= */

.chatkara-menu-lightbox {
        position: fixed;
        inset: 0;
        z-index: 99999;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 30px;

        background: rgba(20, 18, 15, 0.96);

        visibility: hidden;
        pointer-events: none;
}

.chatkara-menu-lightbox.active {
        visibility: visible;
        pointer-events: auto;
}

.chatkara-menu-lightbox-content {
        position: relative;
        max-width: 90vw;
        max-height: 90vh;
        text-align: center;
}

.chatkara-menu-lightbox-content img {
        display: block;

        max-width: 86vw;
        max-height: 84vh;

        width: auto;
        height: auto;

        object-fit: contain;

        border-radius: 8px;

        box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
}


/* Counter */

.chatkara-menu-counter {
        margin-top: 12px;

        color: #fff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
}


/* Lightbox Buttons */

.chatkara-menu-close,
.chatkara-menu-prev,
.chatkara-menu-next {
        position: absolute;
        z-index: 5;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 48px;
        height: 48px;

        padding: 0;
        border: 0;
        border-radius: 50%;

        background: #fff;
        color: #222;

        font-size: 20px;

        cursor: pointer;

        transition: background 0.3s ease,
                color 0.3s ease,
                transform 0.3s ease;
}

.chatkara-menu-close {
        top: 22px;
        right: 22px;
}

.chatkara-menu-prev {
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
}

.chatkara-menu-next {
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
}

.chatkara-menu-close:hover,
.chatkara-menu-prev:hover,
.chatkara-menu-next:hover {
        background: #e47d18;
        color: #fff;
}

.chatkara-menu-prev:hover {
        transform: translateY(-50%) scale(1.05);
}

.chatkara-menu-next:hover {
        transform: translateY(-50%) scale(1.05);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

        .chatkara-menu-grid {
                grid-template-columns: repeat(2, 1fr);
        }

        .chatkara-menu-image {
                height: 600px;
        }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

        .chatkara-menu-section {
                padding: 70px 15px;
        }

        .chatkara-menu-heading {
                margin-bottom: 35px;
        }

        .chatkara-menu-grid {
                grid-template-columns: 1fr;
                gap: 20px;
        }

        .chatkara-menu-image {
                height: auto;
                max-height: none;
                object-fit: contain;
        }

        .chatkara-menu-card {
                padding: 6px;
        }

        .chatkara-menu-view {
                bottom: 14px;
        }

        .chatkara-menu-lightbox {
                padding: 15px;
        }

        .chatkara-menu-lightbox-content img {
                max-width: 88vw;
                max-height: 78vh;
        }

        .chatkara-menu-close {
                top: 15px;
                right: 15px;
                width: 42px;
                height: 42px;
        }

        .chatkara-menu-prev,
        .chatkara-menu-next {
                width: 40px;
                height: 40px;
                font-size: 17px;
        }

        .chatkara-menu-prev {
                left: 8px;
        }

        .chatkara-menu-next {
                right: 8px;
        }
}