.footer,
.header,
.page-title,
body {
    color: var(--default-color);
    background-color: var(--background-color)
}

.dark-background,
:root {
    --contrast-color: #ffffff
}

.php-email-form .error-message,
.php-email-form .loading,
.php-email-form .sent-message {
    display: none;
    padding: 15px;
    margin-bottom: 24px
}

.chefs .chef-card:hover .social-links,
.scroll-top.active {
    opacity: 1;
    visibility: visible
}

.category-lists a,
.menu .download-menu,
a,
a:hover {
    text-decoration: none
}

:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"--nav-font:"Poppins", sans-serif;
    --background-color: rgba(16, 23, 25, 0);
    --default-color: #f1f3f5;
    --heading-color: #f4f7fa;
    --accent-color: #e37212;
    --surface-color: #252a2b;
    --nav-color: #f1f3f5;
    --nav-hover-color: #e37212;
    --nav-mobile-background-color: #243438;
    --nav-dropdown-background-color: #243438;
    --nav-dropdown-color: #f1f3f5;
    --nav-dropdown-hover-color: #e37212;
    scroll-behavior: smooth
}

.light-background {
    --background-color: #243438;
    --surface-color: #385157
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525
}

.about .about-image-wrapper,
.book-a-table,
.contact .contact-form-wrapper .form-group .input-with-icon,
.footer .copyright,
.footer .footer-top,
.hero .hero-container .hero-swiper,
.hero .hero-container .hero-swiper .swiper-slide,
.menu .menu-container,
.page-title,
body {
    position: relative
}

.footer .footer-links ul a:hover,
.header .logo i,
a {
    color: var(--accent-color)
}

body::before {
    background: linear-gradient(color-mix(in srgb, #000, transparent 30%), color-mix(in srgb, #000, transparent 30%)), url("../img/bg/abstract-bg-4.webp") center center/cover no-repeat;
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

a {
    transition: .3s
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font)
}

.php-email-form .error-message {
    background: #df1529;
    color: #fff;
    text-align: left;
    font-weight: 600
}

.php-email-form .sent-message {
    color: #fff;
    background: #059652;
    text-align: center;
    font-weight: 600
}

.php-email-form .loading {
    background: var(--surface-color);
    text-align: center
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: 1s linear infinite php-email-form-loading
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.header {
    padding: 10px 0;
    transition: .5s;
    z-index: 997
}

.header .logo {
    line-height: 1
}

.header .logo img {
    max-height: 70px;
    margin-right: 8px
}

.header .logo i {
    font-size: 24px;
    margin-right: 5px
}

.header .logo h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--heading-color)
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 50px;
    transition: .3s
}

.header .btn-getstarted:focus:hover,
.header .btn-getstarted:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%)
}

.scrolled .header {
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    --background-color: rgba(0, 0, 0, 0.8)
}

@media (min-width:1200px) {
    .navmenu {
        padding: 0
    }
    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }
    .navmenu li {
        position: relative
    }
    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 15px;
        font-size: 16px;
        font-family: var(--nav-font);
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s
    }
    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: .3s
    }
    .navmenu li:last-child a {
        padding-right: 0
    }
    .navmenu .active,
    .navmenu .active:focus,
    .navmenu li:hover>a {
        color: var(--nav-hover-color)
    }
    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: .3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1)
    }
    .navmenu .dropdown ul li {
        min-width: 200px
    }
    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color)
    }
    .navmenu .dropdown ul a i {
        font-size: 12px
    }
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color)
    }
    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden
    }
    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible
    }
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12)
    }
}

.footer .copyright,
.page-title nav {
    background-color: color-mix(in srgb, var(--default-color), transparent 95%)
}

.footer {
    font-size: 14px;
    padding-bottom: 50px;
    position: relative
}

.footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px
}

.footer .footer-about .logo img {
    max-height: 80px;
    margin-right: 6px
}

.footer .footer-about .logo span {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font)
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font)
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-right: 10px;
    transition: .3s
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color)
}

.footer h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    text-align: left
}

.footer .footer-links {
    margin-bottom: 30px
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 15px
}

.footer .footer-contact p {
    margin-bottom: 5px
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px
}

.contact .contact-info-box .info-content p:last-child,
.footer .copyright p,
.section-title p {
    margin-bottom: 0
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: .6s ease-out
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: var(--accent-color) transparent var(--accent-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1.5s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color)
}

