.elementor-4916 .elementor-element.elementor-element-844eec9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4916 .elementor-element.elementor-element-8440cfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2a0752d *//* Location Hero */
.location-hero {
  position: relative;
  min-height: 70vh; /* Gives true hero presence */
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      rgba(208, 145, 127, 0.75),
      rgba(208, 145, 127, 0.75)
    ),
    url('https://mirthresorts.com/wp-content/uploads/2025/12/1st-miracle-villa.webp') center / cover no-repeat;
  padding: 90px 20px;
  color: #ffffff;
}

.location-hero-content {
  max-width: 1100px;
  margin: auto;
}

/* Heading */
.location-hero h1 {
  font-size: 42px;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Subtext */
.hero-subtext {
  font-size: 17px;
  max-width: 720px;
  margin-bottom: 14px;
  line-height: 1.7;
  color: #ffffff;
}

/* CTA Buttons */
.hero-cta {
  margin-top: 30px;
}

/* Buttons */
.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.3s ease;
}

/* Primary Button */
.hero-btn.primary {
  background: #d0917f;
  color: #ffffff;
}

.hero-btn.primary:hover {
  background: #b97a6a;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Secondary Button */
.hero-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.hero-btn.secondary:hover {
  background: #ffffff;
  color: #d0917f;
}

/* Mobile */
@media (max-width: 768px) {
  .location-hero {
    min-height: auto;
    padding: 60px 15px;
  }

  .location-hero h1 {
    font-size: 30px;
  }

  .hero-btn {
    margin-bottom: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c4cd04 */.reach-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.intro-text {
  max-width: 850px;
  margin-bottom: 30px;
}

/* Grid */
.reach-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* Route Boxes */
.route-box {
  background: #f7f3f1;
  padding: 22px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.route-box ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

/* Embedded Maps */
.map-embed iframe,
.sticky-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 10px;
}

/* Sticky Right Column */
@media (min-width: 993px) {
  .sticky-map {
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
  }
}

/* Travel Tips */
.travel-tips {
  background: #f6f1ef;
  padding: 25px;
  border-radius: 10px;
}

/* Mobile */
@media (max-width: 992px) {
  .reach-grid {
    grid-template-columns: 1fr;
  }

  .map-embed iframe,
  .sticky-map iframe {
    height: 260px;
  }
}/* End custom CSS */