/**********
SITEWIDE STYLES
**********/


:root{
    --green:#18483C;
    --orange: #F05C3F;
    --dark-green: #0F3128;
    --cream: #F3ECDD;

}
html { scroll-behavior: smooth; }

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    font-size: 16px;
    font-weight: 400;
}
p{
    margin-top: 0;
}
p,
div{
    font-family: 'Inter', sans-serif;
    color: #3B3B38
}


h1{
    font-size: 60px;
    font-weight: 900;
    line-height: 88px;
    letter-spacing: -0.8px;
}

h2{
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 48.4px;
    letter-spacing: -0.44px;
    margin: 15px 0;
}
h3,
h3 a{
    font-size: 24px;
    font-weight: 700;
    line-height: 24.8px;
    margin: 10px 0;
}
h4{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    margin: 10px 0;
}
h5{
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 14.3px; /* 110% */
    letter-spacing: 2.34px;
    margin: 10px 0;
}
img {
    max-width: 100%;
    height: auto
}
.text-uppercase{
    text-transform: uppercase;
}
.text-white{
    color: #fff;
}
.text-green{
    color: var(--green);
}
.text-center{
    text-align: center;
}
.text-white-50,
.text-white-50 p{
    color: #E2DAC9;
}
/* Fonts */

.ff-helvetica,
.ff-helvetica p{
    font-family: 'Helvetica Neue', sans-serif;
}

.text-yellow,
.text-yellow p{
    color: #CABD9F;
}
.text-orange{
    color: var(--orange);
}
.text-dark{
    color: var(--dark-green);
}
a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8
}

.list{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}
.cg-list{
    padding: 30px 35px;
    border-radius: 11px;
}
.cg-list.green{
    background: #E8EFE9;
}

.cg-list.orange{
    background: #FDEEEB;
}
.cg-list.orange h3{
    color: var(--orange);
}
.cg-list li{
    position: relative;
    font-size: 16px;
    font-weight: 400;

}
.cg-list .list-check li{
    line-height: 43.8px; /* 273.75% */
}
.cg-list .list-dots li{
    line-height: 28.8px;
    padding-left: 25px;
    padding-bottom: 15px;
}
.cg-list .list-dots li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #1D1D1B;
}
.cg-list .list-dots.orange li::before{
     background: var(--orange);
}
.cg-list .list-check iconify-icon{
    color: var(--green);
    margin-right: 10px;
}

.flex {
    display: flex
}

.container {
    max-width: 1240px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

header {
}
header .notif-bar{
    background-color: var(--green);
    padding: 12px 0;
}
.notif-bar p{
    margin-top: 0;
    margin-bottom: 0;
}

header .notif-bar p{
    color: #EADED0;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
}
header .opening p {
    color: #3B3B38;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.header-wrapper{
    border: 1px solid #E6E1D4;
    background: #FFF;
}
header .phone a{
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-decoration: underline;
    color: var(--dark-green);
}

nav.nav ul li a{
    color: var(--dark-green);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
}
nav.nav ul li{
    position: relative;
}
nav.nav ul li.current_page_item a{
    color: var(--orange);

}
nav.nav ul li.current_page_item{
    border-bottom: 3px solid var(--orange);
}


footer{
    background-color: var(--green);
    color: #EADED0;
}
.footer-logo img{
    max-height: 90px;

}
.footer-inner{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .map-wrapper{
    border-radius: 6px;
    overflow: hidden;
    max-height: 300px;
}
footer .map-wrapper img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
footer .copyright p{
    color: #B7A987;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.375px; /* 155% */
    margin: 0;
}
.ftr-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftr-links ul li{
    padding-bottom: 5px;
}
.ftr-links ul li,
.ftr-links ul li a {
    font-family: 'Helvetica Neue', sans-serif;
    color: #D9CFBC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.7px; /* 155% */
     
}
.ftr-links h5{
    color: #ffffff;
    text-transform: uppercase;
}
footer .copyright{
    padding: 40px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

footer .social-links{
    display: flex;
    justify-content: center;
    gap: 10px;
}
footer .social-links a{
    line-height: 1px;
}
footer .social-links iconify-icon{
    color: #ffffff;
}
footer .social-item{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25.5px;
    background: var(--orange);

}

.cg-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    padding: 50px 30px;
}
/**********
COOKIE
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

/* SCROLL REVEAL */
[data-aos] {
    opacity: 0;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
[data-aos="fade-up"]    { transform: translateY(30px); }
[data-aos="fade-left"]  { transform: translateX(30px); }
[data-aos="fade-right"] { transform: translateX(-30px); }
[data-aos].aos-animate  { opacity: 1; transform: none; }

/* ============================================================
   BUTTONS — base + variants
   ============================================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    letter-spacing: 0.3px;
    padding: 13px 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.25s ease, border-color 0.25s ease,
                transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.btn iconify-icon{
    height: 14px;
    margin-top: -4px;
}
.btn:hover { opacity: 1; }
.btn.icon  { gap: 4px; }

/* Orange / primary — .btn-orange kept for existing HTML */
.btn-orange,
.btn--primary {
    background: var(--orange);
    color: #fff;
}
.btn-orange:hover,
.btn--primary:hover {
    background: #d44e34;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 92, 63, 0.28);
}

/* Dark green — .btn-green kept for existing HTML */
.btn-green,
.btn--dark {
    background: var(--dark-green);
    color: #fff;
    border-color: var(--dark-green);
}
.btn-green:hover,
.btn--dark:hover {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 49, 40, 0.3);
}

/* Outlined — transparent bg */
.btn--outline {
    background: transparent;
    color: var(--dark-green);
    border-color: var(--dark-green);
}
.btn--outline:hover,
.btn--outline.active {
    background: var(--dark-green);
    color: #fff;
}

/* Size modifiers */
.btn--lg { padding: 15px 36px; font-size: 15px; }
.btn--sm { padding: 8px 18px;  font-size: 12px; }

/* ============================================================
   GLOBAL COMPONENTS
   ============================================================ */

/* Form label */
.field-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 6px;
    display: block;
}

/* Text / select / textarea input */
.field-input {
    width: 100%;
    border: 1.5px solid #D9D3C7;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--dark-green);
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
}
.field-input:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(240, 92, 63, 0.10);
}
textarea.field-input { min-height: 110px; resize: vertical; }

