/* Start custom CSS for html, class: .elementor-element-87ffffa *//* ===== HERO SECTION BASE ===== */
.barren-hero {
  position: relative;
  background: url('https://andamanstour.in/wp-content/uploads/2025/07/Barren-Island.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0px 40 px;
}

.barren-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.barren-content {
  position: relative;
 
}

.barren-hero h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

.barren-hero p {
  font-size: 20px;
  margin-bottom: 25px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

.barren-btn {
  background: #ff6600;
  color: #fff;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
}

.barren-btn:hover {
  background: #e55b00;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
}


/* ===========================
   TABLET RESPONSIVE (<=1024px)
   =========================== */
@media (max-width: 1024px) {
  .barren-hero {
    height: 70vh;
    padding: 0 30px;
  }

  .barren-hero h1 {
    font-size: 40px;
  }

  .barren-hero p {
    font-size: 18px;
  }

  .barren-btn {
    padding: 12px 26px;
    font-size: 16px;
  }
}


/* ===========================
   MOBILE RESPONSIVE (<=767px)
   =========================== */
@media (max-width: 767px) {
  .barren-hero {
    height: 65vh;
    padding: 0 20px;
  }

  .barren-hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .barren-hero p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .barren-btn {
    padding: 10px 22px;
    font-size: 15px;
    border-radius: 5px;
  }
}/* End custom CSS */