 /* NAVBAR */

.woocommerce-form-coupon-toggle .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: transparent;
    border: 1px solid #213826;
    border-radius: 6px;
    color: #213826 !important;
}

.woocommerce-form-coupon-toggle  .woocommerce-info a, .woocommerce-message a {
    color: #213826;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border:none !important;
	border-color:transparent !important;
	padding:0;
	margin:0;
}
#coupon_code {
    border: 1px solid #213826;
    border-radius: 7px;
    padding: 13px;
    background: transparent;
    color: #213826;
}
.woocommerce-form-coupon button{
	background: transparent !important;
    border: 1px solid #213826 !important;
    color: #b55b3a !important;
    border-radius: 7px !important;
}

.et-l.et-l--footer .et_builder_inner_content {
    position: relative;
    z-index: auto;
}

.cart-bar-all-page{
	display:none;
}
 .nav-left {
     display: flex;
     align-items: center;
     gap: 28px;
 }

 .menu-btn {
     background: none;
     border: none;
     cursor: pointer;
     display: flex;
     flex-direction: column;
     gap: 5px;
     padding: 4px;
 }

 .menu-btn span {
     display: block;
     width: 24px;
     height: 2px;
     background: #fff;
     transition: all 0.3s ease;
     transform-origin: center;
 }

 .menu-btn.open span:nth-child(1) {
     transform: translateY(7px) rotate(45deg);
 }

 .menu-btn.open span:nth-child(2) {
     opacity: 0;
 }

 .menu-btn.open span:nth-child(3) {
     transform: translateY(-7px) rotate(-45deg);
 }

 .nav-links {
     display: flex;
     gap: 24px;
 }

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 25px;
    font-weight: 600;
	transition: color 0.2s ease-in-out;
}

 .nav-links a:hover {
     color:#C9A66B;
 }
  .header-custom-button-container a {
     font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
 }

 .order-delovery a,
 .order-pickup a {
     border: 1px solid #4C5D50;
 }

 .order-delovery a:hover,
 .order-pickup a:hover {
     background: #B55B3A !important;
     border: 1px solid #B55B3A !important;

 }

 .book-now a:hover {
     border: 1px solid #4C5D50 !important;
     background: transparent !important;
 }

 /* BANNER */
 .banner {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     overflow: hidden;
 }

/* .banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.banner.dimmed::after {
    opacity: 1;
} */


/* body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;

    transition: opacity 0.4s ease;
    z-index: 150;
    pointer-events: none;
}

body.menu-open::after {
    opacity: 1;
   
} */

 /* MENU OVERLAY */
/*  .menu-overlay {
     position: fixed;
	 left:50%;
     z-index: 200;
     pointer-events: none;
     opacity: 0;
     transition: opacity 0.4s ease;
 }

 .menu-overlay.open {
     opacity: 1;
     pointer-events: all;
 }
 */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-overlay.open {
    opacity: 1;
    pointer-events: all;
}


/* .overlay-panel {
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%) scaleY(0.85);
    transform-origin: top center;
    border-radius: 8px;
    min-width: 320px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
    backdrop-filter: blur(10px);
    background: #242d28;
    padding-bottom: 40px;
    padding-top: 13px;
} */

.overlay-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;        /* one quarter of page */
    height: 100vh;

    background: #1e2421;
    padding: 60px 30px;
    text-align: left;

    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}


/*  .menu-overlay.open .overlay-panel {
     transform: translateX(-50%) scaleY(1);
     opacity: 1;
     transition-delay: 0.05s;
 }
 */
.menu-overlay.open .overlay-panel {
    transform: translateX(0);
}
.menu-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.overlay-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:40px;
}

.overlay-logo {
    width: 140px;
}


.overlay-close{
    background:none;
    border:none;
    font-size:28px;
    color:#fff;
    cursor:pointer;
}

/* body.menu-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}
 */