/* Card image wrapper */
.card-img {
    overflow: hidden;
    border-radius: 10px;
}
.card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.card-img:hover img    { transform: scale(1.04); }
.card-img--tall   img  { height: 380px; }
.card-img--medium img  { height: 280px; }
.card-img--short  img  { height: 140px; }

/* Section backgrounds */
.section-white { background: #fff; }
.section-cream { background: var(--cream); }
.section-green { background: var(--green); }

section.reviews{
    padding-top: 50px;
    padding-bottom: 70px;
    background: var(--cream);
}
.bullet{
    position: relative;
    padding-left: 15px;
}
.bullet::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--orange);
    border-radius: 50%;
}


.hero-slider .slide-item .hero-inner{
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin-bottom: 80px;
    padding: 0 30px;
}
.hero-slider{
    position: relative;
}
.hero-slider .slide-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(180deg, rgba(15, 49, 40, 0.70) 0%, rgba(15, 49, 40, 0.35) 100%);
    z-index: 1;
}

.hero-slider .slide-item{
    position: relative;
    z-index: 2;
    height: 772px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-slider .slide-item,
.banner-slider .slide-item,
.banner-mc .slide-item{
    background-repeat: no-repeat !important;
    background-size: cover;
}
.hero-slider .slick-dots,
.hero-slider .slick-prev,
.hero-slider .slick-next {
    z-index: 3;
}
.review-slider .slick-dots {
    position: absolute;
    bottom: -66px;
}

.banner-slider .slide-item,
.banner-mc .slide-item{
    padding: 77px 48px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.banner-slider .slide-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #0F3128 0%, rgba(15, 49, 40, 0.00) 100%);
    width: 100%;
    height: 100%;
}
.banner-mc .slide-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #0F3128 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 100%;
}
.banner-slider .slide-item .banner-inner,
.banner-mc .slide-item .banner-inner{
    position: relative;
    z-index: 2;
}
.banner-slider p{
    color: #E2DAC9;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24.025px; /* 155% */
}
.banner-mc p{
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.475px;
}
.gallery-full-slider img{
    height: 445px;
    width: auto;
    margin: 8px;
    border-radius: 6px;
}
.gallery-full-slider .slick-prev,
.gallery-full-slider .slick-next {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.gallery-full-slider .slick-prev:hover,
.gallery-full-slider .slick-next:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.28);
    transform: translateY(-50%) scale(1.07);
}
.gallery-full-slider .slick-prev { left: 24px; }
.gallery-full-slider .slick-next { right: 24px; }
.gallery-full-slider .slick-prev::before {
    background-image: url('../img/icon-left-dark.svg');
    width: 18px;
    height: 18px;
}
.gallery-full-slider .slick-next::before {
    background-image: url('../img/icon-right-dark.svg');
    width: 18px;
    height: 18px;
}
/* Hero slider — light dots */
.hero-slider .slick-dots {
    bottom: 132px;
}
.dots-light .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 4px;
}
.dots-light .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
}
.dots-light .slick-dots li button::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    opacity: 1;
}
.dots-light .slick-dots li.slick-active button::before {
    background: #fff;
    border-color: #fff;
}

/* DOTS */
.dots-dark .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 4px;
}
.dots-dark .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
}
.dots-dark .slick-dots li button::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid #0F3128;
    background: transparent;
    opacity: 1;
}
.dots-dark .slick-dots li.slick-active button::before {
    background: #0F3128;
    border-color: #0F3128;
}

/* Hero slider — light arrows */
.slick-prev,
.slick-next {
    width: 18px;
    height: 18px;
}
.galler-slider-container .slick-next{
    right: 50px;
    background: #fff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.galler-slider-container .slick-prev{
    left: 50px;
    background: #fff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.slick-prev::before,
.slick-next::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.gallery-sync-main .slick-prev::before,
.gallery-sync-main .slick-next::before{
    display: none;
}
.arrows-light .slick-prev::before {
    background-image: url('../img/icon-left-light.svg');
}
.arrows-light .slick-next::before {
    background-image: url('../img/icon-right-light.svg');
}
.arrows-dark .slick-prev::before {
    background-image: url('../img/icon-left-dark.svg');
}
.arrows-dark .slick-next::before {
    background-image: url('../img/icon-right-dark.svg');
}
.hero-slider .slide-item h5{
    color: var(--orange);
}
.hero-slider .slide-item h1{
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 88px; /* 110% */
    letter-spacing: -0.8px;
    margin-top: 0;
    margin-bottom: 20px;
}
.hero-slider .slide-item p{
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.35px; /* 155% */
}
.newsletter-wrapper{
    border-radius: 10px;
    border: 1px solid #E6E1D4;
    background: #F7F4ED;
    padding: 35px 40px;
    max-width: 1200px;
    margin: -100px auto 0;
    position: relative;
    z-index: 1;
    width: 90%;
}
.newsletter-wrapper h3{
    color: var(--dark-green);
}


/* FORM */
.gform_fields{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.hidden_label label{
    display: none;
}

.form-light input[type="text"],
.form-light input[type="email"]{
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    padding: 14px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: none;
    width: 100%;
}
.form-light input[type="text"]::placeholder,
.form-light input[type="email"]::placeholder{
    color: rgba(33, 37, 41, 0.60);
}
.form-light input[type="submit"]{
    background: var(--orange);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 100% */
    letter-spacing: 0.15px;
     padding: 14px 26px;
     border: none;
     border-radius: 999px;
     color: #ffffff;

}
h2.gform_submission_error.hide_summary {
    color: #f00;
    font-size: 16px;
    line-height:   normal;
    font-weight: 600;
}
.ginput_container{
    padding: 10px 0;
}
.validation_message{
    color: #f00;
    font-size: 14px;
}
.gform_confirmation_message {
    font-size: 18px;
    font-weight: 500;
}
.feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #E6E1D4;
    background: #FFF;
    padding: 10px 12px;
    height: 100%;
}
.feature-item h4{
    font-size: 14px;
    font-weight: 700;
    line-height: 19.8px;
    letter-spacing: -0.18px;
    margin-bottom: 4px;
}
.feature-item p{
    font-size: 12px;
}
.feature-item .circle-icon{
    min-width: 44px;
}
.circle-icon{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
     border-radius: 999px;
}
.circle-icon.green{

    background: #E8EFE9;
}
.circle-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.grid-style-1{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.grid-style-1 img{
    width: calc(50% - 5px);
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 7;
    border-radius: 6px;
}
.bg-cream{
    background-color: var(--cream);
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ============================================================
   WOOCOMMERCE
   ============================================================ */

/* ---- Archive / Prices page ---- */

.woo-intro {
    background: #fff;
    text-align: center;
}
.woo-intro__inner {
    max-width: 760px;
}
.woo-intro__inner p {
    font-size: 15px;
    line-height: 1.75;
    color: #3B3B38;
    margin-bottom: 12px;
}

/* Badge — add class "woo-badge" to a <p> or <span> in the shop page content */
.woo-badge {
    display: inline-block;
    border: 1.5px solid var(--orange);
    border-radius: 999px;
    padding: 5px 18px;
    font-size: 13px;
    color: var(--dark-green);
    margin-bottom: 20px;
}
.woo-badge strong { color: var(--orange); }

.woo-archive {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--cream);
}

/* Product card */
.product-card {
    border-radius: 6px;
    border: 1px solid #E6E1D4;
    overflow: hidden;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease;
}
.product-card:hover {
    box-shadow: 0 6px 32px rgba(0,0,0,0.12);
}
.product-card__image {
    display: block;
    overflow: hidden;
}
.product-card__image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.product-card__image:hover img {
    transform: scale(1.04);
}
.product-card__body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.product-card__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.product-card__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-green);
    margin: 0;
    line-height: 1.35;
}
.product-card__price {
    color: var(--orange);
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
    flex-shrink: 0;
}
.product-card__ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}
.product-card__ctas .btn {
    font-size: 13px;
    padding: 10px 20px;
}

