/********** 13 DHABA CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
    color: var(--dark);
}

:root {
    --primary: #D44508;
    --yellow: #ffed00;
    --orange: #FEA116;
    --accent: #00afd8;
    --light: #ffffff;
    --dark: #2b0f0f;
    --subtle-yellow: #fff8eb;
    --secondary: #757575;
}

a{
    color: var(--primary);
}
a:hover {
    color: var(--dark);
}

.bg-dark{
    background: var(--dark) !important;
}


.border-primary{
    border-color: var(--primary) !important;
}

.section-padding{
    padding: 5rem 0;
}

.subtle-bg{
    background: var(--subtle-yellow);
}

.text-primary {
    color: var(--primary) !important;
}

.text-yellow {
    color: var(--yellow) !important;
}

.bg-primary {
    background: var(--primary) !important;
}

.ff-secondary {
    font-family: "Inter", sans-serif;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.rounded-4{
    border-radius: 16px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.z-0{
    z-index: 0;
}

.z-1{
    z-index: 1;
}

.z-2{
    z-index: 2;
}

.z-3{
    z-index: 3;
}

.z-n1{
    z-index: -1;
}

.bg-about{
    background-image:  linear-gradient(180deg,rgba(232, 81, 36, 1) 14%, rgba(240, 114, 24, .95) 63%, rgba(255, 179, 0, .9) 100%), url(../img/gallery/17.jpg) !important;
}

.bg-menu{
    background-image: linear-gradient(180deg,rgba(232, 81, 36, 1) 14%, rgba(240, 114, 24, .95) 63%, rgba(255, 179, 0, .9) 100%), url(../img/gallery/18.jpg)!important;
}

.bg-offers{
    background-image: linear-gradient(180deg,rgba(232, 81, 36, 1) 14%, rgba(240, 114, 24, .95) 63%, rgba(255, 179, 0, .9) 100%), url(../img/gallery/1.jpg)!important;
}

.bg-gallery{
    background-image: linear-gradient(180deg,rgba(232, 81, 36, 1) 14%, rgba(240, 114, 24, .95) 63%, rgba(255, 179, 0, .9) 100%), url(../img/gallery/15.jpeg)!important;
}

.bg-contact{
    background-image: linear-gradient(180deg,rgba(232, 81, 36, 1) 14%, rgba(240, 114, 24, .95) 63%, rgba(255, 179, 0, .9) 100%), url(../img/gallery/19.jpg)!important;
}

.bg-faqs{
    background-image: linear-gradient(180deg,rgba(232, 81, 36, 1) 14%, rgba(240, 114, 24, .95) 63%, rgba(255, 179, 0, .9) 100%), url(../img/bg-faqs.jpg)!important;
}

.hero-header{
    background-size: cover !important;
    background-position: center center !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* Hero Slider */

.carousel{
    background: linear-gradient(to bottom, rgb(206, 56, 2), rgba(212, 69, 8, .95), rgba(245, 156, 14, .9)), url(../img/gallery/17.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0 4rem;
}

.carousel img {
    animation: imgRotate 50s linear infinite;
    width: 88%;
}

.carousel-control-prev, .carousel-control-next{
    width: 10%;
}

.carousel-indicators [data-bs-target]{
    background-clip: inherit;
    width: 8px;
    height: 8px;
    border: 2px solid var(--light);
    border-radius: 8px;
    background: transparent;
}

.carousel-indicators .active {
    width: 28px;
}


/*** Button ***/
.btn {
    font-weight: 700;
    transition: .5s;
    border-radius: .5rem;
    padding: 12px 24px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn.btn-primary {
    background-color: var(--dark);
    border-color: var(--dark);
}

.btn.btn-primary:hover {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--dark);
}

.btn-outline-primary{
    border-color: var(--dark);
    color: var(--dark);
}

.btn.btn-outline-primary:hover {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.btn-circle {
    width: 38px;
    height: 38px;
}

.btn-sm-circle {
    width: 32px;
    height: 32px;
}

.btn-lg-circle {
    width: 48px;
    height: 48px;
}

.back-to-top{
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}


.btn-circle,
.btn-sm-circle,
.btn-lg-circle {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 30px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 24px;
    color: var(--light) !important;
    font-weight: 700;
    outline: none;
    transition: .5s;
    padding: 8px 20px;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: var(--yellow) !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: var(--dark) !important;
    background: var(--yellow);
    border-radius: 30px;
}

.navbar-dark .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 80px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 20px;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
    .navbar-nav{
        padding: 0 !important;
    }

    .mission-text ul li:nth-child(2) {
        left: 0 !important;
    }

    .mission-text ul li .text {
        max-width: 100% !important;
    }

    .order-online-bg{
        height: 250px !important;
    }

    .whatsapp-btn{
        background: #00c951 !important;
        position: fixed;
        right: 20px !important;
        bottom: 20px !important;
        width: 48px !important;
        height: 48px !important;
    }

    .whatsapp-btn i{
        font-size: 24px !important;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--primary) !important;
        padding: 8px 0 !important;
        transition: 0.3s;
    }
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

/* .section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
} */

.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .text-primary {
    color: var(--link) !important;
    font-size: 22px;
    font-weight: 700 !important;
    text-transform: capitalize;
    margin-bottom: 12px;
    display: inline-block;
    padding-bottom: 5px;
}


.footer .footer-logo{
    max-width: 200px;
}

.footer .slogan img{
    max-width: 140px;
}

.footer .btn.btn-social {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 35px;
    transition: .3s;
    padding: 0;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 8px;
    padding: 0 0 0 16px;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    position: relative;
}

.footer .btn.btn-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--primary);
}

