/*
 *	Resto by GetTemplates.co
 *	URL: https://gettemplates.co
 */

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #f4ede5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Josefin Sans", sans-serif; */
  font-weight: 400;
}

h1,
h2 {
  font-weight: 700;
}

.subheading {
  color: #f34949;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f7f8f9;
}

a {
  color: #f34949;
}

a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover {
  text-decoration: none;
  color: #e22104;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
}

.btn-icon .lnr {
  font-size: 30px;
  margin-right: 10px;
}

.navbar .lnr-menu:before {
  content: "\e871";
  color: #fff;
}

@media (min-width: 992px) {
  .boxed-page .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.img-bg {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position: left top;
}

.img-cover {
  object-fit: cover;
  object-position: center;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand-center img {
  width: 150px;
  height: 100%;
}

.footer-logo {
  height: 50px;
}

.nav-link {
  color: #000;
}

#navbar-header {
  height: 100px;
  background-color: #301d21;
}

#navbar-header a {
  color: #ee4424;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
}

#navbar-header .navbar-nav .dropdown-menu {
  border: none;
  border-bottom: 2px solid #f34949;
  border-radius: 0 !important;
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

@media (min-width: 1024px) {
  #navbar-header .navbar-nav {
    width: 50%;
    background-color: #301d21;
  }

  #navbar-header .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 500ms ease;
  }

  #navbar-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
}

.btn {
  font-size: 14px;
  font-weight: 600;
}

.btn-primary {
  display: inline-block;
  background-color: transparent;
  border: solid #ee4424 2px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ee4424;
  font-size: 3rem;
  text-transform: uppercase;
  border: solid #ee4424 2px;
  margin: auto;
  max-width: fit-content;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

body .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ee4424 !important;
}

.btn-primary:hover {
  background-color: #e22104;
  border-color: #e22104;
  color: #fff;
}

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

.btn-icon {
  color: #000;
}

.hero {
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: top;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.container {
  z-index: 2;
}

.hero-info li {
  padding-right: 15px;
  padding-left: 15px;
}

.hero-info .lnr {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
  color: #ee4424;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  width: 110px;
  height: 110px;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9;
}

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  max-width: 100%;
}

@media (min-width: 992px) {
  .hero-carousel .owl-item img {
    height: calc(100vh - 130px);
  }
}

.thumb-menu img {
  height: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/*============================
=            MENU            =
============================*/
.menus:hover img {
  transform: scale(1.1, 1.1);
}

.menu-img {
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.menu-img img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}

.menu-price {
  text-align: right;
}

.menus {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.menus p,
.menus h3 {
  margin-bottom: 0;
}

.menus .text-wrap {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.menus .text-wrap h4 {
  font-weight: 300;
}

/*=====  End of MENU  ======*/
/*=================================
=            TESTIMONY            =
=================================*/
#gtco-testimonial {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.testi-content {
  text-align: center;
}

.testi-content .testi-text {
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  padding: 30px 60px;
  font-size: 32px;
}

.testi-content .testi-author {
  font-weight: 500;
}

.testi-content .testi-desc span {
  color: #f34949;
  font-weight: bold;
}

.testi-content .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: -50px;
}

.testi-content .owl-nav {
  display: none;
}

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  /* border-radius: 50%; */
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.owl-dot.active > span {
  background-color: #ee4424;
  box-shadow: 0 0 0 2px white;
}

/*=====  End of TESTIMONY  ======*/
/*===============================
=            OVERLAY            =
===============================*/
.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay .section-content {
  position: relative;
  z-index: 1;
}

/*=====  End of OVERLAY  ======*/
/*============================
=            TEAM            =
============================*/
.team-card {
  position: relative;
}

.team-card:hover .team-desc {
  height: 110px;
}

.team-card:hover .team-desc .team-social-links {
  opacity: 1;
}

.team-desc {
  position: absolute;
  background: #fff;
  width: auto;
  left: 15px;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 15px;
  height: 80px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.team-social-links {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/*=====  End of TEAM  ======*/
/*===================================
=            RESERVATION            =
===================================*/
#gtco-reservation {
  height: 650px;
  margin-bottom: 200px;
}

#selectPerson
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

#selectPerson + .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
}

#selectPerson
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}