/* ---- Single product page ---- */

.go-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.go-back:hover { opacity: 1; color: var(--dark-green); }

/* Main image */
.single-product__main-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.single-product__main-img img {
    width: 100%;
    max-height: 600px;
    border-radius: 10px;
    height: auto;
    display: block;
    object-fit: cover;
    transition: opacity 0.35s ease;
}
.single-product__main-img img.is-fading {
    opacity: 0;
}

/* Thumbnail strip */
.single-product__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.single-product__thumbs .thumb {
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.65;
}
.single-product__thumbs .thumb:hover,
.single-product__thumbs .thumb.active {
    border-color: var(--orange);
    opacity: 1;
}

/* Purchase notice box */
.product-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #E6E1D4;
    background: rgba(240, 92, 63, 0.10);
}
.product-notice iconify-icon {
    color: var(--orange);
    flex-shrink: 0;
    margin-top: 2px;
}
.product-notice p {
    color: var(--dark-green);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px; /* 141.429% */
    letter-spacing: -0.18px;
    margin-bottom: 0;
}
.product-notice p:last-child { margin-bottom: 0; }

/* Header row: title (dashed box) + price */
.single-product__header {
    align-items: flex-start;
}
.single-product__title {
    color: var(--dark-green);
    font-family: Lato;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 48.4px;
    letter-spacing: -0.44px;
    margin: 0;
}
.single-product__price {
    margin-top: 10px;
    color: var(--orange);
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
    letter-spacing: -0.18px;
    }

/* Cart form layout — date full-width, qty + button on same row */
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px 12px;
}
.single-product form.cart .product-date-field {
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.single-product form.cart .quantity-label {
    flex: 0 0 100%;
    margin-bottom: 0;
}
.single-product form.cart .quantity {
    flex: 0 0 auto;
    margin-bottom: 0;
}
.single-product form.cart .single_add_to_cart_button {
    flex: 1;
    margin-bottom: 0;
    width: auto;
}

/* Date field */
.product-date-field label {
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}
/* Date field */
.product-date-field input[type="date"] {
    width: 100%;
    border: 1.5px solid #D9D3C7;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 15px;
    color: var(--dark-green);
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
    color-scheme: light;
}
.product-date-field input[type="date"]:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(240,92,63,0.12);
}

