/* Restoria - Restaurants HTML Template */


/* TABLE OF CONTENT 

1.Main Header style
2.Hidden Sidebar style
3.Hidden info bar style
4.Banner Slider Section
5.Title Box Section
6.We Offer Section
7.Story Section
8.Special Dish Section
9.Menu Section Tab Style
10.Special Offer Section
11.Testimonials Section
12.Reservation Section
13.Team Section
14.Intro Section
15.News Section
16.IG post Section
17.Main Footer
18.Inner page Banner Section
19.Fluid Section
20.Services Section
21.Testimonials two Section
22.Why Us Two Section
23.Chef Section 1
24.Image Gallery Section
25.Menu Section - menu style 1
26.Menu Section - menu style 2
27.Special Offer Section
28.Special Dish Section
29.Menu Two Section
30.Contact Page
31.Chef Page
32.Masonary Gallery
33.Hamburger section

*/

/*** 

====================================================================
      Fonts
====================================================================

 ***/


@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');


/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: none;
  min-height: 0;
  z-index: 999;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header.header-down {
  top: 0;
}

.fixed-header.header-up {
  top: -175px;
}

.main-header .auto-container {
  max-width: 1780px;
  padding: 0 20px;
}

.header-top {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  color: #ffffff;
  border-bottom: 1px solid var(--white-color-opacity-four);
  display: none;
}

.header-top .top-left {
  position: relative;
  float: left;
  line-height: 30px;
}

.header-top .top-info {
  position: relative;
}

.header-top .top-info li {
  position: relative;
  float: left;
  margin-right: 70px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.header-top .top-info li:last-child {
  margin-right: 0;
}

.header-top .top-info li .icon {
  position: relative;
  padding-right: 5px;
}

.header-top .top-info li:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--main-color);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-top .top-info li:last-child:after {
  display: none;
}

.header-top .top-info li a {
  position: relative;
  display: block;
  line-height: 30px;
  color: #ffffff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-top .top-info li a:hover {
  color: var(--main-color);
}

.header-top .top-right {
  position: relative;
  float: right;
  line-height: 30px;
}

.main-header .header-upper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header .header-upper {
  position: relative;
  /*top: 0;*/
  /*background: #202020;
  border-bottom-color: rgba(0,0,0,0.15);*/
  /* backdrop-filter: blur(9px); */
  background-color: #ffffff;
}

.header-two.fixed-header .header-upper {
  background: #ffffff;
}

.main-header ul,
.main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box {
  position: relative;
  padding: 0px;
}

.main-header .main-box .logo-box {
  position: relative;
  display: block;
  float: left;
  padding: 30px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.fixed-header .main-box .logo-box {
  padding: 20px 0px;
}

.fixed-header .main-menu .navigation>li {
  padding: 10px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>ul {
  top: 134%;
}

.main-header.fixed-header .header-upper .links-box {
  padding: 15px 0px;
}

.main-header .main-box .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  display: block;
  height: 66px;
  z-index: 1;
}

.main-header .nav-box {
  position: static;
  float: right;
}

.main-header .header-upper .links-box {
  position: relative;
  float: left;
  padding-top: 38px;
  padding-bottom: 38px;
  margin-left: 150px;
}

.main-header .header-upper .links-box .link {
  position: relative;
  float: left;
  margin-left: 50px;
}

.main-header .header-upper .links-box .link:first-child {
  margin-left: 0;
}

.main-header .info-btn {
  position: relative;
  cursor: pointer;
  background: none;
  font-size: 16px;
  color: var(--white-color);
  padding-top: 15px;
  line-height: 34px;
}

.main-header .info-btn img {
  height: 20px;
}

.main-header .nav-toggler {
  position: relative;
  float: left;
  left: 0;
  top: 0;
  padding: 0;
  margin-top: 40px;
  margin-left: 20px;
  display: none;
}

.fixed-header .nav-toggler {
  margin-top: 18px;
}

.main-header .nav-toggler button {
  position: relative;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #e1e1e1;
  font-size: 16px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}

.main-header .nav-toggler button img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main-header .nav-outer {
  position: static;
  float: left;
}

.main-menu {
  position: static;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
}

.main-menu .navigation {
  position: static;
  z-index: 1;
}

.main-menu .navigation>li {
  position: static;
  display: block;
  float: left;
  padding: 30px 0px;
  margin-left: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--white-color);
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown {
  position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu {
  position: static;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 20px;
}

.main-menu .navigation>li.dropdown>a:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 18px;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  z-index: 5;
}

.main-menu .navigation>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  height: 5px;
  border-top: 1px solid var(--main-color);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a:before {
  right: 20px;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  color: var(--main-color);
  text-decoration: none;
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: -35px;
  top: 100%;
  width: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
  opacity: 1;
  text-align: left;
  background: var(--color-two);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul {
  left: 0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 20px;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul .auto-container {
  max-width: 1200px;
}

.main-menu .navigation>li .mega-menu {
  position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 100%;
  background: var(--color-two);
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  background: var(--color-two);
}

.main-menu .navigation>li .mega-menu .menu-inner {
  position: relative;
}

.main-menu .navigation>li .mega-menu .row {
  margin: 0 -25px;
}

.main-menu .navigation>li .mega-menu .menu-block {
  position: relative;
  padding: 0 25px;
  margin-bottom: 30px;
  text-align: center;
}

.main-menu .navigation>li .mega-menu .menu-block .image {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image {
  border-color: var(--main-color);
  border-radius: 300px 300px 0 0;
}

.main-menu .navigation>li .mega-menu .menu-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image img {
  transform: scale(1.05);
  border-radius: 300px 300px 0 0;
}

.main-menu .navigation>li .mega-menu .menu-block .title {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.main-menu .navigation>li .mega-menu .menu-block .title a {
  position: relative;
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .title a {
  color: var(--main-color);
}

.main-menu .navigation>li>ul>li {
  position: relative;
  margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li:last-child {
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: capitalize;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 0px;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>a:before {
  content: '';
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  height: 12px;
  width: 12px;
  /*background-color: var(--main-color);*/
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li.current>a:before {
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
  color: var(--main-color);
  padding-left: 55px;
}


.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 2px;
  width: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
  opacity: 1;
  text-align: left;
  background: var(--color-two);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li>ul:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: capitalize;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
  content: '';
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--main-color);
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li.current>a:before {
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 0px;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
  color: var(--main-color);
  padding-left: 55px;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
  overflow-y: hidden;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: var(--black-color-opacity);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  background: var(--color-two);
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.hidden-bar.visible-sidebar {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
  list-style-type: none;
  margin: 0px;
}

.hidden-bar .inner-box {
  position: relative;
  background-color: var(--color-two);
  padding-top: 75px;
  padding-bottom: 50px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: var(--white-color);
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.hidden-bar .inner-box .cross-icon:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.hidden-bar .inner-box .logo-box {
  position: relative;
  line-height: 50px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.hidden-bar .inner-box .logo-box img {
  position: relative;
  max-height: 120px;
}

.hidden-bar h5 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hidden-bar h5::before,
.hidden-bar h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.hidden-bar .info {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden-bar .info li {
  position: relative;
  line-height: 1.6em;
  color: var(--color-one);
  margin-bottom: 10px;
}

.hidden-bar .info li:last-child {
  margin-bottom: 0;
}

.hidden-bar .info li a {
  color: var(--color-one);
}

.hidden-bar .info li a:hover {
  color: var(--main-color);
}

.hidden-bar .separator {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden-bar .separator span {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border: 1px solid var(--main-color);
  margin: 0 auto;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden-bar .booking-info {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden-bar .booking-info .bk-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no {
  position: relative;
  font-size: 30px;
  color: var(--main-color);
  line-height: 1em;
}

.hidden-bar .booking-info .bk-no a {
  position: relative;
  display: inline-block;
  color: var(--main-color);
}

.hidden-bar .booking-info .bk-no a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: -7px;
  height: 5px;
  opacity: 0;
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.hidden-bar .booking-info .bk-no a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.hidden-bar .side-menu {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 100px;
}

.hidden-bar .side-menu ul {
  position: relative;
  border-top: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li a {
  position: relative;
  color: var(--white-color);
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
  color: var(--main-color);
}

.hidden-bar .side-menu ul li>a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  height: 12px;
  width: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hidden-bar .side-menu ul li:hover>a:before,
.hidden-bar .side-menu ul li.current>a:before {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul li.current>a {
  color: var(--main-color);
  padding-left: 20px;
}

.hidden-bar .side-menu ul li ul li:last-child {
  border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander {
  position: absolute;
  top: 10px;
  right: 0px;
  background: none;
  color: var(--white-color);
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: right;
  line-height: 30px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i {
  font-weight: 700;
}


/*** 

====================================================================
  Hidden info bar style
====================================================================

***/

.info-bar {
  position: fixed;
  right: -440px;
  top: 0px;
  width: 100%;
  max-width: 440px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  background: var(--color-two) url(../images/resource/pattern-dar.png) center top repeat;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.info-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--black-color-opacity-two);
  visibility: hidden;
  z-index: 9990;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.side-content-visible .info-back-drop {
  opacity: 1;
  visibility: visible;
}

.side-content-visible .info-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.info-bar .inner-box {
  position: relative;
  background: var(--color-two) url(../images/resource/pattern-dar.png) center top repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.info-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: var(--white-color);
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.info-bar .inner-box .cross-icon:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.info-bar .inner-box .logo-box {
  position: relative;
  line-height: 50px;
  margin-bottom: 35px;
}

.info-bar .inner-box .logo-box img {
  position: relative;
  max-height: 200px;
}

.info-bar .inner-box .image-box {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 45px;
  border-radius: 300px 300px 0 0;
  display: inline-block;
}

.info-bar .inner-box .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 300px 300px 0 0;
}

.info-bar .inner-box .image-box::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 300px 300px 0 0;
  z-index: 100;
}


.info-bar h5 {
  position: relative;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.info-bar h5::before,
.info-bar h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.info-bar .info {
  position: relative;
  color: var(--white-color);
}

.info-bar .info li {
  position: relative;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.info-bar .info li:last-child {
  margin-top: 30px;
}

.info-bar .info li a {
  color: var(--white-color);
}

.info-bar .info li a:hover {
  color: var(--main-color);
}

.info-bar .info li .ib-ttl {
  text-transform: uppercase;
  color: var(--color-three);
}

.info-bar .booking-info {
  position: relative;
}

.info-bar .booking-info .bk-no {
  position: relative;
  color: var(--main-color);
  line-height: 1em;
}

.info-bar .booking-info .bk-no a {
  position: relative;
  display: inline-block;
  color: var(--main-color);
}

.info-bar .booking-info .bk-no a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: -8px;
  height: 5px;
  opacity: 0;
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: 1px solid var(--main-color);
}

.info-bar .booking-info .bk-no a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}


/*** 

====================================================================
  video hero Section
====================================================================

***/

/* hero video css start */

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

.bg-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

video {
  /*min-width: 100%;
  min-height: 100vh;
  z-index: 1;*/
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;*/
  z-index: 2;
}

.bg-video-wrap .auto-container {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;

}

.bg-video-wrap .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding-top: 50px;
  padding-bottom: var(--padding-bottom-50);
  height: 380px;
  min-height: 100vh;
  z-index: 10;
}


.bg-video-wrap .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.bg-video-wrap .inner {
  position: relative;
  display: block;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.bg-video-wrap .subtitle {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: var(--font-12);
  letter-spacing: 0.40em;
  margin-bottom: var(--margin-bottom-10);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}


.bg-video-wrap .pattern-image {
  position: relative;
  width: 100px;
  margin: 0 auto;
  /*margin-bottom: var(--margin-bottom-30);*/
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}


.bg-video-wrap .subtitle,
.bg-video-wrap .pattern-image {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 500ms;
  -ms-transition: all 1000ms ease 500ms;
  -o-transition: all 1000ms ease 500ms;
  -moz-transition: all 1000ms ease 500ms;
  transition: all 1000ms ease 500ms;
}

.bg-video-wrap h1 {
  position: relative;
  font-size: 130px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.0em;
  margin: 0px 0px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.bg-video-wrap h1 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 240px;
  text-transform: none;
  line-height: 0.2;
}


.bg-video-wrap .text {
  position: relative;
  display: block;
  font-size: var(--font-20);
  margin-top: var(--margin-top-10);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}




/* hero video css end */


.bg-video-wrap .book-btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 141px;
  /* full badge size */
  height: 141px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/resource/book-badge.png) no-repeat center center;
  background-size: contain;
  text-decoration: none;
  /* remove underline if any */
}

.bg-video-wrap .book-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 141px;
  height: 141px;
  background: url(../images/resource/book-badge.png) no-repeat center center;
  background-size: contain;
  /* ensures the image fits */
  z-index: 0;
}

.bg-video-wrap .book-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  z-index: 1;
}

.bg-video-wrap .book-btn .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}



/* Parent container to position it inside the banner */
.bg-video-wrap .banner-social-list {
  position: absolute;
  left: 30px;
  /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  /* stack vertically */
  align-items: center;
  gap: 10px;
  z-index: 10;
}

/* Top and bottom vertical lines */
.banner-social-list .line {
  width: 1px;
  height: 25px;
  background-color: var(--white-color);
}

/* Vertical list */
.banner-social-list .custom-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}

.banner-social-list .custom-ul li {
  position: relative;
  font-size: 14px;
  color: var(--white-color);
  padding: 0 5px;
  transform: rotate(-90deg);
  transform-origin: center center;
}

.banner-social-list .custom-ul li a {
  color: var(--white-color);
}

.banner-social-list .custom-ul li a:hover {
  color: var(--main-color);
}


/* Add star only to non-last items */
.banner-social-list .custom-ul li:not(:first-child)::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icons/star-element.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}


/* Container positioning */
.bg-video-wrap .banner-call {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
  /* space between lines and text */
  z-index: 10;
}

/* Lines (above and below text) */
.banner-call .line {
  width: 1px;
  height: 25px;
  background-color: var(--white-color);
}

/* List styling */
.banner-call .call-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-call .call-ul li {
  transform: rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  /* prevent wrapping */
}

.banner-call .call-ul li a {
  font-size: 14px;
  color: var(--white-color);
  text-decoration: none;
}

.banner-call .call-ul li a:hover {
  color: var(--main-color);
}


/*** 

====================================================================
  Title Box Section
====================================================================

***/

.title-box {
  position: relative;
  padding-bottom: 30px;
}

.title-box.centered {
  margin: 0 auto;
  text-align: center;
}

.title-box .subtitle {
  position: relative;
  display: inline-flex;
  /* Make it inline so it wraps only around content */
  align-items: center;
  /* Vertically center the SVGs and text */
  gap: 8px;
  /* Space between SVG and text */
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 0.20em;
  line-height: 1em;
  margin-bottom: 10px;
}


.title-box .subtitle::before,
.title-box .subtitle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}


.title-box .title-badge {
  width: 205px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px 0;
}


.title-box h2 {
  position: relative;
  margin-bottom: 0;
}

.title-box h3 {
  position: relative;
  margin-bottom: 0;
}

.title-box .text {
  position: relative;
  line-height: 1.85em;
}

.title-box.centered .text {
  max-width: 420px;
  margin: 0 auto;
}

/*** 

====================================================================
  We Offer Section
====================================================================

***/

.we-offer-section {
  position: relative;
  background: var(--color-one);
}

.we-offer-section .auto-container {
  max-width: 1600px;
}

.offer-block {
  position: relative;
  display: flex;
}

.offer-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
  max-width: 440px;
}

.offer-block:nth-child(1) {
  justify-content: flex-start;
  /* default: left */
}

.offer-block:nth-child(2) {
  justify-content: center;
  /* center align */
}

.offer-block:nth-child(3) {
  justify-content: flex-end;
  /* right align */
}

.offer-block .inner-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 500px 500px 0 0;
}

.offer-block .inner-box .image {
  position: relative;
  display: inline-block;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}

.offer-block .inner-box .image img {
  display: block;
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
}

.offer-block .inner-box .image::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  border-radius: 500px 500px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}


.offer-block .inner-box .image:after {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.offer-block .inner-box:hover .image:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.offer-block .inner-box:hover .image:before {
  transform: rotateY(180deg);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.offer-block .inner-box .image img {
  position: relative;
  display: block;
  /*width: 100%;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offer-block .inner-box:hover .image img {
  transform: scale(1.04, 1.04);
}

.offer-block h3 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.offer-block h3 a {
  color: var(--white-color);
}

.offer-block .more-link {
  position: relative;
  padding-top: 20px;
}

.offer-block .more-link a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-bottom: 4px;
}

.offer-block .more-link a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: -4px;
  height: 4px;
  opacity: 0;
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: 1px solid var(--main-color);
}

.offer-block .more-link a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.offer-block .more-link a:hover {
  color: var(--white-color);
  border-color: var(--white-color);
}

.we-offer-section .bg-text {
  font-size: 730px;
  line-height: 0.5em;
}

/*** 

====================================================================
  Story Section
====================================================================

***/

.story-section {
  position: relative;
  background-color: var(--color-eight);
}

.story-section .title-box {
  max-width: 1050px;
  margin-bottom: 10px;
}


.story-section .text-col {
  position: relative;
  z-index: 1000;
}

.story-section.home-page .title-box h2 {
  font-size: 70px;
}

.story-section .title-box h2 img {
  border-radius: 300px;
  margin: 0 10px;
}


.story-section .text-col .inner {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-right: 90px;
  text-align: left;
}

.story-section .feature-info {
  position: relative;
  padding: 30px 0 60px 0;
  display: flex;
}

.story-section .feature-info .feature-info-box {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

.story-section .feature-info .feature-info-box .feature-title {
  display: flex;
  align-items: center;
  text-align: left;
}

.story-section .feature-info .feature-info-box .feature-title h6 {
  padding-left: 15px;
}

.story-section .feature-info .feature-info-box .infotext {
  font-size: 15px;
  line-height: 1.5em;
  padding: 20px 0 0 0;
  color: var(--color-three);
}

.story-section .feature-info .feature-info-box:hover .feature-title img {
  transform: rotateY(180deg);
  transition: transform 0.4s ease;
}

.story-section .booking-info {
  position: relative;
  display: flex;
}

.story-section .booking-info .bk-title {
  position: relative;
  text-transform: capitalize;
  margin-top: -5px;
  padding-right: 40px;
}

.story-section .booking-info .bk-no {
  font-size: 20px;
  color: var(--main-color);
  line-height: 1em;

}

.story-section .booking-info .bk-no a {
  color: var(--main-color);
  padding-bottom: 5px;
}

.story-section .booking-info .bk-no a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: 0px;
  height: 5px;
  opacity: 0;
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.story-section .booking-info .bk-no a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.hidden-bar .booking-info .bk-no a:hover::before {
  opacity: 1;
}

.story-section .image-col {
  position: relative;
}

.story-section .image-col .inner {
  position: relative;
  display: block;
}


.story-section .image-col .images {
  position: relative;
}

.story-section .image-col .images img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border-radius: 100% 100% 0 0;

}

.story-section .image-col .image {
  position: relative;
  display: inline-block;
}

.story-section .image-col .image::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 100% 100% 0 0;
  z-index: 100;
}


.side-image.storyside-img {
  left: 0;
  bottom: 70px;
}



/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.special-dish {
  position: relative;
  background: var(--color-five);
}

.special-dish .right-bg {
  position: absolute;
  right: 0;
  bottom: 140px;
}

.special-dish .bottom-image {
  position: absolute;
  right: 0;
  bottom: -170px;
  z-index: 1;
}

.special-dish .outer-container {
  position: relative;
}

.special-dish .row {
  margin: 0 0;
}

.special-dish .image-col {
  position: relative;
  padding: 0 0;
}

.special-dish .image-col .inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.special-dish .image-col .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.special-dish .image-col .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-dish .image-col .image {
  position: relative;
  display: none;
}

.special-dish .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.special-dish .content-col {
  position: relative;
  padding: 0 0;
}

.special-dish .content-col .inner {
  position: relative;
  display: block;
  max-width: 600px;
  padding: 225px 20px 225px 130px;
}

.special-dish .content-col .badge-icon {
  position: absolute;
  left: -60px;
  top: 0;
}

.special-dish .title-box {
  margin-bottom: 40px;
}

.special-dish .price {
  position: relative;
  line-height: 30px;
}

.special-dish .price .old {
  position: relative;
  font-size: 18px;
  color: var(--color-three);
  padding-right: 20px;
}

.special-dish .price .new {
  position: relative;
  font-size: 24px;
  color: var(--main-color);
}

.special-dish .content-col .link-box {
  padding-top: 40px;
}

/*** 

====================================================================
  Menu Section Tab Style
====================================================================

***/

.menu-section {
  position: relative;
  overflow: hidden;
  background-color: var(--color-two);
}

.tabs-box {
  position: relative;
}

.tabs-box .tab-buttons {
  position: relative;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tabs-box .tabs-content {
  position: relative;
  background-color: var(--color-two);
  background-image: url(../images/background/menu-bg-paper.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}



.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
  padding: 60px 40px;
}

.tabs-box .tabs-content .active-tab {
  display: block;
}

.menu-tabs {
  position: relative;
}

.menu-tabs .buttons {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.menu-tabs .buttons .tab-buttons {
  position: relative;
  text-align: center;
  font-family: var(--font-family-Fraunces);
}

.menu-tabs .buttons .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: var(--font-family-Urbanist);
}

.menu-tabs .buttons .tab-buttons .tab-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  border-top: 1px solid var(--main-color);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.menu-tabs .buttons .tab-buttons .tab-btn.active-btn:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-tabs .buttons .tab-buttons .tab-btn:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 36px;
  top: 50%;
  margin-top: -8px;
  height: 14px;
  width: 14px;
  background: url(../images/icons/star-element.svg) no-repeat;
}

.menu-tabs .buttons .tab-buttons .tab-btn:last-child:after {
  display: none;
}

.tabs-box .tabs-content .tab .row {
  display: flex;
  align-items: center;
  /* This vertically centers the two columns */
  flex-wrap: wrap;
  /* Ensures responsiveness for smaller screens */
}

.menu-tabs .menu-col .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertical centering inside the column */
  height: 100%;
  padding-left: 70px;
}

.menu-tabs .menu-col.img-col {
  text-align: center;
  padding-top: 30px;
}

.menu-tabs .menu-col.img-col .inner {
  display: block;
}

.menu-tabs .menu-col:nth-child(2) .inner {
  padding-right: 0;
  border-right: none;
}

.menu-tabs .menu-col:nth-child(2) .inner:after {
  display: none;
}

.menu-tabs .menu-col.img-col .image {
  position: relative;
  display: inline-block;
}

.menu-tabs .menu-col.img-col .image img {
  display: block;
  border-radius: 300px 300px 0 0;
  position: relative;
  z-index: 1;
}

.menu-tabs .menu-col.img-col .image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 300px 300px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.menu-tabs .dish-block {
  position: relative;
  margin-bottom: 35px;
}

.menu-tabs .dish-block:last-child {
  margin-bottom: 0;
}

.menu-tabs .dish-block .inner-box {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  padding-top: 10px;
}

.menu-tabs .dish-block .dish-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 400px;
  overflow: hidden;
}

.menu-tabs .dish-block .dish-image img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 400px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-tabs .dish-block .inner-box:hover .dish-image img {
  transform: rotate(90deg);
}

.menu-tabs .dish-block .title {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
}

.menu-tabs .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
}

.menu-tabs .dish-block .title .ttl {
  position: relative;
  float: left;
  padding-right: 10px;
  text-transform: capitalize;
}

.menu-tabs .dish-block .title .ttl a {
  color: var(--white-color);
}

.menu-tabs .dish-block .title .ttl a:hover {
  color: var(--main-color);
}

.menu-tabs .dish-block .title .ttl .s-info {
  position: relative;
  display: inline-block;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  color: var(--black-color);
  background: var(--main-color);
  margin-left: 8px;
}

.menu-tabs .dish-block .title .price {
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  padding-left: 5px;
}

.menu-tabs .dish-block .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-three);
}

.menu-tabs .dish-block .desc a {
  color: var(--color-three);
}

.menu-section .open-timing {
  position: relative;
  text-align: center;
}

.menu-section .open-timing .hours {
  position: relative;
  padding: 25px 0;
}


/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer {
  position: relative;
  background: var(--color-two);
}

.special-offer .outer-container {
  position: relative;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.offer-block-two {
  position: relative;
  margin-bottom: 30px;
}

.special-offer .owl-theme .offer-block-two {
  margin-bottom: 0;
}

.offer-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.offer-block-two .inner-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: var(--main-color);
  border-radius: 500px 500px 0 0;
}

.offer-block-two .inner-box .image img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.offer-block-two .inner-box:hover .image img {
  opacity: 0.60;
  transform: scale(1.05, 1.05) rotate(2deg);
}

.offer-block-two .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.offer-block-two .inner-box:hover .image::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.offer-block-two .cat-name {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
}

.offer-block-two h5 {
  position: relative;
  margin-bottom: 10px;
}

.offer-block-two h5 a {
  color: var(--white-color);
}

.offer-block-two h5 a:hover {
  color: var(--main-color);
}

.offer-block-two .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-three);
  margin-bottom: 15px;
}

.offer-block-two .price {
  position: relative;
  font-size: 16px;
  color: var(--main-color);
}

.special-offer .lower-link-box {
  margin-top: 40px;
}

.special-offer .owl-theme .owl-dots {
  display: none;
}

.special-offer .owl-theme .owl-nav {
  position: absolute;
  left: -100px;
  right: -100px;
  height: 0;
  top: 50%;
  margin-top: -22px;
}

.special-offer .owl-theme .owl-nav .owl-next,
.special-offer .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next span,
.special-offer .owl-theme .owl-nav .owl-prev span {
  position: relative;
  z-index: 1;
}

.special-offer .owl-theme .owl-nav .owl-next:before,
.special-offer .owl-theme .owl-nav .owl-prev:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color-opacity-four);
  border-radius: 100px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next {
  right: 15px;
}

.special-offer .owl-theme .owl-nav .owl-prev {
  left: 15px;
}

.special-offer .owl-theme .owl-nav .owl-next:hover,
.special-offer .owl-theme .owl-nav .owl-prev:hover {
  color: var(--black-color);
}

.special-offer .owl-theme .owl-nav .owl-next:hover:before,
.special-offer .owl-theme .owl-nav .owl-prev:hover:before {
  background: var(--main-color);
}

.side-image.specialoffer-img {
  right: -30px;
  top: -200px;
  z-index: 100;
}

.special-offer .bg-text {
  font-size: 500px;
  line-height: 0.5em;
}


/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section {
  position: relative;
  background: var(--color-eight);
}

.testimonials-section .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.testimonials-section .auto-container {
  max-width: 1600px;
}

.testimonials-section .carousel-img-col {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  /* Adjust this to control overlap */
  z-index: 1;
  padding: 0;
}

.testimonials-section .carousel-img-col img {
  width: 100%;
  border-radius: 200px 0 0 0;
}

.testimonials-section .carousel-img-col .carousel-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}


