.volunteerheader .page-header__bg {
  background-image: url("../Shyamalaimages/Outdoor/hkh.webp") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-position-y: -675px;*/
}

.destinations-details .row {
  display: flex;
  flex-wrap: wrap;
}

.destinations-details .col-lg-6 {
  display: flex;
  flex-direction: column;
}

.destinations-details__image-wrapper {
  height: 100%;
  width: 100%;
  flex-grow: 1;
}

.destinations-details__image-wrapper img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: 0;
  /* Remove min-height to allow true dynamic matching */
}

.imageeee {
  height: 300px !important;
}

.apply-section {
  padding: 50px 20px;
  background: #fafafa;
}

.apply-container {
  max-width: 700px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.apply-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.apply-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.apply-list li {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background: #f4f4f4;
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.apply-list li:hover {
  background: #ececec;
  transform: translateY(-2px);
}

.apply-icon {
  font-size: 20px;
  margin-right: 12px;
}

.apply-note {
  text-align: center;
  font-size: 17px;
  padding: 15px;
  background: #fff7e6;
  border-left: 4px solid #ff9900;
  border-radius: 10px;
  margin-top: 25px;
}

.benefits-section {
  padding: 60px 20px;
  background: #fafafa;
}

.benefits-container {
  max-width: 1100px;
  margin: auto;
}

.benefits-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.benefits-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.benefits-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefits-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  background: #f6f6f6;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s ease;
}

.benefits-list li:hover {
  background: #ececec;
}

.apply-section {
  width: 100%;
  background: #f9f6f0;
  /* soft background */
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.apply-container {
  max-width: 1200px;
  /* centers content on large screens */
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.apply-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a3c34;
  margin-bottom: 30px;
  text-align: center;
}

.apply-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.apply-list li {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.apply-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.apply-note {
  font-size: 16px;
  color: #555;
  text-align: center;
  font-weight: 500;
}

.apply-note strong {
  color: #1a3c34;
}

.apply-now-section {
  width: 100%;
  background: linear-gradient(135deg, #fffdf8, #faf6ef);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.apply-now-container {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  animation: fadeInUp 1s ease forwards;
}

.apply-now-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a3c34;
  text-align: center;
  margin-bottom: 20px;
}

.apply-now-intro {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.apply-now-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.apply-btn,
.email-btn {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.apply-btn {
  background-color: #c1a766;
  color: #fff;
}

.apply-btn:hover {
  background-color: #0f2923;
  transform: translateY(-3px);
}

.email-btn {
  background-color: #c4a56a;
  color: #fff;
}

.email-btn:hover {
  background-color: #a78b4f;
  transform: translateY(-3px);
}

.or-text {
  font-weight: 600;
  font-size: 16px;
  color: #555;
}

.apply-now-note {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.apply-divider {
  border: none;
  border-top: 1px solid #e2dccc;
  margin: 30px 0;
}

.apply-now-highlight {
  font-size: 18px;
  font-weight: 600;
  color: #1a3c34;
  text-align: center;
  margin-bottom: 35px;
}

.apply-now-blurbs {
  background: #faf6ef;
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.blurbs-title {
  font-size: 20px;
  font-weight: 700;
  color: #2a3b31;
  margin-bottom: 12px;
}

.blurbs-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Make all villa cards equal height */
.villa-one__carousel .villa-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Stretch content to take available height */
.villa-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Optional: Make titles and other content aligned nicely */
.villa-card__title {
  margin-top: auto;
  /* Pushes price to the bottom */
}

/* Ensure images have consistent height */
.villa-card__image img.imageeee {
  height: 250px;
  /* Adjust height as needed */
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.popup-content label {
  display: block;
  margin: 8px 0;
  font-size: 14px;
}

.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
}

/* Overlay background */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.popup-content {
  background: #ffffff;
  width: 95%;
  max-width: 550px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: popupFade 0.3s ease;
}

/* Animation */
@keyframes popupFade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #444;
}

.close-btn:hover {
  color: #000;
}

/* Heading */
.popup-content h3 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
}

/* Form inputs */
.popup-content input[type="text"],
.popup-content input[type="number"],
.popup-content input[type="tel"],
.popup-content input[type="email"],
.popup-content textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.popup-content textarea {
  resize: vertical;
}

/* Labels */
.popup-content label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer;
}

/* Radio & checkbox spacing */
.popup-content input[type="radio"],
.popup-content input[type="checkbox"] {
  margin-right: 6px;
}

/* Group spacing */
.popup-content label strong {
  display: block;
  margin: 14px 0 6px;
}

/* Submit button */
.popup-content button {
  width: 100%;
  padding: 12px;
  background: #c1a766;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}

.popup-content button:hover {
  background: #c1a766;
}

/* Apply button (open popup) */
.apply-btn {
  display: inline-block;
  padding: 12px 22px;
  background: #c1a766;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
}

.apply-btn:hover {
  background: #132742;
}

.apply-now-cta {
  max-width: 600px;
  margin: 0 auto;
}

.or-text {
  display: block;
  text-align: center;
  margin: 8px 0;
  font-weight: 500;
}

.apply-title i {
  color: #c4a56a;
  /* green for house icon */
  margin-right: 8px;
  font-size: 24px;
  vertical-align: middle;
}

.apply-note i {
  color: #e74c3c;
  /* red heart */
  margin-left: 4px;
  vertical-align: middle;
}

.benefits-list i {
  color: #c4a56a;
  /* green theme for natural/pet icons */
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.apply-now-highlight i {
  color: #c4a56a;
  /* green for leaf/dog */
  margin: 0 4px;
  vertical-align: middle;
  font-size: 16px;
}

.apply-now-highlight i.fa-star {
  color: #f1c40f;
  /* yellow star */
  margin-right: 6px;
}

.apply-now-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Buttons */
.apply-now-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

/* Apply button */
.apply-btn {
  background: #c1a766;
  color: #fff;
}

/* Email button */
.email-btn {
  background: #f5f5f5;
  color: #333;
}

/* OR text */
.or-text {
  font-weight: 500;
  color: #777;
}

/* 🔽 Mobile Responsive */
@media (max-width: 768px) {
  .apply-now-cta {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .apply-now-cta a {
    width: 100%;
    justify-content: center;
  }

  .or-text {
    display: none;
    /* mobile par OR hide karna better UX */
  }

  .apply-now-cta a {
    /*display: inline-flex;*/
    align-items: center;
    gap: 2px;
    padding: 14px 22px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    /*white-space: nowrap;*/
    font-size: 13px;
  }
  .vlntrprgarama{
      margin-top: 4%;
  }
  .vpp{
      padding-top: 0%;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .popup-content {
    padding: 18px;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .apply-now-cta {
    flex-direction: column;
  }
}