/* Quantity label + controls */
.woocommerce .quantity-label {
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}
.woocommerce .quantity {
    display: flex;
    align-items: center;
    gap: 0;
}
.woocommerce .qty-minus,
.woocommerce .qty-plus {
    width: 42px;
    height: 46px;
    border: 1.5px solid #D9D3C7;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: var(--dark-green);
    transition: background 0.2s ease;
}
.woocommerce .qty-minus { border-radius: 8px 0 0 8px; }
.woocommerce .qty-plus  { border-radius: 0 8px 8px 0; }
.woocommerce .qty-minus:hover,
.woocommerce .qty-plus:hover { background: var(--cream); }
.woocommerce input.qty {
    width: 60px;
    height: 46px;
    border-top: 1.5px solid #D9D3C7;
    border-bottom: 1.5px solid #D9D3C7;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-green);
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
    background: #fff;
}
.woocommerce input.qty::-webkit-inner-spin-button,
.woocommerce input.qty::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Add to basket button */
.single-product .single_add_to_cart_button {
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 26px;
    height: 46px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.single-product .single_add_to_cart_button:hover {
    background: #d44e34;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240,92,63,0.35);
}

/* Description */
.single-product__desc {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #E6E1D4;
}
.single-product__desc-title {
    color: #3B3B38;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.8px; /* 155% */
}
.single-product__desc p,
.single-product__desc .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px; /* 155% */
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    list-style: none;
}
.woocommerce-message { background: #e8efe9; color: var(--green); }
.woocommerce-error   { background: #fdecea; color: #c0392b; }
.woocommerce-info    { background: #f3ecdd; color: var(--dark-green); }

/* ---- Cart page ---- */

.wc-cart-page {
    background: var(--cream);
    min-height: 60vh;
}

/* Empty state */
.wc-cart-empty { padding: 80px 0; }
.wc-cart-empty__icon { color: var(--dark-green); opacity: 0.35; display: block; margin: 0 auto 4px; }
.wc-cart-empty h2 { font-size: 26px; color: var(--dark-green); }
.wc-cart-empty p { color: #888; font-size: 15px; }

/* Items card */
.wc-cart-items {
    background: #fff;
    border-radius: 12px 12px 0 0;
    border: 1px solid #E6E1D4;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
}

/* Column headers */
.wc-cart-col-headers {
    display: grid;
    grid-template-columns: 80px 1fr 90px 130px 90px 36px;
    gap: 12px;
    align-items: center;
    padding: 11px 20px;
    background: #fafaf7;
    color: #888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-bottom: 1px solid #E6E1D4;
}
.wc-cart-col-headers span:nth-child(3),
.wc-cart-col-headers span:nth-child(4),
.wc-cart-col-headers span:nth-child(5) { text-align: center; }

/* Cart item row */
.wc-cart-item {
    display: grid;
    grid-template-columns: 80px 1fr 90px 130px 90px 36px;
    gap: 12px;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #f0ede8;
    transition: background 0.15s ease;
}
.wc-cart-item:last-child { border-bottom: none; }
.wc-cart-item:hover { background: #fdfcfa; }

/* Image */
.wc-cart-item__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.wc-cart-item__image a { display: block; }

/* Name & meta */
.wc-cart-item__name a {
    color: var(--dark-green);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    line-height: 1.4;
}
.wc-cart-item__name a:hover { color: var(--orange); }

/* WooCommerce item meta (Visit Date — dl.variation / dl.wc-item-meta) */
.wc-cart-item__name dl.variation,
.wc-cart-item__name dl.wc-item-meta {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 5px;
    margin: 5px 0 0;
    padding: 0;
}
.wc-cart-item__name dl.variation dt,
.wc-cart-item__name dl.wc-item-meta dt {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    color: var(--dark-green);
    margin: 0;
    padding: 0;
}
.wc-cart-item__name dl.variation dd,
.wc-cart-item__name dl.wc-item-meta dd {
    display: inline;
    font-size: 12px;
    color: #888;
    margin: 0;
    padding: 0;
    margin-inline-start: 0;
}
.wc-cart-item__name dl.variation dd p,
.wc-cart-item__name dl.wc-item-meta dd p {
    display: inline;
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* Price */
.wc-cart-item__price {
    font-size: 15px;
    color: var(--dark-green);
    font-weight: 600;
    text-align: center;
}
.wc-price-mobile { display: none; margin-top: 4px; font-size: 13px; color: #888; }

/* Quantity */
.wc-cart-item__qty { display: flex; justify-content: center; }

/* Subtotal */
.wc-cart-item__subtotal {
    font-size: 15px;
    color: var(--orange);
    font-weight: 700;
    text-align: center;
}

/* Remove button */
.wc-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0ede8;
    color: #bbb;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.wc-remove-btn:hover { background: #fdecea; color: #c0392b; }

/* Actions bar: coupon + update */
.wc-cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 14px 20px;
    background: #fafaf7;
    border: 1px solid #E6E1D4;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
}
.wc-cart-coupon {
    display: flex;
    gap: 10px;
    flex: 1;
    min-width: 220px;
}
.wc-cart-coupon .field-input { flex: 1; min-width: 0; }
.update-cart { white-space: nowrap; }

/* Continue shopping link */
.wc-cart-continue .go-back { font-size: 13px; }

/* Totals sidebar */
.wc-cart-totals-wrap {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E6E1D4;
    padding: 24px;
    position: sticky;
    top: 100px;
}
.cart_totals h2 {
    font-size: 18px;
    color: var(--dark-green);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E1D4;
}
.cart_totals .shop_table {
    width: 100%;
    border-collapse: collapse;
}
.cart_totals .shop_table tr {
    border-bottom: 1px solid #f0ede8;
}
.cart_totals .shop_table tr:last-child { border-bottom: none; }
.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 12px 0;
    vertical-align: middle;
}
.cart_totals .shop_table th {
    font-size: 14px;
    color: #888;
    font-weight: 600;
    text-align: left;
}
.cart_totals .shop_table td {
    font-size: 15px;
    color: var(--dark-green);
    font-weight: 600;
    text-align: right;
}
.cart_totals .order-total th { color: var(--dark-green); font-size: 16px; font-weight: 700; }
.cart_totals .order-total td { color: var(--orange); font-size: 18px; font-weight: 700; }
.cart_totals .cart-discount td { color: #2e7d32; }
.cart_totals .woocommerce-Price-amount { color: inherit; }

/* Checkout CTA */
.wc-proceed-to-checkout { margin-top: 20px; }
.checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--orange);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.checkout-button:hover {
    background: #d44e34;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240,92,63,0.35);
}

/* ---- Cart page — mobile ---- */
@media (max-width: 767px) {
    .reviews .review{
        padding-right: 30px;
    }
    .banner-slider .slide-item, 
    .banner-mc .slide-item{
        padding: 40px 30px;
    }
    .wc-cart-col-headers { display: none; }
    .wc-cart-item {
        grid-template-columns: 72px 1fr 28px;
        grid-template-areas:
            "img  details remove"
            "img  qty     qty"
            "img  total   total";
        gap: 8px;
        padding: 14px 16px;
    }
    .wc-cart-item__image  { grid-area: img; }
    .wc-cart-item__details { grid-area: details; }
    .wc-cart-item__qty    { grid-area: qty; padding-top: 8px; }
    .wc-cart-item__subtotal { grid-area: total; text-align: right; padding-top: 4px; font-size: 14px; }
    .wc-cart-item__remove { grid-area: remove; display: flex; justify-content: flex-end; align-items: flex-start; }
    .wc-price-desktop     { display: none; }
    .wc-price-mobile      { display: block; }
    .wc-cart-item__image img { width: 72px; height: 72px; }
    .wc-cart-actions { border-radius: 0 0 12px 12px; padding: 14px 16px; }
    .wc-cart-coupon { min-width: 0; flex: 1; }
    .wc-cart-totals-wrap { position: static; }
}

/* ---- Checkout page ---- */

.wc-checkout-page {
    background: var(--cream);
    min-height: 60vh;
}
.wc-checkout-continue .go-back { font-size: 13px; }

/* Billing/shipping card */
.wc-checkout-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E6E1D4;
    padding: 28px 28px 24px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
}

/* Section headings */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-green);
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E6E1D4;
}
.woocommerce-shipping-fields h3 { margin-top: 24px; }

/* Field wrapper — flex for first/last inline */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.woocommerce-checkout .form-row {
    width: 100%;
    margin: 0 0 16px;
}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
}

/* Labels */
.woocommerce-checkout .form-row label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--dark-green);
    margin-bottom: 6px;
}
.woocommerce-checkout .form-row label .required {
    color: var(--orange);
    text-decoration: none;
}

/* Inputs */
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #ddd8d0;
    border-radius: 8px;
    font-size: 14px;
    color: var(--dark-green);
    background: #fafaf8;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}
