html, body {
    overflow-x: hidden; 
    width: 100%;    
    margin: 0;
    padding: 0;
}

.nav-bg {
  background-color: rgba(44, 58, 45, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 0.5vh solid rgb(197, 174, 138);
  height: 12vh;
  max-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-bg .container-fluid {
  height: 100%;
  align-items: center;
}

.nav-bg:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 0.5vh solid rgba(197, 174, 138, 0);
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.navbar {
  transition: transform 0.3s ease-in-out;
  z-index: 1030;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #ded7c7;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
}

.nav-link:hover {
  color: #c5ae8a;
  font-weight: bold;
}

.nav-active {
  color: #c5ae8a;
  text-decoration: underline;
}

.navbar-hidden {
  transform: translateY(-100%);
}

.nav-logo-img {
  height: 10vh;
  max-height: 80px;
}

.navbar-toggler-icon {
  background-image: none !important;
  -webkit-mask-image: url("../assets/images/HamburgerIcon.svg");
  mask-image: url("../assets/images/HamburgerIcon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ded7c7;
  width: 36px;
  height: 36px;
  opacity: 1;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
.navbar-toggler:focus .navbar-toggler-icon {
  background-color: #c5ae8a;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
    .custom-mobile-menu {
        display: flex !important; 
        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        
       
        background-color: rgba(44, 58, 45, 0.98); 
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        
        z-index: 1035; 
        
      
        flex-direction: column;
        justify-content: center;
        align-items: center;

        
        transform: translateY(-100%);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); 
    }

    
    .custom-mobile-menu.active {
        transform: translateY(0); 
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important; 
        padding: 0;
        list-style: none;
        
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 30px;            
    }

    .nav-item {
        opacity: 0;
        transform: translateY(20px); 
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .nav-item.show-link {
        opacity: 1;
        transform: translateY(0);
    }
    
    .nav-link {
        font-size: 28px; 
        color: #DED7C7; 
    }
    .navbar-brand, 
    .navbar-toggler {
        z-index: 1050;
        position: relative;
    }

    .nav-active{
      color: #C5AE8A;
      font-weight: 500;
    }

}


/* FOOTER */
  .footer-container {
    background-color: rgb(44, 58, 45);
    color: #ded7c7;
    text-align: center;
    padding: 20px 0;
    border-top: #c5ae8a 0.5vh solid;
  }
  
  .footer-logo img{
    max-width: 100%;
    width: auto; 
    height: auto; 
    max-height: 25vh;
  }
  .footer-text{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    overflow-wrap: break-word; 
    word-break: break-word;
    text-decoration: none;
    color: #ded7c7;
    line-height: 1.5rem;
  }
  .footer-header{
    font-size: 24px;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    text-decoration: underline;
  }
  .footer-line {
    width: 100%;
    background-color: #c5ae8a;
    height: 0.5vh;
  }
  .footer-self-promo {
    text-decoration: none;
    color: #ded7c7;
  }
  .footer-bottom-text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #ded7c7;
  }
  .footer-bottom-text-mobile{
    display: none;
  }
  @media (max-width: 991px) {
    .footer-top-row {
      gap: 5vh;
    }
    .footer-logo img{
      max-width: 60%;
    }
    .footer-bottom-text {
      display: none;
    }
    .footer-bottom-text-mobile{
      display: block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      color: #ded7c7;
      margin-top: 20px;
    }

  }
/* BUTTON STYLING */

/* Medium button styling */
.medButton {
  width: 10rem;
  height: 3.25rem;
  color: #ded7c7;
  background-color: #1e3e48;
  border: none;

  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 18px;
}

.medButton:hover {
  color: #1e3e48;
  border-color: #1e3e48;
  border-style: solid;
  border-width: 4px;
}

/* arrow button for cards */
.arrowBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 8.5rem;
  height: 2.5rem;
  margin: 6px;
  color: #1e3e48;
  background-color: #ded7c7;
  transition: all 0.3s ease-out;

  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.arrow-icon {
  flex-shrink: 0;

  width: 12px;
  height: 12px;
  margin-left: 6px;

  transition:
    transform 0.3s ease-out,
    background-color 0.3s ease-out;

  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/arrow\ icon.svg");
  mask-image: url("../assets/images/arrow\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.arrowBtn:hover {
  color: #ded7c7;
  border-color: #ded7c7;
  border-width: 2px;
}

.arrow:hover .arrow-icon {
  transform: translateX(4px);
}

/* Home Hero button */
.discoverBtn {
  width: 22rem;
  height: 3.8rem;
  margin: 8px;
  color: #1e3e48;
  background-color: #ded7c7;

  font-size: 24px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.arrow-icon-disc {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  margin-top: 4px;
  display: inline-block;
  transition:
    transform 0.3s ease-out,
    background-color 0.3s ease-out;

  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/arrow\ icon.svg");
  mask-image: url("../assets/images/arrow\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.discoverBtn:hover {
  color: #ded7c7;
  background-color: none;
  border-color: #ded7c7;
  border-width: 4px;
}

.arrow:hover .arrow-icon-disc {
  transform: translateX(4px);
}

/* Large Button */
.largeBtn {
  width: 16.25rem;
  height: 3.25rem;
  margin: 8px;
  color: #1e3e48;
  background-color: #ded7c7;

  font-size: 18px;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.largeBtn:hover {
  color: #ded7c7;
  border-color: #ded7c7;
  border-style: solid;
  border-width: 4px;
}

/* HOME PAGE */
.home-hero {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../assets/images/TheIslandsImagery/CanalsAndBoating/CanalFrontViewBetweenFoliage.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero-heading {
  color: #c5ae8a;
  font-family: "Aboreto", cursive;
  font-size: 56px;
  text-align: center;
}
.home-hero-text {
  max-width: 70vw;
  color: #ded7c7;
  font-family: "Roboto Condensed", serif;
  font-size: 36px;
  text-align: center;
}
.home-hero-line {
  width: 80vw;
  height: 4px;
  background-color: #c5ae8a;
  margin: 20px auto;
}
.home-hero-btn {
  margin-top: vh;
}

.home-hero-content {
  margin-top: 30vh;
}

.home-welcome-heading {
  color: #1e3e48;
  font-family: "Aboreto", cursive;
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}

.home-welcome-heading-welcome {
  color: #c5ae8a;
}

.home-welcome-text {
  color: #1e3e48;
  font-family: "Roboto Condensed", serif;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
.home-welcome-line {
  width: 50vw;
  height: 4px;
  background-color: #c5ae8a;
  margin: 20px auto;
  margin-top: 5vh;
}

.home-welcome-background {
  background-color: #ded7c7;
}
.home-welcome-toprow {
  max-width: 80vw;
}

.home-resident-resources-section {
  background-color: #1e3e48;
}

.home-resident-resources-heading {
  color: #c5ae8a;
  font-family: "Aboreto", cursive;
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}

.home-resident-resources-text {
  color: #ded7c7;
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .home-hero-heading {
    font-size: 40px;
  }
  .home-hero-text {
    font-size: 24px;
}
}

/* LIFESTYLE PAGE */

/* hero/"banner" section */
body {
  background-color: #ded7c7;
}

.hero-banner {
  min-height: 34vh;
  padding-bottom: 2.5rem;

  background:
    linear-gradient(to bottom, rgba(104, 104, 102, 0.523) 20%, rgba(104, 104, 102, 0.768) 40%, rgba(104, 104, 102, 0.586) 100%),
    url("../assets/images/header\ placehold.jpg") center/cover no-repeat;
}

.hero-banner-title {
  font-size: 48px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
}

.lifestyle-heading {
  font-size: 32px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
  margin-top: 2rem;
}

.life-accent-line {
  width: 18%;
  height: 2px;
  background-color: #1e3e48;
}

.lifestyle-intro {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8rem;
  letter-spacing: 20%;
  color: #1e3e48;
}



.life-arrowBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 10rem;
  height: 2.5rem;
  margin: 6px;
  color: #1e3e48;
  background-color: #ded7c7;
  transition: all 0.3s ease-out;

  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.arrow-icon {
  flex-shrink: 0;

  width: 12px;
  height: 12px;
  margin-left: 6px;

  transition:
    transform 0.3s ease-out,
    background-color 0.3s ease-out;

  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/arrow\ icon.svg");
  mask-image: url("../assets/images/arrow\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.life-arrowBtn:hover {
  color: #ded7c7;
  border-color: #ded7c7;
  border-width: 2px;
}

.life-arrow:hover .arrow-icon {
  transform: translateX(4px);
}

.lifestyle-card-link:hover {
    color: #DED7C7 !important; 
    cursor: pointer;
}

.lifestyle-card-link:hover .link-icon {
    background-color: #DED7C7 !important; 
}

/* Icon Card */

.custom-card {
  background-color: #1e3e48;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  margin-top: 60px;
  height: calc(100% - 60px); /* Subtract margin-top so it doesn't overflow */
  display: flex;
  flex-direction: column;
}

.card-body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-img-wrapper img {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-floating-icon {
  width: 110px;
  height: 110px;

  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);

  background-color: #e8e3d9;
  border: 4px solid #1e3e48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.card-floating-icon img {
  width: 70px;
  height: auto;
}
.card-floating-icon-lg {
  width: 110px;
  height: 110px;

  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);

  background-color: #e8e3d9;
  border: 4px solid #1e3e48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.card-floating-icon-lg img {
  width: 55px;
  height: auto;
}
.card-heading {
  color: #ded7c7;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

.card-text {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.lifestyle-boating-section {
  padding: 5rem 0;
}

.lifestyle-boating-title {
  font-size: 32px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
}

.life-intro-highlight {
  color: #c5ae8a;
  position: relative;
  display: inline-block;

  &::after {
    content: "";
    position: absolute;
    left: -4%;
    width: 110%;
    height: 14px;
    bottom: -6px;
    background-image: url("../assets/images/drawn\ underline.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

/* Gallery */

.gallery-section {
  background-color: #1e3e48;
}

.gallery-title {
  font-size: 52px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
}
.gallery-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 2.2rem;
  letter-spacing: 20%;
  color: #1e3e48;
  margin-top: 20px;
}
.gallery-text-inverse {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 2.2rem;
  letter-spacing: 20%;
  color: #ded7c7;
  margin-top: 20px;
}

/* --- FILMSTRIP CAROUSEL--- */

.filmstrip-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.filmstrip-section .container-fluid{
  padding: 0;
}
.gallery-section .container-fluid{
  padding: 0;
}

.filmstrip-track {
  display: flex;
  width: 100%;
}

.filmstrip-card {
  /* Desktop: 3 images visible */
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  box-sizing: border-box;
  user-select: none;
}

.filmstrip-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 4px 4px 8px rgba(30, 62, 72, 0.5);
  display: block;
  border: #1e3e48 2px solid;
}
.filmstrip-card-inverse {
  /* Desktop: 3 images visible */
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  box-sizing: border-box;
  user-select: none;
}

.filmstrip-card-inverse img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 4px 4px 8px rgba(30, 62, 72, 0.5);
  display: block;
  border: #ded7c7 2px solid;
}

.filmstrip-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  z-index: 100;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .carousel-arrow {
    min-width: 2.5rem;
  }
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}

.carousel-arrow {
  width: 35%;
  height: auto;
}
/* Mobile for the carousel */
@media (max-width: 768px) {
  .filmstrip-card {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .filmstrip-card-inverse {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .filmstrip-btn {
    width: 15%;
  }
}

/* HOA */
.hoa-tab-heading {
  font-size: 24px;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #1e3e48;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* --- ACCORDION STYLES --- */

.accordion-wrapper {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 10px;
  border: none;
}

.accordion-header {
  width: 100%;
  background-color: #1e3e48;
  color: #ded7c7;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #152d35;
}

.accordion-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
}

.accordion-icon {
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
  color: #ded7c7;
}

.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.accordion-body {
  padding: 20px 0;
  color: #1e3e48;
}

.accordion-body p li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #1e3e48;
}

.custom-tabs {
  border: none;
  gap: 0;
  background-color: transparent;
}

/* --- DEFAULT TAB STYLING --- */
.custom-tabs .nav-link {
  background-color: #ded7c7;
  color: #1e3e48;
  border: 2px solid #1e3e48;
  border-radius: 0px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 20px;
  transition: all 0.2s ease-in-out;
  margin-right: -2px;
}
.custom-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 20px;
}
.custom-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 20px;
}

.custom-tabs .nav-link:hover {
  background-color: #c5ae8a;
  color: #1e3e48;
  border-color: #1e3e48;
  z-index: 2;
}

.custom-tabs .nav-link.active {
  background-color: #1e3e48;
  color: #ded7c7;
  border-color: #1e3e48;

  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -10px;

  position: relative;
  z-index: 5;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

/* PDF Download Link Styling */
.pdf-download-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1e3e48;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  margin-top: 10px;
}

.pdf-download-link:hover {
  border-bottom: 2px solid #1e3e48;
}

.pdf-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  stroke-width: 1.5px;
}

.pdf-text {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* CONTACT PAGE */

.contact-heading {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 2rem;

  font-size: 32px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
}

.contact-hr {
  width: 20%;
  margin: auto 0 auto;
  border: 0;
  border-top: 2px solid #1e3e48;
  opacity: 1;
}

.contact-intro {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8rem;
    letter-spacing: 20%;
    color: #1E3E48;
    margin-top: 6px;
    margin-bottom: 1rem;
}

.contact-phone-btn {
  display: flex;
  text-align: left;
  align-items: center;
  background-color: #1e3e48;
  color: #ded7c7;
  height: 4rem;
  width: 16rem;

  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 6px;
}

.contact-phone-btn:hover {
  background-color: #c5ae8a;
  color: #1e3e48;
}

.phone-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 6px 20px 4px 20px;
  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/phone\ icon.svg");
  mask-image: url("../assets/images/phone\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.email-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 6px 20px 4px 20px;
  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/email\ icon.svg");
  mask-image: url("../assets/images/email\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.location-icon{
  align-items: center;
  margin-top: 10px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/location\ icon.svg");
  mask-image: url("../assets/images/location\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.contact-physical-address p{
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    
    margin-bottom: 0;
    color: #1E3E48;
    
}

.contact-map iframe{
display: flex;
flex-direction: column;
align-content: left;
}

.contact-pdf-icon{
  align-items: center;
  margin-top: 10px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/pdf\ icon.svg");
  mask-image: url("../assets/images/pdf\ icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.contact-estate-map{
  padding-top: 1.25rem;
  align-items: center;
  display: flex;
  justify-content: left;
}

.contact-estate-map a{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1E3E48 !important;
  padding-left: 1rem;
  font-style: italic;
}

.contact-pdf-icon:hover{
color: #C5AE8A;
}

.contact-location{
  padding-top: 2rem;
}

.form-hr{
  width: 26%;            
  margin:  auto 0 auto;     
  border: 0;             
  border-top: 2px solid #1E3E48; 
  opacity: 1;
}

.form-label{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1E3E48 !important;
  margin-bottom: 0;
}

.custom-input{
background-color: #ffffff; 
    border: 2px solid #1E3E48; 
    border-radius: 6px;       
    color: #1E3E48;          
    padding: 10px 15px;
    font-family: "Roboto Condensed", sans-serif;
}

.custom-input:focus {
    border-color: #C5AE8A; 
    box-shadow: 0 0 0 0.25rem rgba(197, 175, 138, 0.601); 
    outline: 0;
}


.custom-input:valid{
  border-color: #1E3E48;
}




/* ABOUT US PAGE */
.about-container .row,
.engineering-container .row,

.legacy-container .row {
    max-width: 100%; 
    margin-left: auto; 
    margin-right: auto;
}

.legacy-text, 
.engineering-text, 
.heritage-text {
   max-width: 100%; 
}

.about-title-container{
display: flex;
justify-content: center;
padding-left: 3rem;
padding-top: 2.25rem;
height: 26vh;
background-color: #1E3E48;
width: 100%;

}

.history-subhead{
  display: flex;
  text-align: left;
  justify-content: left;

  font-size: 38px;
    text-decoration: none;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #C5AE8A;
}

.about-title-hr{
  width: 10rem;
  margin:  auto 0 auto;     
  border: 0;             
  border-top: 2px solid #DED7C7; 
  opacity: 1
}

.legacy-title{
display: flex;
text-align: left;
justify-content: left;

  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #C5AE8A;
  margin-left: 3.25rem;
  line-height: 3rem;

  
}


.legacy-text{
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
  color: #1E3E48;
  margin-left: 7.8rem;
}

.legacy-hr{
  width: 23%;
  margin: 20px 0 auto;     
  border: 0;             
  border-top: 2px solid #1E3E48; 
  opacity: 1;
  margin-left: 7.8rem;
}

.legacy-end-image{
  z-index: 2;
  width: 80%;

  max-width: 500px;
  height: 25rem;

  display: block;        
  margin-left: auto;     
  margin-right: auto;
  object-fit: cover;
  object-position: right center;
}

.inspiration-title{
display: flex;
text-align: right;
justify-content: right;

  font-size: 42px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #DED7C7;
  margin-right: 45px;
  line-height: 3rem;
  margin-top: 2rem;
}

.inspiration-hr{
  width: 340px;           

  margin-top: 20px;       
  margin-bottom: 20px;
  margin-left: auto;      
  margin-right: 45px;     
  
  border: 0;
  border-top: 2px solid #C5AE8A;
  opacity: 1;
}

.legacy-container{
  background-color: #1E3E48;
  z-index: -1;
  height: 145vh;

  padding-bottom: 5rem;
}

.inspiration-text-title{
display: flex;
text-align: left;
justify-content: left;

  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #C5AE8A;
  margin-left: 12rem;
  line-height: 3rem;
  margin-top: 8rem;
}

.vision-text-title{
text-align: left;
  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #C5AE8A;
  
  margin-left: auto;
  margin-right: 125px;
  line-height: 140%;
  width: 65%;
  max-width: 450px;
  margin-top: 18rem;
}
  


.inspiration-text{
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
  color: #DED7C7;
  margin-left: 195px;
  line-height: 140%;
  width: 70%;

  max-width: 70%;
}

.about-inspiration-paragraph img{
 z-index: 2;
  width: 65%;

  max-width: 500px;
  height: 25rem;

  display: block;        
  margin-left: 195px;     
  margin-right: auto;
  border-radius: 6px;
  margin-top: 2rem;
   object-fit: cover;
  object-position: right center;
}

.vision-text{
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
  color: #DED7C7;

  max-width: 500px;
  display: block;        
  margin-right: 80px;     
  margin-left: auto;
  border-radius: 6px;
  width: 70%;
}

.vision-image{
 z-index: 2;
  width: 65%;

  max-width: 500px;
  height: 25rem;

  display: block;        
  margin-right: 125px;     
  margin-left: auto;
  border-radius: 6px;
  margin-top: 2rem;
  object-fit: cover;
  object-position: right center;

}

.vision-hr{
  width: 65%;           
  max-width: 500px;     

  margin-left: auto;    
  margin-right: 125px;  
  
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 4px solid #C5AE8A;
  opacity: 1;
}

.engineering-title{

text-align: right;
margin-left: auto;    
margin-right: 125px; 

  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #C5AE8A;

  line-height: 3rem;
  margin-top: 12.5rem;
  padding-top: 4rem;
}

.engineering-text{
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
  color: #1E3E48;
  margin-left: 30px;
  margin-right: auto;
}

.engineering-hr{
  width: 250px;    
  border: 0;             
  border-top: 2px solid #1E3E48; 
  opacity: 1;
  margin-top: 1rem;
}

.engineering-group {
    margin-left: 30px;     
    margin-right: 50px;     
    
    display: flex;         
    flex-direction: column; 
    align-items: flex-end;  
}

.engineering-img img{
  display: block;       
  margin-left: auto;    
  
  margin-right: 125px;   
  width: 30%;
  max-width: 500px;
  height: auto;
  margin-top: 1rem;
  border-radius: 12px;
  z-index: 2;
  object-fit: cover;
}

.heritage-container{
  background-color: #1E3E48;
  height: 114vh;
  z-index: -1;
}

.heritage-title{
  display: flex;
text-align: left;
justify-content: left;

  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #C5AE8A;
  margin-left: 3.25rem;
  line-height: 3rem;
  margin-top: 6.75rem;
}

.heritage-hr{
  width: 74%;
  margin: 20px 0 auto;     
  border: 0;             
  border-top: 2px solid #C5AE8A; 
  opacity: 1;
  margin-left: 3.25rem;
}

.heritage-text{
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
  color: #DED7C7;
  margin-left: 7.8rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.medButtonAbout {
  width: 10rem;
  height: 3.25rem;
  color: #1E3E48;
  background-color: #DED7C7;
  border: none;

  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1.5rem;
  margin-left: 7.8rem;
}

.medButtonAbout:hover {
  color: #DED7C7;
  border-color: #DED7C7;
  border-style: solid;
  border-width: 4px;
  text-decoration: none;
}

.heritage-text-hr{
  width: 260px;
  margin: 20px 0 auto;     
  border: 0;             
  border-top: 2px solid #C5AE8A; 
  opacity: 1;
  margin-left: 7.8rem;
}

.heritage-img img{
  margin-top: 1rem;
  width: 30%;
  max-width: 500px;
  height: auto;
  margin-right: 6rem;
  border-radius: 12px;
  z-index: 2;
}


@media (min-width: 1600px) {
    .heritage-container {
      
        margin-top: -150px !important; 
    }
    
    .legacy-container {
        margin-top: -150px !important;
    }
}

@media only screen and (max-width: 768px) {

  .min-vh-100 {
        min-height: auto !important; 
        height: auto !important;
    }
    html, body {
        overflow-x: hidden !important;  
        overflow-y: auto !important;    
        height: auto !important;      
        
    }

    .legacy-container, 
    .about-container,
    .engineering-container,
    .heritage-container{
        height: auto !important;        
        min-height: 0 !important;     
        overflow: visible !important;   
    }

.vision-text,
    .inspiration-text,
    .engineering-text,
    .legacy-text,
    .heritage-text {
        width: 90% !important;         
        max-width: 100% !important;  
        
        margin-left: auto !important;  
        margin-right: auto !important;
        
        text-align: center !important; 
        font-size: 18px;
        margin-bottom: 0 !important;
        margin-top: 20px;
    }

.medButtonAbout {
    display: block !important;      
    margin-left: auto !important;   
    margin-right: auto !important;  
    width: fit-content !important;  
    margin-bottom: 20px !important;
  }

    .engineering-text{
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      width: 100% !important;
    }

    .inspiration-title,
    .engineering-title,
    .legacy-title,
    .heritage-title{
        width: 95% !important;  
        
        position: static !important;
        display: block !important;
        height: auto !important;
        
        margin-top: 1rem !important;    
        margin-bottom: 2rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        
        text-align: center !important;
        font-size: 32px !important;    
        line-height: 1.2 !important;
        color: #C5AE8A !important;     
    }
    .inspiration-title{
      color: #DED7C7  !important;
    }


.engineering-title{
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.inspiration-text-title,
.vision-text-title{
        width: 95% !important;  
        
        position: static !important;
        display: block !important;
        height: auto !important;
        
        margin-top: 1rem !important;   
        margin-bottom: 1rem !important; 
        margin-left: auto !important;
        margin-right: auto !important;
        
        text-align: center !important;
        font-size: 24px !important;    
        line-height: 1.2 !important;
        color: #C5AE8A !important;    
    }

    .vision-image,
    .inspiration-image,
    .engineering-img img, 
    .legacy-end-image,
    .heritage-img img {
        width: 90% !important;
        max-width: 100% !important;
        margin: 10px auto !important;   
        display: block !important;
    }
 
    .vision-hr,
    .inspiration-hr,
    .engineering-hr {
        width: 50% !important;          
        margin: 20px auto !important;   
        float: none !important;
    }
    
    .desktop-break {
        display: none !important;
    }
   
    .legacy-container, 
  .heritage-container {
    margin-top: 0 !important; 
    padding-top: 2rem;        
  }
  .hero-banner {
    min-height: 300px !important; 
    height: 300px !important;      
    background-position: center;   
    background-size: cover;       
  }
  
}

@media (max-width: 768px) {
  hr {
    display: none;
  }
  
  .container {
    padding-bottom: 10px;
  }
}


@media (min-width: 768px) {
  br.mobile-break {
    display: none;
  }
}

@media (max-width: 767px) {
  br.desktop-break {
    display: none;
  }
}


/* lifestyle testing */
.custom-blue-card {
    background-color: #1e3e48;
    color: #ded7c7;       
    padding: 3rem;
    min-height: 48vh;
    height: auto;
    position: relative;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.lifestyle-card-image img {
    width: 85%;
    height: 290px;
    border-radius: 20px;
    object-fit: cover;
}
.blue-card-row-left-align .col-lg-8{
  padding-left:0;
  text-align: left;
}
.blue-card-left{
  border-radius: 0 20px 20px 0;
}
.blue-card-row-right-align .col-lg-8{
  padding-right:0;
  text-align: right;
}

.blue-card-right{
  border-radius: 20px 0 0 20px;
}

@media (min-width: 992px) {
    
   
    .card-overlap-right {
        margin-right: -25vw;
    }

    
    .card-overlap-left {
        margin-left:  -25vw;
    }
}


@media (max-width: 991px) {
    
    .card-overlap-right,
    .card-overlap-left {
        margin: 0;
        margin-bottom: 20px; 
        padding: 2rem;      
    }
   
    .lifestyle-card-image img {
        width: 100%;
    }
  }
@media (max-width: 991px) {
    
    .custom-blue-card.card-overlap-right,
    .custom-blue-card.card-overlap-left {
        margin: 0;

        padding: 3rem 2rem 6rem 2rem; 
    }
  
    .lifestyle-card-image {
        margin-top: -80px; 
        
        justify-content: center !important; 
        display: flex;
      
        position: relative;
        z-index: 2; 
    }
    
    
    .lifestyle-card-image img {
        width: 90%;  
        max-width: 500px;
        margin: 0 !important; 
    }
    .blue-card-right .lifestyle-card-title,
    .blue-card-right .lifestyle-card-text {
        width: 100%;       
        text-align: left;  
    }
    .blue-card-row-right-align .col-lg-8 {
        text-align: left; 
        padding-right: var(--bs-gutter-x, .75rem); 
    }
}

  .lifestyle-section-intro {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8rem;
  letter-spacing: 20%;
  color: #1e3e48;
  text-align: center;
  margin-top: 22px;
  width: 86%;
  margin: 20px auto 4px auto;
}

.lifestyle-section-title {
  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
}

.lifestyle-card-title{
  font-size: 30px;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  color: #c5ae8a;
  letter-spacing: 2px;
}

.lifestyle-card-text{
  color: #ded7c7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 20px;
}

.lifestyle-card-list{
  list-style: disc;
}

.lifestyle-card-list li {
  color: #ded7c7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.lifestyle-card-link{
 color: #ded7c7;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.lifestyle-card-link:hover {
  color: #c5ae8a;
}

.link-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-mask-image: url("../assets/images/link\ icon.svg");
  mask-image: url("../assets/images/link\ icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}


.blue-card-right .lifestyle-card-title,
.blue-card-right .lifestyle-card-text {
    width: 75%;         
    margin-left: auto;   
    display: block;      
}

.lifestyle-section-divider{
  width: 60%;
  margin: 45px auto 45px auto;
  border: 0;
  border-top: 4px solid #1e3e48;
  opacity: 1;
}

.architecture-section-title{
  font-size: 40px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
  margin-top: 2rem;
}

.residential-title{
  font-size: 38px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
  margin-top: 2rem;
}

.architecture-section-intro{
  color: #1E3E48;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 20px;
  width: 100%;
}


.residential-hr {
  width: 260px;
  margin: 20px 0 auto;     
  border: 0;             
  border-top: 2px solid #C5AE8A; 
  opacity: 1;
  margin-left: auto;
}

.arch-image-stack{
  position: relative;
  width: 100%;
  min-height: 450px;
}

.arch-img {
    position: absolute;
    width: 68%;       
    height: 300px;    
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #C5AE8A; 
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.arch-img-back {
    width: 75%;       
    height: 300px;    
    top: 0;
    left: 0;
    z-index: 1;
}

.arch-img-front {
    width: 65%;       
    height: 280px;    
    top: auto;        
    bottom: -4px;    
    right: 80px;     
    z-index: 2;
}

.arch-img:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}


.arch-img-back:hover {
    z-index: 10;
}

@media (max-width: 991px) {
    .arch-image-stack {
        min-height: 350px;
        margin-bottom: 2rem;
    }
    .arch-img {
        width: 70%;
        height: 250px;
    }
}


.residential-text{
  color: #1E3E48;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 20px;
  width: 100%;
}

.residential-dev-title{
  font-size: 30px;
  text-decoration: none;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #c5ae8a;
  margin-top: 2rem;
}

.res-link-icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  
  background-color: #C5AE8A;
  -webkit-mask-image: url("../assets/images/link\ icon.svg");
  mask-image: url("../assets/images/link\ icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  
}

.res-link-icon, 
.guidelines-link {
    transition: all 0.3s ease-in-out;
}

.doc-link-group:hover .res-link-icon {
    background-color: #27300D; 
}

.doc-link-group:hover .guidelines-link {
    color: #C5AE8A !important; 
}

.arch-stack-right .arch-img-back {
    left: auto;   
    right: 0;    
}

.arch-stack-right .arch-img-front {
    right: auto;  
    left: 0;     
}

.guidelines-link{
  color: #1E3E48;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

@media (max-width: 768px) {
    .arch-image-stack,
    .arch-image-stack.arch-stack-right {
        min-height: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .arch-img-front {
        display: none; 
    }

    .arch-img-back,
    .arch-stack-right .arch-img-back {
        position: relative;
        width: 100%;      
        height: auto;     
        top: auto;
        left: auto;
        right: auto;
        transform: none;   
    }
    .residential-title{
      color: #1E3E48;
    }
}

.contact-estate-map:hover{
color: #C5AE8A;
}

#backToTopBtn {       
  position: fixed;     
  bottom: 30px;        
  right: 30px;         
  z-index: 5;       

  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
 
  width: 50px; 
  height: 50px;
  
  transition: transform 0.3s ease;
}

#backToTopBtn:hover {
  transform: scale(1.1); 
}

#backToTopBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