#selectPerson
  + .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6d767e;
  font-weight: 400;
}

/*=====  End of RESERVATION  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
}

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s,
    opacity 0.5s 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#side-search .form-control {
  background-color: transparent;
}

#side-search .input-group-text {
  background: transparent;
  color: #fff;
}

#canvas-overlay {
  content: "";
  background: #000;
  opacity: 0;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidenav-open #canvas-overlay,
.sidesearch-open #canvas-overlay {
  max-width: 100%;
  opacity: 0.4;
  visibility: visible;
}

/*=====  End of SideNav  ======*/
/*======================================
=            Special Dishes            =
======================================*/

section#gtco-special-dishes {
  padding-top: 120px;
}

#gtco-special-dishes .special-number {
  position: relative;
  font-size: 60px;
}

#gtco-special-dishes .special-number:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  width: 200px;
  height: 1px;
  background: #000;
}

#gtco-special-dishes h3 span {
  color: #f34949;
}

.dishes-text {
  padding-left: 90px;
}

/*=====  End of Special Dishes  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
.only-mobile {
  display: none !important;
}

.hero-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.container-fluid.hero {
  display: flex;
  align-items: center;
}

.container-fluid.hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

.container-fluid.about {
  padding-top: 60px;
}

@media (max-width: 992px) {
  .reserve-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-fluid.hero .container {
    justify-content: center;
  }
  .container-fluid.about {
    padding-top: 60px;
  }
  section#gtco-special-dishes {
    padding-top: 60px;
  }

  .hero {
    height: 350px;
    padding-top: 71px !important;
  }
  .hero i {
    font-size: 20px !important;
  }
  .hero .btn-primary {
    font-size: 1.5rem;
  }
  .container-fluid.hero.d-flex.align-items-center.p-0
    .container.d-flex.justify-content-between.align-items-center {
    justify-content: center !important;
  }
  .intro-call {
    display: none;
  }
  #navbar-header {
    top: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    background-color: #301d21;
  }

  #navbar-header .dropdown-menu {
    box-shadow: none !important;
  }

  #navbar-header .navbar-collapse {
    margin-top: 15px;
    background: #301d21 !important;
  }

  .only-mobile {
    display: block !important;
  }

  .menu-wrap {
    margin-bottom: 0px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .hero-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-left,
  .hero-carousel .owl-item img {
    height: 600px;
  }

  .thumb-menu img {
    height: 90px;
  }

  .img-2 {
    height: 500px;
  }
}

/*=====  End of RESPONSIVE  ======*/
.intro-call {
  border: solid #ee4424 2px;
  padding: 40px;
}

.intro-call p {
  margin: 0 auto;
  font-weight: bold;
  color: #ee4424;
  font-size: 50px;
}

.stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}

.hero-right {
  border: solid #ee4424 2px;
}

.hero h1 {
  color: #ee4424;
  font-size: 3rem;
  text-transform: uppercase;
}

.hero h5 {
  color: #fff;
  font-size: 1rem;
}

#gtco-welcome {
  background-color: #301d21;
}

#gtco-welcome .col-sm-7.py-5.pl-md-0.pl-4 {
  background-color: #2e1e21;
  padding-right: 2rem;
}

#gtco-welcome .heading-section h2 {
  color: #ee4424;
}

#gtco-special-dishes {
  background-color: #301d21;
}

#gtco-special-dishes .meniu-title h2 {
  margin-bottom: 0;
}

/* meniu */
.menu-image {
  width: 100%;
  height: 35rem;
}

.menu-text {
  color: #ee4424;
  border: solid #ee4424 2px;
}

.menu-text h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

.menu-text p {
  color: #fff;
}

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

/* small menu items */

#gtco-menu {
  background-color: #301d21;
  color: #ee4424;
  padding-top: 60px !important;
}

#gtco-menu .text-wrap {
  color: #ee4424;
}

#gtco-menu h4 {
  color: #ee4424;
}