.scroll-top.active {
    bottom: 15px
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.page-title .heading {
    padding: 80px 0;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.page-title .heading h1 {
    font-size: 38px;
    font-weight: 700
}

.page-title nav {
    padding: 20px 0
}

.page-title nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.page-title nav ol li+li {
    padding-left: 10px
}

.page-title nav ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.section,
section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
    position: relative
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative
}

.section-title h2:before {
    margin: 0 15px 10px 0
}

.section-title h2:after {
    margin: 0 0 10px 15px
}

.hero {
    padding: 0
}

.hero .hero-container {
    position: relative;
    padding: 0;
    z-index: 3
}

.hero .hero-container .content-col {
    padding: 3rem 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.hero .hero-container .content-col .content-wrapper {
    max-width: 570px
}

.hero .hero-container .content-col .status-badge {
    display: inline-block;
    background-color: color-mix(in srgb, var(--accent-color), transparent 75%);
    color: var(--accent-color);
    padding: .5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85rem;
    margin-bottom: 1.5rem
}

.hero .hero-container .content-col h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.2
}

@media (max-width:1200px) {
    .header .logo {
        order: 1
    }
    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 20px
    }
    .header .navmenu {
        order: 3
    }
    .hero .hero-container .content-col h2 {
        font-size: 3rem
    }
}

.hero .hero-container .content-col p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem
}

.hero .hero-container .content-col .opening-hours {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    color: var(--heading-color);
    font-weight: 500
}

.hero .hero-container .content-col .opening-hours i {
    font-size: 1.2rem;
    margin-right: .75rem;
    color: var(--accent-color)
}

.hero .hero-container .content-col .opening-hours span {
    font-size: .95rem
}

.hero .hero-container .content-col .btn-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem
}

.hero .hero-container .content-col .btn-group .btn {
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 4px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero .hero-container .content-col .btn-group .btn.btn-book {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border: transparent
}

.hero .hero-container .content-col .btn-group .btn.btn-book:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 20%);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.hero .hero-container .content-col .btn-group .btn.btn-menu {
    background-color: transparent;
    color: var(--heading-color);
    border: 2px solid var(--heading-color)
}

.hero .hero-container .content-col .btn-group .btn.btn-menu:hover {
    background-color: transparent;
    color: var(--accent-color);
    transform: translateY(-3px);
    border-color: var(--accent-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.hero .hero-container .content-col .social-links {
    display: flex;
    gap: 1rem
}

.hero .hero-container .content-col .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--heading-color), transparent 90%);
    color: var(--heading-color);
    transition: .3s
}

.hero .hero-container .content-col .social-links a:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: translateY(-3px)
}

.hero .hero-container .content-col .social-links a i {
    font-size: 1.2rem
}

.hero .hero-container .hero-swiper .swiper-slide .img-container {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 90px)
}

.hero .hero-container .hero-swiper .swiper-slide .img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0
}

.hero .hero-container .hero-swiper .swiper-button-next,
.hero .hero-container .hero-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: color-mix(in srgb, #000, transparent 70%);
    border-radius: 50%;
    color: var(--contrast-color);
    transition: .3s
}

.hero .hero-container .hero-swiper .swiper-button-next:after,
.hero .hero-container .hero-swiper .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: 700
}

.about .features-section .feature-box:hover .feature-icon,
.chefs .chef-card .chef-img .social-links a:hover,
.events .featured-events .featured-event-card .event-content .event-info .btn-details:hover,
.hero .hero-container .hero-swiper .swiper-button-next:hover,
.hero .hero-container .hero-swiper .swiper-button-prev:hover,
.location .cta-wrapper a.btn-book,
.menu .menu-filters ul li.filter-active,
.menu .special-item .menu-item-img .menu-item-badges .badge-special {
    background-color: var(--accent-color);
    color: var(--contrast-color)
}

.hero .hero-container .hero-swiper .swiper-button-next {
    right: 20px
}

.hero .hero-container .hero-swiper .swiper-button-prev {
    left: 20px
}

.about {
    padding-top: 60px;
    padding-bottom: 60px
}

section#menu {
    padding-bottom: 20px
}

.about .about-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative
}

.about .about-content h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 60px;
    background-color: var(--accent-color)
}

.about .about-content p {
    margin-bottom: 20px;
    line-height: 1.8
}

.about .about-content p.fst-italic {
    font-size: 18px;
    color: color-mix(in srgb, var(--heading-color), transparent 15%)
}

