.heritage-section {
  position: relative;
  min-height: 99vh;
  background-image: url("/assests/Hr-nature-resort/unnamed(4).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;
  }
}

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

/* Tag */
.legacy-tag {
  font-size: 11px;
  letter-spacing: 2px;
  color: #d4af37;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

/* Title */
.legacy-title {
  font-family: "Georgia", serif;
  font-size: 38px;
  font-weight: 400;
  color: #111;
  margin-bottom: 25px;
  line-height: 1.3;
}

.legacy-title em {
  font-style: italic;
}

/* Description */
.legacy-desc {
  font-size: 14px;
  color: #6c757d;
  max-width: 450px;
  margin-bottom: 30px;
}

/* Feature */
.legacy-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.legacy-feature i {
  font-size: 20px;
  color: #d4af37;
  margin-top: 5px;
}

.legacy-feature h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.legacy-feature p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

/* Image */
.legacy-image-wrapper {
  position: relative;
  padding: 20px;
}

.legacy-image {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Subtle Frame Effect */
.legacy-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.legacy-image {
  position: relative;
  z-index: 1;
}

.read-more-box {
  margin-top: 12px;
}

.read-more-link {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4c236;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}

.read-more-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #d4c236;
  transition: 0.3s ease;
}

.read-more-link:hover::after {
  width: 100%;
}

/* Tablet */
@media (max-width: 991px) {
  .legacy-section {
    padding: 90px 0;
  }

  .legacy-title {
    font-size: 32px;
  }
}

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

  .legacy-title {
    font-size: 26px;
  }

  .legacy-desc {
    max-width: 100%;
  }
}

.collaboration-section {
  background: #0b0b0b;
  padding: 100px 0;
  color: #ffffff;
  margin: 80px auto;
  max-width: 1100px;
  /* centered boxed layout */
}

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

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

/* Description */
.collab-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 30px;
}

/* Button */
.collab-btn {
  background: #d4af37;
  color: #000;
  padding: 12px 32px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.collab-btn:hover {
  background: #ffffff;
  color: #000;
}

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

/* Mobile */
@media (max-width: 576px) {
  .collaboration-section {
    padding: 70px 20px;
    margin: 50px 15px;
  }

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

  .collab-desc {
    font-size: 13px;
  }
}

.contact-section {
  background-color: #e9e6d5;
}

/* Main Title */
.contact-main-title {
  font-family: "Georgia", serif;
  font-size: 40px;
  color: #b8a632;
  font-weight: 400;
}

/* Image */
.contact-img-wrapper img {
  width: 100%;
  height: 50%;
  display: block;
}

/* Office Title */
.office-title {
  font-family: "Georgia", serif;
  font-size: 32px;
  margin-bottom: 25px;
  color: #1a1a1a;
}

/* Contact Info */
.contact-info {
  font-size: 15px;
  margin-bottom: 15px;
  color: #333;
}

.contact-info a {
  color: #b8a632;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

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

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

  .contact-content {
    text-align: center;
  }
}

.contact-section {
  background: #f3f3f3;
}

.contact-title {
  font-family: "Georgia", serif;
  font-size: 34px;
  font-weight: 400;
  color: #1f2937;
}

/* Input Styling */
.custom-input {
  border-radius: 0;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #b8a632;
}

/* Button */
.submit-btn {
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 12px 40px;
  border: none;
  font-size: 14px;
  transition: 0.3s ease;
}

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

/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 24px;
  }

  .form-label {
    margin-bottom: 8px;
  }

  .row.align-items-center {
    flex-direction: column;
  }

  .col-md-3,
  .col-md-9 {
    width: 100%;
  }
}
