/* ================================
   FEAST SECTION
   ================================ */
.feast-section {
  background-color: #faf7f2;
  padding: 80px 20px;
}

.gold-line {
  width: 60px;
  height: 3px;
  background-color: #c9a449;
  margin: 0 auto;
}

.feast-title {
  font-size: 32px;
  font-family: 'Playfair Display', serif;

  color: #0e1a2b;
  text-align: center;



  font-weight: 600;
}

.feast-desc {
  font-family: 'Lato', sans-serif;
  max-width: 950px;
  font-size: 17px;
  line-height: 1.8;
  color: #425574;
  text-align: center;
  margin: 0 auto;
}

/* ================================
   RESTAURANT SECTION
   ================================ */
.restaurant-section {
  padding: 60px 20px;
  background-color: #fff;
}

.restaurant-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.restaurant-title {
  font-size: 32px;
  font-family: 'Playfair Display', serif;
  color: #0e1a2b;
  font-weight: 600;
  margin-bottom: 20px;
}

.restaurant-desc {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #425574;
  margin-bottom: 20px;
}

.highlight-title {
  font-size: 17px;
  font-weight: 700;
  color: #0e1a2b;
  margin-top: 30px;
  margin-bottom: 15px;
}

.highlight-icon {
  margin-right: 8px;
}

.highlight-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.highlight-list li {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
  color: #425574;
  line-height: 1.6;
}

.highlight-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #c9a449;
  font-weight: bold;
}

.hours-box {
  background-color: #faf7f2;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
}

.hours-title {
  font-size: 17px;
  font-weight: 700;
  color: #0e1a2b;
  margin-bottom: 20px;
}

.clock-icon {
  margin-right: 8px;
}

.hours-label {
  font-size: 14px;
  font-weight: 700;
  color: #60738a;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hours-time {
  font-size: 16px;
  color: #0e1a2b;
  font-weight: 600;
}

/* ================================
   TAKEAWAY SECTION
   ================================ */
.takeaway-section {
  background-color: #fff;
  padding: 80px 20px;
}

.takeaway-subtitle {
  font-size: 17px;
  letter-spacing: 4px;
  color: #b8a689;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.takeaway-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
  color: #222;
}

.takeaway-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.takeaway-divider span {
  width: 60px;
  height: 2px;
  background-color: #d6b470;
}

.star-icon {
  margin: 0 15px;
  color: #d6b470;
  font-size: 18px;
}

.takeaway-desc {
  max-width: 800px;
  margin: 20px auto;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #6d6d6d;
  text-align: center;
}

.icon-box {
  text-align: center;
  padding: 20px 10px;
}

.icon-circle {
  width: 75px;
  height: 75px;
  background-color: #f4f1ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
}

.icon-circle:hover {
  transform: translateY(-5px);
}

.icon-circle i {
  font-size: 30px;
  color: #D2A5AD;
}

.icon-title {
  font-family: 'Playfair Display', serif;
  color: #222;
  font-size: 20px;
  margin-bottom: 5px;
}

.icon-text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #6d6d6d;
}

/* ================================
   MOONLIGHT DINNER SECTION
   ================================ */
.moonlight-section {
  background-color: #0a1628;
  padding: 80px 20px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #f5f5dc;
}

.section-desc {
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
}

.experience-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #f5f5dc;
}

.experience-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.experience-list li {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  color: #e2e8f0;
  line-height: 1.6;
}

.experience-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #f5c147;
}

.reservation-box {
  margin-top: 25px;
  padding: 20px;
  border-left: 4px solid #f5c147;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.res-title {
  font-weight: 600;
  font-size: 1px;
  margin-bottom: 5px;
  color: #f5c147;
}