.testimonials-section .carousel-img-col .carousel-image .image-layer {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 200px 0 0 0;
}

.testimonials-section .carousel-img-col .carousel-image .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.testimonials-section .carousel-col {
  position: relative;
  border: solid 1px var(--main-color);
  border-radius: 0 200px 0 0;
  background: rgba(1, 11, 10, 0.7);
  padding: 80px;
  z-index: 100;
}

.testimonials-section .carousel-box {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-section .testi-top {
  position: relative;
  text-align: center;
}

.testimonials-section .testi-top .quote-text {
  position: relative;
  line-height: 1.6em;
  font-size: 20px;
}

.testimonials-section .thumbs-carousel-box {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}

.testimonials-section .testi-thumbs {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-section .testi-thumbs .owl-stage-outer {
  overflow: visible;
}

.testimonials-section .testi-thumbs .image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
  -ms-transform: scale(0.80);
  transform: scale(0.80);
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.testimonials-section .testi-thumbs .active .image {
  -ms-transform: scale(1);
  transform: scale(1);
  border: solid 2px var(--main-color);
}

.testimonials-section .testi-thumbs .auth-title {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.20em;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .active .auth-title {
  opacity: 1;
  visibility: visible;
}

.testimonials-section .owl-theme .owl-nav,
.testimonials-section .owl-theme .owl-dots {
  display: none;
}



/*** 

====================================================================
  Reservation Section - Common css and other css for different options
====================================================================

***/

.reserve-section {
  position: relative;
}

.reserve-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.50;
}

.reserve-section .outer-box {
  position: relative;
  z-index: 1;
}

.reserve-section .outer-box>.row {
  margin: 0 0;
}

.reserve-section .reserv-col {
  position: relative;
  padding: 0 0;
}

.reserve-section .reserv-col .inner {
  position: relative;
  min-height: 100%;
}

.reserve-section .reserv-col .title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.reserve-section .reserv-col .title h2 {
  line-height: 1.2em;
}

.reserve-section .reserv-col .request-info a {
  color: var(--main-color);
}

.reserve-section .reserv-col .request-info a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.reserve-section .reserv-col form .row {
  margin: 0 -10px;
}

.reserve-section .reserv-col form .row .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}

.reserve-section .reserv-col form .btn-style-one {
  display: block;
  width: 100%;
}

.reserve-section .reserv-col form .btn-style-one .btn-wrap .text-two,
.reserve-section .reserv-col form .btn-style-one .btn-wrap {
  width: 100%;
}


/* reservation split style ( common css used from above css) */
.reserve-section.splitscreen .graphic-col .graphic-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reserve-section.splitscreen .graphic-col .image {
  display: none;
}

.reserve-section.splitscreen .reserv-col {
  background-color: var(--color-two);
}

.reserve-section.splitscreen .reserv-col .inner {
  background-color: var(--color-two);
}

.reserve-section.splitscreen .reserv-col .inner {
  background: url(../images/resource/pattern-dark.png) repeat;
  position: relative;
  padding: 150px 180px;
  min-height: 100%;
  display: inline-block;
}

.reserve-section.splitscreen .reserv-col .inner::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.reserve-section.splitscreen .reserv-col .inner .title-box h2 {
  padding-bottom: 0;
}


/* css for style two ( comon css used as above css) */
.reserve-section.style-two {
  position: relative;
  background-color: var(--black-color);
}

.reserve-section.style-two .outer-box {
  margin: 0 0;
  top: 0;
}

.reserve-section.style-two .reserv-col {
  background-color: var(--color-two);
}

.reserve-section.style-two .reserv-col .inner .title-box h2 {
  padding-bottom: 0;
}

.reserve-section.style-two .reserv-col .inner {
  background: url(../images/resource/pattern-dark.png) repeat;
  position: relative;
  padding: 75px 100px;
  min-height: 100%;
  display: inline-block;
}

.reserve-section.style-two .reserv-col .inner::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}



/* css for style two Reserve PAGE ( comon css used as above css) */
.reserve-section.style-two.reserve-page {
  padding-top: 200px;
}



/* css for style two Reserve PAGE 2 ( comon css used as above css) */
.reserve-section.style-two.reserve-page-2 .row {
  display: flex;
  align-items: center;
  /* vertically center columns */
  flex-wrap: wrap;
  /* keep responsiveness for smaller screens */
}


.reserve-section.style-two.reserve-page-2 {
  padding-top: 200px;
  background: url(../images/resource/pattern-dark.png) repeat;
  background-color: var(--color-one);
}

.reserve-section.style-two.reserve-page-2 .form-col {
  order: 4;
  padding: 0 50px;
}

.reserve-section.style-two.reserve-page-2 .last {
  order: 12;
}

.reserve-section.style-two.reserve-page-2 .reserv-col {
  background-color: inherit;
}

.reserve-section.style-two.reserve-page-2 .reserv-col .inner {
  background: none;
  position: relative;
  padding: 0;
  min-height: 100%;
  display: inline-block;
}

.reserve-section.style-two.reserve-page-2 .reserv-col .inner::before {
  display: none;
}

.reserve-section.style-two.reserve-page-2 .form-image {
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.reserve-section.style-two.reserve-page-2 .form-image img {
  display: block;
  border-radius: 200px;
  position: relative;
  z-index: 1;
}

.reserve-section.style-two.reserve-page-2 .form-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: calc(200px - 20px);
  /* Adjust for inner corner */
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}



/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section {
  position: relative;
  background-color: var(--color-one);
}

.team-section .row {
  margin: 0 -25px;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-section .row .team-block {
  padding: 0 25px;
  margin-bottom: 40px;
}

.team-block .inner-box {
  position: relative;
  display: block;
}

.team-block .inner-box .image {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.team-block .inner-box .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 400px 400px 0 0;
}

.team-block .overlay-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-position: center center;

}

.team-block .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.40;
  background-color: var(--main-color);
  border-radius: 400px 400px 0 0;
}

.team-block .overlay-box .overlay-inner {
  position: relative;
  text-align: center;
}

.team-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.team-block .social-box {
  position: relative;
}

.team-block .social-box li {
  position: relative;
  margin: 0px 1px;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
}

.team-block .social-box li a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--black-color);
  border-radius: 200px;
}

.team-block .social-box li a:hover {
  background: var(--main-color);
  color: var(--color-five);
}

.team-block h5 {
  position: relative;
  margin-bottom: 4px;
  text-align: center;
}

.team-block h5 a {
  color: var(--white-color);
}

.team-block h5 a:hover {
  color: var(--main-color);
}

.team-block .designation {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.10em;
  margin-bottom: 5px;
  text-align: center;
}

.team-block .desc {
  position: relative;
  font-size: 16px;
  color: var(--color-three);
  text-align: center;
}

/*** 

====================================================================
  Intro Section
====================================================================

***/