.overlay-menu-links-content {
    text-align: center;
}

 .overlay-panel  .nav-list {
     display: block;
 }

 .overlay-link {
     display: block;
     color: #fff;
     text-decoration: none;
	 font-family: 'Cormorant Garamond', serif;
     font-size: 24px;
	 line-height:30px;
     font-weight: 600;
     padding: 10px 0;
     transition: color 0.2s;
     opacity: 0;
     transform: translateY(10px);
     transition: color 0.2s, opacity 0.3s ease, transform 0.3s ease;
 }

 .menu-overlay.open .overlay-link {
     opacity: 1;
     transform: translateY(0);
 }

 /* Staggered delays */
 .menu-overlay.open .overlay-link:nth-child(1) {
     transition-delay: 0.1s;
 }

 .menu-overlay.open .overlay-link:nth-child(2) {
     transition-delay: 0.15s;
 }

 .menu-overlay.open .overlay-link:nth-child(3) {
     transition-delay: 0.2s;
 }

 .menu-overlay.open .overlay-link:nth-child(4) {
     transition-delay: 0.25s;
 }

 .menu-overlay.open .overlay-link:nth-child(5) {
     transition-delay: 0.3s;
 }

 .menu-overlay.open .overlay-link:nth-child(6) {
     transition-delay: 0.35s;
 }

 .overlay-link:hover {
     color: #c9a96e;
 }

 .overlay-divider {
     width: 40px;
     height: 1px;
     background: rgba(201, 169, 110, 0.3);
     margin: 8px auto;
     opacity: 0;
     transition: opacity 0.3s ease 0.35s;
 }

 .menu-overlay.open .overlay-divider {
     opacity: 1;
 }

.overlay-address {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
	margin-bottom: 25px;
    opacity: 0;
    transition: opacity 0.3s ease 0.4s;
}

 .menu-overlay.open .overlay-address {
     opacity: 1;
 }

.overlay-phone {
    margin-top: 6px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 400;
	 opacity: 0;
	transition: opacity 0.3s ease 0.4s;
}

 .menu-overlay.open .overlay-phone {
     opacity: 1;
 }

.overlay-email {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
    line-height: 28px;
    font-weight: 400;
	 opacity: 0;
	transition: opacity 0.3s ease 0.4s;
}

 .menu-overlay.open .overlay-email {
     opacity: 1;
 }

 .overlay-socials {
     display: flex;
     gap: 14px;
     justify-content: center;
     margin-top: 25px;
     opacity: 0;
     transition: opacity 0.3s ease 0.55s;
 }

 .menu-overlay.open .overlay-socials {
     opacity: 1;
 }

 .social-icon {
     width: 34px;
     height: 34px;
     border: 1px solid rgba(255, 255, 255, 0.2);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--white);
     font-size: 13px;
     text-decoration: none;
     transition: border-color 0.2s, color 0.2s;
 }

 .social-icon:hover {
     border-color: #c9a96e;;
     color: #c9a96e;;
 }

.overlay-phone span,
.overlay-email span{
    position: relative;
    top: 4px;
    right: 4px;
}
/* home page style start  */
/* This Week’s Specials */
a{
  text-decoration:none !important;
}

.Week-specials {
    display: flex;
    gap: 36px;
    align-items: end;
   justify-content: end;
}

.Week-specials img {
    border-radius: 16px;
}

  .food-item-cotainer {
            position: relative;
        }

.food-name {
    background: rgba(0,0,0,0.5);
    padding: 15px 24px;
    border-radius: 12px;
    margin: 0 15px;
    font-family: 'Cormorant Garamond',Georgia,"Times New Roman";
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 20px;
   left: 0;
   right: 0;
}

.order-link-container {
    display: flex;
    gap: 48px;
}
 .order-link-container a {
      font-size: 20px;
      line-height: 22px;
      color: #FFFFFF;
      font-weight: 600;
      font-family: 'Cormorant Garamond', serif;
      border-bottom:0.5px solid #fff;

  }