.woocommerce-checkout .form-row .input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: var(--dark-green);
    box-shadow: 0 0 0 3px rgba(15,49,40,0.08);
    background: #fff;
}
.woocommerce-checkout .form-row.woocommerce-invalid .input-text,
.woocommerce-checkout .form-row.woocommerce-invalid select {
    border-color: #c0392b;
    box-shadow: 0 0 0 3px rgba(192,57,43,0.1);
}
.woocommerce-checkout .form-row.woocommerce-validated .input-text,
.woocommerce-checkout .form-row.woocommerce-validated select {
    border-color: #2e7d32;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper { display: block; }

/* "Ship to different address" toggle */
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-green);
    text-transform: none;
    letter-spacing: 0;
}

/* Order summary card (right column) */
.wc-checkout-order-wrap {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E6E1D4;
    padding: 24px;
    position: sticky;
    top: 100px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
}
.wc-checkout-order-title {
    font-size: 18px;
    color: var(--dark-green);
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E1D4;
}

/* Order review table */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table thead th {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #888;
    padding: 8px 0 10px;
    border-bottom: 1px solid #E6E1D4;
}
.woocommerce-checkout-review-order-table tbody tr {
    border-bottom: 1px solid #f0ede8;
}
.woocommerce-checkout-review-order-table tbody tr:last-child { border-bottom: none; }
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th { padding: 12px 0; vertical-align: middle; }
.woocommerce-checkout-review-order-table .product-name {
    font-size: 14px;
    color: var(--dark-green);
    font-weight: 600;
}
.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-size: 14px;
    color: var(--dark-green);
    font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot th {
    font-size: 14px;
    color: #888;
    font-weight: 600;
    text-align: left;
    padding: 12px 0;
}
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-size: 14px;
    color: var(--dark-green);
    font-weight: 600;
    padding: 12px 0;
}
.woocommerce-checkout-review-order-table .order-total th {
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 700;
}
.woocommerce-checkout-review-order-table .order-total td {
    color: var(--orange);
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-checkout-review-order-table tfoot tr { border-bottom: 1px solid #f0ede8; }
.woocommerce-checkout-review-order-table tfoot tr:last-child { border-bottom: none; }

/* Payment section */
#payment {
    margin-top: 20px;
    border-top: 1px solid #E6E1D4;
    padding-top: 20px;
}
.woocommerce-checkout-payment .payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.woocommerce-checkout-payment .payment_methods li {
    padding: 12px 0;
    border-bottom: 1px solid #f0ede8;
}
.woocommerce-checkout-payment .payment_methods li:last-child { border-bottom: none; }
.woocommerce-checkout-payment .payment_methods label {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-green);
    cursor: pointer;
    margin-left: 8px;
    text-transform: none;
    letter-spacing: 0;
}
.woocommerce-checkout-payment .payment_box {
    background: #f8f6f1;
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* Privacy text */
.woocommerce-privacy-policy-text {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
    line-height: 1.6;
}
.woocommerce-privacy-policy-text a { color: var(--dark-green); }

/* Place order button */
#place_order {
    display: block;
    width: 100%;
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#place_order:hover {
    background: #d44e34;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240,92,63,0.35);
}

/* ---- Checkout page — mobile ---- */
@media (max-width: 767px) {
    .wc-checkout-card { padding: 20px 16px; }
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last { flex: 1 1 100%; }
    .wc-checkout-order-wrap { position: static; }
}

/* Menu Slider */
.menu-slider-section .menu-slider {
    max-width:600px;
    margin: 0 auto;
    position: relative;
}
.menu-slider-section .menu-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.menu-slider-section .slick-prev,
.menu-slider-section .slick-next {
    top: 50%;
    transform: translateY(-50%);
}
.menu-slider-section .slick-prev {
    left: -60px;
}
.menu-slider-section .slick-next {
    right: -60px;
}
.menu-slider-section .slick-dots {
    bottom: -35px;
}


.bg-flower,
.bg-cafe {
    position: relative;
}

