/* Custom styles for the Book Now button in CTA section */
.cta-option .btn {
  /* Make button large and noticeable */
  font-size: 1.4rem;
  padding: 15px 40px;
  width: auto;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 230, 118, 0.3);
}

/* Center text in the CTA section */
.cta-option h3,
.cta-option p {
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .cta-option .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    max-width: 250px;
  }
}