.footer .btn.btn-link:hover {
    box-shadow: none;
    color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .contact-info{
    color: var(--light);
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.footer .contact-info i {
    font-size: 20px;
    color: var(--primary);
    position: absolute;
    left: 0;
    top: -3px;
}
/* Food Menu */

.menu-card {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 16px !important;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.menu-card .text {
    width: 50%;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.menu-card h5 {
    color: var(--primary);
    text-transform: capitalize;
    font-size: 20px;
}

.menu-card h2 {
    color: var(--dark);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
    margin-top: 10px;
}

.menu-card a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    border-bottom: 1px solid var(--dark);
    padding-bottom: 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.menu-card  a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.breakfast{
    background: url(../img/menu/breakfast.jpg);
}

.north-indian{
    background: url(../img/menu/north-indian.jpg);
}

.thali{
    background: url(../img/menu/thali.jpg);
}

/* Order Online */
.easy-order{
    background: url(../img/bg-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
}

.about-mission{
    background: url(../img/bg-about-mission.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.order-online-bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    height: 450px;
}

.order-online-overlay {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.order-online-overlay::after{
    content: '';
    background: var(--dark);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .95;
}


.order-online ul {
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1111;
    gap: 16px;
}

.order-online ul li a {
    padding: 8px 24px 8px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin: 0px 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.order-online ul li a .icon {
    color: var(--light);
    margin-right: 16px;
}

.order-online ul li a .icon img{
    width: 56px;
}

.order-online ul li a p {
    font-size: 20px;
    color: var(--light);
    font-weight: 700;
    margin: 0;
}

.order-online ul li a p span {
    display: block;
    color: var(--light);
    font-size: 14px;
    font-weight: normal;
}

.zomato{
    background: #e23744;
}

.swiggy{
    background: #f15b22;
}

.contact-us .icon{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 100px;
    color: var(--light);
    font-size: 24px;
}

/* About Us - Mission */

.mission-text ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.mission-text ul li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    background: var(--dark);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--dark);
    position: relative;
}

.mission-text ul li .icon {
    border: 2px solid var(--primary);
    background: var(--primary);
    font-size: 32px;
    margin-right: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 16px;
    text-align: center;
    color: var(--light);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mission-text ul li .icon i{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.mission-text ul li .text {
    max-width: 80%;
}

.mission-text .text h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--light);
}

.mission-text ul li .text p {
    text-align: left;
    color: var(--light);
    margin-bottom: 0;
}

.mission-text ul li:nth-child(2) {
    left: 100px;
}

/* Why Choose Us */

.why-choose-us-box {
    padding: 20px 20px 20px 55px;
    background: var(--subtle-yellow);
    margin-top: 24px;
    border-left: 3px solid var(--primary);
    border-radius: 10px;
    transform: skewX(-10deg);
    position: relative;
    margin-left: 28px;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.why-choose-us-box span {
    display: block;
    background: var(--primary);
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: var(--light);
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%) skewX(10deg);
    -webkit-transform: translateY(-50%) skewX(10deg);
    -moz-transform: translateY(-50%) skewX(10deg);
    -ms-transform: translateY(-50%) skewX(10deg);
    -o-transform: translateY(-50%) skewX(10deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.why-choose-us-box h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: -10px;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
}

.why-choose-us-box p {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    margin-bottom: 0;
}

.form-control{
    border-radius: 12px;
}

/* Menu Item */
.menu-item {
    position: relative;
    border-radius: 16px;
    background: var(--light);
    box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
    transition: all linear .3s;
}

.zoomable-image {
    cursor: pointer;
}

.zoomable-image img {
    border-radius: 16px 16px 0 0;
}

.menu-item-img {
    height: 220px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.menu-item-text {
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.menu-item-text .category {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--light);
    font-family: var(--cursiveFont);
    position: absolute;
    top: -16px;
    right: 0;
    background: var(--primary);
    padding: 4px 16px;
    border-radius: 8px 0px 0px 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
}

.menu-item-text .title {
    text-transform: capitalize;
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.menu-item-text .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu::before {
    position: absolute;
    content: "";
    background: rgb(255, 124, 8);
    background: radial-gradient(circle, rgba(255, 124, 8, 0.4066001400560224) 0%, rgba(0, 0, 0, 0) 83%);
    width: 700px;
    height: 700px;
    top: -150px;
    left: -350px;
    z-index: -1;
    opacity: .4;
}

/* FAQs Accordion */
.accordion{
    margin-bottom: 3rem;
}

.accordion a {
    color: var(--primary);
    text-decoration: none;
}

.accordion-item {
    background-color: var(--light);
    border: none;
    margin-bottom: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.accordion-item:not(:first-of-type){
    border-top: none;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button.collapsed{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-button{
    color: var(--dark);
    background-color: var(--light);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed){
    color: var(--primary);
    background-color: var(--subtle-yellow);
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-body{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -1px;
}

/* Menu */

.nav {
    justify-content: center;
    border: none;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 0;
    margin: 0 16px 16px;
    color: var(--secondary);
}

.nav-tabs .nav-link.active,  .nav-tabs .nav-link:focus, .nav-tabs .nav-item.show .nav-link {
    color: var(--primary);
    background-color: transparent;
    border: none;
    border-bottom: 3px solid var(--primary)
}

.nav-link{
    color: var(--dark);
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: var(--dark);
}

.nav-tabs .nav-link.active:hover{
    border-bottom: 3px solid var(--primary);
}

/* Menu List */
.menu-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
}

.menu-list li:last-child{
    margin: 0;
}

.menu-list li .name{
    font-size: 18px;
    font-weight: 500;
}

.menu-list span.name span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    max-width: 600px;
}

.menu-list li .price{
    color: var(--primary);
}

.menu-list li .price::before{
    content: '₹';
    margin-right: 2px;
}

.menu-list li .price span.full::before{
    content: '₹';
    margin-right: 2px;
}

.our-menu h5{
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 2rem !important;
}

.our-menu h5 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.our-menu h5::after{
    content: '';
    width: 60px;
    height: 3px;
    background: var(--primary);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.offer-details{
    text-align: left !important;
}

.offer-details .title{
    background: var(--subtle-yellow);
    color: var(--primary);
}

/* Photo Gallery */
.container--gallery {
	 margin-top: 40px;
	 margin-bottom: 40px;
}
 .container--gallery .row {
	 margin-left: -4px;
	 margin-right: -4px;
}
 .container--gallery [class*="col-"] {
	 padding-left: 4px;
	 padding-right: 4px;
	 margin-bottom: 8px;
}
 .photo-zoom {
	 outline: 0;
	 overflow: hidden;
	 position: relative;
	 display: block;
	 height: 230px;
}
 .photo-zoom img {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 width: 100%;
	 height: auto;
	 transform: translate(-50%, -50%);
}
 [class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .photo-zoom img, [class*="-2"] .photo-zoom img, [class*="-3"] .photo-zoom img {
	 height: 100%;
}
 .image-source-link {
	 color: #98c3d1;
}
 .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	 opacity: 0;
	 -webkit-backface-visibility: hidden;
	 transition: all 0.23s ease-out;
}
 .mfp-with-zoom.mfp-ready .mfp-container {
	 opacity: 1;
}
 .mfp-with-zoom.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	 opacity: 0;
}

.whatsapp-btn{
    background: #00c951 !important;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    border-color: #00c951 !important;
}

.whatsapp-btn i{
    font-size: 32px;
}

.whatsapp-btn:hover,
.whatsapp-btn:active,
.whatsapp-btn:focus{
    background: #01943c;
    color: #fff !important;
    border-color: #01943c !important;
}