/* footer */
.mastfoot {
  padding-top: 60px;
  background-color: #301d21;
  color: #ee4424;
  color: #ee4424;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}

.footer-widget h4 {
  margin-bottom: 12px;
}

.mastfoot i {
  color: #ee4424;
}

.mastfoot h4 {
  margin-bottom: 2rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
}

.contacts-map {
  background-color: #301d21;
  padding-top: 3rem;
}

.map-border {
  /* border: solid 4px;
    */
  width: fit-content;
  margin: auto;
  padding: 2rem;
}

@media (min-width: 778.98px) {
  .contacts-map iframe {
    height: 500px;
  }
}

@media (max-width: 778.98px) {
  .contacts-map iframe {
    width: 350px;
    height: 250px;
  }
}

.contacts-heading {
  color: #ee4424;
  font-size: 3rem;
  text-transform: uppercase;
  border: solid 4px;
  border-image: linear-gradient(to right, rgb(139, 0, 0), rgb(182, 80, 2)) 1;
  margin: auto;
  width: fit-content;
  padding: 2rem 4rem;
}

.contacts-heading-background {
  background-color: #301d21;
}

#gtco-menu {
  font-family: "Cabin", sans-serif;
}

#gtco-menu h2 {
  margin: auto;
  width: fit-content;
  border: solid #ee4424 2px;
  padding: 2rem;
  font-family: "Cabin", sans-serif;
}

#gtco-menu h2::hover {
}

#gtco-menu .meniu-skyriai {
  margin: auto;
  border: solid #ee4424 2px;
  padding: 1rem;
  color: #301d21;
  background-color: #ee4424;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
}

.double-item-h3 {
  border: solid;
  padding: 0.5rem;
}

.white-color {
  color: #fff;
  font-weight: 100;
}

.menus-2 {
  /* padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc; */
}

#gtco-menu .meniu-skyriai-2 {
  margin: auto;
  width: 100%;
  border: solid #ee4424 2px;
  padding: 1rem;
  color: #301d21;
  background-color: #ee4424;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
}

.menu-wrap h4 {
  text-transform: uppercase;
}

.btn-primary-2 {
  display: inline-block;
  background-color: #ee4424;
  border-color: #ee4424;
  color: #301d21;
  border-radius: 0;
  /* padding: 9px 25px; */
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* width: 8rem; */
  text-transform: uppercase;
}

.carousel-height {
  margin: 4rem 0rem;
}

.carousel-img {
  height: 50rem;
  width: 100%;
  margin: auto;
}

.carousel-inner {
  background-color: #301d21;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 15px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ee4424;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.end-img {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#gtco-special-dishes .menu-text.mb-3,
section#gtco-special-dishes .menu-text.my-3 {
  padding: 20px;
}