.intro-section {
  position: relative;
  padding: 300px 0;
  background: var(--color-two);
}

.intro-section .image-layer {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.intro-section .content-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}


.intro-section .content-box .play-btn {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.intro-section .content-box .play-btn .theme-btn {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 140px;
  font-size: 24px;
  color: var(--color-one);
  background-color: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
}

.intro-section .content-box .play-btn .theme-btn:hover {
  color: var(--main-color);
  border-color: var(--color-one);
  background-color: var(--color-one);
}

.intro-section .content-box .play-btn .ripple,
.intro-section .content-box .play-btn .ripple:before,
.intro-section .content-box .play-btn .ripple:after {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: -1px;
  margin-left: -1px;
  /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.intro-section .content-box .play-btn .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.intro-section .content-box .play-btn .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}


.intro-section .intro-anim-image {
  position: absolute;
  z-index: 100;
  top: -200px;
  left: -600px;
  right: 0;
  text-align: center;
}


/*** 

====================================================================
  News Section
====================================================================

***/

.news-section {
  position: relative;
  background: var(--color-one);
}

.news-section .auto-container {
  max-width: 1600px;
}

.news-section .row {
  margin: 0 -25px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.news-block:nth-child(1) {
  justify-content: flex-start;
  /* default: left */
}

.news-block:nth-child(2) {
  justify-content: center;
  /* center align */
}

.news-block:nth-child(3) {
  justify-content: flex-end;
  /* right align */
}

.news-section .row .news-block {
  padding: 0 25px;
  margin-bottom: 40px;
}

.news-block .inner-box {
  position: relative;
  display: block;
  max-width: 440px;
}

.news-block .image-box {
  position: relative;
  display: block;
}

.news-block .image-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.70);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
  z-index: 1;
}

.news-block .image {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
}

.news-block .image img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .image.rounded img {
  border-radius: 500px 500px 0 0;
}

.news-block .image.rounded {
  overflow: hidden;
  border-radius: 500px 500px 0 0;
}

.news-block .date {
  font-size: 23px;
  letter-spacing: 0.10em;
  border-bottom: solid 1px var(--white-color);
  display: inline-block;
}

.news-block .date span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

.news-block .over-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 30px;
  z-index: 3;
}

.news-block .cat {
  position: relative;
  color: var(--main-color);
  padding: 20px 0 10px 0;
  text-transform: capitalize;
}

.news-block h4 {
  position: relative;
  margin-bottom: 0;
}

.news-block h4 a {
  color: var(--white-color);
}



/*** 

====================================================================
  IG post Section
====================================================================

***/

.ig-post-section {
  position: relative;
  background: var(--color-two);
}

.ig-post-section .ig-post-block .ig-post-image img {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ig-post-section .ig-post-block .ig-post-image:hover img {
  transform: scale(1.05, 1.05);
}



/*** 

====================================================================
  blog list page Section
====================================================================

***/

.blog_list_section {
  position: relative;
  z-index: 9;
}

.blog_list_section .blog_left_side {
  padding: 0 20px 0 0;
}

.blog_list_section .blog_left_side .blog_panel {
  margin-bottom: 50px;
}

.blog_list_section .blog_left_side .blog_panel .main_img {
  overflow: hidden;
  display: block;
}

.blog_list_section .blog_left_side .blog_panel .main_img img {
  width: 100%;
  transition: transform 0.5s ease;
  display: block;
}

.blog_list_section .blog_left_side .blog_panel:hover .main_img img {
  transform: scale(1.05);
}

.blog_list_section .blog_left_side .blog_panel .blog_info {
  padding: 30px 0;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul,
.blog_detail_section .blog_info ul {
  position: relative;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li,
.blog_detail_section .blog_info ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color-opacity-three);
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li a,
.blog_detail_section .blog_info ul li a {
  color: var(--main-color);
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li:not(:last-child)::after,
.blog_detail_section .blog_info ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: var(--white-color-opacity-three);
}


.blog_list_section .blog_left_side .blog_panel .blog_info h4 {
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 5px;
  letter-spacing: 1px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4 a {
  color: var(--white-color);
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4:hover a {
  color: var(--main-color);
}

.blog_list_section .blog_left_side .blog_panel .blog_info p {
  padding-bottom: 10px;
  color: var(--white-color-opacity-two);
}


/* -----blog-right-side------ */
.blog_list_section .blog_right_side {
  border-left: 1px solid var(--white-color-opacity-four);
  padding: 0 0 0 50px;
}

.blog_list_section .blog_right_side .bg_box {
  margin-bottom: 60px;
}

.blog_list_section .blog_right_side .blog_search_block form label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner {
  position: relative;
  width: 100%;
  height: 60px;
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner .form-control {
  height: 100%;
  border-radius: 0;
  border: 1px solid var(--white-color-opacity-four);
  padding-right: 50px;
  color: var(--white-color);
  background-color: var(--color-two);
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner button {
  font-size: 20px;
  position: absolute;
  background-color: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 5px;
  transition: .4s all;
  color: var(--white-color);
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner button:hover {
  color: var(--main-color);
}

/* Recent Blog Css Start */

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li:last-child a {
  margin-bottom: 10px;
  transition: .4s all;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img {
  width: 80px;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img img {
  width: 100%;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text {
  width: calc(100% - 100px);
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text p {
  color: var(--white-color);
  font-size: 16px;
  transition: .4s all;
  text-transform: capitalize;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a:hover p {
  color: var(--main-color);
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text span {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white-color-opacity-three);
  letter-spacing: 2px;
}

/* Categories block Css */

.blog_list_section .blog_right_side .categories_block ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.blog_list_section .blog_right_side .categories_block ul li:last-child {
  margin-bottom: 0;
}

.blog_list_section .blog_right_side .categories_block ul li .cat {
  width: 75%;
  transition: .4s all;
  color: var(--white-color);
}

.blog_list_section .blog_right_side .categories_block ul li .cat:hover {
  color: var(--main-color);
}

.blog_list_section .blog_right_side .categories_block ul li span {
  color: var(--white-color-opacity-three);
}


/* Tag Blocks Css Start */

.blog_list_section .blog_right_side .tags_block ul {
  display: flex;
  flex-wrap: wrap;
}

.blog_list_section .blog_right_side .tags_block ul li a {
  display: inline-block;
  padding: 4px 14px;
  margin: 0 15px 15px 0;
  transition: .4s all;
  border: solid 1px var(--white-color-opacity-three);
  color: var(--white-color);
  font-size: 14px;
}

.blog_list_section .blog_right_side .tags_block ul li a:hover {
  background-color: var(--main-color);
  color: var(--black-color);
  border: solid 1px var(--main-color);

}

.blog_list_section .blog_right_side h6 {
  border-bottom: solid 1px var(--white-color-opacity-four);
  padding-bottom: 10px;
  margin-bottom: 30px;
}



/* Pagination Css Start */
.pagination_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.pagination_block ul li a {
  margin: 0 5px;
  transition: 0.4s all;
  display: block;
  width: 39px;
  height: 39px;
  background-color: none;
  text-align: center;
  line-height: 39px;
  color: var(--white-color);
  border: 1px solid #696969;
}

.pagination_block ul li a:hover,
.pagination_block ul li a.active {
  background-color: var(--main-color);
  color: var(--white-color);
  border-color: var(--main-color);
}

.pagination_block ul li a:hover i {
  color: var(--white-color);
}

.pagination_block ul li:first-child a:hover {
  color: var(--main-color);
}

.pagination_block ul li:last-child a:hover {
  color: var(--main-color);
}


/* Blog Single Css Start */
.blog_detail_section .container {
  max-width: 1010px;
}

.blog_detail_section .blog_info h2 {
  color: var(--white-color);
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 5px;
}


/* Blog Detail */
.blog_detail_section .blog_inner_pannel {
  padding: 0 100px;
  position: relative;
}

.blog_detail_section .blog_inner_pannel p {
  color: var(--white-color-opacity-two);
}

.blog_detail_section .blog_inner_pannel .review {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .review span {
  line-height: 1;
}

.blog_detail_section .blog_inner_pannel .review span:first-child {
  color: var(--main-color);
  display: inline-block;
  font-weight: 700;
}

.blog_detail_section .blog_inner_pannel .review span:last-child {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;

}

.blog_detail_section .blog_inner_pannel .section_title {
  margin-bottom: 40px;
}

.blog_detail_section .blog_inner_pannel .section_title h2 {
  margin-bottom: 0;
}

.blog_detail_section .blog_inner_pannel img {
  max-width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img {
  margin: 50px 0;
}

.blog_detail_section .blog_inner_pannel .main_img img {
  width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img iframe {
  width: 100%;
  height: 510px;
}

.blog_detail_section .blog_inner_pannel .info {
  padding: 0 80px;
}

.blog_detail_section .blog_inner_pannel .info h3 {
  color: var(--white-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .info ul {
  margin-bottom: 10px;
}

.blog_detail_section .blog_inner_pannel .info ul li p {
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
  font-size: 16px;
}

.blog_detail_section .blog_inner_pannel .info ul li p .icon {
  position: absolute;
  left: 0;
}

.blog_detail_section .blog_inner_pannel .two_img {
  margin-bottom: 70px;
}

.blog_detail_section .blog_inner_pannel .quote_block {
  background-color: var(--color-two);
  padding: 55px 35px 30px 45px;
  position: relative;
  margin: 40px 80px 40px 80px;
  border: solid 1px var(--main-color);
}

.blog_detail_section .blog_inner_pannel .quote_block h5 {
  color: var(--white-color);
  margin: 15px 0;
  line-height: 33px;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon {
  font-size: 80px;
  color: var(--white-color);
  font-family: var(--font-family-Fraunces);
  line-height: 0.2;
  display: block;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon:last-child {
  text-align: right;
  line-height: 0.5;
}

.blog_detail_section .blog_inner_pannel .blog_authore {
  padding: 0 80px;
  margin: 35px 0;
}

/* Social Media link list */

.blog_detail_section .blog_inner_pannel .blog_authore .social_media h6 {
  padding-bottom: 20px;
}


.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul {
  display: flex;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  border: 1px solid var(--white-color-opacity-four);
  border-radius: 50px;
  margin-right: 10px;
  transition: 0.4s all;
  color: var(--white-color-opacity-two);
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

/* comment section Css Start */
.comment_section {
  padding-bottom: 100px;
}

.comment_section .blog_cooment_block {
  padding: 0 100px;
}

.comment_section .blog_cooment_block .posted_cooment {
  margin-bottom: 60px;
}

.comment_section .blog_cooment_block .posted_cooment .section_title {
  text-align: left;
}

.comment_section ul {
  margin-top: 30px;
}

.comment_section ul li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--white-color-opacity-four);
}

.comment_section ul li:last-child {
  border-bottom: 1px solid var(--white-color-opacity-four);
}

.comment_section ul li.replay_comment {
  margin-left: 110px;
}

.comment_section ul li .authore_info {
  display: flex;
  align-items: center;
  width: 260px;
}

.comment_section ul li .authore_info .avtar {
  width: 88px;
  margin-right: 20px;
}

.comment_section ul li .authore_info .avtar img {
  border-radius: 200px;
  border-color: 2 solid var(--white-color-opacity-four);
}

.comment_section ul li .authore_info .text {
  width: calc(100% - 108px);
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.comment_section ul li .authore_info .text span {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color-opacity-two);
}

.comment_section ul li .comment {
  width: calc(100% - 310px);
  margin-left: 50px;
}

.comment_section ul li .comment p {
  margin-bottom: 0;
  color: var(--white-color-opacity-two);
}

/* comment-form-section */
.comment_form_section .section_title {
  text-align: left;
}

.comment_form_section form {
  margin-top: 30px;
}

.comment_form_section form .form-group .form-control {
  height: 60px;
  margin-bottom: 30px;
  color: var(--white-color);
  padding: 15px;
  border: 1px solid var(--white-color-opacity-four);
  background-color: var(--color-one);
  border-radius: 0px;
}

.comment_form_section form .form-group .form-control::placeholder {
  color: var(--white-color);
}

.comment_form_section form .form-group textarea.form-control {
  height: 140px;
  padding-top: 15px;
  resize: none;
}

.comment_form_section .coment-btn {
  text-align: right;
}




/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background-color: var(--color-one);
  z-index: 1;
}

.main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(to bottom, var(--color-one) 10%, transparent 60%),
    url(../images/background/footer-bg.jpg) no-repeat;
  background-attachment: scroll;
  background-size: cover;
  opacity: 0.2;
  /* Keep it 1 if you already fade via gradient */
  z-index: -1;
}

.main-footer .upper-section {
  position: relative;
  text-align: center;
}

.main-footer .upper-section .row {
  display: flex;
  align-items: center;
  /* vertically center columns */
  flex-wrap: wrap;
  /* keep responsiveness for smaller screens */
}

.main-footer .footer-col {
  position: relative;
  text-align: center;
}

.main-footer .footer-image-col {
  position: relative;
}

.main-footer .footer-image-col .footer-image {
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.main-footer .footer-image-col .footer-image img {
  display: block;
  border-radius: 200px;
  position: relative;
  z-index: 1;
}

.main-footer .footer-image-col .footer-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: calc(200px - 20px);
  /* Adjust for inner corner */
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.main-footer .footer-image-col.last {
  order: 12;
}

.main-footer .info-col {
  position: relative;
  color: var(--color-one);
  order: 4;
}

.main-footer .footer-image-col .inner {
  position: relative;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 100%;
}

.main-footer .info-col .inner {
  position: relative;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.main-footer .info-col .content {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

.main-footer .info-col .logo {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .info-col .info h6 {
  gap: 8px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--main-color);
  text-transform: uppercase;
  padding-bottom: 15px;
}

.main-footer .info-col .info h6::before,
.main-footer .info-col .info h6::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.main-footer .info-col .info li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 5px;
  color: var(--white-color);
}

.main-footer .info-col .info li:last-child {
  margin-bottom: 0;
}

.main-footer .info-col .info li a {
  color: var(--white-color);
}

.main-footer .info-col .info li a:hover {
  color: var(--main-color);
}

.main-footer .info-col .separator {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main-footer .info-col .separator span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  height: 14px;
  width: 14px;
  background: url(../images/icons/star-element.svg) no-repeat;
}

.main-footer .info-col .separator span:before {
  content: '';
  position: absolute;
  left: auto;
  right: auto;
  top: -25px;
  width: 1px;
  height: 18px;
  background-color: var(--main-color);
}

.main-footer .info-col .separator span:after {
  content: '';
  position: absolute;
  left: auto;
  right: auto;
  bottom: -25px;
  width: 1px;
  height: 18px;
  background-color: var(--main-color);
}

.main-footer .info-col .newsletter {
  position: relative;
}

.main-footer .info-col .newsletter h3 {
  margin-bottom: 0;
}

.main-footer .info-col .newsletter .text {
  line-height: 1.5em;
  font-size: 14px;
  color: var(--color-three);
}

.main-footer .info-col .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.main-footer .info-col .newsletter-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.main-footer .info-col .newsletter-form .alt-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  pointer-events: none;
}

.main-footer .info-col .newsletter-form .form-group input[type="text"],
.main-footer .info-col .newsletter-form input[type="email"],
.main-footer .info-col .newsletter-form input[type="password"] {
  position: relative;
  display: block;
  height: 56px;
  width: 100%;
  font-size: 14px;
  color: var(--color-three);
  line-height: 34px;
  font-weight: 600;
  padding: 10px 20px 10px 40px;
  background-color: var(--color-one);
  border: 1px solid var(--color-four);
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .info-col .newsletter-form .form-group input[type="text"]:focus,
.main-footer .info-col .newsletter-form input[type="email"]:focus,
.main-footer .info-col .newsletter-form input[type="password"]:focus {
  border-color: var(--main-color);
}

.main-footer .info-col .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 56px;
  line-height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-style-one .btn-title {
  line-height: 22px;
}

.main-footer .footer-bottom {
  position: relative;
  text-align: center;
}


/* footer last */
footer .bottom_footer {
  position: relative;
}

footer .bottom_footer .auto-container {
  border-top: solid 1px var(--color-four);
  padding: 30px 0;
}

footer .bottom_footer p {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-three);
  letter-spacing: normal;
}

footer .bottom_footer .developer_text {
  text-align: right;
}

footer .bottom_footer .developer_text a {
  text-decoration: underline;
}

footer .bottom_footer .developer_text a:hover {
  color: var(--white-color);
}

/* footer social media icon */
footer .bottom_footer .social_media {
  justify-content: center;
}


footer .bottom_footer .social_media {
  display: flex;
  justify-content: center;
}

/* footer link list */
footer .bottom_footer .social_media li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  color: var(--white-color);
  border: 1px solid var(--color-four);
  border-radius: 50px;
  margin-right: 10px;
  transition: .4s all;
}

footer .bottom_footer .social_media li a:hover {
  background-color: var(--main-color);
  color: var(--color-one);
}


/*** 

====================================================================
  Inner page Banner Section
====================================================================

***/

.inner-banner {
  position: relative;
  padding: 100px 0 100px 0;
  background: var(--black-color);
}

.inner-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.50;
}

.inner-banner .inner {
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.inner-banner .inner .sub_text {
  padding: 0 150px;
}

.inner-banner .inner .subtitle {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.40em;
  margin-bottom: 0px;
}

.inner-banner .inner h1 {
  position: relative;
  text-transform: none;
  line-height: 1.0em;
  margin: 0px 0px;
  display: inline-block;
  vertical-align: top;
}

.inner-banner .inner .sub_text p {
  font-weight: 300;
  font-size: 20px;
  padding-top: 10px;
}

.inner-banner .inner .sub_text .primary-color {
  color: var(--main-color);
}



/*** 

====================================================================
  Fluid Section
====================================================================

***/

.fluid-section {
  position: relative;
  background: var(--color-two);
}

.fluid-section .outer-container {
  position: relative;
}

.fluid-section .row {
  margin: 0 0;
}

.fluid-section .image-col {
  position: relative;
  padding: 0 0;
}

.fluid-section.alternate .image-col {
  order: 12;
}

.fluid-section .image-col .inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.fluid-section .image-col .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fluid-section .image-col .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fluid-section .image-col .image {
  position: relative;
  display: none;
}

.fluid-section .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section .content-col {
  position: relative;
  padding: 0 0;
  text-align: center;
}

.fluid-section.alternate .content-col {
  order: 0;
}

.fluid-section .content-col .inner {
  position: relative;
  display: block;
  padding: 150px 20px;
}

.fluid-section .content-col .content-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
}

.fluid-section .content-col .content-box .chef-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  display: inline-block;
}


.fluid-section .content-col .content-box .chef-thumb::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 100px 100px 0 0;
  z-index: 100;
}


.fluid-section .content-col .content-box .chef-thumb img {
  border-radius: 100px 100px 0 0;
}


.fluid-section.alternate .content-col .content-box {
  float: right;
}

.fluid-section.alternate .content-col .link-box {
  padding-top: 0px;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section {
  position: relative;
  background-color: var(--color-eight);
  z-index: 1;
}

.services-section .row {
  display: flex;
  align-items: center;
  /* Vertically center columns */
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
}

.services-section .s-col {
  position: relative;
  padding-right: 50px;
}

.services-section .s-col .inner {
  position: relative;
  display: block;
}

.services-section .s-col.last {
  order: 12;
  padding-left: 50px;
  padding-right: 0;
}

.services-section .image-col {
  position: relative;
  order: 5;
}

.services-section .image-col .image-box {
  position: relative;
  display: inline-block;
  text-align: center;
}

.services-section .image-col .image-box img {
  position: relative;
  z-index: 1;
  border-radius: 200px 200px 0 0;
}

.services-section .image-col .image-box::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 200px 200px 0 0;
  z-index: 100;
}

.services-section .s-block {
  position: relative;
  margin-bottom: 100px;
}

.services-section .s-col .s-block:last-child {
  margin-bottom: 0;
}

.services-section .s-block .inner {
  position: relative;
  display: block;
  min-height: 100px;
}

.services-section .s-block.alternate .inner {
  padding-left: 0;
  text-align: right;
}

.services-section .s-block .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.s-block .inner:hover .icon-box {
  transform: rotateY(180deg);
}

.services-section .s-block.alternate .icon-box {
  left: auto;
  right: 0;
}

.services-section .s-block .icon-box img {
  max-height: 80px;
}

.services-section .s-block.alternate h6 {
  padding-top: 15px;
  padding-right: 70px;
}

.services-section .s-block h6 {
  padding-top: 15px;
  padding-right: 0;
  padding-left: 70px;
}

.services-section .s-block .text {
  position: relative;
  color: var(--color-three);
  padding-top: 15px;
}



/*** 

====================================================================
  Testimonials two Section
====================================================================

***/

.testimonials-two {
  position: relative;
  background: var(--color-two);
}

.special-offer .carousel-box {
  position: relative;
}

.testimonials-two .testi-block {
  position: relative;
}

.testimonials-two .testi-block .inner-box {
  position: relative;
  padding: 40px;
  background: var(--color-one);
  border: solid 1px var(--color-four);
  text-align: center;
}

.testimonials-two .testi-block .rating {
  position: relative;
  font-size: 12px;
  color: var(--main-color);
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.testimonials-two .testi-block .text {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.testimonials-two .testi-block .auth-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonials-two .testi-block .auth-info .auth-title {
  position: relative;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.10em;
  padding-top: 10px;
}

.testimonials-two .testi-block .auth-info .location {
  position: relative;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: normal;
}

.testimonials-two .testi-block .auth-info .image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-two .testi-block .auth-info .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-two .owl-theme .owl-dots {
  display: none;
}

.testimonials-two .owl-theme .owl-nav {
  position: absolute;
  left: -100px;
  right: -100px;
  height: 0;
  top: 50%;
  margin-top: -22px;
}

.testimonials-two .owl-theme .owl-nav .owl-next,
.testimonials-two .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next span,
.testimonials-two .owl-theme .owl-nav .owl-prev span {
  position: relative;
  z-index: 1;
}

.testimonials-two .owl-theme .owl-nav .owl-next:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 200px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next {
  right: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-prev {
  left: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover {
  color: var(--black-color);
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover:before {
  background: var(--main-color);
}



/*** 

====================================================================
  Testimonials page - masonry style
====================================================================

***/


.testimonials-masonry {
  position: relative;
}

.testimonials-masonry .google_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* optional spacing between stars and text */
  text-align: center;
  flex-wrap: wrap;
  /* optional if it may break on small screens */
  padding-bottom: 25px;
}

.testimonials-masonry .google_rating .star {
  font-size: 12px;
  display: flex;
  gap: 2px;
  border: solid 1px var(--white-color-opacity-three);
  background-color: var(--color-two);
  color: var(--main-color);
  padding: 0 14px;
  border-radius: 100px;
}

.testimonials-masonry .google_rating p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonials-masonry .google_rating .rate_link img {
  height: 25px;
  margin-right: 5px;
}

.testimonials-masonry .google_rating a.rate_link {
  color: var(--white-color);
}

.testimonials-masonry .google_rating:hover .star {
  border: solid 1px var(--main-color);
  background-color: var(--main-color);
  color: var(--white-color);
  transition: all ease .3s;
}



.testimonials-masonry .testimonial-boxlist {
  column-count: 2;
  column-gap: 30px;
  /* space between the columns */
}

.testimonials-masonry .testimonial-boxlist .testi-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  /* vertical spacing between boxes */
}

.testimonials-masonry .testi-block {
  position: relative;
}

.testimonials-masonry .testi-block .inner-box {
  position: relative;
  padding: 40px;
  background: var(--color-one);
  border: solid 1px var(--color-four);
  text-align: center;
}

.testimonials-masonry .testi-block .rating {
  position: relative;
  font-size: 12px;
  color: var(--main-color);
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.testimonials-masonry .testi-block .text {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.testimonials-masonry .testi-block .auth-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonials-masonry .testi-block .auth-info .auth-title {
  position: relative;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.10em;
  padding-top: 10px;
}

.testimonials-masonry .testi-block .auth-info .location {
  position: relative;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: normal;
}

.testimonials-masonry .testi-block .auth-info .image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-masonry .testi-block .auth-info .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}



/*** 

====================================================================
  Why Us Two Section
====================================================================

***/

.why-us-two {
  position: relative;
  background-color: var(--color-one);
}

.why-us-two .left-bg {
  position: absolute;
  left: 0;
  bottom: 80px;
}

.why-us-two .right-bg {
  position: absolute;
  right: 0;
  top: -100px;
}

.why-block-two {
  position: relative;
  margin-bottom: 30px;
}

.why-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.why-block-two .image-box {
  position: relative;
  overflow: hidden;
}

.why-block-two .inner-box:hover .image-box img {
  opacity: 0.70;
  transform: scale(1.05, 1.05);
}

.why-block-two .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 200px 200px 0 0;
}

.why-block-two .image-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.why-block-two .inner-box:hover .image-box::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
  border-radius: 200px 200px 0 0;
}

.why-block-two .over-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 30px;
  z-index: 3;
}

.why-block-two .image-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.70);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
  z-index: 1;
}


.why-block-two h6 {
  position: relative;
}

.why-block-two h6 a {
  color: var(--white-color);
}

.why-block-two h6 a:hover {
  color: var(--main-color);
}

.why-block-two .text {
  position: relative;
  font-size: 14px;
  color: var(--color-one);
}


.fact-counter {
  position: relative;
  padding-top: 50px;
}

.fact-counter .fact-block .inner .fact-count {
  font-family: var(--font-family-Fraunces);
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 20px;
}

.fact-counter .fact-block .inner .fact-title {
  font-size: 14px;
  color: var(--main-color);
  text-transform: uppercase;
}

.fact-counter .fact-block .inner p {
  color: var(--color-three);
  padding-right: 25px;
  padding-top: 15px;
}




/*** 

====================================================================
  Chef Section 1
====================================================================

***/

.chef-section-1 {
  position: relative;
  background-color: var(--color-two);
}

.chef-section-1 .title-box {
  padding-right: 100px;
}

.chef-section-1 .title-box p {
  padding-bottom: 25px;
}

.chef-section-1 .chef-image {
  position: relative;
  text-align: right;
  margin: 0 auto;
}

.chef-section-1 .chef-image.image1 img {
  border-radius: 200px;
}

.chef-section-1 .chef-image.image2 img {
  border-radius: 200px;
  text-align: right;
}

.chef-section-1 .chef-image.image3 {
  margin-top: auto;
  text-align: right;
}

.chef-section-1 .chef-image.image3 img {
  border-radius: 200px 200px 0 0;
  text-align: right;
}

.chef-section-1 .row>.col-xl-4:last-child {
  display: flex;
  flex-direction: column;
}

.chef-section-1 .chef-image.image1 {
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.chef-section-1 .chef-image.image1 img {
  display: block;
  border-radius: 200px;
  position: relative;
  z-index: 1;
}

.chef-section-1 .chef-image.image1::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  border-radius: calc(200px - 20px);
  /* Adjust for inner corner */
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.chef-section-1 .round-stamp {
  position: absolute;
  left: -30px;
  bottom: 65px;
  width: 133px;
  height: 133px;
  display: flex;
  /* Flexbox added */
  align-items: center;
  /* Vertical centering */
  justify-content: center;
  /* Horizontal centering */
  z-index: 100;
}

.chef-section-1 .round-stamp .stamp_icon {
  position: relative;
  z-index: 100;
}

.chef-section-1 .round-stamp:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/resource/chefbadge.png) no-repeat;
}

/*** 

====================================================================
  Image Gallery Section
====================================================================

***/

.image-gallery {
  position: relative;
  background-color: var(--color-eight);
  overflow: hidden;
}

.image-gallery .carousel-box {
  position: relative;
}

.image-gallery .auto-container {
  max-width: 860px;
}

.image-gallery .image-gallery-slider {
  position: static;
}

.image-gallery .image-gallery-slider .owl-stage-outer {
  overflow: visible;
}

.image-gallery .gallery-block {
  position: relative;
}

.image-gallery .gallery-block .image {
  position: relative;
}

.image-gallery .gallery-block .image img {
  position: relative;
  display: block;
  width: 100%;
}

.image-gallery .owl-theme .owl-dots {
  display: none;
}

.image-gallery .owl-theme .owl-nav {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 0;
  top: 60%;
  margin-top: -22px;
}

.image-gallery .owl-theme .owl-nav .owl-next,
.image-gallery .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next span,
.image-gallery .owl-theme .owl-nav .owl-prev span {
  position: relative;
  z-index: 1;
}

.image-gallery .owl-theme .owl-nav .owl-next:before,
.image-gallery .owl-theme .owl-nav .owl-prev:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next {
  right: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-prev {
  left: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-next:hover,
.image-gallery .owl-theme .owl-nav .owl-prev:hover {
  color: var(--black-color);
}

.image-gallery .owl-theme .owl-nav .owl-next:hover:before,
.image-gallery .owl-theme .owl-nav .owl-prev:hover:before {
  background: var(--main-color);
}

/*** 

====================================================================
  Menu Section - menu style 1
====================================================================

***/

.menu-one {
  position: relative;
  overflow: hidden;
  background-color: var(--color-one);
}

.menu-one .row {
  background-color: var(--color-two);
  background-image: url(../images/background/menu-bg-paper.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  align-items: center;
}

.menu-one .image-col {
  position: relative;
  margin-bottom: 40px;
}

.menu-one.alternate .image-col {
  order: 12;
}

.menu-one .image-col .inner {
  position: relative;
  display: block;
  padding: 60px 0;

}

.menu-one.alternate .image-col .vertical-title {
  position: absolute;
  top: auto;
  right: 30px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  font-size: 130px;
  text-transform: uppercase;
  color: var(--main-color);
  font-family: var(--font-family-Fraunces);
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.menu-one .image-col .vertical-title {
  position: absolute;
  top: 103%;
  left: 30px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;

  font-size: 130px;
  text-transform: uppercase;
  color: var(--main-color);
  font-family: var(--font-family-Fraunces);
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.menu-one.alternate .image-col .image {
  /*margin-right: 100px;*/
  margin-left: 20px;
}

.menu-one .menu-col .inner:before {
  content: '';
  position: absolute;
  right: -15px;
  left: auto;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: var(--color-two);
  background-image: url(../images/resource/pattern-black.png);
  background-repeat: repeat;
  background-position: top center;
}

.menu-one.alternate .menu-col .inner:before {
  left: -15px;
  right: 0;
}

.menu-one .image-col .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-left: 120px;
}

.menu-one .image-col .image img {
  display: block;
  border-radius: 300px 300px 0 0;
  position: relative;
  z-index: 1;
}

.menu-one .image-col .image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 300px 300px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.menu-one .menu-col {
  position: relative;
}

.menu-one.alternate .menu-col {
  order: 0;
}

.menu-one .menu-col .inner {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 60px 100px 60px 0;
}

.menu-one.alternate .menu-col .inner {
  padding: 60px 0 60px 100px;
}

.menu-one .menu-col .inner .title-box h3 {
  padding-left: 30px;
}

.menu-one .menu-col .inner .title-box h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/star-element.svg);
}

.menu-one .menu-col .dish-block {
  position: relative;
  margin-bottom: 35px;
}

.menu-one .menu-col .dish-block .inner-box {
  position: relative;
}

.menu-one .menu-col .dish-block .title {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: var(--font-family-Fraunces);
  display: flex;
}

.menu-one .menu-col .dish-block .title .ttl {
  position: relative;
  float: left;
  text-transform: capitalize;
}

.menu-one .menu-col .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
}

.menu-one .menu-col .dish-block .title .ttl a {
  color: var(--white-color);
}

.menu-one .menu-col .dish-block .title .ttl a:hover {
  color: var(--main-color);
}

.menu-one .menu-col .dish-block .title .ttl .s-info {
  position: relative;
  display: inline-block;
  line-height: 16px;
  padding: 2px 6px;
  font-size: 12px;
  color: var(--color-one);
  background: var(--main-color);
  margin-left: 6px;
  border-radius: 3px;
}

.menu-one .menu-col .dish-block .title .price {
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  font-family: var(--font-family-Urbanist);
}

.menu-one .menu-col .dish-block .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-one);
  max-width: 430px;
}

.menu-one .menu-col .dish-block .desc a {
  color: var(--color-three);
}



/*** 

====================================================================
  Menu Section - menu style 2
====================================================================

***/

.menu-card-style-section {
  position: relative;
  overflow: hidden;
  background-color: var(--color-one);
}

.menu-card-style-section .title-box {
  z-index: 100;
}

.menu-card-main .top-pattern {
  background-image: url(../images/resource/pattern-bg-dark.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  position: absolute;
}

.menu-card-main {
  position: relative;
  padding: 80px 70px;

  background: #112220;
  background: -webkit-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
  background: linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112220", endColorstr="#112220", GradientType=1);
}

.menu-card-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--black-color);
  transform: translateX(-50%);
  z-index: 1;
}

.menu-card-style .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* vertically center image-col and menu-col */
}

.menu-card-main .menu-card-corner {
  position: absolute;
}

.menu-card-main .menu-card-corner.top-left {
  top: -2px;
  left: -2px;
}

.menu-card-main .menu-card-corner.top-right {
  top: -2px;
  right: -2px;
}

.menu-card-main .menu-card-corner.bottom-left {
  bottom: -2px;
  left: -2px;
}

.menu-card-main .menu-card-corner.bottom-right {
  bottom: -2px;
  right: -2px;
}

.menu-card-style,
.menu-card-style.alternate {
  padding-bottom: 100px;
}

.menu-card-style.last,
.menu-card-style.alternate.last {
  padding-bottom: 0;
}

.menu-card-style .image-col {
  position: relative;
}

.menu-card-style.alternate .image-col {
  order: 12;
}

.menu-card-style .image-col .inner {
  position: relative;
  display: block;
  text-align: left;
}

.menu-card-style.alternate .image-col .inner {
  position: relative;
  display: block;
  text-align: right;
}

.menu-card-style .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.menu-card-style .image-col .image,
.menu-card-style.alternate .image-col .image {
  position: relative;
  display: inline-block;
  border-radius: 400px 400px 0 0;
  overflow: hidden;
}

.menu-card-style .image-col .image img,
.menu-card-style.alternate .image-col .image img {
  display: block;
  border-radius: 400px 400px 0 0;
  position: relative;
  z-index: 1;
}

.menu-card-style .image-col .image::before,
.menu-card-style.alternate .image-col .image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 400px 400px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.menu-card-style .menu-col {
  position: relative;
}

.menu-card-style.alternate .menu-col {
  order: 0;
}

.menu-card-style .menu-col .inner {
  position: relative;
  display: block;
  padding-left: 20px;
  min-height: 100%;
  padding: 0 0 0 100px;
}

.menu-card-style.alternate .menu-col .inner {
  padding: 0 100px 0 0;
}

.menu-card-style .menu-col .dish-block {
  position: relative;
  margin-bottom: 30px;
}

.menu-card-style .menu-col .dish-block .inner-box {
  position: relative;
}

.menu-card-style .menu-col .dish-block .title {
  position: relative;
  line-height: 24px;
  margin-bottom: 5px;
  display: flex;
}

.menu-card-style .menu-col .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;

}

.menu-card-style .menu-col .dish-block .title .ttl {
  position: relative;
  float: left;
  text-transform: capitalize;
}

.menu-card-style .menu-col .dish-block .title .ttl a {
  color: var(--white-color);
}

.menu-card-style .menu-col .dish-block .title .ttl a:hover {
  color: var(--main-color);
}

.menu-card-style .menu-col .dish-block .title .ttl .s-info {
  position: relative;
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  font-size: 12px;
  color: var(--black-color);
  background: var(--main-color);
  margin-left: 8px;
  border-radius: 2px;
}

.menu-card-style .menu-col .dish-block .title .price {
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  font-family: var(--font-family-Urbanist);
}

.menu-card-style .menu-col .dish-block .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-one);
  max-width: 350px;
}

.menu-card-style .menu-col .dish-block .desc a {
  color: var(--color-three);
}

/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer-two {
  position: relative;
  background-color: var(--color-one);
}

.special-offer-two .auto-container {
  max-width: 1600px;
}

.special-offer-two .row.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.special-offer-two.main-dish {
  background-color: var(--color-two);
}

.offer-block-three {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.offer-block-three .inner-box.special-box {
  position: relative;
  display: block;
  text-align: center;
  border: solid 1px var(--main-color);
  border-radius: 500px 500px 0 0;
  padding: 0 0 65px 0;
}

.offer-block-three .special-box .desc {
  padding: 0 60px;
}

.offer-block-three .inner-box.special-box .image img {
  border-radius: 300px 300px 0 0;
  position: relative;
  z-index: 1;
}

.offer-block-three .inner-box.special-box:hover .image img {
  transform: inherit;
}

.offer-block-three .inner-box.special-box .special-tag {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: var(--main-color);
  color: var(--color-one);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 2px 14px;
  font-weight: 700;
}


.offer-block-three .inner-box.special-box:hover .special-tag {
  background-color: var(--white-color);
  color: var(--color-one);
  transition: all ease .3s;
}


.offer-block-three .inner-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: solid 1px var(--main-color);
  border-radius: 500px 500px 0 0;
  padding: 65px;
}

.offer-block-three .inner-box .image {
  position: relative;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.offer-block-three .inner-box .image img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offer-block-three .inner-box:hover .image img {
  transform: rotate(90deg);
}

.offer-block-three h5 {
  position: relative;
  margin-bottom: 10px;
}

.offer-block-three h5 a {
  color: var(--white-color);
}

.offer-block-three h5 a:hover {
  color: var(--main-color);
}

.offer-block-three .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-three);
  margin-bottom: 15px;
  padding: 0 30px;
}

.offer-block-three .price {
  position: relative;
  font-size: 20px;
  color: var(--main-color);
}

/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.chef-selection {
  position: relative;
  background-color: var(--color-four);
}

.chef-selection .outer-container {
  position: relative;
  background: var(--color-five);
  border-radius: 20px;
  overflow: hidden;
}

.chef-selection .row {
  margin: 0 0;
}

.chef-selection .image-col {
  position: relative;
  padding: 0 0;
}

.chef-selection .image-col .inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.chef-selection .image-col .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chef-selection .image-col .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.chef-selection .image-col .image {
  position: relative;
  display: none;
}

.chef-selection .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.chef-selection .content-col {
  position: relative;
  padding: 0 0;
}

.chef-selection .content-col .inner {
  position: relative;
  display: block;
  max-width: 600px;
  padding: 140px 20px 140px 130px;
}

.chef-selection .content-col .badge-icon {
  position: absolute;
  left: -60px;
  top: 0;
}

.chef-selection .title-box {
  margin-bottom: 40px;
}

.chef-selection .title-box h3 {
  font-size: 40px;
}

.chef-selection .price {
  position: relative;
  line-height: 30px;
}

.chef-selection .price .old {
  position: relative;
  font-size: 18px;
  color: var(--color-three);
  padding-right: 20px;
}

.chef-selection .price .new {
  position: relative;
  font-size: 24px;
  color: var(--main-color);
}

.chef-selection .content-col .link-box {
  padding-top: 40px;
}

/*** 

====================================================================
  Menu Two Section
====================================================================

***/

.menu-two {
  position: relative;
  background-color: var(--color-one);
}

.menu-two.alt-bg {
  background-color: var(--color-two);
}

.menu-two .menu-col .inner {
  position: relative;
  display: block;
  padding-right: 80px;
  min-height: 100%;
}

.menu-two .menu-col .inner:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 50px;
  border-right: 1px solid var(--white-color-opacity-four);
}

.menu-two .menu-col:nth-child(2) .inner {
  padding-right: 0;
  padding-left: 80px;
  border-right: none;
}

.menu-two .menu-col:nth-child(2) .inner:after {
  display: none;
}

.menu-two .dish-block {
  position: relative;
  margin-bottom: 55px;
}

.menu-two .dish-block .inner-box {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  padding-top: 10px;
}

.menu-two .dish-block .dish-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: hidden;
}

.dish-block .inner-box:hover img {
  transform: rotate(90deg);

}

.menu-two .dish-block .dish-image img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-two .dish-block .title {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
}

.menu-two .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
}

.menu-two .dish-block .title .ttl {
  position: relative;
  float: left;
  padding-right: 5px;
  text-transform: capitalize;
}

.menu-two .dish-block .title .ttl a {
  color: var(--white-color);
}

.menu-two .dish-block .title .ttl a:hover {
  color: var(--main-color);
}

.menu-two .dish-block .title .ttl .s-info {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: var(--black-color);
  background-color: var(--main-color);
  margin-left: 5px;
  border-radius: 3px;
}

.menu-two .dish-block .title .price {
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  padding-left: 5px;
}

.menu-two .dish-block .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-one);
}

.menu-two .dish-block .desc a {
  color: var(--color-three);
}


/*** 

====================================================================
  Contact Page
====================================================================

***/

.contact-page {
  position: relative;
  background: var(--color-one);
}

.contact-page .loc-block.info-block {
  text-align: center;
}

.contact-page .loc-block.info-block h5 {
  color: var(--main-color);
  padding-bottom: 20px;
}

.contact-page .loc-block.info-block h5::before,
.contact-page .loc-block.info-block h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.contact-page .loc-block .contact-image {
  position: relative;
  display: inline-block;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.contact-page .loc-block .contact-image img {
  display: block;
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
}

.contact-page .loc-block .contact-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 500px 500px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.c-page-form-box {
  position: relative;
}

.c-page-form-box .form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-group {
  width: 100%;
  text-align: center;
}

.contact-page .loc-block.info-block .c-info-ttl {
  text-transform: uppercase;
  color: var(--color-three);
}

.contact-page .loc-block.info-block .more-link {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

.contact-page .loc-block.info-block .more-link a {
  display: inline-block;
  vertical-align: top;
  color: var(--white-color);
  line-height: 1.5em;
  padding-bottom: 4px;
}

.contact-page .loc-block.info-block .more-link a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: -4px;
  height: 4px;
  opacity: 0;
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--main-color);
}

.contact-page .loc-block.info-block a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.contact-page .loc-block.info-block a:hover {
  color: var(--main-color);
  border-color: var(--white-color);
}

.contact-page .loc-block .form-side {
  padding: 0 100px;
}

.contact-page .loc-block .form-side .text.desc {
  color: var(--color-three);
}

.contact-map {
  background-color: var(--color-one);
  position: relative;
}

.contact-page .loc-block {
  margin-bottom: 0;
  position: relative;
}


.middle-line-wrapper {
  align-items: stretch;
  /* makes it match height of tallest column */
  position: relative;
}

.middle-line-container {
  position: relative;
  width: 1px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.v-line {
  flex-grow: 1;
  width: 1px;
  background-color: var(--main-color);
}

.dot {
  width: 13px;
  height: 13px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -1px;
}

.dot.bottom-dot {
  margin-top: -1px;
}


/*** 

====================================================================
  Chef Page
====================================================================

***/

.chef-section {
  position: relative;
  background: var(--color-two);
}

.chef-section .title-box.centered {
  max-width: 1000px;
}

.chef-section .outer-container {
  position: relative;
}

.chef-section .row {
  margin: 0 0;
}

.chef-section .image-col {
  position: relative;
  padding: 0 0;
}

.chef-section.alternate .image-col {
  order: 12;
}

.chef-section .image-col .inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.chef-section .image-col .image {
  position: relative;
  display: inline-block;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}

.chef-section .image-col .image img {
  display: block;
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
}

.chef-section .image-col .image::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  border-radius: 500px 500px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.chef-section .content-col {
  position: relative;
  padding: 0 0;
  text-align: left;
}

.chef-section.alternate .content-col {
  order: 0;
}

.chef-section .content-col .inner {
  position: relative;
  display: block;
  padding: 50px 100px 0 20px;
}

.chef-section .content-col .content-box {
  position: relative;
  display: block;
  width: 100%;
}

.chef-section .content-col .content-box .side-image {
  text-align: right;
  margin-top: 100px;
}

.chef-section .content-col .content-box .side-image img {
  border-radius: 100px 0 100px 0;
}

.chef-section.alternate .content-col .content-box {
  float: right;
}

.chef-section .content-col .content-box h5 {
  padding-bottom: 25px;
}

.chef-section .content-col .author {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.20em;
  margin-top: 5px;
}

.chef-section.alternate .content-col .link-box {
  padding-top: 0px;
}

.intro-section.quote {
  position: relative;
  padding: 200px 0;
  background: var(--black-color);
}

.chef-section .image-col .round-stamp-2 {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 3;
  width: 133px;
  height: 133px;
  display: flex;
  /* Flexbox added */
  align-items: center;
  /* Vertical centering */
  justify-content: center;
  /* Horizontal centering */
  z-index: 100;
}

.chef-section .image-col .round-stamp-2 .stamp_icon {
  position: relative;
  z-index: 100;
}

.chef-section .image-col .round-stamp-2:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/resource/chefbadge.png) no-repeat;
}



/*** 

====================================================================
  Masonary Gallery
====================================================================

***/

.gallery-page {
  background-color: var(--color-one);
}

.masonry {
  column-count: 3;
  column-gap: 2em;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 2em;
}

.masonry-item img {
  width: 100%;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.masonry-item img:hover {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry {
    column-count: 1;
  }
}




/*** 

====================================================================
  hamburger section
====================================================================

***/


.hamburger {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hamburger span {
  /* align-self: flex-end; */
  height: 2px;
  width: 83.33333333%;
  background: #ffffff;
  transition: all 400ms ease-in-out;
}

.hamburger .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
}

.hamburger:hover span {
  width: 100%;
}


html:not(.body-menu-opened) .hamburger .top-bun {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

/* new menu */
/*** 

====================================================================
  Menu Section Tab Style
====================================================================

***/

.menu-section {
  position: relative;
  overflow: hidden;
  background-color: var(--color-eight);
}

.tabs-box {
  position: relative;
}

.tabs-box .tab-buttons {
  position: relative;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tabs-box .tabs-content {
  position: relative;
  background-color: var(--color-two);
  background-image: url(../images/background/menu-bg-paper.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}

.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
  padding: 60px 40px;
}

.tabs-box .tabs-content .active-tab {
  display: block;
}

.menu-tabs {
  position: relative;
}

.menu-tabs .buttons {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.menu-tabs .buttons .tab-buttons {
  position: relative;
  text-align: center;
  font-family: var(--font-family-Fraunces);
}

.menu-tabs .buttons .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: var(--font-family-Urbanist);
}

.menu-tabs .buttons .tab-buttons .tab-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  border-top: 1px solid var(--main-color);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.menu-tabs .buttons .tab-buttons .tab-btn.active-btn:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-tabs .buttons .tab-buttons .tab-btn:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 36px;
  top: 50%;
  margin-top: -8px;
  height: 14px;
  width: 14px;
  background: url(../images/icons/star-element.svg) no-repeat;
}

.menu-tabs .buttons .tab-buttons .tab-btn:last-child:after {
  display: none;
}

.tabs-box .tabs-content .tab .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  /* Ensure no default margins */
}

.menu-tabs .menu-col .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-left: 0;
  margin: 0;
  /* Remove any margins */
}

.menu-tabs .menu-col.img-col {
  display: none;
}

.menu-tabs .dish-block {
  position: relative;
  margin-bottom: 35px;
  padding: 0;
  /* Ensure no padding */
}

.menu-tabs .dish-block:last-child {
  margin-bottom: 0;
}

.menu-tabs .dish-block .inner-box {
  position: relative;
  padding-left: 0;
  min-height: auto;
  padding-top: 0;
  margin: 0;
  /* Remove any margins */
}

.menu-tabs .dish-block .title {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /* Ensure no padding */
  margin-left: 0;
  /* Remove left margin */
}

.menu-tabs .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
  min-width: 20px;
}

.menu-tabs .dish-block .title .ttl {
  position: relative;
  padding-right: 10px;
  text-transform: capitalize;
  flex-shrink: 0;
  margin-left: 0;
  /* Remove left margin */
}

.menu-tabs .dish-block .title .ttl a {
  color: var(--white-color);
}

.menu-tabs .dish-block .title .ttl a:hover {
  color: var(--main-color);
}

.menu-tabs .dish-block .title .ttl .s-info {
  position: relative;
  display: inline-block;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  color: var(--black-color);
  background: var(--main-color);
  margin-left: 8px;
}

.menu-tabs .dish-block .title .price {
  position: relative;
  font-size: 16px;
  color: var(--main-color);
  padding-left: 5px;
  flex-shrink: 0;
  margin-right: 0;
  /* Remove right margin */
}

.menu-tabs .dish-block .desc {
  position: relative;
  font-size: 15px;
  color: var(--color-three);
  line-height: 1.5;
  padding: 0;
  /* Ensure no padding */
  margin: 0;
  /* Remove margins */
}

.menu-tabs .dish-block .desc a {
  color: var(--color-three);
}

.menu-section .open-timing {
  position: relative;
  text-align: center;
}

.menu-section .open-timing .hours {
  position: relative;
  padding: 25px 0;
}

/* ====================================================================
  Responsive Styles
==================================================================== */

/* Large Devices (Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .menu-tabs .buttons .tab-buttons .tab-btn {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 18px;
  }
}

/* Medium Devices (Tablets, 992px to 1199px) */
@media (max-width: 1199px) {
  .tabs-box .tabs-content .tab {
    padding: 50px 30px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 15px;
  }
}