.bg-flower::before{
    content: '';
    position: absolute;
    top: -100px;
    right: -148px;
    background-image: url(../img/bg-flower.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 320px;
    height: 380px;
    z-index: -1;

}
.bg-cafe::before{
    content: '';
    position: absolute;
    bottom: 20px;
    right: -178px;
    background-image: url(../img/bg-cup.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 250px;
    height: 270px;
    z-index: -1;

}

.image-left img.main,
.image-right img.main{
    width: 100%;
    border-radius: 10px;
}
.cg-offers .row {
    align-items: stretch;
}
.cg-offers .image {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}
.cg-offers .image img.main {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.galler-slider-container{
    max-width: 100%;
    margin: 0 auto;
}
.review-photo{
    min-width: 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: #C8B698;
    border-radius: 999px;

}
.review-from img{
    max-width: 70px;
    height: auto;
    object-fit: contain;
}
.review-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-slider .slide-item .review-profile{
    display: flex;
    align-items: center;
    gap: 12px;
}
.review-slider .slide-item .name{
    color: #1D1D1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}
.review-slider .slide-item .address{
    color: #7A776F;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.reviews .review{
    border-left: 2px solid var(--orange);
     padding-left: 18px;
}

.reviews .review,
.reviews .review p{
    color: #3B3B38;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}

.review-logo{
    padding-left:20px ;
    padding-right: 20px;
}
.review-logo p{
    color: #18483C;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}
.review-logo img{
    max-width: 250px;
    height: 125px;
    object-fit: contain;
}
.page-banner{
    min-height: 248px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-banner::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(15, 49, 40, 0.70) 0%, rgba(15, 49, 40, 0.35) 100%);
}
.page-banner h1{
    position: relative;
    z-index: 1;
}
.cg-plain{
    max-width: 1010px;
    margin: 0 auto;
}
.cg-plain p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.8px; /* 155% */
    }
/* BADGE */
.cg-badge-orange{
    display: inline-block;
    padding: 10px 17px;
    border-radius: 50px;
    background: rgba(240, 92, 63, 0.20);
     margin-bottom: 27px;
}
.cg-badge-orange p{
    margin: 0;
    color: #F05C3F;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
}
.cg-badge-orange p span{
    color: #0F3128;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;

}

/* ============================================================
   RESERVATION BLOCK — CARD + CALENDAR + FORM
   ============================================================ */

.reservation-block {
    background: #fff;
}
.reservation-block__intro p {
    color: #3B3B38;
    font-size: 16px;
    line-height: 1.7;
}

/* Outer card */
.reservation-card {
    display: flex;
    align-items: stretch;
    background: #F7F4ED;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    max-width: 1190px;
    margin: 0 auto 50px;
}

/* ---- Calendar panel (left) ---- */
.res-cal-panel {
    flex: 0 0 390px;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
}

.res-cal {
    border-radius: 8px 8px 0 0;
    border: 1px solid #E6E1D4;
    background: #FCFBF7;
    padding: 20px;
}

.res-cal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.res-cal__nav {
    background: #fff;
    border: 1.5px solid #D9D3C7;
    font-size: 28px;
    line-height: 1px;
    color: var(--dark-green);
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.15s ease, border-color 0.15s ease;
    padding: 0;
    flex-shrink: 0;
}
.res-cal__nav:hover {
    background: var(--cream);
    border-color: var(--dark-green);
}
.res-cal__label {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-green);
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.2px;
}

.res-cal__weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 8px;
}
.res-cal__weekdays span {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #B5BEC6;
    letter-spacing: 0.4px;
    font-family: 'Inter', sans-serif;
}

.res-cal__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.res-cal__day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: var(--dark-green);
    border: none;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    padding: 0;
    width: 100%;
}
.res-cal__day--blank {
    cursor: default;
    pointer-events: none;
}
.res-cal__day:hover:not(.res-cal__day--past):not(.res-cal__day--blank):not(.res-cal__day--selected) {
    background: var(--cream);
}
/* Today: orange ring (not filled) so it's distinct from the selected day */
.res-cal__day--today:not(.res-cal__day--selected) {
    background: transparent;
    color: var(--orange);
    font-weight: 700;
    border: 2px solid var(--orange);
}
.res-cal__day--past {
    color: #D1CBBf;
    cursor: default;
    pointer-events: none;
}
/* Selected: orange filled circle — wins over today ring if both apply */
.res-cal__day--selected,
.res-cal__day--selected:hover {
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    border: none;
}

.res-cal__selected {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--dark-green);
    font-family: 'Inter', sans-serif;
    margin-top: 14px;
    padding-bottom: 14px;
    
}
.res-cal__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    flex-shrink: 0;
}
.res-cal__selected strong { font-weight: 700; }

/* Time selector */
.res-time {
   border-top: 1px solid #EDE8DF;
   margin-top: 10px;
   padding-top: 20px;
}
.res-time__label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}
.res-time__wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.res-time__select {
    width: 100%;
    border: 1.5px solid #D9D3C7;
    border-radius: 999px;
    padding: 9px 36px 9px 16px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--dark-green);
    background: #fff;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease;
}
.res-time__select:focus { border-color: var(--orange); }
.res-time__chevron {
    position: absolute;
    right: 13px;
    width: 10px;
    height: 6px;

    color: var(--dark-green);
    pointer-events: none;
    stroke: currentColor;
}

/* ---- Form panel (right) ---- */
.res-form-panel {
    flex: 1;
    padding: 32px 36px;
    background: #F7F4ED;
}
.res-form-panel__title {
    font-size: 26px;
    font-weight: 900;
    color: var(--dark-green);
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.3px;
}
.gfield--type-hidden,
.gform_required_legend{
    display: none;
}
/* GF wrapper reset */
.res-form-panel .gform_wrapper,
.res-form-panel .gform_body { margin: 0; }

/* Field grid: 2 cols */
.res-form-panel .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.res-form-panel .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

/* Full-width: textarea, HTML block */
.res-form-panel .gfield--type-textarea,
.res-form-panel .gfield--type-html {
    grid-column: 1 / -1;
}

/* Labels */
.res-form-panel .gfield_label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 6px;
    display: block;
}
.res-form-panel .gfield_required { color: var(--orange); margin-left: 1px; }

/* Inputs */
.res-form-panel input[type="text"],
.res-form-panel input[type="email"],
.res-form-panel input[type="tel"],
.res-form-panel input[type="number"],
.res-form-panel select,
.res-form-panel textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    padding: 14px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--dark-green);
    background: #F7F4ED;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
.res-form-panel input:focus,
.res-form-panel select:focus,
.res-form-panel textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(240,92,63,0.10);
}
.res-form-panel textarea {
    height: 80px;
    resize: vertical;
}

/* Guests number field with +/- buttons (injected by JS) */
.res-form-panel .ginput_container_number {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    overflow: hidden;
    background: none;
    padding: 2px 0;
}
.res-form-panel .ginput_container_number input[type="number"] {
    border: none;
    border-radius: 0;
    text-align: center;
    flex: 1;
    min-width: 0;
    box-shadow: none;
    padding: 10px 6px;
    -moz-appearance: textfield;
    appearance: textfield;
}
.res-form-panel .ginput_container_number input[type="number"]::-webkit-outer-spin-button,
.res-form-panel .ginput_container_number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.res-form-panel .ginput_container_number input:focus {
    box-shadow: none;
    border-color: transparent;
}
.res-form-panel .ginput_container_number:focus-within {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(240,92,63,0.10);
}
.res-form-panel .qty-minus,
.res-form-panel .qty-plus {
    background: #F7F4ED;
    border: none;
    border-radius: 0;
    width: 36px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-green);
    cursor: pointer;
    transition: background 0.15s ease;
    flex-shrink: 0;
}
.res-form-panel .qty-minus:hover,
.res-form-panel .qty-plus:hover { background: var(--cream); }