/* home page menu section  */
.home-view-all-menus p,
.home-view-all-menus2 p{
    position: relative;
    display: inline-block;
    padding-right: 18px;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.home-view-all-menus p::after {
    content: url("/wp-content/uploads/2026/02/left-arrow.png");
    position: absolute;
    right: 0;
    top: 1px;
	transition: right 0.3s ease;
}
.home-view-all-menus p:hover::after,
.home-view-all-menus2 p:hover::after{
    right: -3px;
}
.order-link-container2{
	display:flex;
	justify-content:end;
}

 .custom-button-container {
     display: flex;
     gap: 40px;
     align-items: center;
 }

 .custom-button-container .about-link {
     text-decoration: none;
     background: #B55B3A;
	 border:1px solid #B55B3A;
     padding: 10px 24px;
     border-radius: 30px;
     font-size: 22px;
     line-height: 30px;
     font-weight: 700;
     font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
     color: #fff;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
 }
 .custom-button-container .about-link:hover{
	background:transparent;
	 color: #203825;
}
.custom-button-container .menu-link-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    color: #203825;
    position: relative;
    padding-right: 20px;
}

 .custom-button-container .menu-link-text::after {
     content: url(/wp-content/uploads/2026/02/left-arrow.png);
     position: absolute;
     right: 0;
     top: 1px;
     transition: right 0.3s ease;
 }





.home-view-all-menus2 p::after {
    content: url("/wp-content/uploads/2026/02/View-All-Testimonials.png");
    position: absolute;
    right: 0;
    top: 1px;
	transition: right 0.3s ease;
}
.home-view-all-menus2 p:hover::after {
    right: -3px;
}


.review-card {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.slider-outer{
   position: relative;
}

.reviews-swiper-button-next,
.reviews-swiper-button-prev{
	cursor:pointer;
}
.reviews-swiper-button-next.swiper-button-disabled svg rect,
.reviews-swiper-button-prev.swiper-button-disabled svg rect{
   fill: #007A4B;
}

.reviews-swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 9999;
    right: -33px;
    transform: translateY(-50%);
}
.reviews-swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: -33px;
    transform: translateY(-50%);
}
.review-card p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #1B4A2E;
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    margin-top: 12px;
    margin-bottom: 25px;
}

.client-info .name {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #213826;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
}
.client-info .designation  {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #213826;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
}


/* newslatter form home page  */

.newsletter-form-row .form-field {
    margin-bottom: 10px;
}

.form-field.checkbox-field.checkbox-field1 {
    margin-top: 20px;
}
#newsletter-form-notification .wpcf7-response-output {
    color: #213826 !important;
    font-size: 16px;
	border-radius: 6px;
}
.newsletter-form-row label {
    color: #B55B3A;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    top: 6px;
}
.newsletter-form-row input {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #1B4A2E;
    padding-bottom: 7px;
}

.submit-field input {
    background: #B55B3A;
    border: 1px solid #B55B3A;
    color: #fff;
    padding: 12px 16px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    position: relative;
    top: 18px;
	cursor: pointer;
	width:153px;
	transition:background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.checkbox-field  input{
	width:auto;
}
.checkbox-field  .wpcf7-list-item.first.last {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    gap: 20px;
}

.checkbox-field input[type="checkbox"] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    accent-color: #203825;
    border-color: #203825;
    position: relative;
    top: -7px;
}
.checkbox-field input[type="checkbox"]:hover {
    background-color: rgba(32, 56, 37, 0.1);
}
.checkbox-field  .wpcf7-list-item-label {
    font-size: 12px;
    color: #203825;
    line-height: 20px;
}
.submit-field input:hover{
	background:#1b4a2e;
	border-color:#1b4a2e;
}
.wpcf7-response-output {
    color: #fff !important;
}


.Contact-form-container label{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#B55B3A;
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
	position: relative;
    top: 6px;
}
.Contact-form-container .form-row {
    margin-bottom: 25px;
}

.Contact-form-container .form-row input,
.Contact-form-container .form-row textarea{
/*     width: 100%;
	background:#F5F5F5;
    padding: 14px 12px;
    border-radius: 12px;
    border: none;
    margin-top: 5px;
	margin-bottom:20px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
     font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    color: #1B4A2E; */
	width: 100%;
    padding: 0px;
    margin-top: 0px;
	color:#213826;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #1B4A2E;
    padding-bottom: 7px;
	 font-size: 18px;
    line-height: 20px;
    font-weight: 600;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
}
.Contact-form-container .form-row textarea {
    height: 50px;
    padding-top: 7px;
}
.Contact-form-container .wpcf7-submit{
	background: #B55B3A;
    border: 1px solid transparent;
    padding: 12px 40px;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
     font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.Contact-form-container .wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #B55B3A;
	 color: #1B4A2E;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #1B4A2E !important;
}
.form-row.checkbox-field input[type="checkbox"] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    accent-color: #B55B3A;
    border-color: #203825;
    position: relative;
    top: -7px;
}

