#gtco-menu {
  padding: 60px 0;
  background: #f8f8f8;
}

.heading-section {
  margin-bottom: 40px;
}
  .open-hours span:last-child {
    font-family: monospace;
  }
.heading-section .subheading {
  font-size: 18px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}

/* Navigation Tabs Styling */
.nav-pills .nav-link {
  border: none;
  border-radius: 0;
  color: #555;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.nav-pills .nav-link:hover {
  background-color: #eaeaea;
  color: #333;
}

.nav-pills .nav-link.active {
  background-color: #333;
  color: #fff;
}

/* Menu Item Styling */
.menu-wrap {
  margin-bottom: 40px;
}

.heading-menu h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  display: inline-block;
  padding-bottom: 5px;
}
.scroll-container {
  will-change: transform;
}
/* Default styles for desktop view */
.add-to-cart {
  position: absolute;
  right: 10px;
  top: 65%;
  transform: translateY(-50%);
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  cursor: pointer;
}

/* Responsive styles for mobile view */
@media (max-width: 767px) {
  .menus {
    position: relative; /* Make the parent div position relative to contain the absolute button */
  }

  .add-to-cart {
    position: static;  /* Remove absolute positioning */
    margin-top: 10px;   /* Add space between the price and the button */
    width: 100%;        /* Make the button take up the full width on mobile */
    text-align: center; /* Center align the button text */
    top: auto;          /* Remove the top property for mobile */
    right: auto;        /* Remove the right property for mobile */
    transform: none;    /* Remove the transform for mobile */
  }
}

.add-to-cart:hover {
  background-color: #0056b3;
}
.menus {
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
}

.menus:hover {
  transform: translateY(-3px);
}

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

.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Text and Price Styling */
.text-wrap {
  width: calc(100% - 90px);
}

.text-wrap h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  margin-left:20px;
}
.menus .text-wrap p.menu-price {
  font-size: 20px;
  font-weight: 700;
  color: #2d678f;
  margin-top: 5px;
}
.menu-price {
  font-size: 24px;        /* Bigger font size for prices */
  font-weight: 700;
  color: #2c99e2;         /* Blue color */
  margin-top: 5px;
}
span.menu-price {
  font-size: 18px;        /* Bigger font size for prices */
  font-weight: 700;
  color: #2c99e2;        /* Blue color */
  margin-top: 5px;
  margin-left: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus {
  background-color: #d8a90d !important;
  border-color: #d8a90d !important;
  color: #fff !important;
}

.text-wrap p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #777;
  margin-left:20px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .nav-pills {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .text-wrap {
    width: 100%;
    margin-top: 10px;
  }
  
  .menus {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .menu-img {
    margin-bottom: 10px;
  }
}
/* Ensure the product block reserves space for the button */

html {
  overflow-x: hidden;
 font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif; }

body{
  font-weight: 500;
  color: #000;
  background-color: #f8f8f8;
  font-style: normal;
padding-top: 90px; }

.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: #0284ee; }

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

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

a {
  color: #0284ee;}

a:focus,
button:focus {
  outline: none;
}


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

.btn-icon {
  display: inline-flex;
  align-items: center; }
  .btn-icon .lnr {
    font-size: 30px;
    margin-right: 10px; }

.boxed-page {
  position: relative;
  border-color: #ededed;
  background-color: #fff; }
  .boxed-page .section-padding {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .boxed-page .section-padding {
      padding-top: 130px;
      padding-bottom: 130px; } }



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

.img-cover {
  object-fit: cover;
  object-position: center; }


  .navbar-brand-center img {
    height: 50px; }

.footer-logo {
  height: 50px; }

.nav-link {
  color: #000;
  font-size: 18px;
  font-family: "Edu AU VIC WA NT Pre", cursive; transition: color 0.3s ease-in-out;}
  

/* HEADER: force fixed across all viewports */
#navbar-header {
  position: fixed;         /* was: sticky */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;           /* above .sidenav (1002) and #canvas-overlay (1001) */
  background: white;
  height: 90px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease-in-out;
}

  #navbar-header .navbar-nav .dropdown-menu {
    border: none;
    border-bottom: 2px solid #1a7ecf;
    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%; }
  #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: #d8a90d;
  border-color: #d8a90d;
  color: #fff;
  border-radius: 30px;
  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; }
  .btn-primary:hover {
    background-color: #0284ee;
    border-color: #0284ee;
    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; }
  @media (min-width: 992px) {
    .hero {
      height: calc(100vh - 130px); } }

.hero-info {
  padding-top: 60px; }
  @media (min-width: 1420px) {
    .hero-info {
      padding-top: 140px; } }
  .hero-info li {
    padding-right: 15px;
    padding-left: 15px; }
  .hero-info .lnr {
    display: block;
    font-size: 32px;
    margin-bottom: 15px; }

.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; }

