/* Force the text color to be white for phone numbers */
nav a[href^="tel:"] {
  color: white !important; /* Override the default phone number link color */
  -webkit-text-fill-color: white !important; /* Ensure Safari doesn't change the text color */
  text-decoration: none; /* Optional: remove any underline */
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  .barlow-condensed-thin {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .barlow-condensed-extralight {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .barlow-condensed-light {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .barlow-condensed-regular {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .barlow-condensed-medium {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .barlow-condensed-semibold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .barlow-condensed-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .barlow-condensed-extrabold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .barlow-condensed-black {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .barlow-condensed-thin-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .barlow-condensed-extralight-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .barlow-condensed-light-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .barlow-condensed-regular-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .barlow-condensed-medium-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .barlow-condensed-semibold-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .barlow-condensed-bold-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .barlow-condensed-extrabold-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .barlow-condensed-black-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  body {
    overflow-x: hidden;
  }

  .navbar-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 15px;
    min-width: 240px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 3px;
  }
  
  .navbar-dropdown:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .dropdown-item-custom {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: background 0.2s ease;
    border-radius: 15px;
    margin-bottom: 5px;
  }
  
  .dropdown-item-custom:hover {
    background: #f3f3f3;
  }

  nav {
    background-color: rgba(255, 255, 255, 0.9)!important;
    z-index: 2;
    position: relative;
    backdrop-filter: blur(8px);
  }
  nav.navbar {
    justify-content: center;

  }

  
  nav .navbar-section {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  nav .navbar-center {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
  }

  nav .navbar-brand img {
    width: 315px;
  }

  nav a {
    text-decoration: none;
    color: black;
    min-width: 90px;
    font-size: 20px;
  }
  nav a.book-button { 
    background-color: #EC645D;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 6px;
    font-weight: 600;
    border-radius: 40px;
  }

  nav a.book-button img {
    width: 34px;
    background-color: white;
    padding-left: 13px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-top: 7px;
    border-radius: 20px;
    margin-top: -3px;
}

nav.top-nav{ 
  background-color: #000F89!important;
  color: white;
}
nav.top-nav h1 {
  font-size: 16px;
  margin-bottom: 0px;
  color: white!important;
}
nav.top-nav h1 span {
  margin-right: 8px;
}

nav.top-nav .socials {
  display: inline-flex;
}
nav.top-nav  .socials a img {
  width: 30px;
  margin-right: 20px;
}

#floatingBtn img {
  width: 37px;
  background-color: white;
  padding-left: 13px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-radius: 20px;
  margin-top: -3px;
  margin-left: 8px;
}


#floatingBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #EC645D;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 15px;
  font-weight: 800;
  border-radius: 50px;
  font-size: 26px;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  opacity: 1;
  transform: translateY(100px); /* start off-screen */
  visibility: hidden;
}

/* Show when active */
#floatingBtn.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 10;
}


#headerVideoHolder {
  position: absolute;
  height: 900px;
  overflow: hidden;
  width: 100vw;
}

#headerVideo {
  margin-top: -180px;
  margin-left: 50vw;
  transform: translate(-50%);
  object-fit: cover;
  width: 100vw;
  autoplay: true; /* Ensure the video plays automatically */
  muted: true; /* Mute the video */
  loop: true; /* Make the video loop */
  playsinline: true; /* Play the video inline on mobile */
}
#home-accredit {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.23)!important;
  z-index: 2;
  /* position: relative; */
  backdrop-filter: blur(10px);
  margin: auto;
  border-radius: 70px;
  position: absolute;
  /* left: 50%; */
  /* margin-right: -50%; */
  /* transform: translate(-50%, -50%); */
  margin-top: 6vh;
  margin-right: 50px;
  right: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

#home-accredit.offscreen {
  transform: translateX(150%);
  opacity: 0;
}

#home-accredit .accredit-logos {
    justify-content: space-between;
    display: grid;
    position: relative;
}
#home-accredit .accredit-logos img {
    width: 100px;
    margin: auto;
    transition: transform .3s ease-in-out;
}
#home-accredit .accredit-logos img:hover { 
    transform: scale(1.3);
}

#home-header {
  padding-top: 240px;
  padding-bottom: 430px;
  position: absolute;
  width: 100%;
  background: linear-gradient(rgba(0, 16, 137, 0.19), rgba(0, 16, 137, 0.19) 29.83%, rgb(255, 255, 255) 89.08%);
  background-position: center;
  background-size: cover;
}
#home-header .accredit-logos {
    justify-content: space-between;
    display: flex;
    position: relative;
    margin-bottom: 60px;
}
#home-header .accredit-logos img {
    width: 170px;
    margin: auto;
    transition: transform .3s ease-in-out;
}
#home-header .accredit-logos img:hover { 
    transform: scale(1.1);
}
#home-header h1 {
    color: white;
    font-size: 100px;
    text-transform: uppercase;
    text-shadow: -4px 4px 0px rgba(0, 15, 136, 0.25);
    line-height: 100px;
}
#home-header h2 {
    color: white;
    text-shadow: -2px 1px 0px rgba(0,15,137,0.25);
    font-size: 20px;
    margin-bottom: 50px;
}

#home-header a {
    background-color: #EC645D;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 23px;
    padding-right: 5px;
    font-weight: 800;
    border-radius: 20px;
    font-size: 19px;

}

#home-header a img {
    width: 34px;
    background-color: white;
    padding-left: 13px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 20px;
    margin-top: -3px;
    margin-left: 5px;
}


#home-activities {
  margin-top: 730px;
  position: relative;
  /* background: linear-gradient(rgba(255, 255, 255, 0) 18.49%, rgba(255, 255, 255, 1) 18.91%, rgb(255, 255, 255) 89.08%); */
}

#home-activities .activities {
    max-width: 1000px;
    margin: auto;
}
#home-activities .activities .activity {
  height: 395px;
  width: 289px;
  border-radius: 25px;
  margin: auto;
  outline-color: white;
  outline-style: solid;
  outline-width: 10px;
  margin-bottom: 40px;
  position: relative;
  transition: transform 0.3s ease; /* Optional: smooth transition for the whole activity div */
}

#home-activities .activities .activity .text {
  position: absolute;
  padding-left: 22px;
  bottom: 15px;
  top: unset;
  transition: transform 0.3s ease; /* Smooth transition for text scaling */
  transform-origin: bottom left; /* Scaling from the bottom-left corner */
}

#home-activities .activities .activity:hover {
  transform: scale(0.98);
}

#home-activities .activities .activity:hover .text {
  transform: scale(1.1);
}
#home-activities .activities .activity .text h1 {
    color: white;
    text-transform: uppercase;
    font-size: 45px;
    width: 98%;
    line-height: 42px;
}

#home-activities .more-information {
    margin-top:100px;
}

#home-activities .more-information h1 {
    font-size: 50px;
    text-transform: uppercase;
}

#home-activities .more-information p {
    font-size: 16px;
}

#home-activities .more-information .button-box {
    display: flex;
    align-items: center;
}
#home-activities .more-information .button-box .visit-experiences-btn {
    background-color: #222E80;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
    border-radius: 20px;
}

#home-activities .custom-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#home-activities .visit-experiences-btn {
  display: inline-block;
  background-color: #eee;
  padding: 12px 20px;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  transition: background 0.3s;
  text-decoration: none;
}

#home-activities .visit-experiences-btn:hover {
  background-color: #ddd;
}

#home-activities .custom-dropdown .dropdown-menu-custom {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: color(srgb 0.9353 0.9359 0.94);
  border-radius: 15px;
  min-width: 240px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 8px;
}

#home-activities .custom-dropdown:hover .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

#home-activities .dropdown-item-custom {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: background 0.2s ease;
  border-radius: 15px;
  margin-bottom: 5px;
}

#home-activities .dropdown-item-custom:hover {
  background: #f3f3f3;
}

#home-video {
    background-image: url('../img/home-video-background.png');
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 150px;
    margin-top: 150px;
}

#home-video img {
    border-radius: 20px;
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.5));
}
#home-video h1 {
    color: white;
    text-transform: uppercase;
    font-size: 50px;
}

#home-video p {
    color: white;
    font-size: 16px;
}

#home-video a {
    background-color: #222E80;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
    border-radius: 20px;
    margin-top:20px;
    text-decoration: none;
}

#home-video .about-us-box {
    display: flex;
    align-items: center;
    padding-left: 40PX;
}

#home-image-flow {
  padding-top: 140px;
  padding-bottom: 60px;
}
#home-image-flow img {
  width: 100%;
}
#home-reviews {
    margin-top: 0px;
}

#home-reviews .main {
    background-color: #68D9AA;
    padding-bottom: 100px;
}

#home-reviews .border-design {
    width: 100%;
}

#home-reviews h1 {
    color: #2F6952;
    text-transform: uppercase;
    font-size: 70px;
}


#home-reviews h6 {
    color: #2F6952;
    font-size: 18px;
}


#home-reviews .reviews .background {
    height: 300px;
    background-color: #F0F3F2;
  }
#home-reviews .reviews .bottom-vector {
    position: absolute;
    bottom: 0;
  }
#home-reviews .reviews .bottom-vector img {
    margin-right: 100px;
    margin-top: -90px;
  }
#home-reviews .reviews {
    margin-top:-70px;
    position: relative;
  }
#home-reviews .reviews .main-title {
    font-weight: 600;
    padding-top: 50px;
    margin-bottom: -20px;
  }


#home-reviews .reviews .card .author {
    display: flex;
  }

  

#home-reviews .reviews .card .card-text {
    margin-top: -10px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: black!important;
  }
  
  #home-reviews .reviews a { 
    text-decoration: none;
    color: unset;
  }
#home-reviews .reviews .card .author img {
    margin-right: 15px;
    width: 50px;
    float: left;
    margin-left: 10px;
    border-radius: 50px;
  }
#home-reviews .reviews .card .author h2 {
    font-size: 16px;
    padding-top: 6px;

  }
#home-reviews .reviews .card .author h3 {
    font-size: 16px;
    padding-top: 6px;

  }

  #home-reviews .reviews .card .author h4 {
    margin-left: 7px;
    padding-top: 2px;
    margin-right: 6px;

  }

#home-reviews .reviews .card .stars { 
    margin-left: 75px;
    margin-top: -58px;
}
#home-reviews .carouselContainer {
  margin-right: -10%;
}

#home-reviews .carouselOfImages{
  position: relative;
  margin: auto;
  overflow: visible;
  width: 100%;
}
#home-reviews .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
}
#home-reviews .flickity-prev-next-button {
    top: 96%;
}
.flickity-prev-next-button.next {
    right: unset;
    left: 80px;
}
#home-reviews .gradient-left{
  display: block;
  position: relative;
  background-image: linear-gradient(to right, white, transparent);
  margin-top: -690px;
  height: 480px;
  width: 8%;
  content: '';
}
#home-reviews .gradient-right{
    display: block;
    position: relative;
    float: right;
    right: 0;
    background-image: linear-gradient(to left, color(srgb 0.411 0.8493 0.6663), transparent);
    margin-top: -330px;
    height: 310px;
    width: 8%;
    content: '';
}

#home-reviews .carouselImage {
    position: relative;
    width: 500px;
    padding: 24px;
    margin-right: 33px;
    margin-top: 70px;
    margin-bottom: 50px;
    counter-increment: carousel-cell;
    transition: transform 0.5s;
  }

#home-allies {
    background-color: #000F89;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: -100px;
}
#home-allies h1 {
    color: white;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    margin-bottom: 50px;
}

#home-allies .allies-images {
    justify-content: space-between;
    display: flex;
    position: relative;
    margin-bottom: 60px;
}
#home-allies .allies-images img {
    width: 140px;
    margin: auto;
    transition: transform .3s ease-in-out;
}
#home-allies .allies-images img:hover { 
    transform: scale(1.1);
}

#home-instagram {
    padding-top: 80px;
    padding-bottom: 80px;
}
#home-instagram h1 {
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    margin-bottom: 5px;
}

#home-instagram h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}


#subpage-plain-header {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000F89;
}
#subpage-plain-header h1 {
  color: white;
  font-size: 100px;
  text-transform: uppercase;
  text-shadow: -4px 4px 0px rgba(0, 15, 136, 0.25);
  line-height: 100px;
}

#about-us-intro {
  margin-top: 100px;
}
#about-us-intro .image {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
#about-us-intro .image img {
  width: 100%;
}

#about-us-intro .text-box {
  display: flex;
  align-items: center;
}


#about-us-intro h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
}


#about-us-intro h6 {
  color: #000000;
  font-size: 18px;
}

#about-us-core-values {
  margin-top: 150px;
}
#about-us-core-values .fullwidth {
  width: 100%;
}
#about-us-core-values h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 60px;
}

#about-us-core-values img {
  width: 130px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  margin: auto;
  border-radius: 32px;
  margin-bottom: 15px;
  
}

#about-us-core-values h2 {
  text-align: center;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#about-us-core-values p {
  text-align: center;
  font-size: 16px;
}
#about-us-core-values .carousel-control-prev {
  filter: invert();
  width: unset;
}
#about-us-core-values .carousel-control-next { 
  filter: invert();
  width: unset;
}

#about-us-community-impacts {
  margin-top: 150px;
}
#about-us-community-impacts h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 60px;
}

#about-us-community-impacts .fullwidth {
  width: 100%;
}

#about-us-team {
  margin-top: 150px;
  margin-bottom: 100px;
}
#about-us-team .row {
  margin-bottom: 20px;
}
#about-us-team h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 60px;
  text-align: center;
}

#about-us-team img {
  border-radius: 80px;
  width: 130px;
  display: block;
  margin: auto;
}
#about-us-team h2 {
  text-align: center;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}
#about-us-team p {
  text-align: center;
  font-size: 16px;
}

#contact {
  margin-top: 100px;
}
#contact h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
}
#contact h3 {
  text-align: center;
  color: black;
  font-size: 16px;
  margin-bottom: 60px;
}

#contact .write-message {
  margin-bottom: 40px;
}
#contact .write-message h2 {
  
  color: rgb(0, 0, 0);
  font-size: 35px;
  padding-bottom: 20px;
}
#contact .write-message .form .form-control {
  border-radius: 0px;
  background-color: #DDDDDD;
  color: rgb(0, 0, 0);
  border: none;
  
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 5px;
  border-radius: 12px;
}
#contact .write-message .form .form-control::placeholder {
  color: rgb(0, 0, 0);
  
  font-weight: 500;
}
#contact .write-message .form button {
  width: max-content;
  border-radius: 0px;
  border: none;
  background-color: #000F89;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  border-radius: 10px;

}

#contact .write-message .form button:hover {
  background-color: rgba(69, 69, 69, 0.5);

  color: white;
}

#contact .write-message .form .btn.success-button {
  background-color: green;
  cursor: not-allowed;
}

#contact .other-box {
  display: flex;
  align-items: center;
  margin-top: -40px;
}

#contact .other-box .box h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 56px;
  text-align: center;
  margin-bottom: 20px;
}

#contact .other-box .box p {
  color: black;
  font-size: 18px;
  padding-bottom: 1px;
}

#contact .other-box .whatsapp-logo {
  width: 200px;
  display: block;
  margin: auto;
  padding-top: 40px;
}
#contact .other-box .box {
  background-color: #EEEEEE;
  padding-left: 70px;
padding-right: 70px;
padding-bottom: 40px;
padding-top: 40px;
border-radius: 20px;
}

#contact-maps {
  margin-top: 100px;
  padding-bottom: 100px;
}
#contact-maps h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  margin-bottom: 15px;
}
#contact-maps .map-col { position: relative; }
#contact-maps .map-col div { position: absolute;
  bottom: 0;
  left: 0; }



#subpage-activity-header {
  padding-top: 120px;
  padding-bottom: 130px;

}
#subpage-activity-header h1 {
  color: white;
  font-size: 100px;
  text-transform: uppercase;

  line-height: 100px;
}

#subpage-activity-header span {
  color: white;
  background-color: #000F89;
  border-radius: 10px;
  margin-right: 10px;
  padding-top: 5px;
padding-bottom: 5px;
padding-left: 12px;
padding-right: 12px;
font-size: 20px;
}

#activity-intro {
  margin-top: 100px;
}
#activity-intro .image {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
#activity-intro .image img {
  width: 100%;
}

#activity-intro .text-box {
  display: flex;
  align-items: center;
}


#activity-intro h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
}


#activity-intro h6 {
  color: #000000;
  font-size: 18px;
}
#trip-highlights  {
  margin-top: 180px;
}
#trip-highlights .main {
  background-color: #68D9AA;
  padding-top: 30px;
padding-bottom: 30px;
}

.carousel-inner {
  transition: height 0.5s ease;
}

#trip-highlights .border-design {
  width: 100%;
  margin-top: 0px;
}

#trip-highlights h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 30px;
}

#trip-highlights .highlight-image {
  width: 580px;
  display: block;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 30px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
}

#trip-highlights h2 {
  text-align: center;
  font-size: 50px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#trip-highlights h2 > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #275A45;
  color: white;
  border-radius: 50%;
  
  margin-right: 10px;
  padding-bottom: 7px;
}
#trip-highlights p {
  text-align: center;
  font-size: 16px;
}
#trip-highlights .carousel-control-prev {
  filter: invert();
  width: 3%;
  right: 0;
  top: unset;
  height: max-content;
  float: right;
  left: unset;
  margin-right: 40px;
  margin-bottom: -40px;
}
#trip-highlights .carousel-control-next { 
  filter: invert();
  width: 3%;
  height: max-content;
  top: unset;
  margin-bottom: -40px;
}

#trip-highlights .carousel-item {
  padding-left: 10%;
  padding-right: 10%;
  width: 120%;
  margin-left: -10%;
}

#itineary-pricing {
  margin-top: 40px;
}
#itineary-pricing h1 {
  font-size: 60px;
  margin-top: 35px;
  text-transform: uppercase;
}

#itineary-pricing p {
  font-size: 18px;
}
#itineary-pricing .itineary {
  font-size: 22px;
  line-height: 38px;
}


#itineary-pricing .other-box .box h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}

#itineary-pricing .other-box .box p {
  color: black;
  font-size: 18px;
  padding-bottom: 20px;
}

#itineary-pricing .other-box .whatsapp-logo {
  width: 200px;
  display: block;
  margin: auto;
  padding-top: 40px;
}
#itineary-pricing .other-box .box {
  background-color: #EEEEEE;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-radius: 20px;
  width: 100%;
}

#good-to-know {margin-top: 120px;margin-bottom: 100px;}
#good-to-know h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 50px;
}
#good-to-know span {
  font-size: 50px; 
  margin: auto; 
  text-align: center; 
  display: block;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 10px;
}
#good-to-know span img {
  width: 53px;
  margin-top: -9px;
  margin-right: 13px;
}
#blog-posts {
  margin-top: 50px;
  margin-bottom: 50px;
}
#blog-posts .col-md-4 {
  border-radius: 10px;
  transition: transform .2s ease-in-out;
}
#blog-posts .col-md-4:hover { transform: scale(1.05);}
#blog-posts .post-meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
}
#blog-posts .blog-post .body {
  padding-top: 15px;

  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  background-color: #E1E1E1!important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: black;
}
#blog-posts .blog-post h2 {
  text-decoration: none;
  font-size: 32px;
  color: black;
  text-transform: uppercase;
}
#blog-posts .blog-post .thumbnail {
  height: 250px;
  overflow: hidden;
  align-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#blog-posts .blog-post .thumbnail img {
  width: 100%;
}
#blog-post {
  padding-top: 50px;
  padding-bottom: 40px;
}

footer {
  background-color: #000F89;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .logo {
  width: 85%;  
}
footer .sitemap {
  display: grid;
}
footer h1 {
  color: white;
  text-transform: uppercase; 
  font-size: 40px;
  margin-bottom: 10px;
}
footer .sitemap a { 
  margin-bottom: 10px;
  font-size: 18px;
color: white;
text-decoration: none;
}

footer .socials {
  margin-top: 20px;
}
footer .socials a img {
  width: 30px;
  margin-right: 20px;
}

footer .payments img {
  width: 300px;
}
.footer-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}

.dropdown-menu-footer {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  border-radius: 15px;
  min-width: 240px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 8px;
}

.footer-dropdown:hover .dropdown-menu-footer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer-dropdown .dropdown-item-custom {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: background 0.2s ease;
  border-radius: 15px;
  margin-bottom: 5px;
}

.footer-dropdown .dropdown-item-custom:hover {
  background: #f3f3f3;
}



#home-activities .activities {
  display: flex;
  flex-wrap: wrap; /* Allow the items to wrap in a grid */
  justify-content: space-between;
  
}

.activity {
  margin-bottom: 20px; /* Add spacing between items */
}

/* For desktop: 3 items in a row */
@media (min-width: 992px) {
  .activities .col-lg-4 {
      flex: 1 1 30%; /* Each item takes up 30% of the row */
      max-width: 33%; /* Ensure 3 items per row */
  }
}



@media (min-width: 1007px) {  
  .desktop-only {
    display: unset;
    visibility: visible;
  }
  .mobile-only {
    display: none;
    visibility: hidden;
    height: 0px;
  }
  #home-activities .activities .activity {
    margin-right: 20px;
margin-left: 20px;
  }
}

@media (max-width: 1006px) { 
  .desktop-only {
    display: none;
    visibility: hidden;
    height: 0px;
  }
  .mobile-only { 
    display: unset;
    visibility: visible;
  }
  nav.top-nav h1 {
    text-align: center;
    padding-bottom: 10px;
  }
  nav.top-nav .col-md-6 {
    text-align: center!important;
  }
  nav .navbar-brand img {
    width: 200px;
  }
  #headerVideo {
    height: 820px;
    margin-top: 0px;
  }
  #home-accredit {
    display: none;
  }

  nav .navbar-center {
    padding: 0px !important;
  }
  nav .navbar-brand img {
    width: 200px;
  }
  #home-header {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 440px;
  }
  #home-header h1 {
    font-size: 70px;
    line-height: 65px;
    width:100%!important
  }
  #home-activities .activities {
    margin-left: -12px;
  }
  nav.top-nav h1 {
    margin-right: -50px;
  }
  nav.top-nav .socials {
    margin-right: -60px;
  }
  #navbarNav .mobile .nav-link {
    text-align: center;
    font-size: 30px;
    padding: 15px;
  }
 
  #navbarNav .dropdown-menu {
    text-align: center;
width: 100%;
font-size: 25px;
white-space: wrap;
  }
  #navbarNav .dropdown-menu li {
    margin-bottom: 10px;
  }
  #navbarNav .dropdown-menu li a {
    white-space: wrap;
  }
  .activities.mobile-only .custom-row {
    display: inline-flex;
overflow-x: scroll;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
margin-right: -10px;

  }
  .activities.mobile-only .custom-row .col-6 {
    margin-right: 40px;
    width: unset;
  }
  #home-activities .activities .activity { 
    height: 345px;
    width: 239px;
  }
  #home-activities .activities .activity .text h1 {
    line-height: 41px;
    font-size: 45px;
  }
  #home-activities {
    margin-top: 600px;margin-top: 600px;margin-top: 600px;
  }
  body {
    overflow-x: hidden;
  }
  #home-video {
    padding-top: 110px;
    padding-bottom: 200px;
  }
  #home-video img {
      width: 100%;
      margin-bottom: 30px;
  }
  #home-activities .more-information {
    margin-top: 60px;
  }
  #home-activities .more-information h1 {
    text-align: center;
  }
  #home-activities .more-information p {
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
  }
  #home-activities .more-information .button-box .visit-experiences-btn {
    width: max-content;
  margin: auto;
  font-size: 22px;
  }
  #home-reviews {
    margin-top: -120px;
    overflow: hidden;
  }
  #home-reviews h1 {
    text-align: center;
  }
  #home-reviews h6 {
    text-align: center;
  }
  #home-reviews > div > div > div > div.col-md-7 > div > div > div.carouselOfImages.flickity-enabled.is-draggable > div > div > div.carouselImage.is-selected > a > div {
    width: 370px;
  }
  #home-reviews .reviews {
    padding-bottom: 50px;
  }
  #home-reviews .flickity-prev-next-button {
    top: 108%;
  }
  #home-reviews .border-design {
    width: 350%;
  }
  #home-reviews .gradient-right {
    display: none;
  }
  #home-reviews .carouselContainer {
    margin-right: 0px;
  }
  #home-allies .allies-images {
    text-align: center;
    display: block;
  }
  footer {
    padding-top: 70px;
padding-bottom: 120px;
margin-right: -15px;
  }
  footer .logo {
    width: 65%;
margin: auto;
display: block;
  }
  footer .sitemap {
    text-align: center;
    margin-top: 25px;
  }
  footer .payments {
    text-align: center;
    margin-top: 25px;
  }
  footer .socials {
    margin-top: 25px;
    text-align: center;
  }
  #trip-highlights .border-design {
    width: 350%;
  }
  #trip-highlights .carousel-control-next {
    width: 33%;
  }
  #activity-intro h1 {
    text-align: center;
    margin-top: 30px;
  }
  #activity-intro h1 {
    text-align: center;
  }
  #trip-highlights .carousel-control-prev {
    right: unset;
    width: 33%;
  }
  #subpage-plain-header h1 {
    text-align: center;
    width: 100%!important;
  }
  #subpage-activity-header h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  #about-us-intro h1 {
    text-align: center;
  }
  #about-us-intro p {
    text-align: center;
  }
  #subpage-activity-header span {
    font-size: 23px;
margin: auto;
margin-bottom: 15px;
text-align: center;
display: block;
width: max-content;
  }
  #trip-highlights {
    overflow-x: hidden;
    margin-right: -5px;
  }
  #trip-highlights h1 {
    text-align: center;
  }
  #trip-highlights p {
    text-align: center;
font-size: 25px;

margin-top: 30px;
  }
  
  #itineary-pricing .itineary {
    margin-bottom: 100px;
  }
  #contact .other-box .box {
    margin-top: 100px;
    margin-bottom: 50px;
  }
 }