.form-row.checkbox-field  .wpcf7-list-item-label {
    font-size: 12px;
    color: #203825;
    line-height: 20px;
	font-weight:400;
}





/* home video  */
.hero-video-wrapper {
  position: relative;
  width: 100%;
  height: 650px; 
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 20px;
}


.hero-overlay h1 {
    font-size: 60px;
    color: #FFFFFF !important;
    line-height: 70px;
    text-align: center;
  margin-bottom:15px;
}


.hero-overlay button {
 color: #FFFFFF !important;
    border: 1px solid #b55b3a;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700 !important;
    background-color: #b55b3a;
      font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
  padding:10px 24px;
  cursor:pointer;
  transition: all 300ms ease 0ms;
  
  
}
.hero-overlay a{
  color: #FFFFFF
}
.hero-overlay button:hover{
  background-color: #1b4a2e;
  border-color:#1b4a2e;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-container img {
    border-radius: 10px;
}

.admin-page-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.admin-page-button-container a {
    border: 1px solid #B55B3A;
    padding: 6px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #1b4a2e;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.admin-page-button-container .active {
    background: #B55B3A;
    color: #fff;
}

.admin-page-button-container a:hover {
    background: #B55B3A;
    color: #fff;
}


@media only screen and (max-width: 767px) {
.Contact-form-container label {
    font-size: 18px;
    line-height: 26px;
}
.Contact-form-container .wpcf7-submit {
    padding: 10px 40px;
    font-size: 18px;
}
.checkbox-field  .wpcf7-list-item.first.last {
    display: flex;
    align-items: start;
}
.submit-field input {
    padding: 10px 16px;
    font-size: 18px;
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.woo-menu-grid.woo-menu-grid-home {
   display: grid;
   grid-template-columns: repeat(1,1fr) !important;
   gap: 20px 30px;
}
.hero-overlay button {
    font-size: 16px;
}
.hero-video-wrapper {
  height: auto; 
}
.hero-overlay h1 {
    font-size: 25px;
    line-height: 30px;
}
.overlay-panel{
        width: 100vw;
    }
	
body.menu-open {
    overflow: hidden;
}

.overlay-link {
    font-size: 20px;
    line-height: 25px;
	padding: 8px 0;
}
body.menu-open .mobile-menu-main-logo{
    display:none !important;
}

.overlay-address {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
}
.overlay-phone {
    padding-bottom: 5px !important;
	 font-size: 13px;
    line-height: 25px;
}
	.overlay-email{
		 font-size: 13px;
    line-height: 25px;
	}
.overlay-logo {
    width: 100px;
}

	
.contact-form-coll2{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

    .et_pb_text_2 h2 {
        font-size: 30px;
        line-height: 40px;
    }
.Week-specials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsletter-form-row {
    display: flex;
   flex-direction:column;
}
.custom-button-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.order-link-container a {
    font-size: 16px;
	line-height: 25px;
}
.food-name {
    padding: 13px 24px;
    font-size: 22px;
    line-height: 35px;
}
.custom-button-container .about-link {
    font-size: 16px;
    line-height: 25px;
}
.custom-button-container .menu-link-text {
    font-size: 16px;
	 line-height: 25px;
}
.Week-specials .food-item-cotainer:first-child {
  display: none;
}
	
.Place-Where-section-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.woo-menu-grid.woo-menu-grid-home {
   display: grid;
   grid-template-columns: repeat(2,1fr) !important;
}
.hero-overlay h1 {
    font-size: 30px;
    line-height: 40px;
}
    .overlay-panel{
        width: 80vw;
    }

.newsletter-form-row {
    display: flex;
   flex-direction:column;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1450px) {
.nav-links a {
    font-size: 16px;
}
.header-custom-button-container a {
    font-size: 16px !important;
    padding: 9px 8px !important;
}
.custom-link-button-code {
    position: relative;
    top: -2px;
}
.occasion-feels-extraordinary-container1{
    padding-right: 25px;
}
.occasion-feels-extraordinary-container2{
    padding-left: 25px;
}
	
}