/* Index-only Tabaq theme */

:root {
  --main-color: #D8B765;
  --color-one: #fce7bd;
  --color-two: #fce7bd;
  --tabaq-clay: #723018;
  --tabaq-rust: #A15422;
  --tabaq-cream: #fce7bd;
  --tabaq-paper: #fce7bd;
  --tabaq-white: #FFFDF7;
  --tabaq-olive: #35451E;
  --color-three: rgb(218, 190, 143);
  --color-four: rgb(157, 91, 38);
  --color-five: rgb(24, 15, 11);
  --color-six: rgb(48, 27, 18);
  --color-seven: rgb(66, 34, 20);
  --color-eight: rgb(37, 22, 15);
  --text-color: #111111;
  --heading-color: #111111;
}

body {
  background: var(--tabaq-paper);
}

.loader-wrap,
.handle-preloader,
.preloader-close {
  display: none !important;
}

.main-header.fixed-header .header-upper,
.hidden-bar,
.info-bar,
.menu-backdrop {
  background-color: var(--tabaq-paper);
}

.hidden-bar .inner-box {
  background-color: var(--tabaq-paper);
}

.hidden-bar .inner-box .cross-icon {
  color: var(--tabaq-clay);
  border-color: rgba(122, 52, 25, 0.55);
}

.hidden-bar .inner-box .cross-icon:hover {
  color: var(--tabaq-rust);
  border-color: var(--tabaq-rust);
}

.hidden-bar .side-menu ul {
  border-top-color: rgba(122, 52, 25, 0.18);
}

.hidden-bar .side-menu ul li {
  border-bottom-color: rgba(122, 52, 25, 0.18);
}

.hidden-bar .side-menu ul li a,
.hidden-bar .side-menu ul li .btn-expander {
  color: #111111;
}

.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,
.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul li.current > a {
  color: var(--tabaq-clay);
}

.main-header .header-upper .inner-container {
  border-bottom-color: rgba(255, 225, 168, 0.22);
}

.tabaq-wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  color: var(--tabaq-clay);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
}

.main-header .logo .tabaq-wordmark span,
.hidden-bar .logo-box .tabaq-wordmark span,
.info-bar .logo-box .tabaq-wordmark span,
.main-footer .logo .tabaq-wordmark span,
.tabaq-wordmark span {
  display: block;
  font-family: var(--font-family-Fraunces);
  font-size: 34px;
  font-weight: 500;
  line-height: 0.92;
  color: var(--tabaq-clay);
  text-shadow: 0 1px 10px rgba(255, 241, 196, 0.35);
}

.main-header .logo .tabaq-wordmark small,
.hidden-bar .logo-box .tabaq-wordmark small,
.info-bar .logo-box .tabaq-wordmark small,
.main-footer .logo .tabaq-wordmark small,
.tabaq-wordmark small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: var(--tabaq-rust);
  letter-spacing: 0.2em;
}

.tabaq-wordmark:hover {
  color: var(--tabaq-rust);
}

.banner-section {
  background: var(--tabaq-paper);
}

.chinese-lantern {
  position: absolute;
  top: 118px;
  width: 52px;
  height: 76px;
  z-index: 12;
  pointer-events: none;
}

.chinese-lantern:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  width: 1px;
  height: 36px;
  background: rgba(114, 48, 24, 0.62);
}

.chinese-lantern:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 1px;
  height: 18px;
  background: var(--tabaq-rust);
  box-shadow: -5px 12px 0 -4px var(--tabaq-rust), 5px 12px 0 -4px var(--tabaq-rust);
}

.chinese-lantern {
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 248, 234, 0.32) 13% 15%, transparent 16% 84%, rgba(255, 248, 234, 0.32) 85% 87%, transparent 88%),
    radial-gradient(ellipse at center, #c94a24 0%, #a53019 64%, #72200f 100%);
  border: 3px solid #7d2c15;
  border-radius: 42% 42% 48% 48%;
  box-shadow: 0 16px 36px rgba(114, 48, 24, 0.18);
}

.chinese-lantern .spark {
  display: none;
}

.lantern-left {
  left: 36px;
}

.lantern-right {
  right: 36px;
}

.lantern-right {
  transform: scale(0.86);
  opacity: 0.88;
}

.banner-section .slide-item:before {
  background: transparent;
}

.banner-section .slide-item .image-layer:before {
  background: transparent;
}

