/*======================================
            Hero
========================================*/
.acus-hero-banner{
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.acus-hero-banner__image,
.acus-hero-banner__image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.acus-hero-banner__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.acus-hero-banner__cap{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.acus-hero-banner__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  text-align: left;
}

.acus-hero-banner__cap h6{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 52px;
  margin: 0 0 29px;
}

.acus-hero-banner__cap h6:before{
  background: #EAC09A;
  position: absolute;
  content: "";
  width: 40px;
  height: 6px;
  top: 6px;
  left: 0;
  border-radius: 50px;
}

.acus-hero-banner__cap h1{
  font-family: 'Bell MT', serif;
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.acus-hero-banner__cap a{
  border-radius: 50px;
  background: #FFF;
  display: inline-block;
  min-width: 240px;
  padding: 15.5px 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}

.acus-hero-banner__cap a:hover{
  background: #825C3C;
  color: #fff;
}

.acus-hero-banner__cap a.acus-hero-banner__btn--book {
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ffffff;
  display: inline-block;
  min-width: 240px;
  padding: 15.5px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}

.acus-hero-banner__cap a.acus-hero-banner__btn--book:hover {
  background: #ffffff;
  color: #000000;
}

/* =========================
   1366px and below
========================= */
@media (max-width: 1366px){
  .acus-hero-banner{
    height: 820px;
  }

  .acus-hero-banner__inner{
    width: min(1440px, calc(100% - 42px));
  }

  .acus-hero-banner__cap h1{
    font-size: 56px;
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px){
  .acus-hero-banner{
    height: 720px;
  }

  .acus-hero-banner__inner{
    width: min(1440px, calc(100% - 34px));
  }

  .acus-hero-banner__cap h6{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .acus-hero-banner__cap h6:before{
    width: 36px;
    height: 5px;
  }

  .acus-hero-banner__cap h1{
    font-size: 48px;
    margin-bottom: 24px;
  }

  .acus-hero-banner__cap a{
    min-width: 220px;
    padding: 14px 10px;
  }
}

/* =========================
   767px and below
========================= */
@media (max-width: 767px){
  .acus-hero-banner{
    height: 620px;
  }

  .acus-hero-banner__inner{
    width: calc(100% - 24px);
  }

  .acus-hero-banner__cap h6{
    font-size: 13px;
    padding-left: 42px;
    margin-bottom: 16px;
  }

  .acus-hero-banner__cap h6:before{
    width: 30px;
    height: 4px;
    top: 5px;
  }

  .acus-hero-banner__cap h1{
    font-size: 36px;
    margin-bottom: 20px;
  }

  .acus-hero-banner__cap a{
    min-width: 190px;
    padding: 12px 10px;
    font-size: 14px;
  }
}

/* =========================
   480px and below
========================= */
@media (max-width: 480px){
  .acus-hero-banner{
    height: 540px;
  }

  .acus-hero-banner__inner{
    width: calc(100% - 40px);
  }

  .acus-hero-banner__cap h6{
    font-size: 12px;
    padding-left: 38px;
    margin-bottom: 14px;
  }

  .acus-hero-banner__cap h6:before{
    width: 26px;
    height: 4px;
  }

  .acus-hero-banner__cap h1{
    font-size: 28px;
    margin-bottom: 18px;
  }

  .acus-hero-banner__cap a{
    min-width: 170px;
    padding: 11px 10px;
    font-size: 13px;
  }
}

/* =========================
   Kitchen Specials Section
========================= */
.acus-kitchen-specials{
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.acus-kitchen-specials *{
  box-sizing: border-box;
}

.acus-kitchen-specials__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.acus-kitchen-specials__head{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acus-kitchen-specials__subheading{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.acus-kitchen-specials__bar{
  display: block;
  width: 40px;
  height: 6px;
  background: #EAC09A;
  border-radius: 50px;
  margin: 10px auto 12px;
}

.acus-kitchen-specials__heading{
  font-family: 'Bell MT', serif;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 24px;
}

.acus-kitchen-specials__grid{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.acus-kitchen-card{
  width: 455px;
  max-width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 455px;
}

.acus-kitchen-card__media{
  position: relative;
  width: 100%;
  height: 462px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.acus-kitchen-card__bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.acus-kitchen-card:hover .acus-kitchen-card__bg{
  transform: scale(1.05);
}

.acus-kitchen-card__overlay{
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.92) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.acus-kitchen-card__content{
  width: 100%;
}

.acus-kitchen-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.acus-kitchen-card__title{
  margin: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}

.acus-kitchen-card__icon{
  width: 36px;
  height: 36px;
  min-width: 36px;
  object-fit: contain;
  display: block;
}

.acus-kitchen-card__text{
  margin: 0 0 14px;
  color: #EEE;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.acus-kitchen-card__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 40px;
  border-radius: 50px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s ease;
}

.acus-kitchen-card__button:hover{
  background: #EAC09A;
  color: #000;
}

.acus-kitchen-specials__leaf{
  position: absolute;
  left: -102px;
  top: 600px;
  width: 150px;
  max-width: 12vw;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
}

/* =========================
   Entrance Animations
========================= */
.acus-kitchen-specials__head,
.acus-kitchen-card,
.acus-kitchen-specials__leaf{
  opacity: 0;
  transform: translateY(40px);
  animation: acusKitchenFadeUp 0.9s ease forwards;
}

.acus-kitchen-specials__head{
  animation-delay: 0.1s;
}

.acus-kitchen-specials__leaf{
  animation-delay: 0.2s;
}

.acus-kitchen-card:nth-child(1){ animation-delay: 0.15s; }
.acus-kitchen-card:nth-child(2){ animation-delay: 0.28s; }
.acus-kitchen-card:nth-child(3){ animation-delay: 0.41s; }
.acus-kitchen-card:nth-child(4){ animation-delay: 0.54s; }
.acus-kitchen-card:nth-child(5){ animation-delay: 0.67s; }
.acus-kitchen-card:nth-child(6){ animation-delay: 0.80s; }

@keyframes acusKitchenFadeUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   1366px and below
========================= */
@media (max-width: 1366px){
  .acus-kitchen-specials{
    padding:70px 20px;
  }

  .acus-kitchen-specials__inner{
    width: min(1440px, calc(100% - 42px));
  }

  .acus-kitchen-specials__heading{
    font-size: clamp(30px, 2.2vw, 32px);
    margin-bottom: 22px;
  }

  .acus-kitchen-specials__grid{
    gap: 20px;
  }

  .acus-kitchen-card{
    width: min(32%, 430px);
    flex: 0 0 min(32%, 430px);
  }

  .acus-kitchen-card__media{
    height: 430px;
  }

  .acus-kitchen-specials__leaf{
    left: -56px;
    top: 365px;
    width: 122px;
    max-width: 122px;
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px){
  .acus-kitchen-specials{
    padding:64px 20px;
  }

  .acus-kitchen-specials__inner{
    width: min(1440px, calc(100% - 34px));
  }

  .acus-kitchen-specials__head{
    margin-bottom: 28px;
  }

  .acus-kitchen-specials__subheading{
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .acus-kitchen-specials__bar{
    width: 36px;
    height: 5px;
    margin: 8px auto 10px;
  }

  .acus-kitchen-specials__heading{
    font-size: clamp(25px, 3vw, 30px);
    margin-bottom: 18px;
  }

  .acus-kitchen-specials__grid{
    gap: 16px;
  }

  .acus-kitchen-card{
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }

  .acus-kitchen-card__media{
    height: clamp(360px, 42vw, 430px);
  }

  .acus-kitchen-card__overlay{
    padding: 18px;
  }

  .acus-kitchen-card__title{
    font-size: 18px;
    line-height: 28px;
  }

  .acus-kitchen-card__icon{
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .acus-kitchen-card__text{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .acus-kitchen-card__button{
    min-height: 38px;
    padding: 9px 28px;
    font-size: 15px;
    line-height: 24px;
  }

  .acus-kitchen-specials__leaf{
    left: -18px;
    top: 330px;
    width: 95px;
    max-width: 95px;
    opacity: 0.85;
  }
}

/* =========================
   767px and below
========================= */
@media (max-width: 767px){
  .acus-kitchen-specials{
    padding:54px 10px;
  }

  .acus-kitchen-specials__inner{
    width: calc(100% - 24px);
  }

  .acus-kitchen-specials__head{
    max-width: 100%;
    margin-bottom: 24px;
  }

  .acus-kitchen-specials__subheading{
    font-size: 13px;
    letter-spacing: 0.45px;
  }

  .acus-kitchen-specials__bar{
    width: 32px;
    height: 4px;
    margin: 8px auto 10px;
  }

  .acus-kitchen-specials__heading{
    font-size: 30px;
    margin: 0 0 18px;
  }

  .acus-kitchen-specials__grid{
    gap: 24px;
  }

  .acus-kitchen-card{
    width: 100%;
    flex: 0 0 100%;
  }

  .acus-kitchen-card__media{
    height: clamp(300px, 88vw, 420px);
    border-radius: 18px;
  }

  .acus-kitchen-card__overlay{
    padding: 16px;
  }

  .acus-kitchen-card__top{
    gap: 10px;
    margin-bottom: 6px;
  }

  .acus-kitchen-card__title{
    font-size: 18px;
    line-height: 28px;
  }

  .acus-kitchen-card__icon{
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .acus-kitchen-card__text{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .acus-kitchen-card__button{
    min-height: 38px;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .acus-kitchen-specials__leaf{
    left: -14px;
    top: 285px;
    width: 72px;
    max-width: 72px;
  }
}

/* =========================
   480px and below
========================= */
@media (max-width: 480px){
  .acus-kitchen-specials{
    padding:50px 10px;
  }

  .acus-kitchen-specials__inner{
    width: calc(100% - 20px);
  }

  .acus-kitchen-specials__subheading{
    font-size: 12px;
  }

  .acus-kitchen-specials__heading{
    font-size: 30px;
  }

  .acus-kitchen-card__media{
    height: clamp(280px, 92vw, 360px);
    border-radius: 16px;
  }

  .acus-kitchen-card__overlay{
    padding: 14px;
  }

  .acus-kitchen-card__title{
    font-size: 17px;
    line-height: 26px;
  }

  .acus-kitchen-card__icon{
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .acus-kitchen-card__text{
    font-size: 12px;
    line-height: 21px;
  }

  .acus-kitchen-card__button{
    min-height: 36px;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .acus-kitchen-specials__leaf{
    width: 70px;
    max-width: 70px;
    left: 4px;
    top: 50px;
    opacity: 0.8;
  }
}


/* =========================
   Offers 2 Column Section
========================= */
.acus-offers-two-col{
  width: 100%;
  padding: 0 0 70px;
  position: relative;
  overflow: visible;
  background: transparent;
}

.acus-offers-two-col *{
  box-sizing: border-box;
}

.acus-offers-two-col__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.acus-offers-two-col__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}

.acus-offer-card{
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  animation: acusOfferFadeUp 0.9s ease forwards;
}

.acus-offer-card--left{
  animation-delay: 0.12s;
}

.acus-offer-card--right{
  animation-delay: 0.28s;
}

.acus-offer-card__media{
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.acus-offer-card__bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.acus-offer-card:hover .acus-offer-card__bg{
  transform: scale(1.05);
}

.acus-offer-card__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

.acus-offer-card__content{
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.acus-offer-card__icon{
  width: auto;
  height: 52px;
  display: block;
  margin: 0 0 18px;
}

.acus-offer-card__title{
  margin: 0 0 14px;
  color: #FFF;
  text-align: center;
  font-family: "Bell MT", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
}

.acus-offer-card__text{
  max-width: 620px;
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}

/* cup is positioned in MAIN section, not inner */
.acus-offers-two-col__cup{
  position: absolute;
  top: -70px;
  right: calc((100% - min(1440px, calc(100% - 48px))) / 2);
  transform: translateX(62%);
  width: 150px;
  max-width: 150px;
  height: auto;
  z-index: 5;
  pointer-events: none;
  opacity: 0.95;
  animation: acusOfferCupFloat 1.1s ease forwards;
}

/* =========================
   Animations
========================= */
@keyframes acusOfferFadeUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes acusOfferCupFloat{
  from{
    opacity: 0;
    transform: translateX(62%) translateY(30px);
  }
  to{
    opacity: 0.95;
    transform: translateX(62%) translateY(0);
  }
}

/* =========================
   1366px and below
========================= */
@media (max-width: 1366px){
  .acus-offers-two-col{
    padding-bottom: 70px;
  }

  .acus-offers-two-col__inner{
    width: min(1440px, calc(100% - 42px));
  }

  .acus-offers-two-col__grid{
    gap: 30px;
	padding: 0 20px 64px;
  }

  .acus-offer-card__media{
    height: 430px;
  }

  .acus-offer-card__content{
    padding: 24px;
  }

  .acus-offer-card__icon{
    height: 48px;
    margin-bottom: 16px;
  }

  .acus-offer-card__title{
    font-size: clamp(28px, 2.5vw, 32px);
    line-height: 38px;
  }

  .acus-offer-card__text{
    font-size: 15px;
    line-height: 24px;
  }

  .acus-offers-two-col__cup{
    top: -58px;
    right: calc((100% - min(1440px, calc(100% - 42px))) / 2);
    transform: translateX(56%);
    width: 130px;
    max-width: 130px;
  }

  @keyframes acusOfferCupFloat{
    from{
      opacity: 0;
      transform: translateX(56%) translateY(26px);
    }
    to{
      opacity: 0.95;
      transform: translateX(56%) translateY(0);
    }
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px){
  .acus-offers-two-col{
    padding-bottom: 64px;
  }

  .acus-offers-two-col__inner{
    width: min(1440px, calc(100% - 34px));
  }

  .acus-offers-two-col__grid{
    grid-template-columns: 1fr;
    gap: 22px;
    padding-left:20px;
	padding-right:20px;
  }

  .acus-offer-card__media{
    height: 400px;
  }

  .acus-offer-card__content{
    padding: 22px;
  }

  .acus-offer-card__icon{
    height: 44px;
    margin-bottom: 14px;
  }

  .acus-offer-card__title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .acus-offer-card__text{
    font-size: 15px;
    line-height: 24px;
    max-width: 540px;
  }

  .acus-offers-two-col__cup{
    top: -44px;
    right: 0;
    transform: translateX(30%);
    width: 108px;
    max-width: 108px;
  }
}

/* =========================
   767px and below
========================= */
@media (max-width: 767px){
  .acus-offers-two-col{
    padding-bottom: 54px;
  }

  .acus-offers-two-col__inner{
    width: calc(100% - 24px);
  }

  .acus-offers-two-col__grid{
    gap: 18px;
	padding-left:10px;
	padding-right:10px;
  }

  .acus-offer-card__media{
    height: clamp(300px, 65vw, 380px);
    border-radius: 18px;
  }

  .acus-offer-card__content{
    padding: 18px;
  }

  .acus-offer-card__icon{
    height: 40px;
    margin-bottom: 12px;
  }

  .acus-offer-card__title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .acus-offer-card__text{
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }

  .acus-offers-two-col__cup{
    top: -34px;
    right: 52px;
    transform: translateX(18%);
    width: 82px;
    max-width: 82px;
  }
}

/* =========================
   480px and below
========================= */
@media (max-width: 480px){
  .acus-offers-two-col{
    padding-bottom: 48px;
	
  }

  .acus-offers-two-col__inner{
    width: calc(100% - 20px);
  }

  .acus-offer-card__media{
    height: clamp(270px, 78vw, 340px);
    border-radius: 16px;
  }

  .acus-offer-card__content{
    padding: 16px;
  }

  .acus-offer-card__icon{
    height: 34px;
    margin-bottom: 10px;
  }

  .acus-offer-card__title{
    font-size: 21px;
    line-height: 28px;
  }

  .acus-offer-card__text{
    font-size: 13px;
    line-height: 21px;
  }

  .acus-offers-two-col__cup{
    top: -34px;
    right: 52px;
    transform: translateX(10%);
    width: 64px;
    max-width: 64px;
  }
}

/*======================================
              Who We Are
========================================*/
.who-we{
  width: 100%;
  padding: 0 0 70px;
  position: relative;
  overflow: visible;
}

.who-we *{
  box-sizing: border-box;
}

.who-we__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.who-we__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.who-we__col{
  min-width: 0;
}

.who-we__content{
  text-align: left;
}

.who-we__content h6{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.who-we__content h6::before{
  content: "";
  width: 40px;
  height: 6px;
  border-radius: 50px;
  background: #EAC09A;
  flex: 0 0 40px;
}

.who-we__content h2{
  font-family: "Bell MT", serif;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}

.who-we__content p{
  color: #D9D9D9;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  max-width: 100%;
  margin: 0 0 16px;
}

.who-we__button-wrap{
  margin-top: 26px;
}

.who-we__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 58px;
  border-radius: 50px;
  border: 1px solid #B78552;
  color: #FFF;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s ease;
}

.who-we__button:hover{
  background: #B78552;
  color: #FFF;
}

.who-we__image{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.who-we__img{
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.who-we__play{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.who-we__play a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



/* Leaf - top LEFT above content */
.who-we__leaf{
  position: absolute;
  top: -140px;
  left: calc((100% - min(1440px, calc(100% - 48px))) / 2);
  transform: translateX(-120%);
  width: 72px;
  max-width: 72px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}


/* modal keep */
.who-we .modal-content{
  background: #0A0A0A;
}

.who-we .modal-header{
  border: 0;
}

.who-we .modal-body{
  padding-top: 0;
}

.who-we .responsive-iframe{
  width: 100%;
  height: 420px;
  border: 0;
}

/* =========================
   1366px and below
========================= */
@media (max-width: 1366px){
  .who-we__inner{
    width: min(1440px, calc(100% - 42px));
  }

  .who-we__content h2{
    font-size: 30px;
  }

  .who-we__content p{
    font-size: 15px;
    line-height: 30px;
  }

  .who-we__img{
    min-height: 390px;
  }

  .who-we__leaf{
    top: -120px;
    left: calc((100% - min(1440px, calc(100% - 42px))) / 2);
    transform: translateX(-105%);
    width: 64px;
    max-width: 64px;
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px){
  .who-we{
    padding: 0 0 30px;
  }

  .who-we__inner{
    width: min(1440px, calc(100% - 34px));
  }

  .who-we__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .who-we__content h2{
    font-size: 28px;
    margin-bottom: 18px;
  }

  .who-we__content p{
    font-size: 15px;
    line-height: 28px;
  }

  .who-we__img{
    min-height: 360px;
  }

  .who-we__leaf{
    top: -90px;
    left: calc((100% - min(1440px, calc(100% - 34px))) / 2);
    transform: translateX(-75%);
    width: 56px;
    max-width: 56px;
  }
}

/* =========================
   767px and below
========================= */
@media (max-width: 767px){
  .who-we{
    padding: 0 0 24px;
  }

  .who-we__inner{
    width: calc(100% - 24px);
  }

  .who-we__grid{
    gap: 22px;
	padding-left:10px;
	padding-right:10px;
  }

  .who-we__content h6{
    font-size: 14px;
    gap: 10px;
    margin-bottom: 16px;
  }

  .who-we__content h6::before{
    width: 32px;
    height: 4px;
    flex: 0 0 32px;
  }

  .who-we__content h2{
    font-size: 24px;
    margin-bottom: 16px;
  }

  .who-we__content p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .who-we__button{
    min-height: 46px;
    padding: 10px 34px;
    font-size: 14px;
    line-height: 22px;
  }

  .who-we__img{
    min-height: 300px;
    border-radius: 18px;
  }

  .who-we__leaf{
    top: -58px;
    left: calc((100% - (100% - 24px)) / 2);
    transform: translateX(-35%);
    width: 44px;
    max-width: 44px;
  }

  .who-we .responsive-iframe{
    height: 260px;
  }
}

/* =========================
   480px and below
========================= */
@media (max-width: 480px){
  .who-we{
    padding: 0 0 20px;
  }
	
  .who-we__grid{
    gap: 22px;
	padding-left:10px;
	padding-right:10px;
  }

  .who-we__inner{
    width: calc(100% - 20px);
  }

  .who-we__content h2{
    font-size: 30px;
  }

  .who-we__content p{
    font-size: 13px;
    line-height: 22px;
  }

  .who-we__button{
    width: 100%;
    padding: 10px 20px;
  }

  .who-we__img{
    min-height: 260px;
    border-radius: 16px;
  }

  .who-we__leaf{
    top: -46px;
    left: calc((100% - (100% - 20px)) / 2);
    transform: translateX(-18%);
    width: 36px;
    max-width: 36px;
  }

  .who-we .responsive-iframe{
    height: 220px;
  }
}


/*======================================
              Our Kitchen
========================================*/
.our-kitchen{
  width: 100%;
  padding: 20px 0 70px;
  position: relative;
}

.our-kitchen *{
  box-sizing: border-box;
}

.our-kitchen__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.our-kitchen__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.our-kitchen__left,
.our-kitchen__right{
  min-width: 0;
}

.our-kitchen .right-box h6,
.our-kitchen .content h6{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 52px;
  margin: 0 0 21px;
}

.our-kitchen .right-box h6:before,
.our-kitchen .content h6:before{
  background: #EAC09A;
  position: absolute;
  content: "";
  width: 40px;
  height: 6px;
  top: 6px;
  left: 0;
  border-radius: 50px;
}

.our-kitchen .right-box h2,
.our-kitchen .content h2{
  font-family: 'Bell MT', serif;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}

.our-kitchen .right-box p,
.our-kitchen .content p{
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 26px;
}

.our-kitchen .left-box,
.our-kitchen__left{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.our-kitchen .right-box,
.our-kitchen__right{
  width: 100%;
}

.our-kitchen .image1{
  border-radius: 0 80px 0 80px;
  border: 1px solid #825C3C;
  width: calc(46.6% - 8px);
  overflow: visible;
}

.our-kitchen .image2{
  width: calc(36.1% - 8px);
}

.our-kitchen .image1 img{
  border-radius: 0 50px;
  position: relative;
  padding: 20px 0 20px 0;
  width: 100%;
  left: 40px;
  display: block;
}

.our-kitchen .image2 img{
  border-radius: 50px 0;
  width: 100%;
  position: relative;
  left: 39px;
  display: block;
}

.our-kitchen .content{
  padding: 35px 0 0 5px;
  position: relative;
  max-width: 598px;
}

/* removed cup image */
/* .our-kitchen .content::before removed */

.our-kitchen .content h4{
  color: #FFF;
  font-family: 'Bell MT', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 23px;
}

.our-kitchen .content .box{
  margin: 0 0 22px;
}

.our-kitchen .content .head{
  display: flex;
  position: relative;
}

.our-kitchen .content .head::after,
.head::after{
  content: "";
  border-bottom: 2px dotted #D9D9D9;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 13px;
}

.our-kitchen .content .head h3{
  color: #FFF;
  font-family: 'Bell MT', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: #111;
  position: relative;
  z-index: 9;
  padding: 0 12px 5px 0;
  margin: 0 0 13px;
}

.our-kitchen .content .head span{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  margin-left: auto;
  background: #111;
  padding: 0 0 5px 12px;
  position: relative;
  z-index: 9;
}

.menu-btn a{
  border-radius: 50px;
  border: 2px solid #FFF;
  display: inline-block;
  min-width: 240px;
  padding: 13.5px 10px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 3px;
  text-decoration: none;
}

.menu-btn a:hover{
  background: #825C3C;
  border: 2px solid #825C3C;
}

/* =========================
   1366px and below
========================= */
@media (max-width: 1366px){
  .our-kitchen__inner{
    width: min(1440px, calc(100% - 42px));
  }

  .our-kitchen .content{
    max-width: 100%;
    padding-top: 20px;
  }

  .our-kitchen .image1 img{
    left: 28px;
  }

  .our-kitchen .image2 img{
    left: 28px;
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px){
  .our-kitchen{
    padding: 20px 0 70px;
  }

  .our-kitchen__inner{
    width: min(1440px, calc(100% - 34px));
  }

  .our-kitchen__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .our-kitchen .content{
    max-width: 100%;
    padding: 0;
  }

  .our-kitchen .right-box h2,
  .our-kitchen .content h2{
    font-size: 28px;
    margin-bottom: 18px;
  }

  .our-kitchen .right-box p,
  .our-kitchen .content p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .our-kitchen .image1{
    width: calc(48% - 8px);
  }

  .our-kitchen .image2{
    width: calc(36% - 8px);
  }

  .our-kitchen .image1 img{
    left: 22px;
    padding: 16px 0;
  }

  .our-kitchen .image2 img{
    left: 22px;
  }
}

/* =========================
   767px and below
========================= */
@media (max-width: 767px){
  .our-kitchen{
    padding: 16px 0 54px;
  }

  .our-kitchen__inner{
    width: calc(100% - 24px);
  }

  .our-kitchen__grid{
    gap: 24px;
	padding-left:10px;
	padding-right:10px;
  }

  .our-kitchen .left-box,
  .our-kitchen__left{
    gap: 14px;
    justify-content: center;
  }

  .our-kitchen .image1,
  .our-kitchen .image2{
    width: 100%;
  }

  .our-kitchen .image1{
    border-radius: 0 50px 0 50px;
  }

  .our-kitchen .image1 img,
  .our-kitchen .image2 img{
    left: 0;
    padding: 0;
    border-radius: 18px;
  }

  .our-kitchen .right-box h6,
  .our-kitchen .content h6{
    font-size: 14px;
    padding-left: 42px;
    margin-bottom: 16px;
  }

  .our-kitchen .right-box h6:before,
  .our-kitchen .content h6:before{
    width: 30px;
    height: 4px;
    top: 6px;
  }

  .our-kitchen .right-box h2,
  .our-kitchen .content h2{
    font-size: 30px;
    margin-bottom: 16px;
  }

  .our-kitchen .right-box p,
  .our-kitchen .content p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .our-kitchen .content h4{
    font-size: 22px;
    margin-bottom: 18px;
  }

  .our-kitchen .content .head h3{
    font-size: 18px;
  }

  .our-kitchen .content .head span{
    font-size: 20px;
  }

  .menu-btn a{
    min-width: 200px;
    padding: 12px 16px;
  }
}

/* =========================
   480px and below
========================= */
@media (max-width: 480px){
  .our-kitchen{
    padding: 12px 0 48px;
  }
	
	  .our-kitchen__grid{
    gap: 24px;
	padding-left:10px;
	padding-right:10px;
  }

  .our-kitchen__inner{
    width: calc(100% - 20px);
  }

  .our-kitchen .right-box h2,
  .our-kitchen .content h2{
    font-size: 30px;
  }

  .our-kitchen .right-box p,
  .our-kitchen .content p{
    font-size: 13px;
    line-height: 21px;
  }

  .our-kitchen .content h4{
    font-size: 20px;
  }

  .our-kitchen .content .head h3{
    font-size: 16px;
  }

  .our-kitchen .content .head span{
    font-size: 18px;
  }

  .menu-btn a{
    width: 100%;
    min-width: 100%;
  }
}

/*======================================
              Testimonials
========================================*/
.testimonials{
  width: 100%;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.testimonials *{
  box-sizing: border-box;
}

.testimonials__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.testimonials__head{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials__head h6{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.testimonials__bar{
  display: block;
  width: 40px;
  height: 6px;
  background: #EAC09A;
  border-radius: 50px;
  margin: 10px auto 12px;
}

.testimonials__head h2{
  font-family: 'Bell MT', serif;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

.testimonials__trustindex{
  width: 100%;
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
}

.testimonial-carousel{
  position: relative;
  z-index: 2;
}

.testimonials__bars{
  position: absolute;
  top: 120px;
  right: calc((100% - min(1440px, calc(100% - 48px))) / 2);
  transform: translateX(65%);
  width: 52px;
  max-width: 52px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
}

/* =========================
   1366px and below
========================= */
@media (max-width: 1366px){
  .testimonials{
    padding: 70px 0;
  }

  .testimonials__inner{
    width: min(1440px, calc(100% - 42px));
  }

  .testimonials__head h2{
    font-size: 30px;
  }

  .testimonials__bars{
    right: calc((100% - min(1440px, calc(100% - 42px))) / 2);
    transform: translateX(55%);
    width: 46px;
    max-width: 46px;
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px){
  .testimonials{
    padding: 64px 0;
  }

  .testimonials__inner{
    width: min(1440px, calc(100% - 34px));
  }

  .testimonials__head{
    margin-bottom: 28px;
  }

  .testimonials__head h6{
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .testimonials__bar{
    width: 36px;
    height: 5px;
    margin: 8px auto 10px;
  }

  .testimonials__head h2{
    font-size: 28px;
  }

  .testimonials__trustindex{
    margin-bottom: 20px;
  }

  .testimonials__bars{
    top: 112px;
    right: 0;
    transform: translateX(25%);
    width: 40px;
    max-width: 40px;
  }
}

/* =========================
   767px and below
========================= */
@media (max-width: 767px){
  .testimonials{
    padding: 54px 0;
  }

  .testimonials__inner{
    width: calc(100% - 24px);
  }

  .testimonials__head{
    margin-bottom: 24px;
  }

  .testimonials__head h6{
    font-size: 13px;
    letter-spacing: 0.45px;
  }

  .testimonials__bar{
    width: 32px;
    height: 4px;
    margin: 8px auto 10px;
  }

  .testimonials__head h2{
    font-size: 30px;
  }

  .testimonials__trustindex{
    margin-bottom: 18px;
  }

  .testimonials__bars{
    top: 104px;
    right: 0;
    transform: translateX(15%);
    width: 32px;
    max-width: 32px;
  }
}

/* =========================
   480px and below
========================= */
@media (max-width: 480px){
  .testimonials{
    padding: 48px 0;
  }

  .testimonials__inner{
    width: calc(100% - 20px);
  }

  .testimonials__head h2{
    font-size: 30px;
  }

  .testimonials__bars{
    width: 26px;
    max-width: 26px;
    top: 96px;
    transform: translateX(10%);
  }
}