.about .about-content .chef-signature {
    padding: 20px;
    background-color: color-mix(in srgb, var(--background-color), var(--accent-color) 5%);
    border-radius: 8px
}

.about .about-content .chef-signature .chef-avatar {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 3px solid var(--accent-color)
}

.about .about-content .chef-signature .chef-message {
    font-style: italic;
    font-size: 15px;
    color: var(--heading-color)
}

.about .about-content .chef-signature .signature-img {
    max-height: 50px;
    margin-bottom: 5px
}

.about .about-content .chef-signature .chef-name {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: color-mix(in srgb, var(--heading-color), transparent 15%)
}

.about .about-image-wrapper .main-image {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: 5px solid color-mix(in srgb, var(--default-color), transparent 80%)
}

.about .about-image-wrapper .accent-image {
    position: absolute;
    width: 35%;
    bottom: -15%;
    right: -15%;
    z-index: 2;
    border-radius: 10px;
    border: 5px solid color-mix(in srgb, var(--default-color), transparent 80%)
}

.about .about-image-wrapper .establishment-year {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    line-height: 1.1;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-family: var(--heading-font)
}

.about .features-section {
    border-top: 1px solid color-mix(in srgb, var(--heading-color), transparent 80%)
}

.about .features-section .feature-box {
    text-align: center;
    padding: 20px 15px;
    height: 100%;
    transition: .3s
}

.about .features-section .feature-box:hover {
    transform: translateY(-10px)
}

.about .features-section .feature-box .feature-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: color-mix(in srgb, var(--background-color), var(--accent-color) 15%);
    color: var(--accent-color);
    font-size: 28px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.about .features-section .feature-box h4 {
    font-size: 20px;
    margin-bottom: 12px
}

.about .features-section .feature-box p {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
    margin-bottom: 0
}

.about .stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
    background-color: color-mix(in srgb, var(--background-color), var(--heading-color) 3%);
    padding: 30px 20px;
    border-radius: 10px
}

.menu .menu-filters ul li,
.menu .menu-item,
.menu .special-item {
    background-color: var(--surface-color)
}

.about .stats-container .stat-item {
    text-align: center;
    padding: 15px
}

.about .stats-container .stat-item .stat-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--accent-color);
    display: block;
    font-family: var(--heading-font);
    line-height: 1
}

.about .stats-container .stat-item .stat-label {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: var(--heading-color)
}

.menu .menu-filters ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu .menu-filters ul li {
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 25px;
    color: var(--default-color);
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.menu .menu-filters ul li:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 80%)
}

.menu .specials-badge,
.testimonials .testimonial-item .stars {
    margin-bottom: 15px
}

.menu .specials-badge span {
    display: inline-block;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--heading-color);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 8px 20px;
    border-radius: 20px
}

.menu .specials-badge span i {
    color: var(--accent-color);
    margin-right: 8px
}

.menu .specials-container {
    margin-bottom: 2rem
}

.menu .special-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    transition: transform .3s, box-shadow .3s;
    height: 100%
}

.menu .special-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
}

.chefs .chef-card .chef-img,
.menu .special-item .menu-item-img {
    position: relative;
    overflow: hidden
}

.menu .special-item .menu-item-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    transition: transform .5s
}

.chefs .chef-highlight .chef-image:hover img,
.events .gallery-showcase .gallery-item img:hover,
.events .gallery-showcase .main-image img:hover,
.menu .menu-item .menu-img:hover,
.menu .special-item .menu-item-img:hover img {
    transform: scale(1.05)
}

a.action-btn.badge-special {
    display: inline-block;
    border-radius: 50%
}

.menu .special-item .menu-item-img .menu-item-badges {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    gap: 8px;
    background: #0000009c;
    padding: 4px;
    border-radius: 10px
}

.hero-actions {
    display: flex;
    gap: 10px
}

.menu .special-item .menu-item-img .menu-item-badges span {
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.menu .special-item .menu-item-img .menu-item-badges .badge-vegan {
    color: var(--contrast-color)
}

.menu .special-item .menu-item-img .menu-item-badges .badge-spicy {
    background-color: color-mix(in srgb, red, transparent 30%);
    color: var(--contrast-color)
}

.menu .special-item .menu-item-content {
    padding: 20px 10px 0
}

.menu .special-item .menu-item-content h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem
}

.menu .special-item .menu-item-content p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 15px;
    font-size: .95rem
}

.menu .special-item .menu-item-content .menu-item-price {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.2rem
}

.menu .menu-item {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    transition: .3s;
    border: 5px solid #fff
}

.menu .menu-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.menu .menu-item .menu-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .3s
}

.menu .menu-item .menu-content {
    flex: 1
}

.menu .menu-item .menu-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.menu .menu-item .menu-content .menu-tag {
    font-size: .7rem;
    padding: 3px 8px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    border-radius: 20px;
    font-weight: 500;
    display: inline-block
}

.menu .menu-item .menu-content p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: .9rem;
    margin-bottom: 10px
}

.menu .menu-item .menu-content .price {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.1rem
}

.menu .download-menu {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 30px;
    font-weight: 600;
    transition: .3s
}

.menu .download-menu i {
    margin-right: 8px
}

.menu .download-menu:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 25%);
    transform: translateY(-3px)
}

.testimonials .testimonial-item {
    background-color: var(--surface-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: .3s
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid var(--background-color);
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin: 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px
}

.testimonials .swiper-wrapper {
    height: auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color)
}

.testimonials .swiper-slide {
    opacity: .3
}

@media (max-width:1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color .3s
    }
    .navmenu {
        padding: 0;
        z-index: 9997
    }
    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1)
    }
    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s
    }
    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: .3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
    }
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color)
    }
    .navmenu .active,
    .navmenu .active:focus,
    .navmenu a:hover {
        color: var(--nav-dropdown-hover-color)
    }
    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg)
    }
    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: .5s ease-in-out
    }
    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, .1)
    }
    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, .03)
    }
    .mobile-nav-active {
        overflow: hidden
    }
    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999
    }
    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, .8);
        transition: .3s
    }
    .mobile-nav-active .navmenu>ul {
        display: block
    }
    .section,
    section {
        scroll-margin-top: 66px
    }
    .testimonials .swiper-slide-active {
        opacity: 1
    }
    .testimonials .swiper-pagination {
        margin-top: 0
    }
    .testimonials .testimonial-item {
        margin: 40px 20px
    }
}

.chefs .chef-highlight {
    background-color: var(--surface-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
    height: 100%;
    display: flex;
    flex-direction: column
}

.chefs .chef-highlight .chef-image {
    overflow: hidden;
    margin-bottom: 0
}

.chefs .chef-highlight .chef-image img {
    transition: transform .6s;
    width: 100%;
    object-fit: cover
}

.chefs .chef-highlight .chef-details {
    padding: 2.5rem
}

.chefs .chef-highlight .chef-details h3 {
    color: var(--accent-color);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .5rem
}

.chefs .chef-highlight .chef-details h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.chefs .chef-highlight .chef-details .chef-awards {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.25rem
}

.chefs .chef-highlight .chef-details .chef-awards span {
    font-size: .9rem;
    padding: .35rem .8rem;
    border-radius: 50px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    display: inline-flex;
    align-items: center
}

.chefs .chef-highlight .chef-details .chef-awards span i {
    margin-right: .4rem;
    color: var(--accent-color)
}

.chefs .chef-highlight .chef-details p {
    margin-bottom: 1.5rem;
    line-height: 1.7
}

.chefs .chef-highlight .chef-details .chef-signature {
    display: block;
    max-width: 180px;
    margin-top: 1.5rem
}

.chefs .chef-highlight .chef-details .chef-signature img {
    max-width: 100%;
    height: auto
}

.chefs .team-container {
    padding-left: 1rem
}

.chefs .chef-card {
    background-color: var(--surface-color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: transform .3s, box-shadow .3s;
    height: 100%
}

.chefs .chef-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.chefs .chef-card .chef-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .5s
}

.chefs .chef-card .chef-img .social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    display: flex;
    gap: 1rem;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.chefs .chef-card .chef-img .social-links a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-color);
    color: var(--accent-color);
    border-radius: 50%;
    transition: background-color .3s, color .3s
}

.chefs .chef-card .chef-info {
    padding: 1.5rem
}

.chefs .chef-card .chef-info h4 {
    font-size: 1.25rem;
    margin-bottom: .3rem;
    font-weight: 600
}

.chefs .chef-card .chef-info .role {
    color: var(--accent-color);
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: block
}

.chefs .chef-card .chef-info .details {
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.6
}

.book-a-table h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.book-a-table h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem
}

.book-a-table .reservation-info {
    height: 100%
}

.book-a-table .reservation-info p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: justify
}

.book-a-table .reservation-info .reservation-details .detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem
}

.book-a-table .reservation-info .reservation-details .detail-item i {
    font-size: 1.5rem;
    color: var(--accent-color);
    margin-right: 1rem;
    margin-top: .25rem
}

.book-a-table .reservation-info .reservation-details .detail-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .3rem
}

.book-a-table .reservation-info .reservation-details .detail-item p {
    font-size: .95rem;
    margin-bottom: 0
}

.book-a-table .reservation-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    height: 100%
}

.book-a-table .reservation-image img,
.events .gallery-showcase .gallery-item img,
.events .gallery-showcase .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.book-a-table .reservation-image img:hover {
    transform: scale(1.03)
}

.contact .contact-form-wrapper h2:after,
.events .featured-events h3:after,
.events .intro-text h2:after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: ""
}

.book-a-table .reservation-form-wrapper {
    background-color: var(--surface-color);
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08)
}

.book-a-table .reservation-form-wrapper .form-header {
    text-align: center;
    margin-bottom: 1.5rem
}

.book-a-table .reservation-form-wrapper .form-header h3 {
    font-size: 1.8rem;
    margin-bottom: .5rem
}

.book-a-table .reservation-form-wrapper .form-header p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: .95rem
}

.book-a-table .reservation-form-wrapper input,
.book-a-table .reservation-form-wrapper select,
.book-a-table .reservation-form-wrapper textarea {
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: .95rem;
    padding: .8rem 1.2rem;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
    border-radius: 5px
}

.book-a-table .reservation-form-wrapper input:focus,
.book-a-table .reservation-form-wrapper select:focus,
.book-a-table .reservation-form-wrapper textarea:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--accent-color), transparent 80%)
}

.book-a-table .reservation-form-wrapper input::placeholder,
.book-a-table .reservation-form-wrapper select::placeholder,
.book-a-table .reservation-form-wrapper textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.book-a-table .reservation-form-wrapper .btn-book-table {
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 0;
    padding: 12px 36px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    transition: .3s
}

.book-a-table .reservation-form-wrapper .btn-book-table:hover {
    background: color-mix(in srgb, var(--accent-color), #000 10%);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 70%);
    transform: translateY(-3px)
}

@media (max-width:991px) {
    .chefs .chef-highlight {
        margin-bottom: 2.5rem
    }
    .chefs .team-container {
        padding-left: 0
    }
    .book-a-table .reservation-image,
    .book-a-table .reservation-info {
        margin-bottom: 2rem
    }
    .book-a-table .reservation-form-wrapper {
        padding: 2rem 1.5rem
    }
}

@media (max-width:767px) {
    .book-a-table .reservation-form-wrapper .form-header h3,
    .book-a-table h3 {
        font-size: 1.6rem
    }
    .book-a-table h4 {
        font-size: 1.3rem
    }
    .book-a-table .reservation-form-wrapper {
        padding: 1.5rem
    }
}

.quick_contact a,
a.book_price {
    font-size: 20px;
    text-align: center
}

.location .row {
    align-items: stretch
}

.location .map-container {
    height: 100%;
    min-height: 450px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden
}

.location .map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.location .info-container {
    height: 100%;
    padding: 2rem;
    background-color: var(--surface-color);
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column
}

.location .info-container .section-header {
    margin-bottom: 2rem;
    text-align: center
}

.location .info-container .section-header h2 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 2.2rem
}

.location .info-container .section-header p {
    font-size: 1.1rem;
    margin-bottom: 0
}

.location .info-card {
    display: flex;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.location .info-card:last-of-type {
    border-bottom: none
}

.location .info-card .info-icon {
    flex-shrink: 0;
    margin-right: 1rem;
    width: 48px;
    height: 48px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.location .info-card .info-icon i {
    color: var(--accent-color);
    font-size: 1.5rem
}

.location .info-card .info-content h3 {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.2rem
}

.location .info-card .info-content p {
    margin-bottom: .25rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%)
}

.location .info-card .info-content p.small-text {
    font-size: .85rem;
    font-style: italic
}

.location .info-card .info-content .hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem
}

.location .info-card .info-content .hours-grid .day {
    font-weight: 500
}

.location .info-card .info-content .hours-grid .time {
    text-align: right
}

.location .cta-wrapper {
    margin-top: auto;
    display: flex;
    gap: 1rem
}