.banner-section .tabaq-hero-slide .image-layer {
  background-color: var(--tabaq-paper);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section .slide-item.swiper-slide-active .image-layer {
  transform: scale(1);
}

.banner-section .tabaq-hero-slide .inner {
  max-width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.banner-section .slide-item .subtitle {
  color: #ffd982;
}

.banner-section .slide-item h1 {
  color: #fff0c2;
  text-shadow: 0 5px 28px rgba(54, 20, 8, 0.72);
}

.banner-section .slide-item .text {
  color: #ffe8bc;
}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  color: var(--tabaq-clay);
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before {
  border-color: rgba(122, 52, 25, 0.45);
  background-color: rgba(216, 183, 101, 0.22);
}

.banner-social-list .line,
.banner-call .line {
  background-color: rgba(122, 52, 25, 0.62);
}

.banner-social-list .custom-ul li a,
.banner-call .call-ul li a {
  color: var(--tabaq-clay);
  font-weight: 700;
}

.hamburger span {
  background: var(--tabaq-clay);
}

.main-header .header-upper {
  background: var(--tabaq-paper);
  border-bottom: 1px solid rgba(114, 48, 24, 0.14);
}

.main-menu .navigation > li > a,
.main-menu .navigation > li.dropdown > a:after,
.main-header .info-btn,
.main-header .nav-toggler button {
  color: var(--tabaq-clay);
}

.main-menu .navigation > li > a:before {
  border-top-color: var(--main-color);
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  color: var(--tabaq-rust);
}

.banner-section .explore-menu-btn {
  width: 86px;
  height: 146px;
  bottom: 10px;
  background: var(--tabaq-clay);
  border: 2px solid rgba(255, 241, 196, 0.72);
  border-radius: 46px 46px 18px 18px;
  box-shadow: 0 16px 34px rgba(64, 27, 11, 0.28);
}

.banner-section .explore-menu-btn:before {
  content: "EXPLORE";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--tabaq-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.banner-section .explore-menu-btn .icon {
  margin-top: 44px;
}

.banner-section .explore-menu-btn .icon img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(26%) saturate(467%) hue-rotate(358deg) brightness(107%) contrast(102%);
}

.title-box h1,
.title-box h2,
.title-box h3,
.title-box h4,
.title-box h5,
.title-box h6,
.menu-cat h3,
.dish-block h6,
.offer-block-two h5,
.why-block-two h6,
.news-block h4 {
  color: var(--tabaq-clay);
  text-shadow: 0 1px 0 rgba(255, 241, 196, 0.28);
}

.title-box .subtitle,
.title-box .subtitle span,
.price,
.cat-name,
.fact-block .fact-count {
  color: var(--tabaq-rust);
}

.title-box .subtitle,
.title-box .subtitle span,
.price,
.cat-name,
.banner-call .call-ul li a,
.banner-social-list .custom-ul li a,
.menu-tabs .buttons .tab-buttons .tab-btn span,
.theme-btn .btn-wrap {
  font-weight: 700;
}

.main-header .logo .tabaq-wordmark small,
.hidden-bar .logo-box .tabaq-wordmark small,
.info-bar .logo-box .tabaq-wordmark small,
.main-footer .logo .tabaq-wordmark small {
  font-weight: 700;
}

.menu-section,
.fluid-section.alternate,
.chef-bio,
.why-us-two,
.testimonials-two,
.reserve-section,
.news-section,
.ig-post-section,
.main-footer {
  background: var(--tabaq-paper);
}

.menu-cat,
.fluid-section,
.menu-section,
.why-us-two,
.testimonials-two,
.reserve-section,
.news-section,
.ig-post-section,
.main-footer {
  border-top: 1px solid rgba(122, 52, 25, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.menu-cat {
  border-top: 0;
}

.fluid-section.alternate,
.chef-bio,
.why-us-two,
.reserve-section {
  background:
    linear-gradient(180deg, rgba(216, 183, 101, 0.2), rgba(255, 253, 247, 0.48)),
    var(--tabaq-paper);
}

.about-fluid {
  background: var(--tabaq-paper);
}

.about-fluid .content-col .inner {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 100px clamp(28px, 6vw, 110px);
  text-align: left;
}

.about-fluid .about-fluid-box {
  max-width: 680px;
}

.about-fluid .title-box {
  margin-bottom: 26px;
}

.about-fluid .title-box h2 {
  max-width: 620px;
}

.about-fluid .text {
  color: rgba(114, 48, 24, 0.82);
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 34px;
}

.about-fluid .text p {
  margin-bottom: 16px;
}

.about-fluid .image-col .inner {
  min-height: 680px;
}

.about-fluid .image-col .image-layer {
  background-position: center center;
}

.about-fluid .image-col .image-layer:before {
  background: linear-gradient(90deg, rgba(252, 231, 189, 0.08), rgba(252, 231, 189, 0));
}

@media only screen and (max-width: 991px) {
  .about-fluid .content-col .inner,
  .about-fluid .image-col .inner {
    min-height: auto;
  }

  .about-fluid .content-col .inner {
    padding: 76px 28px;
  }

  .about-fluid .image-col .image {
    display: block;
  }

  .about-fluid .image-col .image-layer {
    display: none;
  }
}

.menu-section,
.testimonials-two,
.news-section {
  background:
    linear-gradient(180deg, rgba(216, 183, 101, 0.18), rgba(255, 253, 247, 0)),
    var(--tabaq-paper);
}

.section-kt {
  position: relative;
}

.section-kt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6.5%;
  right: 6.5%;
  height: 1px;
  background: rgba(122, 52, 25, 0.28);
  pointer-events: none;
}

.menu-cat.section-kt:before {
  display: none;
}

.menu-tabs .buttons .tab-buttons .tab-btn.active-btn span,
.menu-tabs .buttons .tab-buttons .tab-btn:hover span {
  color: var(--tabaq-clay);
}

.menu-cat .menucat-list {
  border-color: rgba(122, 52, 25, 0.24);
  padding-left: 22px;
  padding-right: 22px;
}

.menu-cat .menucat-list:last-child {
  border-color: rgba(122, 52, 25, 0.24);
}

.menu-cat .menucat-list:hover {
  background-color: var(--tabaq-white);
  box-shadow: inset 0 0 0 1px rgba(122, 52, 25, 0.18);
}

.menu-cat .menucat-list:hover:before {
  display: none;
}

.menu-section .title-box:before,
.menu-cat .title-box.centered:before {
  content: "";
  display: block;
  width: 42px;
  height: 52px;
  margin: 0 auto 18px;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 253, 247, 0.35) 15% 18%, transparent 19% 82%, rgba(255, 253, 247, 0.35) 83% 86%, transparent 87%),
    radial-gradient(ellipse at center, #c94a24 0%, #a53019 62%, #72200f 100%);
  border: 2px solid #7d2c15;
  border-radius: 42% 42% 48% 48%;
  box-shadow: 0 10px 24px rgba(114, 48, 24, 0.12);
}

.menu-cat .menucat-list > * {
  position: relative;
  z-index: 1;
}

.menu-tabs .dish-block .inner-box,
.testimonials-two .testi-block .inner-box {
  transition: background-color 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.menu-tabs .dish-block .inner-box:hover,
.testimonials-two .testi-block .inner-box:hover {
  background: var(--tabaq-white);
  border-color: rgba(122, 52, 25, 0.24);
  box-shadow: 0 18px 38px rgba(122, 52, 25, 0.12);
}

.menu-tabs .dish-block .inner-box:hover {
  border-radius: 10px;
  padding-right: 18px;
}

.menu-tabs .dish-block .title .ttl a,
.menu-tabs .dish-block .desc a,
.testimonials-two .testi-block .text {
  color: var(--tabaq-clay);
}

.menu-tabs .dish-block .title .menu-list-line {
  border-bottom-color: rgba(122, 52, 25, 0.32);
}

.menu-section .tabs-box .tabs-content {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.82), rgba(252, 231, 189, 0.96)),
    var(--tabaq-paper);
  border: 1px solid rgba(122, 52, 25, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(122, 52, 25, 0.12);
}

.menu-section .tabs-box .tabs-content:before {
  display: none;
}

.menu-section .tabs-box .tabs-content .tab {
  padding: 56px clamp(24px, 5vw, 72px);
}

.menu-tabs .menu-col .inner {
  padding-left: 0;
  padding-right: 42px;
}

.menu-tabs .menu-col.img-col .inner {
  padding-right: 0;
}

.menu-tabs .dish-block {
  margin-bottom: 32px;
}

.menu-tabs .dish-block .inner-box {
  min-height: 112px;
  padding-left: 0;
  padding-top: 12px;
}

.menu-tabs .dish-block .dish-image {
  display: none;
}

.menu-tabs .dish-block .dish-image,
.menu-tabs .dish-block .dish-image img {
  width: 112px;
  height: 112px;
}

.menu-tabs .dish-block .dish-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(122, 52, 25, 0.2);
  box-shadow: 0 14px 30px rgba(122, 52, 25, 0.14);
}

.menu-tabs .dish-block .dish-image img {
  object-fit: cover;
  border-radius: 8px;
}

.menu-tabs .dish-block .inner-box:hover .dish-image img {
  transform: scale(1.04);
}

.menu-tabs .dish-block .title .price {
  color: var(--tabaq-rust);
  font-weight: 800;
}

.menu-tabs .menu-col.img-col .image {
  width: min(100%, 475px);
  aspect-ratio: 19 / 20;
  margin-left: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 26px 56px rgba(122, 52, 25, 0.16);
}

.menu-tabs .menu-col.img-col .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.menu-tabs .menu-col.img-col .image::before {
  border-color: rgba(255, 253, 247, 0.72);
  border-radius: 8px;
}

@media only screen and (max-width: 991px) {
  .menu-tabs .menu-col .inner {
    padding-right: 0;
  }

  .menu-tabs .menu-col.img-col .image {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 575px) {
  .menu-section .tabs-box .tabs-content .tab {
    padding: 34px 18px;
  }

  .menu-tabs .dish-block .inner-box {
    min-height: 92px;
    padding-left: 0;
  }

  .menu-tabs .dish-block .dish-image,
  .menu-tabs .dish-block .dish-image img {
    width: 90px;
    height: 90px;
  }

  .menu-tabs .dish-block .title .menu-list-line {
    display: none;
  }
}

.menu-card-style-section {
  background:
    linear-gradient(180deg, rgba(216, 183, 101, 0.18), rgba(255, 253, 247, 0.1)),
    var(--tabaq-paper);
}

.inner-banner {
  background: var(--tabaq-paper);
}

.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(252, 231, 189, 0.26), rgba(252, 231, 189, 0.48));
  pointer-events: none;
  z-index: 1;
}

.inner-banner .image-layer {
  opacity: 0.92;
}

.inner-banner .inner {
  z-index: 2;
}

.inner-banner .inner h1,
.inner-banner .inner .sub_text p {
  color: var(--tabaq-clay);
  text-shadow: 0 1px 0 rgba(255, 253, 247, 0.58);
}

.inner-banner .inner .sub_text .primary-color {
  color: var(--tabaq-rust);
  font-weight: 700;
}

.menu-card-main {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.82), rgba(252, 231, 189, 0.92)),
    var(--tabaq-paper);
  border: 1px solid rgba(122, 52, 25, 0.22);
  box-shadow: 0 24px 70px rgba(122, 52, 25, 0.12);
}

.menu-card-main::before {
  display: none;
}

.menu-photo-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 70px;
}

.menu-photo-tile {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(122, 52, 25, 0.18);
  box-shadow: 0 16px 38px rgba(122, 52, 25, 0.12);
}

.menu-photo-tile.tall {
  min-height: 0;
}

.menu-photo-tile img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.menu-card-style,
.menu-card-style.alternate {
  position: relative;
  z-index: 2;
  padding-bottom: 58px;
}

.menu-card-style .row {
  align-items: center;
  row-gap: 28px;
}

.menu-card-style .image-col .inner,
.menu-card-style.alternate .image-col .inner {
  height: auto;
  text-align: center;
}

.menu-card-style .image-col .image,
.menu-card-style.alternate .image-col .image {
  width: min(100%, 340px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--tabaq-white);
  box-shadow: 0 18px 42px rgba(122, 52, 25, 0.13);
}

.menu-card-style .image-col .image img,
.menu-card-style.alternate .image-col .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.menu-card-style .image-col .image::before,
.menu-card-style.alternate .image-col .image::before {
  border-color: rgba(255, 253, 247, 0.82);
  border-radius: 8px;
}

.menu-card-style .menu-col .inner,
.menu-card-style.alternate .menu-col .inner {
  padding: 32px clamp(22px, 3vw, 42px);
  height: 100%;
  background: rgba(255, 253, 247, 0.62);
  border: 1px solid rgba(122, 52, 25, 0.16);
  border-radius: 8px;
}

.menu-card-style .menu-col .inner .title-box h3 {
  margin-bottom: 22px;
  color: var(--tabaq-clay);
}

.menu-card-style .menu-col .dish-block {
  margin-bottom: 16px;
}

.menu-card-style .menu-col .dish-block .title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 100%;
}

.menu-card-style .menu-col .dish-block .title .ttl {
  flex: 0 1 auto;
  min-width: 0;
}

.menu-card-style .menu-col .dish-block .title .ttl h6 {
  margin-bottom: 0;
}

.menu-card-style .menu-col .dish-block .title .ttl a {
  color: var(--tabaq-clay);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.menu-card-style .menu-col .dish-block .title .ttl .s-info {
  min-width: 26px;
  text-align: center;
  margin: 0 8px 0 0;
  color: var(--tabaq-white);
  background: var(--tabaq-rust);
}

.menu-card-style .menu-col .dish-block .title .menu-list-line {
  flex: 1 1 36px;
  min-width: 28px;
  margin: 0;
  transform: translateY(-4px);
  border-bottom-color: rgba(122, 52, 25, 0.28);
}

.menu-card-style .menu-col .dish-block .title .price {
  flex: 0 0 auto;
  color: var(--tabaq-rust);
  font-weight: 800;
  white-space: nowrap;
}

.menu-card-style .menu-col .dish-block .desc {
  max-width: none;
  margin-top: 4px;
}

.menu-card-style .menu-col .dish-block .desc a {
  color: rgba(114, 48, 24, 0.78);
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .menu-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 52px;
  }

  .menu-card-style.alternate .image-col {
    order: 0;
  }

  .menu-card-style .image-col {
    margin-bottom: 18px;
  }

  .menu-card-style .image-col .image,
  .menu-card-style.alternate .image-col .image {
    width: min(100%, 320px);
  }

  .menu-card-main::before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .menu-card-main {
    padding: 54px 20px;
  }

  .menu-photo-strip {
    grid-template-columns: 1fr;
  }

  .menu-photo-tile,
  .menu-photo-tile.tall {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .menu-card-style,
  .menu-card-style.alternate {
    padding-bottom: 46px;
  }

  .menu-card-style .image-col .image,
  .menu-card-style.alternate .image-col .image {
    width: min(100%, 280px);
  }

  .menu-card-style .menu-col .inner,
  .menu-card-style.alternate .menu-col .inner {
    padding: 28px 18px;
  }

  .menu-card-style .menu-col .dish-block .title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 12px;
    row-gap: 4px;
  }

  .menu-card-style .menu-col .dish-block .title .menu-list-line {
    display: none;
  }

  .menu-card-style .menu-col .dish-block .title .ttl {
    grid-column: 1;
  }

  .menu-card-style .menu-col .dish-block .title .price {
    grid-column: 2;
    justify-self: end;
    padding-top: 2px;
  }

  .menu-card-style .menu-col .dish-block .title .ttl a {
    display: inline;
    font-size: 18px;
    line-height: 1.35;
  }

  .menu-card-style .menu-col .dish-block .title .ttl .s-info {
    min-width: 32px;
    margin-right: 8px;
  }
}

.testimonials-two .testi-block .inner-box {
  background: rgba(255, 253, 247, 0.5);
  border-color: rgba(122, 52, 25, 0.18);
}

.catering-page {
  background: var(--tabaq-paper);
}

.catering-hero .image-layer {
  opacity: 0.32;
  background-position: center center;
  filter: saturate(0.9);
}

.catering-hero::after {
  background:
    linear-gradient(90deg, rgba(252, 231, 189, 0.96), rgba(252, 231, 189, 0.74)),
    radial-gradient(circle at 75% 30%, rgba(216, 183, 101, 0.28), transparent 34%);
}

.catering-hero .inner {
  max-width: 880px;
}

.catering-call {
  margin-top: 22px;
  color: var(--tabaq-clay);
  font-size: 22px;
  font-weight: 700;
}

.catering-call a {
  color: var(--tabaq-rust);
}

.catering-call span {
  display: inline-block;
  margin: 0 12px;
  color: rgba(122, 52, 25, 0.42);
}

.catering-menu-section,
.catering-note-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.68), rgba(252, 231, 189, 0.94)),
    var(--tabaq-paper);
}

.catering-package-row {
  align-items: stretch;
}

.catering-package {
  margin-bottom: 30px;
}

.catering-package .inner {
  height: 100%;
  padding: 42px 38px;
  background: rgba(255, 253, 247, 0.7);
  border: 1px solid rgba(122, 52, 25, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(122, 52, 25, 0.11);
}

.catering-package.featured .inner {
  background: rgba(255, 253, 247, 0.9);
  border-color: rgba(161, 84, 34, 0.34);
}

.catering-package .package-label {
  margin-bottom: 26px;
  color: var(--tabaq-clay);
  font-family: var(--font-family-Fraunces);
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.catering-package .package-label.gold {
  color: #c8891a;
}

.catering-package ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catering-package li {
  position: relative;
  padding: 10px 0 10px 26px;
  color: #111111;
  font-size: 17px;
  line-height: 1.45;
  border-top: 1px solid rgba(122, 52, 25, 0.14);
}

.catering-package li:first-child {
  border-top: 0;
}

.catering-package li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  background: var(--tabaq-rust);
  border-radius: 50%;
}

.catering-addons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.addon-card {
  padding: 26px 28px;
  background: var(--tabaq-white);
  border: 1px solid rgba(122, 52, 25, 0.18);
  border-radius: 8px;
}

.addon-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--tabaq-rust);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.addon-card p {
  margin: 0;
  color: #111111;
  font-weight: 600;
  line-height: 1.65;
}

.catering-photo {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(122, 52, 25, 0.13);
}

.catering-photo img {
  display: block;
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.catering-note {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  background: rgba(255, 253, 247, 0.64);
  border: 1px solid rgba(122, 52, 25, 0.16);
  border-radius: 8px;
}

.catering-note h2 {
  color: var(--tabaq-clay);
}

.catering-note p {
  color: #111111;
  font-weight: 600;
  line-height: 1.7;
}

.catering-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

@media only screen and (max-width: 991px) {
  .catering-addons {
    grid-template-columns: 1fr;
  }

  .catering-note {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .catering-package .inner,
  .catering-note {
    padding: 32px 22px;
  }

  .catering-package .package-label {
    font-size: 32px;
  }

  .catering-call {
    font-size: 18px;
  }

  .catering-call span {
    display: none;
  }

  .catering-call a {
    display: block;
  }
}

.menu-cat,
.menu-section,
.fluid-section,
.why-us-two,
.testimonials-two,
.reserve-section,
.news-section,
.ig-post-section,
.main-footer {
  color: #111111;
}

.menu-cat a,
.menu-section a,
.fluid-section a,
.why-us-two a,
.testimonials-two a,
.reserve-section a,
.news-section a,
.ig-post-section a,
.main-footer a,
.open-timing .hours,
.fact-block p,
.testimonials-two .testi-block .auth-info .location,
.main-footer .info li,
.main-footer .bottom_footer p {
  color: #111111;
}

.ig-post-section .ig-post-image {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(122, 52, 25, 0.18);
  border-radius: 8px;
  background: var(--tabaq-white);
  box-shadow: 0 16px 38px rgba(122, 52, 25, 0.12);
}

.ig-post-section .ig-post-block {
  max-width: 280px;
}

@media only screen and (min-width: 992px) {
  .ig-post-section .ig-post-block {
    flex: 0 0 22%;
    max-width: 22%;
  }
}

@media only screen and (max-width: 575px) {
  .ig-post-section .ig-post-image {
    aspect-ratio: 9 / 16;
  }
}

.ig-post-section .instagram-video-link,
.ig-post-section .instagram-video {
  display: block;
  width: 100%;
  height: 100%;
}

.ig-post-section .instagram-video {
  object-fit: cover;
  object-position: center;
  background: var(--tabaq-white);
  transition: transform 500ms ease;
}

.ig-post-section .ig-post-image:hover .instagram-video,
.ig-post-section .instagram-video-link:focus-visible .instagram-video {
  transform: scale(1.05);
}

.theme-btn.btn-style-one .btn-wrap,
.theme-btn.btn-style-two:hover .btn-wrap,
.banner-section .explore-menu-btn:before {
  color: var(--tabaq-white);
}

.main-footer .info-col::before {
  opacity: 1;
  background: var(--tabaq-paper);
}

.main-footer .info-col .content .footer-image img {
  opacity: 1;
}

.main-footer .info-col .info h6,
.main-footer .info-col .info li,
.main-footer .info-col .info li a,
.main-footer .info-col .info li a:hover {
  color: #111111;
}

@media only screen and (max-width: 767px) {
  .chinese-lantern {
    display: none;
  }

  .banner-section .tabaq-hero-slide .image-layer {
    background-size: cover;
  }

  .banner-section .slide-item .inner {
    max-width: 1px;
    padding: 0;
  }

  .tabaq-wordmark {
    min-height: 54px;
  }

  .tabaq-wordmark span {
    font-size: 34px;
  }

  .tabaq-wordmark small {
    font-size: 8px;
    letter-spacing: 0.18em;
  }
}