.res-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.6;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {

  .restaurant-title,
  .restaurant-desc,
  .highlight-title,
  .highlight-list {
    text-align: left;
  }

  .section-title,
  .section-desc,
  .experience-title,
  .experience-list,
  .reservation-box {
    text-align: left;
  }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {

  /* Feast Section */
  .feast-section {
    padding: 60px 20px;
  }

  .feast-title {
    font-size: 36px;
  }

  .feast-desc {
    font-size: 16px;
  }

  /* Restaurant Section */
  .restaurant-section {
    padding: 50px 20px;
  }

  .restaurant-img {
    margin-bottom: 30px;
  }

  .restaurant-title {
    font-size: 34px;
    text-align: center;
  }

  .restaurant-desc {
    font-size: 16px;
    text-align: center;
  }

  .highlight-title {
    text-align: center;
    font-size: 18px;
  }

  .highlight-list {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
  }

  .highlight-list li {
    font-size: 15px;
  }

  .hours-box {
    margin-top: 30px;
  }

  .hours-title {
    text-align: center;
  }

  .hours-label,
  .hours-time {
    text-align: center;
  }

  /* Takeaway Section */
  .takeaway-section {
    padding: 60px 20px;
  }

  .takeaway-title {
    font-size: 36px;
  }

  .takeaway-desc {
    font-size: 16px;
  }

  /* Moonlight Section */
  .moonlight-section {
    padding: 60px 20px;
  }

  .moonlight-section .row {
    flex-direction: column-reverse;
  }

  .moonlight-section .col-lg-6:last-child {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 34px;
    text-align: center;
  }

  .section-desc {
    font-size: 16px;
    text-align: center;
  }

  .experience-title {
    text-align: center;
    font-size: 17px;
  }

  .experience-list {
    text-align: left;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .experience-list li {
    font-size: 16px;
  }

  .reservation-box {
    text-align: center;
  }
}

/* Mobile (576px - 767px) */
@media (max-width: 767px) {

  /* Feast Section */
  .feast-section {
    padding: 50px 15px;
  }

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

  .feast-desc {
    font-size: 15px;
    padding: 0 10px;
  }

  /* Restaurant Section */
  .restaurant-section {
    padding: 40px 15px;
  }

  .restaurant-title {
    font-size: 28px;
    text-align: center;
  }

  .restaurant-desc {
    font-size: 15px;
    text-align: center;
    padding: 0 10px;
  }

  .highlight-title {
    font-size: 17px;
    text-align: center;
  }

  .highlight-list {
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
  }

  .highlight-list li {
    font-size: 14px;
  }

  .hours-box {
    padding: 20px 15px;
  }

  .hours-title {
    font-size: 16px;
    text-align: center;
  }

  .hours-label {
    font-size: 13px;
  }

  .hours-time {
    font-size: 14px;
  }

  .hours-box .col-md-4 {
    margin-bottom: 20px;
  }

  .hours-box .col-md-4:last-child {
    margin-bottom: 0;
  }

  /* Takeaway Section */
  .takeaway-section {
    padding: 50px 15px;
  }

  .takeaway-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }

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

  .takeaway-desc {
    font-size: 15px;
    padding: 0 10px;
  }

  .icon-circle {
    width: 65px;
    height: 65px;
  }

  .icon-circle i {
    font-size: 26px;
  }

  .icon-title {
    font-size: 18px;
  }

  .icon-text {
    font-size: 14px;
  }

  /* Moonlight Section */
  .moonlight-section {
    padding: 50px 15px;
  }

  .section-title {
    font-size: 28px;
    text-align: center;
  }

  .section-desc {
    font-size: 15px;
    text-align: center;
    padding: 0 10px;
  }

  .experience-title {
    font-size: 16px;
    text-align: center;
  }

  .experience-list {
    padding-left: 15px;
  }

  .experience-list li {
    font-size: 15px;
  }

  .reservation-box {
    padding: 15px;
    text-align: center;
  }

  .res-title {
    font-size: 16px;
  }

  .res-text {
    font-size: 14px;
  }
}

/* Extra Small Mobile (max-width: 575px) */
@media (max-width: 575px) {

  /* Feast Section */
  .feast-title {
    font-size: 24px;
  }

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

  /* Restaurant Section */
  .restaurant-title {
    font-size: 24px;
  }

  .restaurant-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .highlight-title {
    font-size: 16px;
  }

  .highlight-list li {
    font-size: 13px;
  }

  .hours-label {
    font-size: 12px;
  }

  .hours-time {
    font-size: 13px;
  }

  /* Takeaway Section */
  .takeaway-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .takeaway-title {
    font-size: 24px;
  }

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

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle i {
    font-size: 24px;
  }

  .icon-title {
    font-size: 16px;
  }

  .icon-text {
    font-size: 13px;
  }

  /* Moonlight Section */
  .section-title {
    font-size: 24px;
  }

  .section-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .experience-title {
    font-size: 15px;
  }

  .experience-list li {
    font-size: 14px;
  }

  .res-title {
    font-size: 15px;
  }

  .res-text {
    font-size: 13px;
  }
}

/* Extra Touches for Better Mobile Experience */
@media (max-width: 480px) {
  .gold-line {
    width: 50px;
    height: 2px;
  }

  .takeaway-divider span {
    width: 40px;
  }

  .star-icon {
    font-size: 16px;
    margin: 0 10px;
  }

  .hours-box .row {
    gap: 15px;
  }
}