body {
      margin: 0;
      font-family: Montserrat, sans-serif;
      color: white;
      overflow-x: hidden;
    }

    body.menu-open {
      overflow: hidden;
    }
body.menu-open .main-header.fixed .menu-toggle {
    position: absolute;
    top: 3vw;
    left: 360px;
    z-index: 1003;
}
body.menu-open .main-header.fixed .flex-container {
display: flex;  
}
.menu.open .menu-scroll,
.menu.open .teal-bg-overlay {
  transition: opacity 0.3s ease 0.3s; /* delay by same duration as slide */
}
    .main-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      transition: all 0.3s ease;
      padding: 0vh 5vw;
    }

    .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px;
      background-color: transparent;
      transition: background-color 0.3s ease;
      z-index: 1002;
      position: relative;
    }

    body.menu-open .nav {
      z-index: 0;
    }

    .logo {
      height: 95px;
      width: auto;
      z-index: 1002;
      position: relative;
    }

    .menu-toggle {
      width: 35px;
      height: 50px;
      cursor: pointer;
      position: relative;
      z-index: 1002;
    }

    .bar {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: white;
      transition: all 0.3s ease;
    }

    .top-bar { top: 8px;height: 3px !important; }
    .middle-bar { top: 16px;height: 2.5px !important; }
    .bottom-bar { top: 24px;height: 3px !important; }
.menu-toggle.open .top-bar {
  transform: rotate(45deg);
  top: 16px;
   height: 3px;
}

.menu-toggle.open .middle-bar {
  opacity: 0;
}

