/* DINING MODULE RESTAURANTS */

/* unset default Avada button styles */
.dining-restaurants-module .dining-button,
.dining-restaurants-module .dining-button-hollow {
  all: unset;
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.dining-restaurants-module {
  transform: translateX(-50%);
  margin-left: 50%;
  width: 100vw;
}

.dining-restaurants-module .dining-restaurants-module-content-top {
  padding: 150px 60px 60px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 740px;
  background: linear-gradient(90deg, #2f2f2f 60%, rgba(47, 47, 47, 0.2)),
    url("https://res.cloudinary.com/monkeytours/image/upload/f_auto,q_auto:eco,dpr_auto,c_limit,w_1600/v1752787657/Azura2025/gallery/azura-gallery-011.jpg")
      right center / contain no-repeat;
}

.dining-restaurants-module .dining-descriptive-content {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 100%;
}

.dining-restaurants-module .dining-logo-container {
  margin-right: 40px;
  width: 164px;
  height: 164px;
  background-image: url("https://demo.azuraresorts.com/wp-content/uploads/chillngrill.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dining-restaurants-module .dining-copy-container {
  width: 770px;
}

.dining-restaurants-module .dining-pre-title {
  margin: 0;
  font-size: 24px;
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
  color: #b1897c;
}

.dining-restaurants-module .dining-title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.dining-restaurants-module .dining-subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  color: #b1897c;
}

.dining-restaurants-module .dining-paragraph {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1.8;
}

.dining-restaurants-module .dining-feature-list {
  margin-top: auto;
  margin-left: auto;
  width: 45%;
}

.dining-restaurants-module .dining-feature-list-ul {
  margin: 0;
  padding: 0;
  gap: 25px 25px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: start;
  color: #ffffff;
}

.dining-restaurants-module .dining-feature {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}

.dining-restaurants-module .dining-feature::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dining-restaurants-module .dining-feature:nth-child(1)::before {
  background-image: url(https://demo.azuraresorts.com/wp-content/uploads/cuisine.svg);
}

.dining-restaurants-module .dining-feature:nth-child(2)::before {
  background-image: url(https://demo.azuraresorts.com/wp-content/uploads/capacity.svg);
}

.dining-restaurants-module .dining-feature:nth-child(3)::before {
  background-image: url(https://demo.azuraresorts.com/wp-content/uploads/meals.svg);
}

.dining-restaurants-module .dining-feature:nth-child(4)::before {
  background-image: url(https://demo.azuraresorts.com/wp-content/uploads/open.svg);
}

.dining-restaurants-module .dining-restaurants-module-content-bottom {
  display: flex;
  align-items: end;
  margin-top: -250px;
}

.dining-restaurants-module .dining-gallery-container {
  width: 100%;
}

.dining-restaurants-module .dining-gallery-container img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center 85%;
}

.dining-restaurants-module .dining-buttons-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding-bottom: 35px;
}

.dining-restaurants-module .dining-button {
  text-decoration: none;
  padding: 8px 18px;
  background-color: #b3897b;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s;
}

.dining-restaurants-module .dining-button:hover {
  background-color: #8c6b5f;
}

.dining-restaurants-module .dining-button-hollow {
  padding: 8px 18px;
  background-color: transparent;
  color: #b3897b;
  border: 1px solid #b3897b;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.dining-restaurants-module .dining-button-hollow:hover {
  background-color: #b3897b;
  color: #fff;
}

@media (max-width: 1100px) {
  .dining-restaurants-module .dining-buttons-container {
    padding-bottom: 0;
  }
}
