@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Dancing+Script:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap");
body {
  font-family: "Outfit", "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

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

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container {
  max-width: 1320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  margin-right: 12px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .navbar-collapse {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container .navbar-nav {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:nth-child(2) .nav-link {
  font-size: 0.72rem;
  padding: 5px 9px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 8px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user_option a {
  margin: 0 8px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 22px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-left: 14px;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 600;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding: 70px 0 40px;
  background:
    radial-gradient(ellipse at top, rgba(196, 163, 90, 0.08), transparent 55%),
    linear-gradient(180deg, #fafafa 0%, #f3f1ee 100%);
  color: #161616;
  overflow: hidden;
}

.offer_section .offer_heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 42px;
}

.offer_section .offer_eyebrow {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a8842f;
}

.offer_section .offer_heading h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #161616;
}

.offer_section .offer_intro {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #6a6a6a;
}

.offer_section .offer_deals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 0;
}

.offer_section .offer_deal {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.06);
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.offer_section .offer_deal:hover {
  transform: translateY(-6px);
  border-color: rgba(196, 163, 90, 0.35);
  box-shadow: 0 22px 44px rgba(22, 22, 22, 0.12);
}

.offer_section .offer_deal_media {
  position: relative;
  background: #ffffff;
  min-height: 260px;
  width: 100%;
  overflow: hidden;
}

.offer_section .offer_deal_media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 18px;
  display: block;
  transition: transform 0.5s ease;
}

.offer_section .offer_deal:hover .offer_deal_media img {
  transform: scale(1.05);
}

.offer_section .offer_tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #161616;
  border: 1px solid rgba(196, 163, 90, 0.45);
  color: #e8d5a3;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer_section .offer_deal_body {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer_section .offer_deal_body h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #161616;
}

.offer_section .offer_deal_body p {
  margin: 0 0 22px;
  font-family: "Outfit", sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.offer_section .offer_deal_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.offer_section .offer_price {
  font-family: "Outfit", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #a8842f;
  letter-spacing: 0.02em;
}

.offer_section .offer_price span {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 2px;
}

.offer_section .offer_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: #161616;
  color: #f5e7c6;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.offer_section .offer_btn:hover {
  background: #c4a35a;
  color: #161616;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .offer_section .offer_deals {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .offer_section .offer_deal {
    grid-template-columns: 1fr 1.1fr;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .offer_section .offer_deal {
    grid-template-columns: 1fr;
  }

  .offer_section .offer_deal_media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 767px) {
  .offer_section {
    padding: 48px 0 28px;
  }

  .offer_section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .offer_section .offer_heading {
    margin-bottom: 28px;
    padding: 0 4px;
  }

  .offer_section .offer_intro {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .offer_section .offer_deals {
    gap: 16px;
    max-width: 100%;
  }

  .offer_section .offer_deal {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .offer_section .offer_deal:hover {
    transform: none;
  }

  .offer_section .offer_deal_media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .offer_section .offer_deal_media img {
    padding: 14px;
  }

  .offer_section .offer_deal:hover .offer_deal_media img {
    transform: none;
  }

  .offer_section .offer_tag {
    top: 12px;
    left: 12px;
    padding: 5px 10px;
    font-size: 0.68rem;
  }

  .offer_section .offer_deal_body {
    padding: 20px 18px 22px;
  }

  .offer_section .offer_deal_body h3 {
    font-size: 1.55rem;
  }

  .offer_section .offer_deal_body p {
    margin-bottom: 18px;
    font-size: 0.9rem;
  }

  .offer_section .offer_deal_footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .offer_section .offer_price {
    font-size: 1.5rem;
  }

  .offer_section .offer_btn {
    width: 100%;
    padding: 12px 18px;
  }
}

@media (max-width: 480px) {
  .offer_section .offer_deal_media {
    aspect-ratio: 1 / 1;
  }

  .offer_section .offer_deal_body {
    padding: 18px 16px 20px;
  }

  .offer_section .offer_deal_body h3 {
    font-size: 1.4rem;
  }
}

.food_section {
  background:
    radial-gradient(ellipse at top, rgba(196, 163, 90, 0.08), transparent 55%),
    linear-gradient(180deg, #fafafa 0%, #f3f1ee 100%);
  padding-top: 70px;
}

.food_section .heading_container h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #161616;
}

.food_section .heading_container h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #c4a35a, #e8d5a3);
}

.food_section .menu-intro {
  max-width: 540px;
  margin: 14px auto 0;
  color: #6a6a6a;
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 400;
}

.food_section .filters_menu {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 36px auto 28px;
  gap: 8px;
  max-width: 980px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(22, 22, 22, 0.06);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(22, 22, 22, 0.04);
}

.food_section .filters_menu li {
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a4a4a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.food_section .filters_menu li a {
  color: inherit;
  text-decoration: none;
}

.food_section .filters_menu li:hover {
  color: #161616;
  background: rgba(196, 163, 90, 0.12);
}

.food_section .filters_menu li.active {
  background: #161616;
  color: #f5e7c6;
  box-shadow: 0 6px 16px rgba(22, 22, 22, 0.18);
}

.food_section .menu-category {
  margin-top: 48px;
  scroll-margin-top: 90px;
}

.food_section .menu-category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.food_section .menu-category-title h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #161616;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.food_section .menu-category-title::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(196, 163, 90, 0.7), transparent);
}

.food_section .filters-content .row {
  margin-left: -12px;
  margin-right: -12px;
}

.food_section .filters-content .row > [class*="col-"],
.food_section .menu-category .row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

.food_section .box {
  position: relative;
  margin-top: 24px;
  background: #ffffff;
  color: #161616;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(22, 22, 22, 0.06);
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.06);
  -webkit-transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.food_section .box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.food_section .box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(22, 22, 22, 0.12);
}

.food_section .box .img-box {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 230px;
  border-radius: 0;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  position: relative;
}

.food_section .box .img-box::after {
  display: none;
}

.food_section .box .img-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
}