.location .cta-wrapper a {
    flex: 1;
    display: inline-block;
    text-align: center;
    padding: .75rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: .3s
}

.location .cta-wrapper a.btn-book:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 10%);
    transform: translateY(-2px)
}

.location .cta-wrapper a.btn-contact {
    background-color: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color)
}

.location .cta-wrapper a.btn-contact:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    transform: translateY(-2px)
}

.events .intro-text {
    max-width: 800px;
    margin: 0 auto 3rem
}

.events .event-cta,
.events .event-types,
.events .gallery-showcase {
    margin-bottom: 4rem
}

.events .intro-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem
}

.events .intro-text h2:after {
    position: absolute;
    width: 70px;
    background-color: var(--accent-color);
    bottom: 0
}

.events .intro-text p {
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.events .event-types .event-type-card {
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    height: 100%;
    transition: transform .3s, box-shadow .3s;
    position: relative
}

.events .event-types .event-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1)
}

.events .event-types .event-type-card .icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px
}

.events .event-types .event-type-card .icon-wrapper i {
    font-size: 2.5rem;
    color: var(--accent-color)
}

.events .event-types .event-type-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600
}

.events .event-types .event-type-card p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: color-mix(in srgb, var(--default-color), transparent 25%)
}

.events .event-types .event-type-card .capacity {
    display: inline-block;
    background-color: color-mix(in srgb, var(--heading-color), transparent 90%);
    color: var(--heading-color);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: .875rem;
    font-weight: 600
}

.events .gallery-showcase .gallery-item,
.events .gallery-showcase .main-image {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08)
}

.events .gallery-showcase .main-image {
    height: 400px
}

.events .gallery-showcase .gallery-item {
    height: 192px
}

.events .event-cta {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    border-radius: 12px;
    padding: 2.5rem
}

.events .event-cta h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: var(--heading-color)
}

.events .event-cta p {
    margin-bottom: 0;
    font-size: 1.05rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%)
}

.events .event-cta .btn-reserve {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: .3s
}

.events .event-cta .btn-reserve:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 15%);
    transform: translateY(-3px)
}

.events .featured-events h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem
}

.events .featured-events h3:after {
    position: absolute;
    width: 60px;
    background-color: var(--accent-color);
    bottom: 0
}

.events .featured-events .featured-event-card {
    background-color: var(--surface-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    position: relative;
    height: 100%
}

.events .featured-events .featured-event-card .event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    min-width: 70px
}

.events .featured-events .featured-event-card .event-date .month {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600
}

.plan-features ul {
    padding-left: 0;
    list-style: none
}

.events .featured-events .featured-event-card .event-date .day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}

.events .featured-events .featured-event-card .event-content {
    display: flex;
    flex-direction: column
}

.events .featured-events .featured-event-card .event-content .event-image {
    flex: 1;
    height: 250px
}

@media (min-width:768px) {
    .events .featured-events .featured-event-card .event-content {
        flex-direction: row
    }
    .events .featured-events .featured-event-card .event-content .event-image {
        max-width: 230px;
        height: auto
    }
}

.events .featured-events .featured-event-card .event-content .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.events .featured-events .featured-event-card .event-content .event-info {
    flex: 2;
    padding: 1.5rem
}

.events .featured-events .featured-event-card .event-content .event-info h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600
}

.events .featured-events .featured-event-card .event-content .event-info .event-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.events .featured-events .featured-event-card .event-content .event-info .event-meta li {
    font-size: .95rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.events .featured-events .featured-event-card .event-content .event-info .event-meta li i {
    margin-right: 5px;
    color: var(--accent-color)
}

.events .featured-events .featured-event-card .event-content .event-info p {
    margin-bottom: 1.5rem
}

.events .featured-events .featured-event-card .event-content .event-info .btn-details {
    display: inline-block;
    background-color: transparent;
    color: var(--accent-color);
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid var(--accent-color);
    transition: .3s
}

.contact .contact-info-box {
    background-color: var(--surface-color);
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    padding: 25px;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.contact .contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1)
}