/* Small Devices (Tablets, 768px to 991px) */
@media (max-width: 991px) {
  .tabs-box .tabs-content .tab {
    padding: 40px 20px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn:after {
    margin-left: 25px;
  }

  .menu-tabs .dish-block {
    margin-bottom: 30px;
  }

  .menu-tabs .dish-block .title .menu-list-line {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* Extra Small Devices (Phones, 576px to 767px) */
@media (max-width: 767px) {
  .tabs-box .tabs-content .tab {
    padding: 30px 15px;
  }

  .menu-tabs .buttons {
    padding-bottom: 15px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn {
    display: block;
    margin: 10px 0;
    font-size: 16px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn:after {
    display: none;
  }

  .menu-tabs .dish-block .title {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    /* Remove left margin on mobile */
    padding-left: 0;
    /* Remove left padding on mobile */
  }

  .menu-tabs .dish-block .title .menu-list-line {
    display: none;
  }

  .menu-tabs .dish-block .title .price {
    margin-top: 5px;
    padding-left: 0;
    margin-left: 0;
    /* Remove left margin for price */
  }

  .menu-tabs .dish-block {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--white-color-opacity-five);
    padding-left: 0;
    /* Remove left padding */
    margin-left: 0;
    /* Remove left margin */
  }

  .menu-tabs .dish-block:last-child {
    border-bottom: none;
  }

  .menu-tabs .dish-block .desc {
    font-size: 14px;
    padding-left: 0;
    /* Remove left padding */
    margin-left: 0;
    /* Remove left margin */
  }

  /* Fix for menu columns on mobile */
  .menu-tabs .menu-col {
    padding-left: 0 !important;
    /* Force remove left padding */
    padding-right: 0 !important;
    /* Force remove right padding */
  }

  .menu-tabs .menu-col .inner {
    padding-left: 0 !important;
    /* Force remove left padding */
    padding-right: 0 !important;
    /* Force remove right padding */
    margin-left: 0 !important;
    /* Force remove left margin */
  }
}

/* Extra Extra Small Devices (Small Phones, 575px and below) */
@media (max-width: 575px) {
  .tabs-box .tabs-content .tab {
    padding: 20px 10px;
  }

  .menu-section .title-box h2 {
    font-size: 24px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn {
    font-size: 14px;
    margin: 8px 0;
  }

  .menu-tabs .dish-block .title .ttl h6 {
    font-size: 16px;
    margin-left: 0;
    /* Remove left margin */
    padding-left: 0;
    /* Remove left padding */
  }

  .menu-tabs .dish-block .title .price {
    font-size: 15px;
    margin-left: 0;
    /* Remove left margin */
    padding-left: 0;
    /* Remove left padding */
  }

  .menu-tabs .dish-block .desc {
    font-size: 13px;
    margin-left: 0;
    /* Remove left margin */
    padding-left: 0;
    /* Remove left padding */
  }

  .menu-section .open-timing .hours {
    font-size: 14px;
    padding: 15px 0;
  }

  .theme-btn.btn-style-two {
    padding: 12px 25px;
    font-size: 14px;
  }

  /* Ensure containers have no left spacing */
  .auto-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tabs-box .tabs-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

/* Mobile Menu Layout Adjustments */
@media (max-width: 767px) {
  .menu-tabs .menu-col {
    margin-bottom: 20px;
    padding-left: 0;
    /* Remove left padding */
    padding-right: 0;
    /* Remove right padding */
  }

  .menu-tabs .menu-col:last-child {
    margin-bottom: 0;
  }

  .menu-tabs .menu-col .inner {
    padding: 0 5px;
    /* Minimal padding only */
  }

  /* Force remove any Bootstrap or framework padding */
  .col-lg-6,
  .col-md-12,
  .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .menu-tabs .buttons .tab-buttons .tab-btn:after {
    background-image: url(../images/icons/star-element@2x.svg);
    background-size: 14px 14px;
  }
}

/* Print Styles */
@media print {

  .menu-tabs .buttons,
  .menu-section .open-timing .link-box {
    display: none;
  }

  .tabs-box .tabs-content .tab {
    display: block !important;
    padding: 20px 0;
  }

  .menu-section {
    background: white !important;
  }

  .menu-tabs .dish-block .title .ttl a,
  .menu-tabs .dish-block .desc a {
    color: black !important;
  }
}

/* Reduced Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
  .menu-tabs .buttons .tab-buttons .tab-btn:before {
    transition: none;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .menu-section {
    background-color: var(--color-two);
  }
}

/* Landscape Mobile Optimization */
@media (max-height: 500px) and (orientation: landscape) {
  .tabs-box .tabs-content .tab {
    padding: 20px 15px;
  }

  .menu-tabs .dish-block {
    margin-bottom: 20px;
  }

  .menu-section .open-timing {
    margin-top: 20px;
  }
}

/* Very Large Screens */
@media (min-width: 1600px) {
  .tabs-box .tabs-content .tab {
    padding: 80px 60px;
  }

  .menu-tabs .buttons .tab-buttons .tab-btn {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 20px;
  }

  .menu-tabs .dish-block .title .ttl h6 {
    font-size: 20px;
  }

  .menu-tabs .dish-block .title .price {
    font-size: 18px;
  }

  .menu-tabs .dish-block .desc {
    font-size: 16px;
  }
}

/* Emergency fix for stubborn left gaps */
@media (max-width: 767px) {
  *[class*="col-"] {
    padding-left: 0 !important;
  }

  .menu-tabs .dish-block .inner-box,
  .menu-tabs .dish-block .title,
  .menu-tabs .dish-block .title .ttl,
  .menu-tabs .dish-block .desc {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

/* Mobile Layout Fix - Dish name and price in same line with dashed line */
@media (max-width: 767px) {
  .menu-tabs .dish-block .title {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .menu-tabs .dish-block .title .ttl {
    flex-shrink: 0;
    white-space: nowrap;
    /* Prevent dish name from wrapping */
  }

  .menu-tabs .dish-block .title .menu-list-line {
    display: block !important;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 20px;
  }

  .menu-tabs .dish-block .title .price {
    margin-top: 0 !important;
    flex-shrink: 0;
    white-space: nowrap;
    /* Prevent price from wrapping */
  }

  .menu-tabs .dish-block .desc {
    text-align: left !important;
    margin-top: 8px;
    padding-right: 0 !important;
  }
}

/* For very small phones, adjust font sizes if needed */
@media (max-width: 480px) {
  .menu-tabs .dish-block .title .ttl h6 {
    font-size: 15px;
    /* Slightly smaller font for dish names */
  }

  .menu-tabs .dish-block .title .price {
    font-size: 15px;
    /* Slightly smaller font for prices */
  }
}


.scrolling-gallery-section {
  position: relative;
  padding: 80px 0;
  background: var(--color-two);
  overflow: hidden;
}


.scroll-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.scroll-track {
  display: flex;
  gap: 30px;
  width: max-content;
}

/* Right to Left Animation */
.scroll-container.rtl .scroll-track {
  animation: scrollRTL 40s linear infinite;
}

/* Left to Right Animation */
.scroll-container.ltr .scroll-track {
  animation: scrollLTR 40s linear infinite;
}

@keyframes scrollRTL {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollLTR {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Pause animation on hover */
.scroll-container:hover .scroll-track {
  animation-play-state: paused;
}

.image-card {
  position: relative;
  /* width: 500px;
            height: 320px; */
  width: 300px;
  height: 220px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-card::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid var(--main-color);
  border-radius: 25px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.image-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 50px rgba(197, 164, 126, 0.3);
}

.image-card:hover::before {
  opacity: 1;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.image-card:hover img {
  transform: scale(1.1);
}

/* Gradient overlays on sides */
.scroll-container::before,
.scroll-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.scroll-container::before {
  left: 0;
  background: linear-gradient(to right, var(--color-two), transparent);
}

.scroll-container::after {
  right: 0;
  background: linear-gradient(to left, var(--color-two), transparent);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .scrolling-gallery-section {
    padding: 50px 0;
  }

  .image-card {
    width: 280px;
    height: 180px;
    border-radius: 20px;
  }

  .image-card::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 15px;
  }

  .scroll-track {
    gap: 20px;
  }

  .scroll-container {
    margin-bottom: 20px;
  }

  .scroll-container::before,
  .scroll-container::after {
    width: 50px;
  }

  /* Faster animation on mobile */
  .scroll-container.rtl .scroll-track {
    animation: scrollRTL 30s linear infinite;
  }

  .scroll-container.ltr .scroll-track {
    animation: scrollLTR 30s linear infinite;
  }
}

@media (max-width: 480px) {
  .image-card {
    width: 240px;
    height: 154px;
  }

  .section-title {
    font-size: 24px;
    padding: 0 20px;
  }
}

/* Loading placeholder */
.image-card.loading {
  background: linear-gradient(90deg, #2a2a2a 25%, #333 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  50% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(10px);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  h1 {
    font-size: 48px !important;
  }

  p {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px !important;
  }
}


/* ============================================
   PREMIUM FOOTER STYLES
   ============================================ */

:root {
  --footer-bg: #030303;
  --footer-bg-light: #000000;
  --footer-text: #e0e0e0;
  --footer-text-dim: #999999;
  --gold-accent: rgb(212, 175, 55);
  --gold-hover: rgb(212, 175, 55);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Urbanist', sans-serif;
  margin: 0;
}

.premium_footer_master {
  background: var(--footer-bg);
  color: var(--footer-text);
  position: relative;
  overflow: hidden;
}

.premium_footer_master::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(197, 164, 126, 0.3) 50%,
      transparent 100%);
}

.premium_footer_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ============================================
   MAIN FOOTER CONTENT
   ============================================ */

.premium_footer_main {
  padding: 80px 0 60px;
  position: relative;
}

.premium_footer_main .premium_footer_container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 60px;
}

/* Logo & About Section */
.premium_footer_about {
  padding-right: 20px;
}

.premium_footer_logo {
  margin-bottom: 25px;
}

.premium_footer_logo_img {
  height: 60px;
  width: auto;
  filter: brightness(1.2);
}

.premium_footer_tagline {
  font-size: 15px;
  line-height: 1.8;
  color: var(--footer-text-dim);
  margin-bottom: 30px;
  font-family: 'Urbanist', sans-serif;
}

/* Social Links */
.premium_footer_socials {
  display: flex;
  gap: 12px;
}

.premium_social_link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(197, 164, 126, 0.2);
  border-radius: 50%;
  color: var(--gold-accent);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.premium_social_link:hover {
  background: var(--gold-accent);
  border-color: var(--gold-accent);
  color: #1a1a1a;
  transform: translateY(-3px);
}

/* Footer Titles */
.premium_footer_title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: 'Fraunces', serif;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.premium_footer_title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  /* adjust as needed */
  height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F7D98B);
  /* Simple gold gradient */
}


/* Quick Links */
.premium_footer_menu {
  list-style: none;
}

.premium_footer_menu li {
  margin-bottom: 14px;
}

.premium_footer_menu a {
  color: var(--footer-text-dim);
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 18px;
}

.premium_footer_menu a::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold-accent);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.premium_footer_menu a:hover {
  color: var(--gold-accent);
  padding-left: 18px;
}

.premium_footer_menu a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Opening Hours */
.premium_footer_timings {
  list-style: none;
}

.premium_footer_timings li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.premium_footer_timings li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.premium_day {
  display: block;
  color: var(--footer-text);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.premium_time {
  display: block;
  color: var(--gold-accent);
  font-size: 13px;
  font-weight: 600;
}

/* Contact Info */
.premium_contact_list {
  list-style: none;
}

.premium_contact_item {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

.premium_contact_item:last-child {
  margin-bottom: 0;
}

.premium_contact_icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 164, 126, 0.1);
  border-radius: 10px;
  color: var(--gold-accent);
}

.premium_contact_text {
  flex: 1;
}

.premium_contact_label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--footer-text-dim);
  margin-bottom: 6px;
  font-weight: 600;
}

.premium_contact_text a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
  display: block;
}

.premium_contact_text a:hover {
  color: var(--gold-accent);
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */

.premium_footer_newsletter {
  background: var(--footer-bg-light);
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.premium_newsletter_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.premium_newsletter_text h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: 'Fraunces', serif;
}

.premium_newsletter_text p {
  font-size: 15px;
  color: var(--footer-text-dim);
}

.premium_newsletter_form {
  flex: 1;
  max-width: 500px;
}

.premium_input_group {
  display: flex;
  gap: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(197, 164, 126, 0.2);
  border-radius: 50px;
  padding: 6px 6px 6px 25px;
  transition: all 0.3s ease;
}

.premium_input_group:focus-within {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold-accent);
}

.premium_email_input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  padding: 12px 10px;
  font-family: 'Urbanist', sans-serif;
}

.premium_email_input::placeholder {
  color: var(--footer-text-dim);
}

.premium_subscribe_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--gold-accent);
  color: #1a1a1a;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Urbanist', sans-serif;
}

.premium_subscribe_btn:hover {
  background: var(--gold-hover);
  transform: translateX(3px);
}

.premium_subscribe_btn svg {
  transition: transform 0.4s ease;
}

.premium_subscribe_btn:hover svg {
  transform: translateX(4px);
}

/* ============================================
   BOTTOM BAR
   ============================================ */

.premium_footer_bottom {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.3);
}

.premium_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.premium_copyright {
  font-size: 14px;
  color: var(--footer-text-dim);
}

.premium_copyright span {
  color: var(--footer-text-dim);
  font-weight: 600;
}

.premium_footer_legal {
  display: flex;
  align-items: center;
  gap: 15px;
}

.premium_footer_legal a {
  color: var(--footer-text-dim);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.premium_footer_legal a:hover {
  color: var(--gold-accent);
}

.premium_separator {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.premium_credits {
  font-size: 13px;
  color: var(--footer-text-dim);
}

.premium_credits a {
  color: var(--gold-accent);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.premium_credits a:hover {
  color: var(--gold-hover);
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 1024px) {
  .premium_footer_main .premium_footer_container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .premium_footer_about {
    grid-column: 1 / -1;
    max-width: 600px;
  }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media (max-width: 768px) {
  .premium_footer_container {
    padding: 0 25px;
  }

  .premium_footer_main {
    padding: 60px 0 40px;
  }

  .premium_footer_main .premium_footer_container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .premium_newsletter_content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .premium_newsletter_form {
    width: 100%;
    max-width: 100%;
  }

  .premium_footer_newsletter {
    padding: 40px 0;
  }

  .premium_bottom_content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .premium_footer_legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .premium_footer_container {
    padding: 0 20px;
  }

  .premium_footer_main {
    padding: 50px 0 30px;
  }

  .premium_newsletter_text h3 {
    font-size: 24px;
  }

  .premium_newsletter_text p {
    font-size: 14px;
  }

  .premium_input_group {
    flex-direction: column;
    padding: 6px;
    gap: 8px;
  }

  .premium_email_input {
    padding: 14px 18px;
  }

  .premium_subscribe_btn {
    width: 100%;
    justify-content: center;
    padding: 14px 28px;
  }

  .premium_footer_legal {
    flex-direction: column;
    gap: 10px;
  }

  .premium_separator {
    display: none;
  }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold-accent);
  outline-offset: 4px;
}

/* menu page */

.menu-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.filter-bar {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
}

.filter-btns {
  display: inline-flex;
  gap: 15px;
  background: #1a1a1a;
  padding: 8px;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.filter-btn {
  padding: 14px 40px;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.filter-btn:hover {
  color: var(--main-color);
}

.filter-btn.active {
  background: var(--main-color);
  color: #000;
}

.menu-container {
  position: relative;
  background: #000;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.10);
  border-radius: 20px;
  padding: 70px 50px;
  overflow: hidden;
}

.corner-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.3;
  pointer-events: none;
  transform: scale(0.8);
}

.corner-tl {
  top: 0;
  left: 0;
  border-top: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
}

.corner-tr {
  top: 0;
  right: 0;
  border-top: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
}

.corner-bl {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
}

.corner-br {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
}

.corner-tl::before,
.corner-tr::before,
.corner-bl::before,
.corner-br::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  border-radius: 50%;
}

.corner-tl::before {
  top: -10px;
  left: -10px;
}

.corner-tr::before {
  top: -10px;
  right: -10px;
}

.corner-bl::before {
  bottom: -10px;
  left: -10px;
}

.corner-br::before {
  bottom: -10px;
  right: -10px;
}

.menu-section {
  margin-bottom: 80px;
  animation: fadeIn 1s ease forwards;
  opacity: 0;
}

.menu-section-title {
  font-family: var(--font-family-Fraunces);
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.menu-section-title::after {
  content: '';
  display: block;
  width: 140px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--main-color), transparent);
  margin: 25px auto 0;
  opacity: 0.7;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.menu-column {
  position: relative;
}

.column-label {
  font-family: var(--font-family-Urbanist);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  color: rgba(212, 175, 55, 0.85);
  margin-bottom: 35px;
  text-transform: uppercase;
}

/* IMPROVED MENU ITEM LAYOUT */
.menu-item {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.321);
  transition: all 0.4s ease;
  animation: fadeIn 1s ease forwards;
  opacity: 0;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item:hover {
  transform: translateX(10px);
  border-color: rgba(212, 175, 55, 0.35);
}

/* NEW FLEXIBLE GRID FOR ITEM HEADER */
.item-header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 10px;
  align-items: start;
}

.item-name-container {
  grid-column: 1;
  display: flex;
  flex-direction: column;
}

.item-name {
  font-family: var(--font-family-Urbanist);
  font-size: 18px;
  font-weight: 250;
  color: #ffffff;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 1.4;
  word-break: break-word;
  /* Allow long words to break */
}

.menu-item:hover .item-name {
  color: var(--main-color);
}

.item-price {
  font-family: var(--font-family-Urbanist);
  font-size: 17px;
  font-weight: 300;
  color: var(--main-color);
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.25);
  white-space: nowrap;
  /* Prevent price from wrapping */
  grid-column: 2;
  align-self: start;
}

.item-dots {
  display: none;
  /* Remove dotted line as it doesn't work well with multi-line text */
}

.menu-item.hide {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 1200px) {
  .menu-container {
    padding: 60px 40px;
  }
}

@media (max-width: 968px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .menu-section-title {
    font-size: 2.8rem;
  }

  .corner-decoration {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .menu-page {
    padding: 20px 15px;
  }

  .menu-container {
    padding: 40px 25px;
    border-radius: 10px;
  }

  .filter-btns {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .filter-btn {
    width: 100%;
  }

  .menu-section-title {
    font-size: 2.3rem;
  }

  .item-name {
    font-size: 17px;
  }

  .item-price {
    font-size: 19px;
  }

  .corner-decoration {
    width: 60px;
    height: 60px;
  }

  .menu-grid {
    gap: 50px;
  }
}

@media (max-width: 480px) {
  .menu-container {
    padding: 30px 15px;
  }

  .menu-section-title {
    font-size: 1.8rem;
  }

  .item-name {
    font-size: 16px;
  }

  .item-price {
    font-size: 18px;
  }

  .column-label {
    font-size: 11px;
    letter-spacing: 3px;
  }
}

/* 1) Force page to pure black */
html,
body {
  background: #000
}

/* about us page */
/* About Page Specific Styles */
.about-hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #000000 0%, #1c1c1e 100%);
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(212,175,55,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.about-hero h1 {
  font-size: 70px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  animation: fadeInUp 1s ease;
}

.about-hero .subtitle {
  text-align: center;
  font-size: 18px;
  color: var(--main-color);
  font-family: var(--font-family-Herrvon);
  font-size: 32px;
  margin-bottom: 15px;
  animation: fadeInUp 1.2s ease;
}

.about-hero .description {
  text-align: center;
  font-size: 16px;
  color: var(--color-three);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8em;
  animation: fadeInUp 1.4s ease;
}

/* Story Section */
.story-section {
  position: relative;
  padding: 100px 0;
  background-color: var(--color-two);
}

.story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

.story-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.story-image:hover img {
  transform: scale(1.05);
}

.story-image::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.story-image:hover::after {
  opacity: 1;
}

.story-text h2 {
  font-size: 48px;
  margin-bottom: 25px;
  line-height: 1.2em;
}

.story-text .label {
  font-family: var(--font-family-Fraunces);
  font-size: 28px;
  color: var(--main-color);
  margin-bottom: 15px;
  display: block;
}

.story-text p {
  color: var(--color-three);
  line-height: 1.8em;
  margin-bottom: 20px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 80px;
}

.feature-box {
  text-align: center;
  padding: 40px 20px;
  background: var(--color-one);
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  transition: all 0.4s ease;
}

.feature-box:hover {
  border-color: var(--main-color);
  transform: translateY(-10px);
}

.feature-box .icon {
  font-size: 48px;
  color: var(--main-color);
  margin-bottom: 20px;
  display: block;
}

.feature-box h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--main-color);
  font-family: var(--font-family-Urbanist);
}

.feature-box .label {
  font-size: 14px;
  color: var(--color-three);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Values Section */
.values-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--color-one) 0%, var(--color-two) 100%);
}