.hero i {
  color: #ee4424;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

.social-circle {
  background: #301d21;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: relative;
}

.bg-orange {
  -webkit-text-fill-color: #ee4424;
}

@media (max-width: 1400px) {
  .map-reactive {
    width: fit-content;
    margin: 2rem auto;
  }
}

@media (max-width: 768px) {
  div#gtco-welcome
    .col-sm-5.img-bg.d-flex.shadow.align-items-center.justify-content-center.justify-content-md-end.img-2 {
    display: none !important;
  }

  .footer-widget img,
  .footer-widget h4,
  .footer-widget p,
  .footer-widget nav {
    display: block;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .social-circle {
    height: 40px;
    width: 40px;
  }

  .col-sm-7.h-100.d-flex.align-items-center.justify-content-center {
    display: none !important;
  }

  .map-reactive {
    margin: 0 0;
  }

  #gtco-menu .meniu-skyriai {
    font-size: 17px;
  }

  .heading-section.text-center {
    margin-bottom: 20px;
  }

  .row.align-items-start .col-8 {
    margin-bottom: 10px !important;
  }
}

.open-hours {
  justify-content: space-between;
}
.email-link {
  margin-bottom: 12px;
}

@media screen and (max-width: 576px) {
  nav.nav.nav-mastfoot {
    display: flex;
    justify-content: center;
  }
  .footer-widget h4 {
    margin-bottom: 24px;
  }
  .footer-widget p {
    margin-bottom: 12px;
  }
  .footer-widget a {
    text-align: center;
  }
  .email-link {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .open-hours {
    justify-content: center;
    margin-top: 10px;
    gap: 20px;
  }
  .img-bg {
    display: none;
  }
}

.homepage-banner-btn {
  border: solid #ee4424 2px;
  padding: 15px;
}

span.homepage-banner-btn:hover {
  color: #301d21;
  background: #ee4424;
  transition: 1s;
  opacity: 0.75;
}

.list-unstyled.open-hours.d-flex.justify-content-between
  .footer-widget.px-lg-5.px-0 {
  text-align: left;
}

.hero-icons {
  width: 300px;
}

.list-unstyled.open-hours.d-flex.justify-content-center {
  gap: 10px;
}

.text-wrap {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm {
  padding: 0;
  font-size: 1.5rem;
}

.bwg-title1 {
  display: none !important;
}

i.fa.fa-tripadvisor {
  font-family: FontAwesome;
}

.wrapper {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  margin-bottom: 24px;
  gap: 20px;
  border-radius: 5px;
  border-radius: 12px;
}

input[type="radio"] {
  display: none;
}

label.option {
  padding: 14px 54px !important;
}

.wrapper .option {
  background: #fff;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #1bb373;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
  border-color: #1bb373;
  background: #1bb373;
}

#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
  background: #fff;
}

#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
  color: #fff;
}

input[type="radio"] {
  display: none;
}

.gap-3 {
  gap: 24px;
}

.gap-y-3 {
  gap: 24px;
}

.active-menu {
  background-color: #ee4424 !important;
  color: #fff !important;
}

.back-to-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ee4424;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.dropdown {
  display: none;
  position: relative;
}

.dropdown-content {
  position: absolute;
  z-index: 99999 !important;
  background: #f1f2f2;
  z-index: 99999;
  border-radius: 8px;
  padding: 22px;
  left: -47px;
  top: 20px;
}
.dropbtn {
  cursor: pointer;
  text-transform: uppercase;
}

.show {
  display: block !important;
}
.chef {
  display: none;
}
.menu-image {
  height: 200px;
  min-width: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menu-category-btn {
  padding: 14px 54px;
  border: 1px solid #fff;
  background: #fff;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ee4424;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-category-btn.active {
  background-color: #ee4424;
  border: 1px solid #ee4424;
  color: #fff;
}
.subcategory-title {
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}

a.subcategory-btn {
  color: #ee4424;
  cursor: pointer;
  padding: 0 !important;
}

.menu-item.d-flex.flex-row.justify-content-between {
  border-bottom: 1px dotted #fff;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.menu-item.d-flex.flex-row.justify-content-between h3 {
  margin-bottom: 12px !important;
  font-size: 18px;
}
.menu-item.d-flex.flex-row.justify-content-between:last-child {
  margin-bottom: 0;
}
p.color-white {
  margin: 0 !important;
}

.menu-categories.d-flex.justify-content-center.gap-3 {
  margin-bottom: 24px;
}

.subcategory-buttons.d-flex.flex-wrap.justify-content-center.pb-4.sm\:pb-5 {
  gap: 6px 20px;
}

.menu-item-image {
  margin-bottom: 12px;
}

h3.subcategory-title,
h4.subsubcategory-title {
  padding-top: 12px;
  margin-top: 12px;
  padding-bottom: 12px;
  background-color: #ee4424;
  color: #fff !important;
  text-transform: uppercase !important;
  text-align: center;
}

.menu-item-image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  max-width: 150px;
  margin-left: 12px;
}

.menu-items-wrapper .d-flex.flex-column.justify-content-between h3,
.menu-items-wrapper .d-flex.flex-column.justify-content-between p {
  margin: 0 !important;
}

.menu-items-wrapper .d-flex.flex-column.justify-content-between p {
  color: #fff !important;
}
@media (max-width: 768px) {
  .menu-categories.d-flex.gap-3.justify-content-center.py-5 {
    flex-direction: row;
    padding-top: 140px !important;
  }

  a.subcategory-btn {
    font-size: 14px;
  }
  .menu-category-btn {
    padding: 6px 6px !important;
  }
  #gtco-menu {
    padding-top: 60px !important;
  }
}
@media (max-width: 992px) {
  .navbar-brand-center img {
    width: 115px;
    height: 100%;
  }
  .h4,
  h4 {
    font-size: 1.2rem;
  }

  label.option {
    padding: 10px 10px !important;
    min-width: 100px;
    display: flex;
  }
}
.swiper-slide {
  width: auto !important;
  flex-shrink: 0; /* Prevent the slide from shrinking */
}

