.heritage-section {
  position: relative;
  min-height: 100vh;
  background-image: url("/assests/Hr-upvan-inn/upavan-in.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

/* Dark overlay */
.heritage-overlay {
  position: absolute;
  inset: 0;
}

/* Text */
.heritage-title {
  font-size: 64px;
  font-weight: 700;
  font-family: "Georgia", serif;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 30%;
}

.heritage-subtitle {
  font-size: 18px;
  font-weight: 500;
  max-width: 620px;
  margin: 0 auto;
  color: #ffd857;
}
/* Tablet */
@media (max-width: 991px) {
  .heritage-title {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .heritage-section {
    min-height: 60vh;
    padding: 40px 0;
  }

  .heritage-title {
    font-size: 34px;
  }

  .heritage-subtitle {
    font-size: 14px;
    padding: 0 10px;
  }
}

.dining-cta {
  background: #f4f4f4;
  padding: 100px 20px;
}

/* Heading */
.cta-title {
  font-family: "Georgia", serif;
  font-size: 42px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}

.cta-title span {
  color: #b8a632;
  font-style: italic;
}

/* Description */
.cta-desc {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
}

/* Button */
.cta-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 2px;
  font-size: 12px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #b8a632;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .dining-cta {
    padding: 70px 20px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-desc {
    font-size: 14px;
  }

  .cta-btn {
    padding: 12px 30px;
    font-size: 11px;
  }
}

.experience-section {
  padding: 120px 0;
  background: #ffffff;
}

/* Small tag */
.experience-tag {
  display: block;
  font-size: 11px;
  letter-spacing: 2.5px;
  color: #d4af37;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Main text */
.experience-title {
  font-family: "Georgia", serif;
  font-size: 38px;
  font-weight: 400;
  color: #0f1230;
  line-height: 1.5;
  margin-bottom: 30px;
}

.experience-title em {
  color: #d4af37;
  font-style: italic;
}

/* Divider */
.experience-divider {
  width: 40px;
  height: 1px;
  background: #d4af37;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 991px) {
  .experience-title {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .experience-section {
    padding: 80px 15px;
  }

  .experience-title {
    font-size: 24px;
    line-height: 1.6;
  }
}

.luxury-food-section {
  background: #f3f3f3;
}

/* Small Label */
.food-label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #b8a632;
  margin-bottom: 15px;
}

.food-label i {
  margin-right: 8px;
}

/* Title */
.food-title {
  font-family: "Georgia", serif;
  font-size: 40px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}

.food-title span {
  font-style: italic;
}

/* Description */
.food-desc {
  color: #777;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Feature List */
.food-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.food-feature i {
  color: #b8a632;
  font-size: 18px;
  margin-top: 5px;
}

.food-feature h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.food-feature p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Image Wrapper */
.food-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

/* Image Hover Effect */
.food-img {
  transition: transform 0.6s ease;
}

.food-image-wrapper:hover .food-img {
  transform: scale(1.08);
}

/* Floating Badge */
.quality-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #c5b114;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.quality-badge i {
  font-size: 20px;
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 992px) {
  .food-title {
    font-size: 30px;
  }

  .quality-badge {
    width: 100px;
    height: 100px;
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  .food-title {
    font-size: 26px;
  }

  .quality-badge {
    bottom: -20px;
    right: -20px;
  }
}

.dining-section {
  background: #f4f4f4;
}

.dining-title {
  font-family: "Georgia", serif;
  font-size: 38px;
  font-weight: 400;
  color: #222;
}

.dining-title span {
  font-style: italic;
}

.dining-subtitle {
  color: #777;
  font-size: 14px;
  margin-top: 10px;
}

/* Card */
.dining-card {
  background: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.dining-card img {
  border-radius: 15px;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
  width: 100% !important;
}

/* Hover Effect */
.dining-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.dining-card:hover img {
  transform: scale(1.05);
}

/* Card Content */
.card-content i {
  font-size: 24px;
  color: #c5b114;
  margin-bottom: 10px;
  display: block;
}

.card-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .dining-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .dining-title {
    font-size: 26px;
  }

  .dining-subtitle {
    font-size: 13px;
  }
}
