/* Banner content styles*/
.fc-main-heading-wrapper .fc-button-wrapper {
  display: inline-block;
  background-color: #00a859;
  border-radius: 20px;
  padding: 10px 45px;
  margin-top: 20px;
  text-align: center;
}

.fc-main-heading-wrapper .fc-button-wrapper .button-link {

  text-decoration: none;
  color: white;
  display: inline-block;

}

.fc-main-heading-wrapper .fc-button-wrapper .button-link:hover {
  text-decoration: none;
  color: white;
  background: none;
}


/* Guidelines styles */
.fc-guideline-section-wrapper {
  padding: 7rem 0rem;
}

.fc-guideline-section-wrapper ul {
  position: relative;
  padding-left: 20px;
  list-style: disc !important;
}

.fc-guideline-section-wrapper h2 {
  color: #095188;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fc-guideline-section-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/04/bottom-blue-wave-new.png");
  left: 0px;
  top: -2px;
  z-index: 99;
}

/* Why choose section styles */

.why-choose-cards-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/04/banner-bottom-image.png");
  left: 0px;
  top: -2px;
  z-index: 99;
}

.why-choose-cards-wrapper {
  padding-top: 6rem;
}

.why-choose-cards-wrapper .why-choose-cards-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-cards-wrapper h2 {
  color: #095188;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .why-choose-cards-wrapper h2 {
    font-size: 32px;
    margin-bottom: -10px;
  }

  .why-choose-cards-wrapper {
    padding-top: 4rem;
  }
}

.why-choose-cards-wrapper .row {
  min-height: 40rem;
}

.why-choose-cards-wrapper .why-choose-cards {
  text-align: center;
  padding: 1rem 0.5rem;
}

.why-choose-cards-wrapper .why-choose-cards img {
  max-width: 57%;
}

.why-choose-cards-wrapper .why-choose-cards h3 {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 18px;
    line-height: 1.4rem;
}

/* Booking cards section styles */
.booking-cards-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/04/top-blue-wave.png");
  left: 0px;
  top: -50px;
  z-index: 99;
}

.booking-cards-wrapper .booking-main-wrapper {
  padding-top: 2rem;
}

.booking-cards-wrapper {
  background-color: #C5E6FF;
}

.booking-cards-wrapper .fc-booking-card-wrapper {
  background-color: #C5E6FF;
  border: none;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.booking-cards-wrapper .booking-cards-heading h2 {
  color: #095188;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .booking-cards-wrapper .booking-cards-heading h2 {
    font-size: 32px;
  }

  .booking-cards-wrapper .fc-booking-card-wrapper {
    text-align: left !important;
    justify-content: left !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .booking-cards-wrapper .fc-booking-card-wrapper h5 {
    text-align: left !important;
  }

  .booking-cards-wrapper .fc-booking-card-wrapper h5 {
    font-size: 22px !important;
  }
}

.booking-cards-wrapper .fc-booking-card-wrapper h5 span {
  font-weight: 400;
}

.booking-cards-wrapper .fc-booking-card-wrapper h5 {
  color: #095188;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.booking-cards-wrapper .fc-booking-card-wrapper img {
  max-width: 35%;
}

.btn-primary.fc-book-button-wrapper,
.btn-primary.fc-book-button-wrapper:hover,
.btn-primary.fc-book-button-wrapper:focus,
.btn-primary.fc-book-button-wrapper:active {
  padding: 10px 45px;
  border-radius: 25px;
  border: none;
  background-color: #00a859 !important;
  border: none !important;
  box-shadow: none !important;
}

/* about-us-carousel styles */

.about-us-carousel-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/04/top-blue-wave.png");
  left: 0px;
  top: -50px;
  z-index: 99;
}

.about-us-carousel-wrapper {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #C5E6FF;
}

.about-us-carousel-wrapper .about-us-carousel-heading h2 {
  color: #095188;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .about-us-carousel-wrapper .about-us-carousel-heading h2 {
    font-size: 32px;
  }
}

.about-us-carousel-wrapper .fc-wrapper-about-us .carousel-indicators {
  display: flex;
}

.about-us-carousel-wrapper .fc-wrapper-about-us .carousel-inner {
  text-align: center;
  padding: 0px 15px;
}

.about-us-carousel-wrapper .fc-wrapper-about-us .carousel-inner h4 {
  text-align: center;
  color: #095188;
  font-weight: bold;
}

.about-us-carousel-wrapper .fc-wrapper-about-us .carousel-inner hr {
  max-width: 10rem;
  height: 1px;
  background-color: #095188;
}

.about-us-carousel-wrapper .carousel-control-prev {
  left: -50px;
}

.about-us-carousel-wrapper .carousel-control-next {
  right: -50px;
}

.about-us-carousel-wrapper .carousel-control-prev .sr-only,
.about-us-carousel-wrapper .carousel-control-next .sr-only {
  display: none;
}

.about-us-carousel-wrapper .carousel-control-prev,
.about-us-carousel-wrapper .carousel-control-next {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

.about-us-carousel-wrapper .carousel-control-prev-icon,
.about-us-carousel-wrapper .carousel-control-next-icon {
  filter: invert(0%) grayscale(100%);
  /* Optional: make arrows black */
  width: 30px;
  height: 30px;
}

.about-us-carousel-wrapper .carousel-control-prev::after,
.about-us-carousel-wrapper .carousel-control-next::after {
  content: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
}

/* faq-section styles */

.faq-section-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/04/bottom-blue-wave-new.png");
  left: 0px;
  top: -2px;
  z-index: 99;
}

.faq-section-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

.faq-section-wrapper .about-us-carousel-heading h2 {
  color: #095188;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .faq-section-wrapper .about-us-carousel-heading h2 {
    font-size: 32px;
  }
}

.faq-section-wrapper .panel-body2 ul li {
  float: none;
}