.subcategory-btn {
  display: inline-block; /* Prevent the button from expanding to full width */
  padding: 10px 20px; /* Adjust padding as needed */
}

.subcategory-buttons {
  overflow-x: auto; /* Enables horizontal scrolling */
  overflow-y: hidden; /* Hides vertical scrollbar if any */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.subcategory-btn {
  display: inline-block; /* Keep buttons inline */
  white-space: nowrap; /* Prevent text from wrapping */
  margin-right: 10px; /* Add some spacing between buttons */
}

/* Menu Page Language Switcher Styles */
.menu-header-wrapper {
  margin-bottom: 20px;
}

.menu-language-switcher {
  margin-top: 10px;
}

.menu-language-switcher .current_lang button {
  color: #ee4424;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid #ee4424;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-language-switcher .current_lang button:hover {
  background-color: #ee4424;
  color: #fff;
}

.menu-language-switcher .dropdown {
  position: relative;
}

.menu-language-switcher .dropdown-content {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 120px;
}

.menu-language-switcher .dropdown-content ul li {
  margin: 5px 0;
}

.menu-language-switcher .dropdown-content ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

.menu-language-switcher .dropdown-content ul li a:hover {
  color: #ee4424;
  background-color: #f8f8f8;
  border-radius: 4px;
}

/* ============================================ */
/* LOYALTY CARD PAGE STYLES */
/* ============================================ */

.loyalty-section {
  background-color: #f4ede5;
  min-height: 60vh;
  padding: 60px 0;
}

.loyalty-title {
  color: #ee4424;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.loyalty-description {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.loyalty-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Custom loyalty form styling */
.loyalty-form-wrapper form {
  display: flex;
  flex-direction: column;
}

.loyalty-form-wrapper .form-group {
  display: flex;
  flex-direction: column;
}

.loyalty-form-wrapper .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
  font-size: 0.95rem;
}

.loyalty-form-wrapper input[type="text"],
.loyalty-form-wrapper input[type="email"],
.loyalty-form-wrapper input[type="tel"],
.loyalty-form-wrapper input[type="date"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: #f9f9f9;
}

.loyalty-form-wrapper input[type="text"]:focus,
.loyalty-form-wrapper input[type="email"]:focus,
.loyalty-form-wrapper input[type="tel"]:focus,
.loyalty-form-wrapper input[type="date"]:focus {
  outline: none;
  border-color: #ee4424;
  background-color: #fff;
}

.loyalty-form-wrapper .checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.loyalty-form-wrapper .checkbox-group input[type="checkbox"] {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.loyalty-form-wrapper .checkbox-group span {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
}

.loyalty-form-wrapper .loyalty-submit-btn,
.loyalty-form-wrapper button[type="submit"],
#loyalty-form button[type="submit"] {
  background-color: #ee4424 !important;
  color: #fff !important;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  display: inline-block;
  width: 100%;
}

.loyalty-form-wrapper .loyalty-submit-btn:hover,
.loyalty-form-wrapper button[type="submit"]:hover,
#loyalty-form button[type="submit"]:hover {
  background-color: #d63916 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(238, 68, 36, 0.3);
}

.loyalty-form-wrapper .loyalty-submit-btn:disabled,
.loyalty-form-wrapper button[type="submit"]:disabled,
#loyalty-form button[type="submit"]:disabled {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}

.loyalty-form-wrapper .loyalty-submit-btn:disabled:hover,
.loyalty-form-wrapper button[type="submit"]:disabled:hover,
#loyalty-form button[type="submit"]:disabled:hover {
  background-color: #ccc !important;
  transform: none;
  box-shadow: none;
}

/* Date input with calendar icon */
.loyalty-form-wrapper .date-input-wrapper {
  position: relative;
}

.loyalty-form-wrapper .input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.loyalty-form-wrapper .input-with-icon input {
  padding-right: 45px;
  cursor: pointer;
}

.loyalty-form-wrapper .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  transition: color 0.3s ease;
}

.loyalty-form-wrapper .datepicker-active .calendar-icon {
  color: #ee4424;
}