.contact .contact-info-box .icon-box {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact .contact-info-box .icon-box i {
    font-size: 24px
}

.contact .contact-info-box .info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact .contact-info-box .info-content p {
    margin-bottom: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 15px;
    line-height: 1.5
}

.contact .map-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.contact .map-section iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.contact .form-container-overlap {
    position: relative;
    margin-top: -150px;
    margin-bottom: 60px;
    z-index: 10
}

.contact .contact-form-wrapper {
    background-color: var(--surface-color);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    padding: 40px
}

.contact .contact-form-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.contact .contact-form-wrapper h2:after {
    position: absolute;
    bottom: -10px;
    width: 50px;
    background-color: var(--accent-color)
}

.contact .contact-form-wrapper .form-group {
    margin-bottom: 20px
}

.contact .contact-form-wrapper .form-group .input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 18px;
    z-index: 10
}

.contact .contact-form-wrapper .form-group .input-with-icon i.message-icon {
    top: 28px
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea+i {
    top: 25px;
    transform: none
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control {
    border-radius: 8px;
    padding: 12px 15px 12px 45px;
    height: 3.5rem;
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: 15px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--accent-color), transparent 90%)
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
    height: 180px;
    resize: none;
    padding-top: 15px
}

.contact .contact-form-wrapper .btn-submit {
    background-color: var(--accent-color);
    border: none;
    color: var(--contrast-color);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.contact .contact-form-wrapper .btn-submit:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%)
}

.contact .contact-form-wrapper .btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.contact .contact-form-wrapper .error-message,
.contact .contact-form-wrapper .loading,
.contact .contact-form-wrapper .sent-message {
    margin-top: 10px;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .hero .hero-container .content-col {
        padding: 3rem 2rem;
        order: 2
    }
    .hero .hero-container .content-col h2 {
        font-size: 2.5rem
    }
    .hero .hero-container .content-col .btn-group {
        flex-direction: column;
        width: 100%
    }
    .hero .hero-container .content-col .btn-group .btn {
        width: 100%;
        text-align: center
    }
    .hero .hero-container .swiper-col {
        order: 1
    }
    .hero .hero-container .hero-swiper .swiper-slide .img-container {
        height: calc(70vh - 80px)
    }
    .hero .hero-container .hero-swiper .swiper-button-next,
    .hero .hero-container .hero-swiper .swiper-button-prev {
        width: 40px;
        height: 40px
    }
    .hero .hero-container .hero-swiper .swiper-button-next:after,
    .hero .hero-container .hero-swiper .swiper-button-prev:after {
        font-size: 1rem
    }
    .about .about-image-wrapper .accent-image {
        display: none
    }
    .menu .menu-item .menu-img {
        width: 80px;
        height: 80px
    }
    .location .info-container {
        margin-top: 1rem
    }
    .events .gallery-showcase .main-image {
        height: 300px
    }
    .events .gallery-showcase .gallery-item {
        height: 200px
    }
    .events .event-cta {
        text-align: center
    }
    .events .event-cta .col-lg-4 {
        margin-top: 1.5rem;
        text-align: center
    }
    .contact .form-container-overlap {
        margin-top: -120px
    }
    .contact .contact-form-wrapper {
        padding: 30px
    }
}

@media (max-width:768px) {
    .hero .hero-container .content-col {
        padding: 2.5rem 1.5rem
    }
    .hero .hero-container .content-col h2 {
        font-size: 2.2rem
    }
    .hero .hero-container .content-col p {
        font-size: 1rem
    }
    .about .about-image-wrapper .establishment-year {
        width: 70px;
        height: 70px;
        font-size: 16px;
        top: -10px;
        left: -10px
    }
    .about .stats-container .stat-item {
        width: 50%;
        margin-bottom: 15px
    }
    .menu .menu-filters ul {
        gap: 8px
    }
    .menu .menu-filters ul li {
        padding: 6px 12px;
        font-size: .9rem
    }
    .location .cta-wrapper,
    .menu .specials-container .row {
        flex-direction: column
    }
    .location .hours-grid {
        grid-template-columns: 1fr !important
    }
    .location .hours-grid .time {
        text-align: left !important;
        margin-bottom: .5rem
    }
    .contact .contact-info-box {
        margin-bottom: 20px
    }
    .contact .form-container-overlap {
        margin-top: -100px
    }
    .contact .contact-form-wrapper {
        padding: 25px
    }
    .contact .contact-form-wrapper h2 {
        font-size: 24px
    }
    .contact .map-section {
        height: 450px
    }
}

@media (max-width:576px) {
    .menu .menu-item {
        flex-direction: column
    }
    .menu .menu-item .menu-img {
        width: 100%;
        height: 160px;
        margin-bottom: 15px
    }
    .contact .form-container-overlap {
        margin-top: -80px
    }
    .contact .contact-form-wrapper {
        padding: 20px
    }
    .contact .btn-submit {
        width: 100%
    }
    .contact .map-section {
        height: 400px
    }
}