/* Bottom row: confirm text + submit */
.res-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}
.res-form-panel  #field_submit {
    order: 2;
}
.res-form-bottom__note {
    font-size: 14px;
    flex: 1;
    line-height: 1.5;
    margin: 0;
}
/* GF footer flush */
.res-form-panel .gform_footer,
.res-form-panel .gform_page_footer {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}
/* Submit button */
.res-form-panel input[type="submit"],
.res-form-panel button[type="submit"] {
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 13px 28px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.res-form-panel input[type="submit"]:hover,
.res-form-panel button[type="submit"]:hover {
    background: #d44e34;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240,92,63,0.28);
}

/* HTML block (GF) — "We'll confirm..." note inside the field */
.res-form-panel .gfield--type-html p {
    font-size: 13px;
    color: #8A857D;
    margin: 0;
    line-height: 1.5;
}

/* Validation */
.res-form-panel .gfield_error input,
.res-form-panel .gfield_error textarea,
.res-form-panel .gfield_error select { border-color: #e74c3c !important; }
.res-form-panel .validation_message {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
}
/* Hide GF honeypot anti-spam field (randomises its label each load) */
.gform_validation_container,
.gform_validation_container input,
.gform_validation_container label,
.gform_validation_container select,
.gform_validation_container textarea {
    display: none !important;
    position: absolute !important;
    left: -9000px !important;
}

.res-form-panel .gform_validation_errors {
    background: #fdecea;
    border: none;
    border-radius: 8px;
    padding: 2px 18px;
    color: #c0392b;
    font-size: 13px;
    margin-bottom: 16px;
}

/* Confirmation */
.res-form-panel .gform_confirmation_wrapper {
    color: var(--green);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

/* ============================================================
   GALLERY PAGE
   ============================================================ */

/* Hero */
.page-hero {
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}
.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.40);
}
.page-hero .container {
    position: relative;
    z-index: 1;
}
.page-hero h1 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

/* Tab buttons */
.gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
/* .gallery-tab extends .btn.btn--outline — only overrides below */
.gallery-tab {
    font-family: 'Lato', sans-serif;
    border-color: var(--green);
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 700;
   
}
.gallery-tab.active,
.gallery-tab:hover:not(.active) {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}

/* Main slider wrapper — extra horizontal space for the arrows */
.gallery-main-wrap {
    position: relative;
    margin: 0 44px;
}

/* Main slides */
.gallery-sync-main .slick-slide img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Custom arrow buttons */
.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
    color: var(--dark-green);
}
.gallery-arrow:hover,
.gallery-arrow:focus {
    background: var(--cream);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
     color: var(--dark-green);
}
.gallery-arrow svg {
    width: 10px;
    height: 16px;
    display: block;
}
.slick-prev.gallery-arrow { left: -54px; }
.slick-next.gallery-arrow { right: -54px; }
.gallery-sync-nav .slick-list {
    max-width: 1130px;
    margin: auto;
}
/* Nav (thumbnail) slider */
.gallery-sync-nav {
    margin-top: 12px;
}
.gallery-sync-nav .slick-slide {
    padding: 4px;
    cursor: pointer;
}
.gallery-sync-nav .slick-slide img {
    width: 100%;
    height: 133px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}
.gallery-sync-nav .slick-slide.slick-current img,
.gallery-sync-nav .slick-slide:hover img {
    border: 3px solid var(--orange);
}

/* ============================================================
   NEWS & EVENTS — ARCHIVE + SINGLE
   ============================================================ */

/* ---- Archive cards ---- */

.event-card{
    border-radius: 12px;
    border: 1px solid #E6E1D4;
    background: #FFF;
}
.events-archive {
    background: #fff;
}
/* .event-card__image extends .card-img — only overrides below */
.event-card__image {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.event-card__body { padding: 20px; }
.event-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}
.event-card__title a {
    color: var(--dark-green);
}
.event-card__title a:hover {
    color: var(--orange);
    opacity: 1;
}
.event-card__excerpt {
    font-size: 14px;
}
/* .event-card__btn extends .btn.btn--dark — no extra overrides needed */

/* ---- Single event ---- */
.single-event__image {
    border-radius: 14px;
    overflow: hidden;
}
.single-event__image img {
    width: 100%;
    max-height: 351px;
    object-fit: cover;
    display: block;
}
.single-event__content {
    max-width: 981px;
    margin-left: auto;
    margin-right: auto;
}
.single-event__title {
    font-size: 40px;
    font-weight: 900;
    color: var(--dark-green);
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.single-event__text,
.single-event__text p {
    color: #3B3B38;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.8px; /* 155% */
}
.single-event__cta { margin-top: 32px; }
.single-event__cta-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 16px;
}
/* .single-event__cta-btn extends .btn.btn--primary */
.single-event__cta-btn { padding: 13px 32px; }

/* ============================================================
   MENU BLOCK
   ============================================================ */

.menu-block-section { background: var(--cream); }

.menu-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* menu-tab extends .btn.btn--outline */
.menu-tab {
    border-color: var(--dark-green);
    color: var(--dark-green);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.menu-tab.active,
.menu-tab:hover:not(.active) {
    background: var(--dark-green);
    color: #fff;
    border-color: var(--dark-green);
}

.menu-items {
    max-width: 1140px;
    margin: 0 auto;
}

.menu-item {
    text-align: center;
    padding: 0 16px 26px;
    /* border-bottom: 1px solid rgba(15, 49, 40, 0.12); */
}
.menu-item:last-child { border-bottom: none; }

.menu-item__name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--dark-green);
    margin: 0 0 15px;
    line-height: 1.3;
}


.menu-item__desc {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.menu-item__desc br {
    display: block;
    margin-bottom: 10px;
}

/* ---- Menu: Sections layout ---- */

.menu-sections { max-width: 700px; margin: 0 auto; }

.menu-section { margin-bottom: 12px; }

.menu-section__heading {
  color: var(--orange);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* border-bottom: 1px solid rgba(15,49,40,0.12); */
}
.menu-section:first-child .menu-section__heading {  }

/* ---- Menu: Columns layout ---- */

.menu-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px 40px;
    width: 100%;
    margin: 0 auto;
}

.menu-column__heading {
    color: var(--orange);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.menu-column__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-column__list li{
    text-align: center;
    margin-bottom: 11px;
}
.menu-column__list li span{
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--dark-green);
}
.menu-column__list li:last-child { border-bottom: none; }
.menu-column__name { font-weight: 500; }
.menu-column__desc { color: #888; font-size: 13px; }

/* ============================================================
   MEDIA QUERIES
   ============================================================ */

@media only screen and (min-width: 1140px) {
	.gallery-full-slider .slick-next{
		right: 100px;
	}
	.gallery-full-slider .slick-prev{
		left: 100px;
	}

    .cg-offers .image img.main {
        max-height: 713px;
    }
    .res-cal-panel{
        padding-left: 36px;
    }

    .hero-slider .slick-prev{
        left: 90px;
    }

    .hero-slider .slick-next {
        right: 90px;
    }
    /**********
    COLUMNS
    **********/
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        align-items: center;
    }
    header .logo img {
        max-height: 90px;
    }

    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.nav ul li {
        position: relative;
        margin-left: 15px;
        padding: 34px 15px;
    }

    nav.nav ul li:first-child {
        margin-left: 0;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media(min-width:992px){
    .image-left .content{
        padding-left: 80px;
    }
     .image-right .content{
        padding-right: 80px;
    }

}

@media(min-width:768px){
    .event-card__image img { height: 370px; }
     .res-form-panel  #field_submit{
        text-align: right;
    }
    .review-logo img{
        margin-bottom: 37px;
    }

    .review-slider .slick-prev{
        left: -45px;
    }
    .review-slider .slide-item{
        margin-right: 40px;
    }

    .gfield--width-third{
        width: 33.33%;
    }

    .newsletter-wrapper .gfield--width-third{
        width: 40%;
    }
    .newsletter-wrapper #field_submit{
        width: 20%;
    }

    .cg-box{
        min-height: 300px;
    }
	
}

