.elementor-14212 .elementor-element.elementor-element-17bcd3d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a0ff173 */.andaman-sightseeing {
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
  background: #f9fdfd;
  color: #333;
}

.page-title {
  text-align: center;
  font-size: 2.5rem;
  color: #007f7f;
  margin-bottom: 50px;
}

.attraction {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
  gap: 30px;
}

.attraction.reverse {
  flex-direction: row-reverse;
}

.attraction img {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.attraction-text {
  flex: 1;
  min-width: 280px;
}

.attraction-text h2 {
  font-size: 1.8rem;
  color: #004d4d;
  margin-bottom: 10px;
}

.attraction-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.attraction-text ul {
  padding-left: 20px;
  list-style: disc;
}

@media (max-width: 768px) {
  .attraction {
    flex-direction: column;
    text-align: center;
  }

  .attraction.reverse {
    flex-direction: column;
  }

  .attraction-text h2 {
    font-size: 1.5rem;
  }

  .page-title {
    font-size: 2rem;
  }
}/* End custom CSS */