.values-header {
  text-align: center;
  margin-bottom: 60px;
}

.values-header h2 {
  font-size: 52px;
  margin-bottom: 20px;
}

.values-header .subtitle {
  position: relative;
  padding: 0 20px;
  /* space for left + right icons */
  text-transform: uppercase;
  /* make font uppercase */
  display: inline-block;
  font-weight: 600;
}

.values-header .subtitle::before,
.values-header .subtitle::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.values-header .subtitle::before {
  left: 0;
}

.values-header .subtitle::after {
  right: 0;

}

.values-header .subtitle {
  margin-bottom: 5px !important;
  /* adjust value */
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.value-card {
  padding: 50px 40px;
  background: var(--color-two);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  transition: all 0.4s ease;
}

.value-card:hover {
  background: var(--color-one);
  border-color: var(--main-color);
}

.value-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}

.value-card h4 {
  font-size: 26px;
  margin-bottom: 15px;
  color: var(--main-color);
}

.value-card p {
  color: var(--color-three);
  line-height: 1.7em;
}

/* Team Section */
.team-section {
  position: relative;
  padding: 100px 0;
  background-color: var(--color-two);
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-header h2 {
  font-size: 52px;
}

.team-header .subtitle {
  font-family: var(--font-family-Fraunces);
  font-size: 28px;
  color: var(--main-color);
  margin-bottom: 15px;
}

.team-info {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  background: var(--color-one);
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.team-info h3 {
  font-size: 36px;
  margin-bottom: 25px;
}

.team-info p {
  color: var(--color-three);
  line-height: 1.8em;
  font-size: 17px;
  margin-bottom: 20px;
}

/* Location Section */
.location-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-one);
}

.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.location-text h2 {
  font-size: 48px;
  margin-bottom: 25px;
}

.location-text .label {
  font-family: var(--font-family-Fraunces);
  font-size: 28px;
  color: var(--main-color);
  margin-bottom: 15px;
  display: block;
}

.location-details {
  margin-top: 30px;
}

.location-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.location-item:last-child {
  border-bottom: none;
}

.location-item .icon {
  color: var(--main-color);
  font-size: 20px;
  margin-right: 20px;
  margin-top: 5px;
}

.location-item h5 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--main-color);
}

.location-item p {
  color: var(--color-three);
  margin: 0;
  line-height: 1.6em;
}

.location-map {
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991px) {

  .story-content,
  .location-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-hero h1 {
    font-size: 50px;
  }

  .story-text h2,
  .values-header h2,
  .team-header h2,
  .location-text h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding: 80px 0 60px;
  }

  .about-hero h1 {
    font-size: 36px;
  }

  .story-section,
  .values-section,
  .team-section,
  .location-section {
    padding: 60px 0;
  }

  .feature-box {
    padding: 30px 20px;
  }

  .value-card {
    padding: 40px 30px;
  }

  .team-info {
    padding: 30px 20px;
  }
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop */
  gap: 40px;
  margin-top: 80px;
}

/* Tablet */
@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 in a row */
    gap: 20px;
  }
}

/* Header CSS */
/* ============================================
   MINIMAL CAPSULE HEADER
   ============================================ */

.minimal_capsule_hdr {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 95%;
  max-width: 1200px;
}

.minimal_capsule_nav {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #000000;
  padding: 12px 35px;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.nav_star_left,
.nav_star_right {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.nav_logo_link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.nav_logo {
  height: 45px;
  width: auto;
  object-fit: contain;
}

.nav_links_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.minimal_capsule_link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-Fraunces);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.minimal_capsule_link:hover {
  color: var(--main-color);
}

.nav_call_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--main-color);
  color: #000000;
  text-decoration: none;
  /* padding: 10px 20px; */
  padding: 5px 10px;
  border-radius: 50px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family-Urbanist);
}

.nav_email_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: black;
  color: var(--main-color);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-family-Urbanist);
}

.nav_call_btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
  color: #030303;
}

.nav_email_btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
  color: #030303;
}

.nav_call_btn svg {
  width: 16px;
  height: 16px;
}

.nav_call_text {
  display: inline-block;
}

/* Mobile Menu Toggle */
.mobile_menu_toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile_menu_toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile_menu_toggle:hover span {
  background: var(--main-color);
}

/* ============================================
   MOBILE SIDEBAR
   ============================================ */

.mobile_sidebar_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile_sidebar_overlay.active {
  display: block;
  opacity: 1;
}

.mobile_sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #000000;
  z-index: 9999;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
}

.mobile_sidebar.active {
  right: 0;
}

.sidebar_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar_logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.sidebar_close {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.sidebar_close:hover {
  color: var(--main-color);
}

.sidebar_nav {
  flex: 1;
  padding: 30px 0;
  overflow-y: auto;
}

.sidebar_link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-family-Fraunces);
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.sidebar_link:hover {
  background: rgba(255, 255, 255, 0.05);
  border-left-color: var(--main-color);
  color: var(--main-color);
}

.sidebar_link_icon {
  font-size: 20px;
  width: 24px;
  text-align: center;
}

.sidebar_footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar_call_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--main-color);
  color: #000000;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-Urbanist);
  transition: all 0.3s ease;
}

.sidebar_call_btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .minimal_capsule_hdr {
    width: 92%;
  }

  .minimal_capsule_nav {
    gap: 20px;
    padding: 12px 25px;
  }

  .nav_links_wrapper {
    gap: 25px;
  }

  .minimal_capsule_link {
    font-size: 13px;
  }

  .nav_call_text {
    display: none;
  }

  .nav_call_btn {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}

/* Mobile - Hide desktop nav, show hamburger */
@media (max-width: 768px) {
  .minimal_capsule_hdr {
    top: 15px;
    width: 90%;
  }

  .minimal_capsule_nav {
    gap: 15px;
    padding: 10px 20px;
  }

  .nav_star_right,
  .nav_links_wrapper,
  .nav_call_btn {
    display: none;
  }

  .mobile_menu_toggle {
    display: flex;
  }

  .nav_logo {
    height: 38px;
  }

  .nav_star_left {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .minimal_capsule_hdr {
    top: 12px;
  }

  .minimal_capsule_nav {
    padding: 8px 16px;
    gap: 12px;
  }

  .nav_logo {
    height: 35px;
  }

  .nav_star_left {
    width: 16px;
    height: 16px;
  }

  .mobile_sidebar {
    width: 260px;
    right: -260px;
  }

  .sidebar_link {
    font-size: 15px;
    padding: 13px 20px;
  }
}

@media (max-width: 380px) {
  .minimal_capsule_nav {
    padding: 7px 14px;
    gap: 10px;
  }

  .nav_logo {
    height: 32px;
  }

  .nav_star_left {
    width: 14px;
    height: 14px;
  }

  .mobile_menu_toggle span {
    width: 20px;
  }

  .mobile_sidebar {
    width: 240px;
    right: -240px;
  }
}

/* css for header for phone */
/* ============================================
   ENHANCED MOBILE RESPONSIVE WITH CALL ICON
   ============================================ */

/* Mobile - Improved Layout */
@media (max-width: 768px) {
  .minimal_capsule_hdr {
    top: 15px;
    width: 90%;
  }

  .minimal_capsule_nav {
    gap: 0;
    padding: 10px 20px;
    justify-content: space-between;
  }

  /* Hide desktop elements */
  .nav_star_right,
  .nav_star_left,
  .nav_links_wrapper,
  .nav_email_btn {
    display: none;
  }

  /* Logo - Left aligned */
  .nav_logo_link {
    order: 1;
    flex: 0 0 auto;
  }

  .nav_logo {
    height: 40px;
  }

  /* Call Button - Center with Icon */
  .nav_call_btn {
    display: flex !important;
    order: 2;
    flex: 1;
    max-width: 160px;
    margin: 0 auto;
    padding: 8px 16px;
    border-radius: 50px;
    gap: 6px;
    align-items: center;
  }

  .nav_call_btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .nav_call_text {
    display: inline-block !important;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 600;
  }

  /* Add animated pulse effect to call icon */
  .nav_call_btn svg {
    animation: callPulse 2s ease-in-out infinite;
  }

  @keyframes callPulse {

    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  /* Hamburger - Right aligned */
  .mobile_menu_toggle {
    display: flex;
    order: 3;
    flex: 0 0 auto;
  }

  /* Sidebar improvements */
  .mobile_sidebar {
    width: 280px;
    right: -280px;
  }

  .sidebar_header {
    padding: 20px;
  }

  .sidebar_logo {
    height: 45px;
  }

  .sidebar_link {
    font-size: 15px;
    padding: 14px 22px;
  }

  .sidebar_link_icon {
    font-size: 18px;
  }

  .sidebar_footer {
    padding: 20px;
  }

  .sidebar_call_btn {
    padding: 14px 20px;
    font-size: 15px;
  }

  .sidebar_call_btn svg {
    width: 18px;
    height: 18px;
  }
}

/* Small Mobile - Compact Layout */
@media (max-width: 480px) {
  .minimal_capsule_hdr {
    top: 12px;
    width: 92%;
  }

  .minimal_capsule_nav {
    padding: 8px 16px;
  }

  .nav_logo {
    height: 36px;
  }

  .nav_call_btn {
    max-width: 140px;
    padding: 7px 14px;
    gap: 5px;
  }

  .nav_call_btn svg {
    width: 15px;
    height: 15px;
  }

  .nav_call_text {
    font-size: 11px;
  }

  .mobile_menu_toggle span {
    width: 20px;
  }

  .mobile_sidebar {
    width: 260px;
    right: -260px;
  }

  .sidebar_header {
    padding: 18px;
  }

  .sidebar_logo {
    height: 42px;
  }

  .sidebar_link {
    font-size: 14px;
    padding: 13px 20px;
  }

  .sidebar_footer {
    padding: 18px;
  }

  .sidebar_call_btn svg {
    width: 17px;
    height: 17px;
  }
}

/* Extra Small Mobile - Minimal Layout */
@media (max-width: 380px) {
  .minimal_capsule_hdr {
    top: 10px;
    width: 94%;
  }

  .minimal_capsule_nav {
    padding: 7px 12px;
  }

  .nav_logo {
    height: 32px;
  }

  .nav_call_btn {
    max-width: 120px;
    padding: 6px 12px;
    gap: 4px;
  }

  .nav_call_btn svg {
    width: 14px;
    height: 14px;
  }

  .nav_call_text {
    font-size: 10px;
  }

  .mobile_menu_toggle {
    padding: 3px;
  }

  .mobile_menu_toggle span {
    width: 18px;
    height: 1.5px;
  }

  .mobile_sidebar {
    width: 240px;
    right: -240px;
  }

  .sidebar_header {
    padding: 16px;
  }

  .sidebar_logo {
    height: 38px;
  }

  .sidebar_link {
    font-size: 14px;
    padding: 12px 18px;
    gap: 12px;
  }

  .sidebar_link_icon {
    font-size: 16px;
    width: 20px;
  }

  .sidebar_footer {
    padding: 16px;
  }

  .sidebar_call_btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .sidebar_call_btn svg {
    width: 16px;
    height: 16px;
  }
}

/* iPhone SE and similar small devices */
@media (max-width: 350px) {
  .minimal_capsule_nav {
    padding: 6px 10px;
  }

  .nav_logo {
    height: 30px;
  }

  .nav_call_btn {
    max-width: 110px;
    padding: 5px 10px;
  }

  .nav_call_btn svg {
    width: 13px;
    height: 13px;
  }

  .nav_call_text {
    font-size: 9px;
  }

  .mobile_sidebar {
    width: 220px;
    right: -220px;
  }
}

/* Additional hover effect for mobile call button */
@media (max-width: 768px) {
  .nav_call_btn:active {
    transform: scale(0.95);
    background: #ffffff;
  }
}

/* Services Page Specific Styles */
.services-hero {
  position: relative;
  padding: 180px 0 100px;
  background: #000;
  overflow: hidden;
}

.services-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(212, 175, 55, 0.05) 100%);
  z-index: 1;
}

.services-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.services-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.services-hero .subtitle {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  color: #d4af37;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Services Categories Section */
.services-categories {
  padding: 100px 0;
  background: #0a0a0a;
  position: relative;
}

.category-section {
  margin-bottom: 120px;
}

.category-section:last-child {
  margin-bottom: 0;
}

.category-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.category-header::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.category-label {
  font-family: 'Urbanist', sans-serif;
  font-size: 0.9rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  display: block;
}


.category-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #fff;
  font-weight: 400;
  margin: 0;
}

/* Service Cards Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(15, 15, 15, 0.95) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 40px 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.service-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #d4af37, transparent, #d4af37);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.service-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(20, 20, 20, 0.98) 100%);
}

.service-card:hover::before {
  opacity: 0.3;
}

.service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d4af37, #b8941f);
  border-radius: 50%;
}

.service-icon svg {
  width: 30px;
  height: 30px;
  color: #000;
}

.service-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.service-card p {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.services-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.services-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-content h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #fff;
  margin-bottom: 20px;
}

.cta-content p {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-block;
  padding: 15px 40px;
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-btn.primary {
  background: linear-gradient(135deg, #d4af37, #b8941f);
  color: #000;
  font-weight: 600;
}

.cta-btn.secondary {
  background: transparent;
  color: #d4af37;
  border: 1px solid #d4af37;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

/* Features Strip */
.features-strip {
  padding: 60px 0;
  background: #000;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.features-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 20px;
}

.feature-item {
  text-align: center;
  flex: 1;
  min-width: 200px;
}

.feature-number {
  font-family: var(--font-family-Urbanist);
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.feature-text {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--color-three);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-card {
    padding: 30px 25px;
  }

  .services-hero {
    padding: 150px 0 80px;
  }

  .category-header {
    margin-bottom: 60px;
  }

  .services-cta {
    padding: 80px 0;
  }
}