.menu-toggle.open .bottom-bar {
  transform: rotate(-45deg);
  top: 16px;
  height: 3px;
}
    .menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 900 !important;
    background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
    width: 100%;
    padding: 20vh 2vw 0 2vw;
    }

    .menu.open {
      transform: translateX(0);
    }

    .menu-scroll {
      flex-grow: 1;
      overflow-y: auto;
      z-index: 1;
      overflow-x: hidden;
      padding-bottom: 50px;
    }

    .menu-item {
      font-size: 1.2rem;
      position: relative;
    }

    .menu-item > a,
    .menu-item-toggle,
    .submenu a {
      text-decoration: none;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 1rem 0;
      border-bottom: 1px solid white;
      cursor: pointer;
      font-size: 18px;
      font-weight: 500;
    }

    .submenu {
      overflow: hidden;
      height: 0;
      display: flex;
      flex-direction: column;
      transition: height 0.3s ease;
    }

    .menu-item.open .submenu {
      height: auto;
    }

    .plus-icon {
      font-size: 1.6rem;
      transition: transform 0.5s ease;
    }

    .menu-item.open .plus-icon {
      transform: rotate(45deg);
    }

    .main-header.fixed {
      position: fixed;
      animation: fadeSlideIn 0.4s ease forwards;
      padding: 0;
      z-index: 1001 !important;
    }

    @keyframes fadeSlideIn {
      0% {
        opacity: 0;
        transform: translateY(-10px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ----- LOGO SWAP ----- */
    .logo {
      height: 110px;
      width: auto;
      transition: opacity 0.3s ease;
      z-index: 1000;
    }
    .logo.fixed-logo {
      display: none;
    }
    .main-header.fixed .logo.default-logo {
      display: none;
    }
    .main-header.fixed .logo.fixed-logo {
      display: inline;
      height: 100px;
      padding-top: 10px;
    }
    .main-header.fixed .nav {
    background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
    height: 80px;
    align-content: center;
    padding: 10px 5vw;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-size: 200% 200%;
    }
.fixed-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(
    circle at 40% top,
    #00FDEF 0%,
    #00F4E7 7.3%,
    #00DBD4 19.5%,
    #00CAC4 27.4%,
    #00BEBB 32.3%,
    #00BAB7 33.8%,
    #00AEB0 38.1%,
    #00989B 46.9%,
    #00969A 47.8%,
    #007881 60.0%,
    #005C6A 74.6%,
    #004A55 87.5%,
    #003F49 95.1%,
    #003B44 98.4%,
    #003742 100%
  );
}
/* Show only when the header is fixed */
.main-header.fixed .fixed-header-overlay{
  opacity: 0.4;
}
.flex-container {
    position: absolute;
    column-gap: 10px;
    flex-direction: row;
    z-index: 1000;
    right: 75%;
    display: none;
}
  /* ----- MENU TOGGLE BAR COLORS ----- */
    .menu-toggle .bar {
    width: 40px;
    height: 2px;
    background-color: white;
    margin: 10px 0;
    transition: background-color 0.3s ease;
    }
.black {
    color: #242424;
    text-shadow: none;
    font-size: 3em;
    font-weight: 500;
}
.menu-overlay {
background: radial-gradient(circle at 40% top, #00FDEF 0%, 3.658536449074745%, #00F4E7 7.31707289814949%, 13.414633646607399%, #00DBD4 19.512194395065308%, 23.475609719753265%, #00CAC4 27.439025044441223%, 29.878048598766327%, #00BEBB 32.31707215309143%, 33.07926803827286%, #00BAB7 33.841463923454285%, 35.975609719753265%, #00AEB0 38.109755516052246%, 42.53048747777939%, #00989B 46.95121943950653%, 47.408536076545715%, #00969A 47.8658527135849%, 53.96341532468796%, #007881 60.060977935791016%, 67.37805008888245%, #005C6A 74.69512224197388%, 81.09756112098694%, #004A55 87.5%, 91.31097495555878%, #003F49 95.12194991111755%, 96.79878056049347%, #003B44 98.47561120986938%, 99.23780560493469%, #003742 100%);
}
.teal-bg-overlay {
background: radial-gradient(circle at 40% top, #00FDEF 0%, 3.658536449074745%, #00F4E7 7.31707289814949%, 13.414633646607399%, #00DBD4 19.512194395065308%, 23.475609719753265%, #00CAC4 27.439025044441223%, 29.878048598766327%, #00BEBB 32.31707215309143%, 33.07926803827286%, #00BAB7 33.841463923454285%, 35.975609719753265%, #00AEB0 38.109755516052246%, 42.53048747777939%, #00989B 46.95121943950653%, 47.408536076545715%, #00969A 47.8658527135849%, 53.96341532468796%, #007881 60.060977935791016%, 67.37805008888245%, #005C6A 74.69512224197388%, 81.09756112098694%, #004A55 87.5%, 91.31097495555878%, #003F49 95.12194991111755%, 96.79878056049347%, #003B44 98.47561120986938%, 99.23780560493469%, #003742 100%);
    opacity: 40%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
/* Transparent AFTER delay */
body.menu-opened .main-header.fixed .nav {
  background: transparent;
  box-shadow: none;
  padding: 5vw 2vw;
}
body.menu-opened .main-header.fixed .fixed-header-overlay {
  opacity: 0;
}
.menu-item > a, .menu-item-toggle, .submenu a {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0;
    border-bottom: 1px solid white;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 1px 2px 4px #0000005c;
}
.menu-item.open{
    font-weight: 500;
    border-bottom: 0;
}
.plus-icon {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.5s ease;
}
.menu-item.open .plus-icon {
  transform: rotate(45deg);
}
.submenu {
    overflow: hidden;
    height: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    background-color: transparent;
}
.submenu a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    padding: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    line-height: 2.5rem;
}
.nav.footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: white;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 4em;
    font-weight: 600;
    text-shadow: 1px 2px 4px #00000073;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: white;
    z-index: 100;
    text-transform: none;
    line-height: 1.1em;
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 5vw;
  position: relative;
  width: auto;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
}

.hero-content {
  max-width: 60%;
  z-index: 2;
  display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top:100px;
}

.hero-image-container {
    position: absolute;
    max-width: 50%;
    margin-top: 100px;
    right: -100px;
    z-index:100;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}
.white-text {
text-shadow: 1px 2px 4px #0000005c;
color: white;
font-size: 18px;
}
p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #242424;
}
.red {
    text-shadow: none;
    color: #d52122;
    font-weight: 500;
}
.button {
text-decoration: none;
    font-size: 16px;
    display: block;
    margin: 0;
    width: auto;
    height: 50px;
    font-family: Montserrat;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 10px #1700006b;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background-image: linear-gradient(54deg, #ab1817, #da2323 50%, #b70102 104%);
    padding: 0 20px;
    text-shadow: 1px 2px 4px #00000038;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.button-container {
    display: flex;
    column-gap: 20px;
    padding-top: 20px;
}
.flex-row {
    display: flex;
    flex-direction: column;
    column-gap: 30px;
}
.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;
}
.teal-section {
    padding: 7vh 5vw;
    background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    position: relative;
}
.uppercase-heading {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 1px 2px 4px #0000005c;
    font-size: 17px;
    font-weight: 600;
}
.section {
padding: 7vh 5vw;
}
.inner-section-container {
    margin-top: 50px;
}
.centered {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.form-wrapper {
width: 100%;
}
.search-bar-container {
    width: 80%;
}
.search-bar__container .dropdown__value-text, .search-bar__container .search-bar__main-options .checkbox-list__text, .search-bar__container .search-bar__main-options .search-bar__autocomplete .autocomplete__input {
    border-radius: 5px;
    margin-bottom: 18px;
    margin-top: 0;
    height: auto;
    text-transform: capitalize;
    border: 1px solid #fff;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 1vh;
    padding-top: 1vh !important;
    padding-right: 0vw;
    text-shadow: 1px 2px 4px #0000005c;
}
.search-bar__container .search-bar__main-options .search-bar__autocomplete .autocomplete__input input {
  text-shadow: 1px 2px 4px #0000005c;
}
span {
    font-size: 17px !important;
    font-family: 'Montserrat' !important;
    line-height: 29px !important;
    font-weight: 600;
    z-index: 2;
    position: relative;
}
.tags-bg-overlay {
background: radial-gradient(circle at 40% top, #00FDEF 0% 0%, 3.658536449074745%, #00F4E7 7.31707289814949%, 13.414633646607399%, #00DBD4 19.512194395065308%, 23.475609719753265%, #00CAC4 27.439025044441223%, 29.878048598766327%, #00BEBB 32.31707215309143%, 33.07926803827286%, #00BAB7 33.841463923454285%, 35.975609719753265%, #00AEB0 38.109755516052246%, 42.53048747777939%, #00989B 46.95121943950653%, 47.408536076545715%, #00969A 47.8658527135849%, 53.96341532468796%, #007881 60.060977935791016%, 67.37805008888245%, #005C6A 74.69512224197388%, 81.09756112098694%, #004A55 87.5%, 91.31097495555878%, #003F49 95.12194991111755%, 96.79878056049347%, #003B44 98.47561120986938%, 99.23780560493469%, #003742 100%);
    opacity: 40%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
}
.listing__tag_type_price {
background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
background-size: 200% 200%;
   width: auto;
    bottom: 25px;
    left: 130px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    position: relative !important;
    text-align: left;
    padding: 10px 18px;
    z-index: 2;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.menu-open .main-header.fixed .nav {
    padding: 5vw 5vw;
}
  .form-wrapper {
    padding: 0 15px 0 15px;
}
.nav {
    padding: 10px;
  }
  .menu {
    width: -webkit-fill-available;
    padding: 20vh 5vw;
    max-width: 768px;
  }
  .hero-section {
    padding: 0rem 1.5rem 0rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    width: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 2em;
    text-shadow: 1px 2px 4px #00000060;
    text-align: left;
}
.black {
font-size: 2em;

}
.hero-content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}
/* Only for Edge */
body.is-edge .hero-content {
 margin-bottom: -70px; /* ← Example override for Edge */
}
.hero-image-container {
    position: absolute;
    max-width: 100%;
    bottom: 16%;
    left: 45%;
}
/* Only for Edge */
body.is-edge .hero-image-container {
  bottom: 2%; /* ← Example override for Edge */
}
p {
    font-size: 17px;
    line-height: 28px;
}
.white-text {
 text-shadow: 1px 2px 4px #00000070;  
 font-size: 17px;
 line-height: 28px;
}
.button {
  padding: 0 18px;
}
.button-container {
padding-top: 10px;  
display: flex;
row-gap: 25px;
flex-direction: column;
align-items: flex-start;
}
.flex-row {
    display: flex;
    flex-direction: column !important;
    row-gap: 50px;
}
.search-bar-container {
    width: 100%;
}
.main-header.fixed .logo.fixed-logo {
      padding-top: 0px;
      height: 80px;
      margin-left: 0;
}
.menu-toggle {
    width: 35px;
    height: 50px;
}
    .logo {
      height: 95px;
      margin-left: -10px;
}
.fixed-header-overlay {
  background: radial-gradient(circle at 50% -40%, #00FDEF 0%, #00F4E7 7.3%, #00DBD4 19.5%, #00CAC4 27.4%, #00BEBB 32.3%, #00BAB7 33.8%, #00AEB0 38.1%, #00989B 46.9%, #00969A 47.8%, #007881 60.0%, #005C6A 74.6%, #004A55 87.5%, #003F49 95.1%, #003B44 98.4%, #003742 100%);
  background-size: 10% 200%;
}
.section {
overflow-x: hidden;
}
.slick-dotted.slick-slider {
    margin-top: 30px;
}
body.menu-open .main-header.fixed .menu-toggle {
      top: 20px;
      left: 85%;
}
body.menu-open .main-header.fixed .nav {
  height: 100px;
}
body.menu-open .main-header.fixed .menu {
padding:10vh 6vw;
}
.flex-container {
  right: 25%;
}
.menu {
padding:15vh 6vw 0 6vw;
}
}