.loyalty-form-wrapper .input-with-icon input:hover + .calendar-icon,
.loyalty-form-wrapper .input-with-icon input:focus + .calendar-icon {
  color: #ee4424;
}

/* Enhanced Bootstrap Datepicker Styling */
.datepicker {
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e0e0e0 !important;
  padding: 10px !important;
  font-family: inherit !important;
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 4px !important;
  transition: all 0.2s ease !important;
  text-align: center !important;
}

.datepicker table tr td {
  padding: 6px 8px !important;
  font-size: 14px !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #f5f5f5 !important;
  cursor: pointer !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.highlighted {
  background-color: #ee4424 !important;
  border-color: #ee4424 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.datepicker table tr td.today {
  background: #fff5f3 !important;
  color: #ee4424 !important;
  font-weight: 500 !important;
}

.datepicker table tr td.today:hover {
  background: #ffe8e3 !important;
  color: #d63916 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ccc !important;
  cursor: not-allowed !important;
  background: transparent !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999 !important;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #f5f5f5 !important;
}

.datepicker .datepicker-switch {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #333 !important;
}

.datepicker thead tr:first-child th {
  padding: 10px 0 !important;
}

.datepicker .clear {
  color: #ee4424 !important;
  font-weight: 500 !important;
}

.datepicker .clear:hover {
  background: #fff5f3 !important;
}

/* Decade and Year view improvements */
.datepicker table tr td.year,
.datepicker table tr td.decade {
  padding: 10px 5px !important;
  font-size: 14px !important;
}

.datepicker table tr td.year:hover,
.datepicker table tr td.decade:hover {
  background: #f5f5f5 !important;
}

.datepicker table tr td.year.active,
.datepicker table tr td.decade.active {
  background-color: #ee4424 !important;
  color: #fff !important;
}

/* Month view improvements */
.datepicker table tr td.month {
  padding: 12px 5px !important;
  font-size: 14px !important;
}

.datepicker table tr td.month:hover {
  background: #f5f5f5 !important;
}

.datepicker table tr td.month.active {
  background-color: #ee4424 !important;
  color: #fff !important;
}

/* Weekday headers */
.datepicker table thead tr th.dow {
  color: #666 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 8px 0 !important;
}

/* Navigation arrows */
.datepicker .prev::after,
.datepicker .next::after {
  font-size: 18px !important;
}

/* Datepicker dropdown positioning */
.datepicker.dropdown-menu {
  margin-top: 5px !important;
}

/* Animation for datepicker */
.datepicker {
  animation: fadeInScale 0.2s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Responsive improvements for mobile */
@media (max-width: 576px) {
  .datepicker {
    font-size: 14px !important;
  }

  .datepicker table tr td {
    padding: 8px 6px !important;
  }

  .datepicker .datepicker-switch {
    font-size: 14px !important;
  }
}

/* Loyalty benefits section */
.loyalty-benefits {
  padding: 40px 0;
}

.loyalty-benefits h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}

.benefit-item {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(238, 68, 36, 0.15);
}

.benefit-item h5 {
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.benefit-item p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Card validation message styles */
.card-validation-message {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: block;
}

.card-validation-message.valid {
  color: #28a745;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.card-validation-message.invalid {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.card-validation-message.validating {
  color: #666;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}

.card-validation-message:empty {
  display: none;
  padding: 0;
  margin: 0;
}

/* Phone input with prefix */
.phone-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.phone-prefix {
  padding: 12px 15px;
  background-color: #f5f5f5;
  border-right: 1px solid #ddd;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.phone-input-wrapper input {
  flex: 1;
  border: none !important;
  padding: 12px 15px;
  font-size: 16px;
  outline: none;
}

.phone-input-wrapper input:focus {
  box-shadow: none;
}

.phone-input-wrapper:focus-within {
  border-color: #ee4424;
}

/* Responsive design */
@media (max-width: 768px) {
  .loyalty-title {
    font-size: 2rem;
  }

  .loyalty-form-wrapper {
    padding: 25px;
  }

  .loyalty-benefits h3 {
    font-size: 1.6rem;
  }

  .benefit-item {
    margin-bottom: 20px;
  }
}