.heading-section {
  margin-bottom: 30px; }

  

/*=================================
=            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: #0284ee;
    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: 12px;
  height: 12px;
  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: transparent;
    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 .3s ease-in-out; }
  .section-separator {
    width: 100%;
    background: #ffffff ;
    margin: 80px 0; /* Adjust the spacing between sections */
  }
.team-social-links {
  opacity: 0;
  transition: all .3s ease-in-out; }

/* Scroll container with fixed height */
.scroll-container {
  max-height: 550px; /* Fixed height */
  overflow-y: auto;  /* Enable vertical scroll */
  overflow-x: hidden; /* Prevent horizontal scrolling */
  padding-right: 15px; /* Optional: add some space for scrollbar */
  scrollbar-width: thin; /* Optional: Customize the scrollbar style */
}
.gallery-item {
  position: relative; /* To maintain image structure */
  overflow: hidden; /* Hide overflow if images are too large */
}
#cart-icon {
  position: absolute;  /* was: fixed in one place */
  right: 20px;
  top: 22px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  z-index: 1200;
}
#cart-icon i {
  font-size: 1.5rem;
}
/* The cart count bubble */
#cart-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 0.8rem;
}
/* Category pills stick below the fixed header */
#menuTabs {
  position: sticky;
  top: 100px;            /* header (90px) + a bit of gap */
  z-index: 5;
  background: #f8f8f8;
  padding: 10px 0;
}

.gallery-item img {
  width: 100%; /* Make the image take up the full width of its container */
  height: 100%; /* Make the image take up the full height of its container */
  object-fit: cover; /* Ensures the image covers the space without distortion */
}
html {
  scroll-behavior: smooth;
}
/* ==== Cart Page Styling ==== */
body.cart-page {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.cart-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.cart-container h2 {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 600;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th,
.cart-table td {
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}

.cart-table th {
  background-color: #f1f1f1;
  font-weight: 600;
}

.cart-table td input.quantity-input {
  width: 70px;
  margin: 0 auto;
  text-align: center;
}

.cart-total-row {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #f9f9f9;
}

.btn-remove-item {
  padding: 5px 10px;
  font-size: 0.85rem;
}

.cart-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cart-buttons .btn {
  min-width: 180px;
}
/* Full-screen notification */
.order-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
tr.done {
  background-color: #d4edda !important; /* light green */
  color: #155724;
}

/* Style the "Mark as Done" button */
.done-btn {
  padding: 6px 12px;
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.done-btn:hover {
  background-color: #ddd;
}

tr.done .done-btn {
  background-color: #4CAF50;
  color: white;
  border-color: #4CAF50;
}
.notification-content {
  background: #333;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 80%;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.close-btn:hover {
  background-color: darkred;
}


.btn-danger {
  color: #fff;
  background-color: #ffffff;
  border-color: #dc3545;
}
/*=====  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: .4;
  visibility: visible; }

/*=====  End of SideNav  ======*/
/*======================================
=            Special Dishes            =
======================================*/
#gtco-galleri .special-number {
  position: relative;
  font-size: 60px; }
  #gtco-galleri .special-number:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 200px;
    height: 1px;
    background: #000; }

#gtco-galleri h3 span {
  color: #0284ee; }

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

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

@media (max-width: 992px) {
  .hero {
    height: 100%; }
  .boxed-page {
    padding-top: 10px; }
  #navbar-header {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    padding-top: 10px; }
    .navbar-collapse .nav-link {
      color:#d8a90d !important; 
    }
    #navbar-header .dropdown-menu {
      box-shadow: none !important; }
    #navbar-header .navbar-collapse {
      margin-top: 15px;
   }
  .only-mobile {
    display: block !important; }
  .only-desktop {
    display: none !important; }
  .menu-wrap {
    margin-bottom: 30px; }
  .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  ======*/