section.full-content-section {
    background-size: cover !important;
    background-attachment: fixed !important;
    background: url(assets/img/banner.webp) center center no-repeat
}

section.full-content-section .content-wrapper {
    background: #0000009c;
    padding: 30px;
    border-radius: 12px
}

.category-lists a {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: #0000009c;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    margin: 4px
}

.hero.section.page,
footer#footer,
section.escord-category {
    background-size: cover !important;
    background-position: center !important
}

.category-lists a::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(270deg, #ff007a, #0a0598, #f5c12a, #e37212, #ff007a);
    background-size: 600% 600%;
    animation: 8s linear infinite borderMove;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

@keyframes borderMove {
    0%,
    100% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}

section.full-content-section p {
    text-align: justify;
    margin-bottom: 30px
}

.hero-actions.fixed a.action-btn.primary,
a.book_price {
    background: #e37212;
    color: #fff;
    padding: 10px
}

footer#footer:before {
    content: " ";
    background: #000000c4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0
}

.quick_contact a {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 18px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    z-index: 100;
    transition: transform .5s;
    line-height: 37px
}

.qwhtsapp {
    bottom: 80px;
    background-color: #25d366
}

.qcall {
    bottom: 130px;
    background-color: #2196f3
}

.quick_contact_icon {
    margin-top: 10px
}

.hero-actions.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
    gap: 0
}

.hero-actions.fixed a {
    width: 50%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    color: #fff
}

.hero-actions img {
    width: 32px !important;
    margin-right: 0
}

.hero-actions.fixed img {
    margin-right: 6px;
    width: 20px !important
}

.hero-actions.fixed a span {
    font-size: 17px
}

.hero-actions.fixed a.action-btn.secondary {
    background: #25d366;
    padding: 10px;
    color: #fff
}

a.btn.btn-book img {
    width: 18px;
    margin-right: 10px
}

a.btn.btn-menu img {
    width: 20px;
    margin-right: 10px
}

.reservation-info .feature-item {
    background: #2c2c2c;
    margin-bottom: 10px;
    padding: 6px 6px 6px 35px;
    font-size: 18px;
    position: relative
}

.reservation-info .feature-item i {
    margin-right: 4px;
    color: #e37212;
    position: absolute;
    left: 10px;
    top: 8px
}

.plan-features {
    text-align: left;
    padding: 20px 0
}

.plan-features ul li {
    margin-bottom: 12px
}

.plan-features ul li.disabled {
    opacity: .4
}

.plan-features ul li i {
    margin-right: 13px;
    color: #e37212
}

.price {
    font-size: 32px;
    font-weight: 700
}

a.book_price {
    width: 100%;
    display: block;
    border-radius: 20px;
    max-width: 200px
}

.events .event-types .event-type-card:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #e37212;
    display: block;
    border-radius: 0 7px 0 45px
}

.events .event-types .event-type-card::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #e37212;
    display: block;
    border-radius: 45px 0 7px
}

.event-type-card.active {
    background: #000 !important;
    border: 5px solid #e37212
}

.hero.section.page {
    background-repeat: no-repeat !important;
    min-height: 350px;
    display: flex;
    align-items: center
}

.contact-info-box .social-links.d-flex a {
    margin: 0 10px
}

@media only screen and (max-width:767px) {
    .section-title {
        text-align: center;
        padding-bottom: 40px;
        position: relative
    }
    section#menu {
        padding-top: 0
    }
    .hero .hero-container .content-col h2 {
        font-size: 26px;
        text-align: center
    }
    .hero .hero-container .content-col .content-wrapper {
        max-width: 570px;
        text-align: center
    }
    .section-title h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.5
    }
    section.full-content-section {
        background-position: center !important
    }
    section.full-content-section .content-wrapper {
        background: #0000009c;
        padding: 15px
    }
    .about .about-content h3 {
        font-size: 26px
    }
    section#events {
        padding-bottom: 0
    }
    .header {
        padding: 5px 0
    }
    .mobile-nav-toggle {
        border: 1px solid;
        padding: 1px 10px 5px;
        border-radius: 6px
    }
    .about .about-image-wrapper .establishment-year {
        display: none !important
    }
    .event-types .col-lg-4.col-md-6 {
        margin-bottom: 20px
    }
}