/* Make solid black studio backgrounds read as transparent on white cards */
.food_section .box .img-box.img-dark-bg {
  background: #ffffff;
}

.food_section .box .img-box.img-dark-bg img {
  mix-blend-mode: normal;
}

.food_section .box .detail-box {
  padding: 22px 22px 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.food_section .box .detail-box h5 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.25;
  color: #161616;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.food_section .box .detail-box p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6f6f6f;
  margin-bottom: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.food_section .box .detail-box h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #a8842f;
  letter-spacing: 0.02em;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(22, 22, 22, 0.08);
}

.food_section .box .options a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease;
}

.food_section .box .options a:hover {
  background: #c4a35a;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.food_section .box .options a svg {
  width: 16px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 12px 42px;
  background-color: #161616;
  color: #f5e7c6;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #161616;
}

.food_section .btn-box a:hover {
  background-color: #c4a35a;
  border-color: #c4a35a;
  color: #161616;
}

.food_section .menu-list-category {
  margin-top: 56px;
}

.food_section .menu-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 64px;
  margin-top: 28px;
  padding: 36px 40px;
  background: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.06);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.04);
}

.food_section .menu-list-col {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.food_section .menu-list-item .menu-list-top {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.food_section .menu-list-item h4 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222222;
  white-space: nowrap;
}

.food_section .menu-list-item .menu-list-line {
  flex: 1 1 auto;
  height: 1px;
  background: #d8d8d8;
  min-width: 24px;
  position: relative;
  top: -2px;
}

.food_section .menu-list-item .menu-list-price {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.food_section .menu-list-item p {
  margin: 8px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .food_section .filters_menu {
    border-radius: 18px;
    max-width: 100%;
  }

  .food_section .heading_container h2 {
    font-size: 2.4rem;
  }

  .food_section .box .img-box {
    height: 200px;
  }

  .food_section .menu-category-title h3 {
    font-size: 1.5rem;
  }

  .food_section .menu-list-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px 20px;
  }
}

.our_story_section {
  background: #ffffff;
  text-align: center;
  overflow-x: hidden;
}

.our_story_section .our_story_content {
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 0 8px;
}

.our_story_section .our_story_eyebrow {
  margin: 0 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.our_story_section h2 {
  margin: 0 0 22px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.85rem, 6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
  word-wrap: break-word;
}

.our_story_section .our_story_text {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.02rem;
  line-height: 1.85;
  font-weight: 400;
  color: #7a7a7a;
}

.our_story_section .our_story_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.our_story_section .our_story_img {
  overflow: hidden;
  background: #f7f7f7;
  width: 100%;
  min-height: 0;
  border-radius: 4px;
}

.our_story_section .our_story_img--logo {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.our_story_section .our_story_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.our_story_section .our_story_img--logo img {
  width: auto;
  max-width: 85%;
  height: auto;
  max-height: 280px;
  aspect-ratio: auto;
  object-fit: contain;
}

.our_story_section .our_story_img:hover img {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .our_story_section .our_story_gallery {
    gap: 16px;
  }

  .our_story_section .our_story_content {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .our_story_section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .our_story_section .our_story_content {
    margin-bottom: 28px;
    padding: 0;
  }

  .our_story_section .our_story_eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }

  .our_story_section h2 {
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }

  .our_story_section .our_story_text {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .our_story_section .our_story_gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .our_story_section .our_story_img img {
    aspect-ratio: 16 / 10;
  }

  .our_story_section .our_story_img:hover img {
    transform: none;
  }
}

@media (max-width: 480px) {
  .our_story_section .our_story_img img {
    aspect-ratio: 4 / 3;
  }
}

.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .about-logo-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_section .about-logo-box img {
  max-width: 360px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.book_section .map_container #googleMap iframe {
  width: 100%;
  height: 100%;
  min-height: 345px;
  border: 0;
  display: block;
}

/* google reviews section */
.google_reviews_section {
  background:
    radial-gradient(ellipse at top, rgba(66, 133, 244, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
  padding-top: 40px;
}

.google_reviews_section .gr-badge-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.google_reviews_section .gr-badge-row h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.8rem;
  margin: 0;
  color: #161616;
}

.google_reviews_section .gr-google-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.google_reviews_section .gr-panel {
  margin-top: 36px;
  background: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.06);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(22, 22, 22, 0.06);
  padding: 32px;
}

.google_reviews_section .gr-summary {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
}

.google_reviews_section .gr-score {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #161616;
  letter-spacing: -0.03em;
}

.google_reviews_section .gr-stars,
.google_reviews_section .gr-card-stars {
  color: #fbbc04;
  letter-spacing: 2px;
  margin-top: 8px;
}

.google_reviews_section .gr-count {
  margin: 8px 0 18px;
  color: #6b6b6b;
  font-size: 0.95rem;
}

.google_reviews_section .gr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.google_reviews_section .gr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.google_reviews_section .gr-btn-primary {
  background: #1a73e8;
  color: #ffffff;
  border: 1px solid #1a73e8;
}

.google_reviews_section .gr-btn-primary:hover {
  background: #1558b0;
  border-color: #1558b0;
  color: #fff;
}

.google_reviews_section .gr-btn-ghost {
  background: #fff;
  color: #1a73e8;
  border: 1px solid rgba(26, 115, 232, 0.35);
}

.google_reviews_section .gr-btn-ghost:hover {
  background: rgba(26, 115, 232, 0.06);
  color: #1558b0;
}

.google_reviews_section .gr-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.google_reviews_section .gr-bar-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 0.85rem;
  color: #5f6368;
}

.google_reviews_section .gr-bar {
  height: 8px;
  background: #e8eaed;
  border-radius: 999px;
  overflow: hidden;
}

.google_reviews_section .gr-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #fbbc04, #f9ab00);
  border-radius: 999px;
}

.google_reviews_section .gr-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.google_reviews_section .gr-card {
  background: #f8f9fb;
  border: 1px solid rgba(22, 22, 22, 0.05);
  border-radius: 16px;
  padding: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.google_reviews_section .gr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(22, 22, 22, 0.08);
  background: #fff;
}

.google_reviews_section .gr-card-head {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.google_reviews_section .gr-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google_reviews_section .gr-meta h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}

.google_reviews_section .gr-card-stars {
  margin-top: 4px;
  font-size: 0.85rem;
}

.google_reviews_section .gr-card p {
  margin: 0;
  color: #3c4043;
  font-size: 0.95rem;
  line-height: 1.6;
}

.google_reviews_section .gr-card time {
  display: inline-block;
  margin-top: 14px;
  color: #80868b;
  font-size: 0.8rem;
}

.google_reviews_section .gr-footer-cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(22, 22, 22, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.google_reviews_section .gr-footer-cta p {
  margin: 0;
  color: #5f6368;
  max-width: 460px;
}

.gr-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #202124;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gr-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  color: #202124;
}

@media (max-width: 991px) {
  .google_reviews_section .gr-summary,
  .google_reviews_section .gr-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .google_reviews_section .gr-panel {
    padding: 20px;
  }

  .google_reviews_section .gr-badge-row h2 {
    font-size: 2.2rem;
  }

  .gr-float span {
    display: none;
  }

  .gr-float {
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

/* client section start (legacy) */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */

.contact_page_section {
  background:
    radial-gradient(ellipse at top, rgba(196, 163, 90, 0.08), transparent 55%),
    linear-gradient(180deg, #fafafa 0%, #f3f1ee 100%);
}

.contact_page_section .contact_eyebrow {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a8842f;
}

.contact_page_section h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: #161616;
}

.contact_page_grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  margin-top: 40px;
}

.contact_info_panel,
.contact_form_panel {
  background: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.06);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.06);
  padding: 32px 28px;
}

.contact_info_panel h3,
.contact_form_panel h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #161616;
}