/* Decorative Elements */
.ornament {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  background: url('images/icons/star-element.svg') center/contain no-repeat;
  vertical-align: middle;
  opacity: 0.6;
}

/* Mobile: 2 per row */
@media (max-width: 768px) {
  .features-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: center;
  }

  .feature-item {
    min-width: 0;
    /* Prevent overflow */
  }
}

/* Very small screens: 2 per row still works */
@media (max-width: 480px) {
  .features-container {
    gap: 20px;
  }
}
/* contact page css */
  /* Contact Hero Section */
        .contact-hero {
            position: relative;
            padding: 120px 0 80px;
            background: linear-gradient(135deg, #000000 0%, #1c1c1e 100%);
            overflow: hidden;
        }

        .contact-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(212,175,55,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.5;
        }

        .contact-hero h1 {
            font-size: 70px;
            text-align: center;
            margin-bottom: 20px;
            position: relative;
            animation: fadeInUp 1s ease;
        }

        .contact-hero .subtitle {
            text-align: center;
            font-size: 32px;
            color: var(--main-color);
            font-family: var(--font-family-Herrvon);
            margin-bottom: 15px;
            animation: fadeInUp 1.2s ease;
        }

        .contact-hero .description {
            text-align: center;
            font-size: 16px;
            color: var(--color-three);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8em;
            animation: fadeInUp 1.4s ease;
        }

        /* Contact Info Cards Section */
        .contact-info-section {
            position: relative;
            padding: 100px 0;
            background-color: var(--color-two);
        }

        .contact-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 80px;
        }

        .contact-card {
            text-align: center;
            padding: 50px 30px;
            background: var(--color-one);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 8px;
            transition: all 0.4s ease;
        }

        .contact-card:hover {
            border-color: var(--main-color);
            transform: translateY(-10px);
            background: var(--color-two);
        }

        .contact-card .icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            color: var(--main-color);
            font-size: 32px;
            transition: all 0.4s ease;
        }

        .contact-card:hover .icon {
            background: var(--main-color);
            color: var(--color-one);
        }

        .contact-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            color: var(--main-color);
        }

        .contact-card p {
            color: var(--color-three);
            line-height: 1.8em;
            margin-bottom: 15px;
        }

        .contact-card a {
            color: var(--main-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .contact-card a:hover {
            color: var(--white-color);
        }

        /* Contact Form Section */
        .contact-form-section {
            position: relative;
            padding: 100px 0;
            background: linear-gradient(135deg, var(--color-one) 0%, var(--color-two) 100%);
        }

        .form-map-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        .form-container {
            background: var(--color-two);
            padding: 50px;
            border-radius: 8px;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }

        .form-container h2 {
            font-size: 42px;
            margin-bottom: 15px;
        }

        .form-container .form-subtitle {
            color: var(--color-three);
            margin-bottom: 40px;
            line-height: 1.6em;
        }

        .contact-form .form-group {
            margin-bottom: 25px;
        }

        .contact-form label {
            display: block;
            color: var(--main-color);
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .contact-form input,
        .contact-form select,
        .contact-form textarea {
            width: 100%;
            padding: 15px 20px;
            background: var(--color-one);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 4px;
            color: var(--white-color);
            font-size: 15px;
            font-family: var(--font-family-Urbanist);
            transition: all 0.3s ease;
        }

        .contact-form input:focus,
        .contact-form select:focus,
        .contact-form textarea:focus {
            outline: none;
            border-color: var(--main-color);
            background: var(--color-two);
        }

        .contact-form textarea {
            min-height: 150px;
            resize: vertical;
        }

        .contact-form .submit-btn {
            display: inline-block;
            padding: 16px 45px;
            background: var(--main-color);
            color: var(--color-one);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.4s ease;
            font-size: 14px;
        }

        .contact-form .submit-btn:hover {
            background: var(--white-color);
            color: var(--color-one);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        }

        .map-container {
            height: 600px;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.2);
            position: sticky;
            top: 100px;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Opening Hours Section */
        .hours-section {
            position: relative;
            padding: 100px 0;
            background-color: var(--color-two);
        }

        .hours-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .hours-text h2 {
            font-size: 48px;
            margin-bottom: 25px;
        }

        .hours-text .label {
            font-family: var(--font-family-Fraunces);
            font-size: 28px;
            color: var(--main-color);
            margin-bottom: 15px;
            display: block;
        }

        .hours-text p {
            color: var(--color-three);
            line-height: 1.8em;
            margin-bottom: 30px;
        }

        .hours-schedule {
            background: var(--color-one);
            padding: 50px;
            border-radius: 8px;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }

        .schedule-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid rgba(212, 175, 55, 0.1);
        }

        .schedule-item:last-child {
            border-bottom: none;
        }

        .schedule-item .day {
            color: var(--main-color);
            font-size: 18px;
            font-weight: 500;
        }

        .schedule-item .time {
            color: var(--color-three);
            font-size: 16px;
        }

        .schedule-item.highlight {
            background: rgba(212, 175, 55, 0.05);
            padding: 20px;
            border-radius: 4px;
            margin: 10px 0;
        }

        /* FAQ Section */
        .faq-section {
            position: relative;
            padding: 100px 0;
            background: var(--color-one);
        }

        .faq-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .faq-header h2 {
            font-size: 52px;
            margin-bottom: 20px;
        }

        .faq-header .subtitle {
            font-family: var(--font-family-Fraunces);
            font-size: 28px;
            color: var(--main-color);
            margin-bottom: 15px;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            margin-bottom: 20px;
            background: var(--color-two);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: var(--main-color);
        }

        .faq-question {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(212, 175, 55, 0.05);
        }

        .faq-question h4 {
            font-size: 20px;
            color: var(--main-color);
            margin: 0;
            flex: 1;
        }

        .faq-question .icon {
            width: 24px;
            height: 24px;
            color: var(--main-color);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-question .icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .faq-answer-content {
            padding: 0 30px 25px 30px;
            color: var(--color-three);
            line-height: 1.8em;
        }

        /* Reservation CTA Section */
        .reservation-cta {
            position: relative;
            padding: 100px 0;
            background: linear-gradient(135deg, var(--color-two) 0%, var(--color-one) 100%);
            text-align: center;
        }

        .reservation-cta h2 {
            font-size: 52px;
            margin-bottom: 20px;
        }

        .reservation-cta .subtitle {
            font-family: var(--font-family-Fraunces);
            font-size: 28px;
            color: var(--main-color);
            margin-bottom: 25px;
        }

        .reservation-cta p {
            color: var(--color-three);
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto 40px;
            line-height: 1.8em;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-btn {
            display: inline-block;
            padding: 18px 50px;
            background: var(--main-color);
            color: var(--color-one);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.4s ease;
            font-size: 14px;
        }

        .cta-btn:hover {
            background: var(--white-color);
            color: var(--color-one);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        }

        .cta-btn.secondary {
            background: transparent;
            border: 2px solid var(--main-color);
            color: var(--main-color);
        }

        .cta-btn.secondary:hover {
            background: var(--main-color);
            color: var(--color-one);
        }

        /* Directions Section */
        .directions-section {
            position: relative;
            padding: 100px 0;
            background-color: var(--color-two);
        }

        .directions-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .directions-header h2 {
            font-size: 48px;
            margin-bottom: 20px;
        }

        .directions-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .direction-card {
            padding: 40px 30px;
            background: var(--color-one);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 8px;
            transition: all 0.4s ease;
        }

        .direction-card:hover {
            border-color: var(--main-color);
            transform: translateY(-5px);
        }

        .direction-card .icon {
            font-size: 40px;
            color: var(--main-color);
            margin-bottom: 20px;
        }

        .direction-card h4 {
            font-size: 22px;
            margin-bottom: 15px;
            color: var(--main-color);
        }

        .direction-card p {
            color: var(--color-three);
            line-height: 1.7em;
            margin-bottom: 15px;
        }

        .direction-card .distance {
            color: var(--main-color);
            font-size: 14px;
            font-weight: 600;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive */
        @media (max-width: 991px) {
            .contact-cards-grid {
                grid-template-columns: 1fr;
            }

            .form-map-wrapper,
            .hours-content {
                grid-template-columns: 1fr;
            }

            .map-container {
                height: 400px;
                position: relative;
                top: 0;
            }

            .directions-grid {
                grid-template-columns: 1fr;
            }

            .contact-hero h1 {
                font-size: 50px;
            }
        }

        @media (max-width: 575px) {
            .contact-hero {
                padding: 80px 0 60px;
            }

            .contact-hero h1 {
                font-size: 36px;
            }

            .contact-info-section,
            .contact-form-section,
            .hours-section,
            .faq-section,
            .reservation-cta,
            .directions-section {
                padding: 60px 0;
            }

            .form-container,
            .hours-schedule {
                padding: 30px 20px;
            }

            .cta-buttons {
                flex-direction: column;
            }

            .cta-btn {
                width: 100%;
            }
        }
        /* mobile nav css */
        
    /* ============================================
       MOBILE BOTTOM NAVIGATION STYLES
       Premium Enhanced Version
       ============================================ */

    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        display: none;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        gap: 12px;
        z-index: 9999;
        border-top: 1px solid rgba(212, 175, 55, 0.4);
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.8),
                    0 -2px 8px rgba(212, 175, 55, 0.1);
        animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .mobile-nav-btn {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 50px;
        max-width: 200px;
        padding: 0 20px;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
        border: 2px solid transparent;
    }

    .mobile-nav-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8px;
        height: 28px;
        border-radius: 50%;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
    }

    .mobile-nav-text {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-family: var(--font-family-Urbanist);
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    /* Call Button Styles */
    .mobile-nav-call {
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.12) 100%);
        border: 2px solid rgba(212, 175, 55, 0.4);
    }

    .mobile-nav-call:active {
        transform: scale(0.92);
        border-color: rgba(212, 175, 55, 0.6);
    }

    .mobile-nav-call .mobile-nav-icon-wrapper {
        background: rgba(212, 175, 55, 0.15);
    }

    .mobile-nav-call svg {
        color: var(--main-color);
        filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.3));
    }

    .mobile-nav-call .mobile-nav-text {
        color: var(--main-color);
    }

    .mobile-nav-call:active .mobile-nav-icon-wrapper {
        transform: rotate(20deg) scale(1.1);
        background: rgba(212, 175, 55, 0.25);
    }

    /* Ripple effect on tap */
    .mobile-nav-call::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(212, 175, 55, 0.2);
        transform: translate(-50%, -50%);
        transition: width 0.5s ease, height 0.5s ease;
    }

    .mobile-nav-call:active::before {
        width: 300px;
        height: 300px;
    }

    /* Book Table Button Styles - Premium Gold */
    .mobile-nav-book {
        background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 100%);
        border: 2px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .mobile-nav-book:active {
        transform: scale(0.92);
        box-shadow: 0 2px 10px rgba(212, 175, 55, 0.5),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .mobile-nav-book .mobile-nav-icon-wrapper {
        background: rgba(0, 0, 0, 0.15);
    }

    .mobile-nav-book svg {
        color: #000000;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
    }

    .mobile-nav-book .mobile-nav-text {
        color: #000000;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    }

    .mobile-nav-book:active .mobile-nav-icon-wrapper {
        transform: scale(1.15);
        background: rgba(0, 0, 0, 0.25);
    }

    /* Shimmer effect on Book button */
    .shimmer {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
        animation: shimmer 3s infinite;
        z-index: 1;
    }

    @keyframes shimmer {
        0% {
            left: -100%;
        }
        50%, 100% {
            left: 100%;
        }
    }

    /* Pulse animation for Book button */
    @keyframes pulse {
        0%, 100% {
            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4),
                        inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        50% {
            box-shadow: 0 4px 30px rgba(212, 175, 55, 0.6),
                        inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }
    }

    .mobile-nav-book {
        animation: pulse 2s ease-in-out infinite;
    }

    /* Show only on mobile devices */
    @media (max-width: 768px) {
        .mobile-bottom-nav {
            display: flex;
        }

        /* Add padding to body to prevent content from being hidden behind nav */
        body {
            padding-bottom: 80px !important;
        }
    }

    /* Tablet landscape */
    @media (max-width: 768px) and (min-width: 601px) {
        .mobile-nav-btn {
            max-width: 250px;
        }
    }

    /* Extra small devices */
    @media (max-width: 480px) {
        .mobile-bottom-nav {
            height: 68px;
            padding: 8px 12px;
            gap: 10px;
        }

        .mobile-nav-btn {
            height: 48px;
            padding: 0 16px;
            gap: 8px;
        }

        .mobile-nav-icon-wrapper {
            width: 26px;
            height: 26px;
        }

        .mobile-nav-btn svg {
            width: 20px;
            height: 20px;
        }

        .mobile-nav-text {
            font-size: 12px;
            letter-spacing: 0.5px;
        }
    }

    /* Very small devices */
    @media (max-width: 360px) {
        .mobile-bottom-nav {
            height: 65px;
            padding: 8px 10px;
            gap: 8px;
        }

        .mobile-nav-btn {
            height: 46px;
            padding: 0 12px;
            gap: 6px;
        }

        .mobile-nav-text {
            font-size: 11px;
        }
    }

    /* Landscape mode on mobile */
    @media (max-width: 768px) and (orientation: landscape) {
        .mobile-bottom-nav {
            height: 60px;
            padding: 6px 12px;
        }

        .mobile-nav-btn {
            height: 46px;
            gap: 8px;
        }

        .mobile-nav-text {
            font-size: 12px;
        }
    }

    /* Hide/Show animation when scrolling */
    .mobile-bottom-nav.hide-nav {
        transform: translateY(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    }

    /* Safe area padding for notched devices (iPhone X and newer) */
    @supports (padding-bottom: env(safe-area-inset-bottom)) {
        .mobile-bottom-nav {
            padding-bottom: calc(10px + env(safe-area-inset-bottom));
            height: calc(70px + env(safe-area-inset-bottom));
        }

        @media (max-width: 768px) {
            body {
                padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important;
            }
        }
    }

    /* Haptic feedback simulation */
    @media (hover: none) and (pointer: coarse) {
        .mobile-nav-btn:active {
            transition: transform 0.1s ease;
        }
    }

    /* Dark mode support (optional) */
    @media (prefers-color-scheme: dark) {
        .mobile-bottom-nav {
            background: rgba(0, 0, 0, 0.98);
        }
    }

    /* High contrast mode accessibility */
    @media (prefers-contrast: high) {
        .mobile-nav-call {
            border-width: 3px;
        }
        
        .mobile-nav-book {
            border-width: 3px;
            border-color: rgba(0, 0, 0, 0.3);
        }
    }

    /* Reduce motion for accessibility */
    @media (prefers-reduced-motion: reduce) {
        .mobile-bottom-nav,
        .mobile-nav-btn,
        .mobile-nav-icon-wrapper,
        .shimmer {
            animation: none !important;
            transition: none !important;
        }
    }

    .bg-video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Force 16:9 video */
.bg-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
  object-fit: contain; /* keeps exact 16:9 */
  z-index: 1;
  pointer-events: none;
}

/* If screen is taller than 16:9 */
@media (max-aspect-ratio: 16/9) {
  .bg-video-wrap video {
    width: auto;
    height: 100vh;
  }
}
/* Add this CSS to your stylesheet */
.order-now-widget {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 0;
}

.order-now-btn {
  position: relative;
  background: linear-gradient(135deg, var(--main-color) 0%, #d4af37 100%);
  color: var(--white-color);
  border: none;
  padding: 12px 8px;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 100px;
}

.order-now-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, var(--main-color) 100%);
  padding-right: 12px;
}

.order-now-btn .order-text {
  display: block;
}

.order-now-btn i {
  font-size: 12px;
  transform: rotate(90deg);
}

.order-options {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px 0 0 12px;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  backdrop-filter: blur(10px);
}

.order-now-widget.active .order-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-50%) translateX(0);
}

.order-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.order-option:hover {
  transform: scale(1.1) translateX(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.order-option img {
  width: 70%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.order-option:hover img {
  transform: scale(1.1);
}

/* Platform specific hover colors */
.order-option[data-platform="zomato"]:hover {
  background: linear-gradient(135deg, #e23744 0%, #ff6b6b 100%);
}

.order-option[data-platform="eazydiner"]:hover {
  background: linear-gradient(135deg, #ff6b35 0%, #ffaa00 100%);
}

.order-option[data-platform="swiggy"]:hover {
  background: linear-gradient(135deg, #fc8019 0%, #ffa84d 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .order-now-btn {
    padding: 10px 7px;
    min-height: 85px;
    font-size: 10px;
  }
  
  .order-option {
    width: 36px;
    height: 36px;
  }
  
  .order-options {
    padding: 8px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .order-now-btn {
    padding: 8px 6px;
    min-height: 75px;
    font-size: 9px;
    gap: 4px;
  }
  
  .order-now-btn i {
    font-size: 10px;
  }
  
  .order-option {
    width: 32px;
    height: 32px;
  }
  
  .order-options {
    padding: 6px;
    gap: 5px;
  }
}