@media(max-width:1440px){
    .image-right,
    .image-left{
        overflow-x: hidden;
    }
}

/* Burger container: hidden on desktop, shown on mobile */
.burgerNavContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    pointer-events: none;
}
.burgerNavContainer .container {
    position: relative;
    height: 60px;
}

@media only screen and (max-width: 1140px) {
    .notif-bar__content:first-child{
        margin-bottom: 10px;
    }
    .burgerNavContainer { display: block; pointer-events: auto; }

    .hero-slider .slick-prev{
        left: 20px;
    }

    .hero-slider .slick-next {
        right: 20px;
    }

    .header-wrapper{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .flex {
        flex-wrap: wrap;
    }
    header .logo img {
        max-height: 60px;
    }
    header .logo {
        position: relative;
        z-index: 20;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    .menu-item{
        padding: 0;
    }

    /* ---- Full-screen white nav overlay ---- */
    header .nav {
        position: fixed;
        left: 100%;
        z-index: 20;
        height: 100vh;
        width: 100%;
        top: 0;
        background-color: #fff;
        transition: left 350ms cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
/*         align-items: center; */
        justify-content: center;
		padding-top: 66px;
    }
    header .nav.navActive {
        left: 0;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav > ul {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    header .nav > ul > li {
        position: relative;
        border-bottom: 1px solid #E6E1D4;
    }
    header .nav > ul > li:first-child {
        /* border-top: 1px solid #E6E1D4; */
    }
    header .nav > ul > li > a {
        display: block;
        padding: 18px 0;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.5px;
        color: var(--dark-green);
        border-bottom: none;
        width: 100%;
        text-align: center;
    }
    header .nav > ul > li > a:hover,
    header .nav > ul > li.current_page_item > a {
        color: var(--orange);
        opacity: 1;
    }
    header .nav > ul > li.current_page_item {
        border-bottom-color: rgba(240, 92, 63, 0.20);
    }

    /* ---- Burger button ---- */
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
        color: var(--dark-green);
    }
    #burgerNav {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        z-index: 90;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #burgerNav .innerBurger {
        position: relative;
        width: 100%;
        height: 22px;
    }
    #burgerNav .innerBurger span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        opacity: 1;
        transition: all 300ms ease;
        transform: rotate(0deg);
        border-radius: 2px;
    }
    #burgerNav .innerBurger span:nth-child(1) { top: 2px; }
    #burgerNav .innerBurger span:nth-child(2) { top: 10px; }
    #burgerNav .innerBurger span:nth-child(3) { top: 18px; }

    /* X state — dark green on white overlay */
    #burgerNav.navActive .innerBurger span {
        background-color: var(--dark-green);
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 10px;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 10px;
        transform: rotate(45deg);
    }

    /* Sub-menu accordion */
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: max-height 250ms ease;
    }
    nav.nav .sub-menu li a {
        font-size: 15px !important;
        color: rgba(15, 49, 40, 0.55) !important;
        padding: 10px 0 !important;
    }
    nav.nav .menu-item-has-children.sub-menu-active > .sub-menu {
        max-height: 900px;
    }
}

@media (max-width: 900px) {
    .reservation-card {
        flex-direction: column;
    }
    .res-cal-panel {
        flex: none;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        padding: 40px;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .res-cal { flex: 1; }
    .res-time { flex: 0 0 180px; }
    .res-form-panel { padding: 24px 20px; border-left: none; }
    .gallery-main-wrap { margin: 0 36px; }
    .slick-prev.gallery-arrow { left: -44px; }
    .slick-next.gallery-arrow { right: -44px; }
    .gallery-sync-main .slick-slide img { height: 380px; }
    .gallery-sync-nav .slick-slide img { height: 100px; }
}

@media(max-width: 767px){
    header .opening p{
        text-align: right;
        margin-bottom: 8px;
    }
     .single-event__title { font-size: 28px; }
    .event-card__image img { height: 200px; }
    .menu-slider-section .menu-slider {
        max-width: 100%;
    }
    .menu-slider-section .slick-prev { left: -10px; }
    .menu-slider-section .slick-next { right: -10px; }
    .event-card__image img {
        width: 100%;
        height: 240px;
    }
    .res-cal,
    .res-time{
        width: 100%
    }
    .review-logo img{
        margin-bottom: 20px;
    }

    .gallery-full-slider img {
        height: 220px;
    }
    .galler-slider-container .slick-next{
        right: 15px;
    }
    .galler-slider-container .slick-prev{
        left: 15px;
    }
    .content{
        order: 2;
    }
    .gform_fields {
        flex-wrap: wrap;
    }
    .gfield--width-third{
        width: 100%;
    }


    h1{
        font-size: 42px !important;
        line-height: 48px !important;
    }
    h2 {
        font-size: 34px !important;
        line-height: 42px !important;
    }
    
}

@media (max-width: 640px) {
    .res-cal-panel { flex-direction: column; }
    .res-time { flex: none; }
    .res-form-panel .gform_fields {
        grid-template-columns: 1fr !important;
    }
    .res-form-bottom { flex-direction: column; align-items: flex-start; }
    .reservation-form .gform_fields {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .gallery-main-wrap { margin: 0; }
    .gallery-arrow { display: none !important; }
    .gallery-sync-main .slick-slide img { height: 260px; border-radius: 8px; }
    /* .gallery-sync-nav .slick-slide img { height: 54px; } */
    .page-hero h1 { font-size: 38px; }
}