.contact_info_lead {
  margin: 0 0 28px;
  color: #6f6f6f;
  line-height: 1.65;
  font-size: 0.95rem;
}

.contact_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact_info_list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: flex-start;
}

.contact_icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #161616;
  color: #f5e7c6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact_info_list strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 4px;
  font-weight: 600;
}

.contact_info_list a,
.contact_info_list span {
  color: #161616;
  font-size: 0.98rem;
  line-height: 1.5;
}

.contact_info_list a:hover {
  color: #a8842f;
}

.contact_social {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.contact_social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f1ee;
  color: #161616;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease;
}

.contact_social a:hover {
  background: #c4a35a;
  color: #161616;
}

.contact_form .form-row-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact_form .form-group-custom {
  margin-bottom: 14px;
}

.contact_form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6f6f6f;
}

.contact_form .form-control {
  width: 100%;
  border: 1px solid rgba(22, 22, 22, 0.12);
  border-radius: 12px;
  min-height: 48px;
  padding: 12px 16px;
  background: #fafafa;
  box-shadow: none;
  outline: none;
  color: #161616;
  font-family: "Outfit", sans-serif;
}

.contact_form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact_form .form-control:focus {
  border-color: #c4a35a;
  background: #ffffff;
}

.contact_submit {
  margin-top: 8px;
  border: none;
  border-radius: 999px;
  padding: 13px 32px;
  background: #161616;
  color: #f5e7c6;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease;
}

.contact_submit:hover {
  background: #c4a35a;
  color: #161616;
}

.contact_map_wrap {
  margin-top: 24px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(22, 22, 22, 0.06);
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.06);
  background: #ffffff;
}

.contact_map_wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .contact_page_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .contact_form .form-row-custom {
    grid-template-columns: 1fr;
  }

  .contact_map_wrap {
    height: 280px;
  }
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */