* {
  font-family: poppins;
  font-display: swap;
}
.reset-text {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: inherit;
  text-align: left; /* or right, center as needed */
}

.reset-text:hover {
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

section {
  padding-top: 120px !important;
}

body {
  color: #003953 !important;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

.retro {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Key line to control font display */
}

h2 {
  font-family: "Bungee", sans-serif;
  font-size: 3em;
}

.poppins {font-family: poppins!important; font-display: swap; /* Key line to control font display */}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

  .visually-hidden-schema {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

#quoteButton:focus,
#quoteButton:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #f9abac !important; /* Keep original color */
  border-color: #003953 !important;
  color: #003953 !important; /* Keep text color */
}

.display-3-5 {
  font-size: 3.5em;
}

.display-4-5 {
  font-size: 4.5em;
}

@media (max-width: 770px) {
  /* Adjust for mobile */
  .display-3-5 {
    font-size: 2em;
  }
}

/* Style 1: Open Sans Bold */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; /* Bold */
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-display: swap; /* Key line to control font display */
}

/* Style 2: Open Sans Regular */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Regular */
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-display: swap; /* Key line to control font display */
}

/* Style 3: Open Sans Light */
.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; /* Light */
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-display: swap; /* Key line to control font display */
}

/* Style 4: Open Sans Semi-Bold */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600; /* Semi-bold */
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-display: swap; /* Key line to control font display */
}

/* Style 5: Open Sans Extra-Bold */
.open-sans-extra-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800; /* Extra-bold */
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-display: swap; /* Key line to control font display */
}

/* Add some padding to sections 
primary: f9abac
secondary: 003953

*/

a {
  color: #003953;
}

.navbar-nav .nav-item a,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #003953;
  text-transform: uppercase;
  font-weight: normal;
}

/* Override for dropdown items */

.navbar-nav .dropdown-menu .dropdown-item {
    text-transform: none;
}
/* For no background color */
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
}



.br-20 {
  border-radius: 20px !important;
}

.bg-navy {
  background: #003953;
}

.border-navy {
  border: 3px solid #003953;
}

.bg-pink {
  background: #f9abac;
}

.text-pink {
  color: #f9abac !important;
}

.text-navy {
  color: #003953 !important;
}

.container h3 {
  margin-bottom: 1em;
  font-weight: bold;
}

#topcontact {
  min-height: 100vh;
}

#topcontact {

  background-size: fit;
  background-position: -300px;
}
#topcontact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0); /* 10% black overlay */
  z-index: 1;
}

#topcontact * {
  z-index: 2; /* Ensures text stays above the overlay */
}
@media (min-width: 768px) {
  /* Adjust breakpoint as needed */
  #topcontact {

  }
  #topcontact::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 100vw;
    height: 100vh;
    margin: 0;
  }

  .modal-content {
    height: 100%;
    border-radius: 0;
  }
}

#topcontact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1085px;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
  z-index: 1;
}

#topcontact .overlaydarker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1085px;
  background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent black */
  z-index: 1;
}

#topcontact .indexhigher {
  position: relative;
  z-index: 2; /* Ensures content appears above the overlay */
}

.check-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0; /* Remove padding from list */
}

.check-list li {
  position: relative;
  padding-left: 2em; /* Add space for check icon */
  margin-bottom: 1em;
}

.check-list li i {
  position: absolute;
  left: 0;
}

.bg-bannerimage::before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -20%;
  width: 60%; /* Set the width of the pseudo-element */
  height: 60%; /* Set the height of the pseudo-element */
  background-image: url("2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg); /* Slant the image by -15 degrees */
}

section {
  padding: 100px 0;
}

/* Custom button styles */
.btn-primary {
  background-color: #f9abac;
  color: #003953;
  border-color: #f9abac;
}

.btn-primary:hover {
  background-color: #f7999a;
  color: #003953;
  border-color: #f7999a;
}

.btn-secondary {
  background-color: #003953;
  color: #ffffff;
  border-color: #003953;
}

.btn-secondary:hover {
  background-color: #002c3f;
  color: #ffffff;
  border-color: #002c3f;
}
.pool-tilt {
  display: inline-block;
  transform: rotate(-3deg); /* Adjust the angle as needed */
}
.display-1-x {
  font-size: 72pt; /* Make it 50% larger than display-1 */
}
.icon-circle {
  background-color: #f7cbcb;
  border-radius: 50%;
  padding: 0px; /* Adjust size as needed */
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px; /* Space between icon and text */
  position: relative;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: #f7cbcb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #003953;
  font-weight: bold;
}

#services .icon {
  font-size: 4rem; /* Adjust size of the icon */
  margin-top: -40px;
  position: absolute;
  margin-left: -100%;
  margin-top: -80%;
}

.hover-border {
  border: 2px solid #ccc !important;
  border-radius: 20px;
  overflow: hidden;
}

.hover-border:hover {
  border: 2px solid #002c3f !important;
}

.full-width-bg {
  background-size: cover;
  background-position: center;
  padding: auto 0; /* Adjust height as needed */
}

.full-width-bg-2 {
  background-size: cover;
  background-position: center;
  padding: 200px 0; /* Adjust height as needed */
}
.text-shadow {
  text-shadow: 3px 3px 4px rgba(0, 25, 94, 0.8);
}

.review-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.review-track {
  display: flex;
  gap: 12px; /* Adds space between reviews */
  transition: transform 0.5s ease-in-out;
  padding: 10px 0;
}
.review {
  flex: 0 0 100%;
  padding: 20px; /* Increased padding */
  background: #f8f9fa;
  text-align: left;
  border-radius: 10px;
  color: #212529; /* Dark text */
  position: relative;
}
.bg-lighter-grey {
  background: #f8f9fa !important;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
  display: none;
  border-radius: 50%;
}
.prev-btn {
  left: 5px;
}
.next-btn {
  right: 5px;
}

.short-text {
  display: inline;
}
.full-text {
  display: none;
}
.read-more {
  color: blue;
  cursor: pointer;
  color: #f9abac;
}
.hide-text {
  color: blue;
  cursor: pointer;
  display: none;
  color: #f9abac;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 40px; /* Set fixed width */
  height: 40px;
  /* Set fixed height for a perfect circle */
  border-radius: 50%; /* Makes the shape circular */
  background-color: blue;
  color: white;
  font-size: 20px; /* Adjust font size to fit inside */
  font-weight: normal;
  display: flex;
  align-items: center; /* Center text vertically */
  justify-content: center; /* Center text horizontally */
  text-align: center;
  padding: 0px 20px 0px; /* Remove any extra space around the text */
}

.review-info .muted {
  color: #888;
  font-size: 14px;
}

.stars svg {
  width: 20px;
  height: 20px;
}

.bg-deep-purple {
  background-color: #5e2a84;
}

.bg-royal-blue {
  background-color: #4169e1;
}

.bg-forest-green {
  background-color: #228b22;
}

.bg-goldenrod {
  background-color: #daa520;
}

.bg-crimson-red {
  background-color: #dc143c;
}

.bg-steel-blue {
  background-color: #4682b4;
}

.bg-olive-green {
  background-color: #556b2f;
}

.bg-burnt-orange {
  background-color: #cc5500;
}

.bg-slate-grey {
  background-color: #708090;
}

.bg-rust {
  background-color: #b7410e;
}

.reviewName {
  display: inline-block;
  max-width: 20ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}



    .overlap-up {
      margin-top: -10rem; /* Adjust for desired depth */
      z-index: 10;
      position: relative;
    }
    .overlap-up-second {
      margin-top: -15rem; /* Adjust for desired depth */
      z-index: 10;
      position: relative;
    }
    .overlap-up-third {
      margin-top: -24rem; /* Adjust for desired depth */
      z-index: 10;
      position: relative;
    }
    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }

    .navy-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 130px;
      background: white;
      transform: skewY(-2deg);
      transform-origin: top left;
      z-index: 1;
    }
    .navy-section {
      position: relative;
      background-color: #003953;
      color: white;
      padding-top: 60px; /* Add some top padding to make space */
      overflow: ;
    }
    
          .faq-item {
        border-bottom: 1px solid #ddd;
        padding: 1rem 0;
      }
    
      .faq-question {
        font-weight: bold;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
    
      .faq-question .arrow {
        font-size: 1.2rem;
        margin-left: 1rem;
      }
    
      .faq-item.open .arrow {
        transform: rotate(90deg);
      }
    
      .faq-answer {
        max-height: 0;
        overflow: hidden;
      }
    
      .faq-item.open .faq-answer {
        max-height: 500px;
        margin-top: 0.5rem;
      }

      .carousel-control-prev-icon,
.carousel-control-next-icon {
  transform: scale(2); /* Increase number to make it bigger */
}

.carousel-control-next {
  right: -3.5em; /* Default for mobile */
}


.carousel-control-prev {
  left: -2.5em; /* Default for mobile */
}

@media (min-width: 768px) {
  .carousel-control-prev {
    left: -5rem; /* For md (≥768px) and up */
  }
}



@media (min-width: 768px) {
  .carousel-control-next {
    right: -6rem; /* For md (≥768px) and up */
  }
}

/* Up to 990px - 2 reviews per row */
@media (min-width: 550px) and (max-width: 990px) {
  .review {
    flex: 0 0 calc(50% - 12px); /* 2 reviews per row with spacing */
  }
  .reviewName {
    max-width: 14ch;
  }
}
/* Up to 1200px - 3 reviews per row */
@media (min-width: 991px) and (max-width: 1200px) {
  .review {
    flex: 0 0 calc(33.33% - 12px); /* 3 reviews per row with spacing */
  }
  .reviewName {
    max-width: 14ch;
  }
}

/* Up to 1400px - 4 reviews per row */
@media (min-width: 1201px) and (max-width: 1400px) {
  .review {
    flex: 0 0 calc(25% - 12px); /* 4 reviews per row with spacing */
  }
  .reviewName {
    max-width: 14ch;
  }
}

/* Above 1400px - 5 reviews per row */
@media (min-width: 1401px) {
  .review {
    flex: 0 0 calc(20% - 12px); /* 5 reviews per row with spacing */
  }
  .reviewName {
    max-width: 14ch;
  }
}





