@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

/* ------------------------ navbar offset size ------------------------*/
/* ------------------------ fonts ------------------------------------- */
.Inter-thin {
  font-family: "Inter", sans-serif;
  font-weight: 100 !important;
}

.Inter-light {
  font-family: "Inter", sans-serif;
  font-weight: 300 !important;
}

.Inter-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}

.Inter-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
}

.Inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
}

.fs-14 {
  font-size: 0.875rem;
}

.bg-blue-dark {
  background-color: #08243d !important;
}

.bg-blue-dark-2 {
  background-color: #141a24 !important;
}

.bg-transparent {
  background-color: transparent;
}

.bg-gray {
  background: #f1f1f1 !important;
}

.text-grey {
  color: #526577 !important;
}

.text-blue-dark {
  color: #08243d !important;
}

.text-blue-dark-2 {
  color: #141a24 !important;
}

.custom-container {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 76.6875rem;
}
@media screen and (max-width: 768px) {
  .custom-container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.custom-container-wide {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .custom-container-wide {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-primary {
  color: white;
  border-color: #00a4e4;
}
.btn-primary:hover {
  background-color: #08243d;
  border-color: #08243d;
  color: white;
}

.btn-outline-primary:hover {
  color: white;
}

.square-btn {
  display: flex;
  height: 3.75rem;
  padding: 1.25rem 1.875rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}
.square-btn.square-btn-primary {
  color: #fff;
  background-color: #00a4e4;
  text-decoration: none;
}
.square-btn.square-btn-primary:hover {
  background-color: #141a24;
}
.square-btn.square-btn-dark {
  color: #fff;
  background-color: #141a24;
  text-decoration: none;
}
.square-btn.square-btn-dark:hover {
  background-color: #00a4e4;
}
.square-btn.square-btn-white {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.square-btn.square-btn-white:hover {
  background-color: #ffffff;
  color: #08243d;
}
@media screen and (max-width: 768px) {
  .square-btn {
    height: 3.125rem;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .square-btn {
    height: 2.5rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
  }
}

.btn-arrow {
  padding: 0.3125rem;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.btn-arrow img {
  max-width: 6.25rem;
}
.btn-arrow:hover {
  background-color: rgba(0, 164, 228, 0.2);
}

.form-control {
  border: 0;
  border-bottom: 0.0625rem solid #fff;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
  letter-spacing: 0.0225rem;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
  box-shadow: none;
  border-bottom: 0.0625rem solid #141a24;
  background-color: rgba(20, 26, 36, 0.2);
  padding-left: 5px;
  padding-right: 5px;
}

.custom-select {
  position: relative;
}
.custom-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0px;
  color: #fff;
}

.register-dark {
  padding: 50px 0;
  color: #141a24 !important;
}
.register-dark .form-control {
  border: 0;
  border-bottom: 0.0625rem solid #000 !important;
  background-color: transparent;
  color: #141a24 !important;
}
.register-dark .form-control::-moz-placeholder {
  color: #141a24 !important;
}
.register-dark .form-control::placeholder {
  color: #141a24 !important;
}
.register-dark .form-control:focus {
  border-bottom: 0.0625rem solid #00a4e4 !important;
  background-color: rgba(0, 164, 228, 0.2) !important;
}
.register-dark .form-check .form-check-label {
  color: #141a24 !important;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.register-dark .form-check .form-check-input {
  border-color: #000;
  border-radius: 0;
}
.register-dark input[type=submit] {
  background-color: #00a4e4 !important;
  color: #fff !important;
  border-color: #00a4e4 !important;
}
.register-dark input[type=submit]:hover {
  background-color: #141a24 !important;
  border-color: #141a24 !important;
}
.register-dark .custom-select::after {
  color: #00a4e4 !important;
}

.homepage .homepage-hero {
  background-color: #fff;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.homepage .homepage-hero .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .homepage-hero h2 {
  font-size: 6vw;
  margin-bottom: 0;
  line-height: 1em;
}
.homepage .homepage-hero h1 {
  font-size: 7vw;
  margin-bottom: 0;
  line-height: 1em;
}
.homepage .homepage-hero .explore {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .our-communities-homepage {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.homepage .our-communities-homepage .oc_heading {
  color: #141a24;
  text-align: center;
  font-size: 6rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.homepage .our-communities-homepage .our-communities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 0.75rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
}
.homepage .our-communities-homepage .community-card {
  background-color: #fff;
  position: relative;
  min-height: 23.4375rem;
  width: 42.0625rem;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: auto auto;
}
.homepage .our-communities-homepage .community-card .left {
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 18.875rem;
}
.homepage .our-communities-homepage .community-card .left .type {
  background-color: #00a4e4;
  display: flex;
  padding: 0.25rem 0.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
}
.homepage .our-communities-homepage .community-card .left .logo {
  width: 13.0625rem;
  height: auto;
  margin: 1.88rem 0;
}
.homepage .our-communities-homepage .community-card .left .description {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem; /* 125% */
  text-transform: uppercase;
  max-width: 12.25rem;
}
.homepage .our-communities-homepage .community-card .left .location {
  margin-top: 1.06rem;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
}
.homepage .our-communities-homepage .community-card .left .explore {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: none;
  background-color: rgba(0, 164, 228, 0.2);
  text-decoration: none;
}
.homepage .our-communities-homepage .community-card .right {
  width: 23.1875rem;
  height: 23.4375rem;
}
.homepage .our-communities-homepage .community-card .right img {
  width: 23.1875rem;
  height: 23.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .our-communities-homepage .community-card:hover .left .explore {
  display: flex;
}
.homepage .decorstudio {
  padding-bottom: 4.69rem;
}
.homepage .decorstudio .hero-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .decorstudio .heading {
  margin-top: -9rem;
  color: #00a4e4;
}
.homepage .decorstudio .heading h1 {
  font-size: 16.25rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: -0.975rem;
  text-transform: uppercase;
  padding-left: 18.25rem;
}
.homepage .decorstudio .heading h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 16.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.975rem;
  text-transform: uppercase;
  margin-top: -6rem;
  padding-right: 13.44rem;
}
.homepage .decorstudio .decor-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
}
.homepage .decorstudio .decor-gallery .main-img {
  min-width: 39.5rem;
  max-height: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 1/1/3/2;
}
.homepage .decorstudio .decor-gallery .main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage .decorstudio .decor-gallery .text-content {
  grid-area: 1/2/2/3;
}
.homepage .decorstudio .decor-gallery .text-content .title {
  color: #141a24;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.94rem;
}
.homepage .decorstudio .decor-gallery .text-content .text {
  color: #141a24;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}
.homepage .decorstudio .decor-gallery .image-strip {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  grid-area: 2/2/3/3;
}
.homepage .decorstudio .decor-gallery .image-strip #thumbnail-slider-decor {
  max-width: 55.75rem;
}
.homepage .decorstudio .decor-gallery .image-strip .splide__arrows.splide__arrows--ltr {
  position: relative;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.875rem;
}
.homepage .decorstudio .decor-gallery .image-strip .splide__arrow {
  background-color: transparent;
  height: auto;
  width: auto;
  border-radius: 0;
  padding-left: 0;
  position: relative;
  transform: unset;
  top: unset;
}
.homepage .decorstudio .decor-gallery .image-strip .splide__arrow svg {
  fill: #00a4e4;
}
.homepage .explore-lakeview .title {
  color: #141a24;
  text-align: center;
  font-size: 6rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.38rem;
}
.homepage .explore-lakeview .explore-nav {
  border-top: 0.0625rem solid #08243d;
  align-items: center;
  justify-content: center;
}
.homepage .explore-lakeview .explore-nav .nav-item {
  margin: 0.5rem 0;
}
.homepage .explore-lakeview .explore-nav .nav-item .nav-link {
  color: #08243d;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.5rem 2.3125rem;
}
.homepage .explore-lakeview .explore-nav .nav-item .nav-link[aria-selected=true] {
  color: #00a4e4;
  text-decoration: none;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.homepage .explore-lakeview .explore-nav .nav-item:nth-of-type(2) .nav-link {
  border-left: 0.0625rem solid #08243d;
  border-right: 0.0625rem solid #08243d;
}
.homepage .explore-lakeview .exploreTabContent {
  background-color: #08243d;
}
.homepage .explore-lakeview .exploreTabContent .map-container {
  grid-template-columns: 1fr;
}
.homepage .explore-lakeview .exploreTabContent .map-container .tab-buttons .tabs {
  height: 100%;
}
.homepage .explore-lakeview .exploreTabContent .map-container .tab-buttons .tabs .tab {
  height: 100%;
}
.homepage .explore-lakeview .exploreTabContent .map-container .tab-buttons .tabs .tab:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .homepage .our-communities-homepage {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .homepage .our-communities-homepage .oc_heading {
    margin-bottom: 2rem;
  }
  .homepage .our-communities-homepage .our-communities-list {
    gap: 1rem;
  }
  .homepage .decorstudio .decor-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-row-gap: 2rem;
  }
  .homepage .decorstudio .decor-gallery .main-img {
    min-width: 30rem;
    width: 100%;
  }
  .homepage .decorstudio .decor-gallery .image-strip #thumbnail-slider-decor {
    max-width: unset;
  }
  .homepage .decorstudio .decor-gallery .image-strip .splide__arrows.splide__arrows--ltr {
    height: 3.125rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .our-communities-homepage .oc_heading {
    font-size: 4rem;
  }
  .homepage .decorstudio {
    padding-bottom: 2rem;
  }
  .homepage .decorstudio .heading {
    margin-top: -7rem;
  }
  .homepage .decorstudio .heading h1 {
    font-size: 10.25rem;
    padding-left: 13.25rem;
  }
  .homepage .decorstudio .heading h2 {
    font-size: 9.25rem;
    margin-top: -4rem;
  }
  .homepage .decorstudio .decor-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .homepage .decorstudio .decor-gallery .main-img {
    grid-area: 2/3;
  }
  .homepage .decorstudio .decor-gallery .text-content {
    grid-area: 1/3;
  }
  .homepage .decorstudio .decor-gallery .image-strip {
    grid-area: 3/3;
    display: none;
  }
  .homepage .explore-lakeview .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .homepage .our-communities-homepage .our-communities-list .community-card {
    min-height: unset;
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card .left {
    grid-row: 2/2;
    padding: 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 19rem;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card .right {
    grid-row: 1/2;
    aspect-ratio: 1/1;
    display: block;
    width: 19rem;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card .right img {
    width: 19rem;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homepage .decorstudio .heading {
    margin-top: -5rem;
  }
  .homepage .decorstudio .heading h1 {
    font-size: 10.25rem;
    padding-left: 0;
  }
  .homepage .decorstudio .heading h2 {
    padding-right: 0;
    font-size: 9.25rem;
    margin-top: -4rem;
  }
  .homepage .explore-lakeview .explore-nav .nav-item .nav-link {
    padding: 0.5rem 1.3125rem;
  }
}
@media screen and (max-width: 576px) {
  .homepage .our-communities-homepage .our-communities-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card {
    min-height: unset;
    width: auto;
    display: grid;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card .left {
    grid-row: 2/2;
    padding: 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 18.875rem;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card .right {
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: block;
  }
  .homepage .our-communities-homepage .our-communities-list .community-card .right img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homepage .decorstudio .heading {
    margin-top: -5rem;
  }
  .homepage .decorstudio .heading h1 {
    font-size: 8.25rem;
    padding-left: 0;
    letter-spacing: -0.25rem;
  }
  .homepage .decorstudio .heading h2 {
    padding-right: 0;
    font-size: 7.25rem;
    letter-spacing: -0.25rem;
    margin-top: -3rem;
  }
  .homepage .decorstudio .decor-gallery .main-img {
    min-width: unset;
  }
}

.register-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.register-section h1 {
  font-family: "Inter";
  font-size: 6rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .register-section h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .register-section h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.communities-nav .nav-link {
  font-weight: 400;
  color: #fff;
  font-size: 1.4375rem;
}
.communities-nav .nav-link[aria-selected=true] {
  font-weight: 700;
  color: #00a4e4;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .communities-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 0.0625rem solid #ffffff;
    border-bottom: 0.0625rem solid #ffffff;
  }
  .communities-nav .nav-link {
    font-size: 1.125rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    width: 100%;
    height: 100%;
  }
  .communities-nav .nav-link[aria-selected=true] {
    font-weight: 700;
    color: #ffffff;
    background-color: #00a4e4;
    text-decoration: none;
  }
}
@media screen and (max-width: 576px) {
  .communities-nav .nav-link {
    font-size: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.navbar {
  padding: 1.5rem;
}
.navbar .lakeview-nav-logo-white {
  display: block;
}
.navbar .lakeview-nav-logo-blue {
  display: none;
}
.navbar .nav-button {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-end;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.navbar .nav-button div {
  width: 3.75rem;
  height: 0.125rem;
  background-color: white;
}
.navbar .nav-button div:nth-child(2) {
  width: 5rem;
}
.navbar .nav-button div:nth-child(3) {
  width: 2.5rem;
}
.navbar .nav-button:hover div {
  background-color: #00a4e4;
}
.navbar.scrolled, .navbar.solid {
  background-color: #141a24 !important;
}
.navbar.scrolled .nav-button div, .navbar.solid .nav-button div {
  background-color: #00a4e4;
}
.navbar.scrolled .lakeview-nav-logo-white, .navbar.solid .lakeview-nav-logo-white {
  display: none;
}
.navbar.scrolled .lakeview-nav-logo-blue, .navbar.solid .lakeview-nav-logo-blue {
  display: block;
}
@media screen and (max-width: 768px) {
  .navbar {
    padding: 0.8rem;
  }
  .navbar .navbar-brand img {
    max-width: 9.375rem;
  }
  .navbar #register-btn {
    display: none;
  }
}

.offcanvas .btn-close {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background-image: none;
}
.offcanvas .btn-close::before,
.offcanvas .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 0.125rem;
  background-color: #00a4e4;
  /* Adjust color */
  transform-origin: center;
}
.offcanvas .btn-close::before {
  transform: translate(-50%, 0%) rotate(30deg);
}
.offcanvas .btn-close::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.offcanvas .side-nav-menu {
  list-style: none;
  padding-left: 0;
  overflow-x: hidden;
}
.offcanvas .side-nav-menu li {
  opacity: 0;
}
.offcanvas .side-nav-menu .main-link {
  color: white;
  text-decoration: none;
  margin-bottom: 1.25rem;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.offcanvas .side-nav-menu .main-link:hover {
  color: #00a4e4;
}
.offcanvas .side-nav-menu .main-link[aria-expanded=true] {
  color: #00a4e4;
}
.offcanvas .side-nav-menu .subtitle {
  color: #00a4e4;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  text-transform: none;
}
.offcanvas .side-nav-menu .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0.625rem;
}
.offcanvas .side-nav-menu .sub-menu li {
  margin-bottom: 0.625rem;
}
.offcanvas .side-nav-menu .sub-menu li a {
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.offcanvas .side-nav-menu .sub-menu li a:hover {
  color: #00a4e4;
}
@media (max-width: 1024px) {
  .offcanvas .btn-close {
    width: 2.5rem;
    height: 2.5rem;
  }
  .offcanvas .btn-close::before, .offcanvas .btn-close::after {
    width: 3rem;
  }
  .offcanvas .side-nav-menu .main-link {
    font-size: 2.25rem;
  }
  .offcanvas .side-nav-menu .subtitle,
  .offcanvas .side-nav-menu .sub-menu li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .offcanvas .btn-close {
    width: 2rem;
    height: 2rem;
  }
  .offcanvas .btn-close::before, .offcanvas .btn-close::after {
    width: 2.5rem;
  }
  .offcanvas .side-nav-menu .main-link {
    font-size: 2.5rem;
  }
  .offcanvas .side-nav-menu .subtitle,
  .offcanvas .side-nav-menu .sub-menu li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .offcanvas .side-nav-menu .main-link {
    font-size: 2rem;
  }
  .offcanvas .side-nav-menu .subtitle,
  .offcanvas .side-nav-menu .sub-menu li a {
    font-size: 1rem;
  }
  .offcanvas.offcanvas-end {
    width: 100%;
    border-left: none;
  }
}
.offcanvas.show .side-nav-menu li {
  animation: slideInRight 0.5s ease forwards;
  opacity: 0;
}
.offcanvas.show .side-nav-menu li:nth-child(1) {
  animation-delay: 0.05s;
}
.offcanvas.show .side-nav-menu li:nth-child(2) {
  animation-delay: 0.1s;
}
.offcanvas.show .side-nav-menu li:nth-child(3) {
  animation-delay: 0.15s;
}
.offcanvas.show .side-nav-menu li:nth-child(4) {
  animation-delay: 0.2s;
}
.offcanvas.show .side-nav-menu li:nth-child(5) {
  animation-delay: 0.25s;
}
.offcanvas.show .side-nav-menu li:nth-child(6) {
  animation-delay: 0.3s;
}
.offcanvas.show .side-nav-menu .subtitle {
  animation: slideInRight 0.5s ease forwards;
  opacity: 0;
  animation-delay: 0.1s;
}

@keyframes slideInRight {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.footer {
  font-size: 1.25rem;
  font-weight: 300;
}
.footer span {
  color: #00a4e4;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer p {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
.footer b {
  font-weight: 700 !important;
}
.footer a {
  text-decoration: none;
  color: white;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer a:hover {
  color: #00a4e4;
}
.footer .dstudio {
  margin-bottom: 0.81rem;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  margin-bottom: 0rem;
}
.footer ul li a {
  color: white;
  text-decoration: none;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.footer ul li a:hover {
  color: #00a4e4;
}
.footer .contact-info {
  margin-top: 1.44rem;
  display: flex;
  width: 25.125rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.footer .contact-info p {
  margin: 0;
}
.footer .contact-info p a {
  display: inline-block;
  margin: 0;
}
.footer .contact-info .website a {
  color: #00a4e4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 0.94rem;
}
.footer .bottom {
  margin-top: 6.13rem;
}
.footer .bottom .footer-sub-logos {
  padding-right: 1.62rem;
  padding-bottom: 2.56rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .bottom .footer-sub-logos .logos {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
.footer .bottom .footer-sub-logos .all-rights {
  color: #fff;
  text-align: right;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 3.94rem;
}
@media screen and (max-width: 1300px) {
  .footer .bottom .footer-logo svg {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer .bottom .d-flex {
    flex-direction: column-reverse;
  }
  .footer .bottom .d-flex .footer-sub-logos {
    padding: 0;
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
  }
  .footer .bottom .d-flex .footer-sub-logos .logos {
    margin-bottom: 2rem;
  }
}

.community-page {
  padding-top: 114.89px;
}
.community-page .community-section {
  border-top: 1px solid #f1f1f1;
}
.community-page .model-homes-page {
  padding-top: 0;
}
.community-page .copy-section {
  padding-top: 3.75rem;
}
.community-page .copy-section .sub-title {
  color: #00a4e4;
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.community-page .copy-section .title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.community-page .copy-section p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
  letter-spacing: 0.02rem;
}
.community-page .copy-section .thin-title {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.community-page .copy-section.copy-bottom .custom-container {
  padding-top: 3.875rem;
  padding-bottom: 5.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.625rem;
}
.community-page .renderings {
  padding-top: 3.75rem;
  padding-bottom: 7.375rem;
}
.community-page .renderings .custom-container {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
.community-page .renderings .img-zoom-wrapper {
  display: block;
  overflow: hidden;
  aspect-ratio: 1120/442;
}
.community-page .renderings .full-width-img {
  display: inline-flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1120/442;
  align-items: center;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
}
.community-page .renderings .full-width-img:hover {
  transform: scale(1.1);
}
.community-page .renderings .full-width-btn {
  width: 100%;
  background-color: #141a24;
  display: inline-flex;
  padding: 0.8125rem 1.25rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1512rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.community-page .renderings .rendering-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.community-page .renderings .rendering-cards-wrapper.two-cards {
  grid-template-columns: 1fr 1fr;
}
.community-page .renderings .rendering-cards-wrapper .rendering-card {
  cursor: pointer;
  position: relative;
}
.community-page .renderings .rendering-cards-wrapper .rendering-card .img-zoom-wrapper {
  aspect-ratio: 358/269;
  overflow: hidden;
  display: block;
}
.community-page .renderings .rendering-cards-wrapper .rendering-card img {
  aspect-ratio: 358/269;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: top center;
  transition: transform 1s ease;
  width: 100%;
  height: auto;
}
.community-page .renderings .rendering-cards-wrapper .rendering-card span {
  position: absolute;
  background-color: #00a4e4;
  padding: 5px;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  z-index: 10;
}
.community-page .renderings .rendering-cards-wrapper .rendering-card:hover img {
  transform: scale(1.1);
}
.community-page .townhomes-page {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
}
.community-page .townhomes-list .custom-container {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
  padding-bottom: 4.375rem;
}
.community-page .townhomes-card .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.community-page .townhomes-card .header .size {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 5.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.27188rem;
  text-transform: uppercase;
  padding-right: 0.9375rem;
}
.community-page .townhomes-card .header .info {
  padding-left: 0.9375rem;
}
.community-page .townhomes-card .header .info .style {
  color: #00a4e4;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9375rem;
  /* 110.714% */
  text-transform: uppercase;
}
.community-page .townhomes-card .header .info .style b {
  font-weight: 900;
}
.community-page .townhomes-card .header .info .title {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.6875rem;
  /* 89.583% */
  text-transform: uppercase;
}
.community-page .townhomes-card .body {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.125em;
  position: relative;
  overflow-x: auto;
}
.community-page .townhomes-card .body .t-home-item {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  position: relative;
  transition: filter 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.community-page .townhomes-card .body .t-home-item img {
  width: 100%;
  max-height: 26.83213em;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.community-page .townhomes-card .body .t-home-item .name {
  background-color: #00a4e4;
  display: flex;
  width: 100%;
  padding: 0.6875em 0.625em;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.community-page .townhomes-card .body:hover .t-home-item {
  filter: grayscale(100%) brightness(0.6);
}
.community-page .townhomes-card .body:hover .t-home-item:hover {
  filter: none;
  z-index: 1;
}
.community-page .detachedhomes-page {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
  position: relative;
  z-index: 0;
}
.community-page .detachedhomes-page .offcanvas {
  top: 114.89px;
}
.community-page .detachedhomes-page .detached-homes-individual {
  padding-top: 3.6875rem;
}
.community-page .detachedhomes-page .detached-homes-individual .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.community-page .detachedhomes-page .detached-homes-individual .header .left {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
}
.community-page .detachedhomes-page .detached-homes-individual .header .left .size {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 5.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.27188rem;
  text-transform: uppercase;
}
.community-page .detachedhomes-page .detached-homes-individual .header .left .name span {
  color: #00a4e4;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9375rem;
  /* 110.714% */
  text-transform: uppercase;
}
.community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text {
  height: 3rem;
}
.community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text b {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.6875rem;
  /* 89.583% */
  text-transform: uppercase;
}
.community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text span {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.625rem;
  /* 263.636% */
  text-transform: uppercase;
}
.community-page .detachedhomes-page .detached-homes-individual .header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9375rem;
}
.community-page .detachedhomes-page .detached-homes-individual .header .right a {
  cursor: pointer;
  text-decoration: none;
  background-color: #00a4e4;
  display: flex;
  padding: 1.25rem 1.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  min-width: 10.5rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.community-page .detachedhomes-page .detached-homes-individual .header .right a.back {
  background-color: #000;
  padding: 1.25rem 1.875rem;
}
.community-page .detachedhomes-page .homes-gallery {
  margin-top: 1.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.community-page .detachedhomes-page .homes-gallery .main-slider-homes .style {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 122.222% */
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 3px 0;
  background-color: #fff;
}
.community-page .detachedhomes-page .homes-gallery .main-slider-homes .style span {
  color: #00a4e4;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.community-page .detachedhomes-page .homes-gallery .thumbnail-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
.community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item {
  width: 172px;
  cursor: pointer;
  filter: grayscale(0%);
  text-align: left;
  transition: 0.2s ease-in-out;
}
.community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item.active {
  opacity: 1;
  filter: grayscale(100%);
}
.community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item img {
  width: 100%;
  height: auto;
  display: block;
}
.community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item .style {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 185.714% */
  text-transform: uppercase;
}
.community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item .style span {
  color: #00a4e4;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
}
.community-page .detachedhomes-list .custom-container {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
  padding-bottom: 4.375rem;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .title {
  color: #00a4e4;
  font-family: "Inter", sans-serif;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.1625rem;
  text-transform: uppercase;
  margin-bottom: 0.88rem;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .title .size {
  color: #141a24;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.1625rem;
  text-transform: uppercase;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card {
  text-decoration: none;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card img {
  aspect-ratio: 22/16.5;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card .info {
  padding-top: 0.94rem;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card .info .name {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.075rem;
  text-transform: uppercase;
  color: #141a24;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card .info .name span {
  color: #00a4e4;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.075rem;
  text-transform: uppercase;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card .info .sqft {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05625rem;
  text-transform: uppercase;
}
.community-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes .detachedhomes-card:hover img {
  filter: grayscale(100%) brightness(0.8);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.community-page .features-section {
  padding-bottom: 4.81rem;
}
.community-page .features-section .features-header {
  padding-top: 4.8125rem;
  padding-bottom: 3.75rem;
}
.community-page .features-section .features-header .title {
  color: #141a24;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 1.87rem;
}
.community-page .features-section .features-header .title span {
  color: #00a4e4;
}
.community-page .features-section .features-header .btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8125rem;
}
.community-page .features-section .features-header .btns button {
  display: flex;
  height: 3.75rem;
  padding: 1.25rem 1.875rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: #00a4e4;
  outline: none;
  border: none;
}
.community-page .features-section .features-header .btns button:hover {
  background-color: #141a24;
}
.community-page .features-section .features-header .btns button.active {
  background-color: #141a24;
}
.community-page .features-section .features-content .f-heading {
  color: #00a4e4;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0.5rem;
}
.community-page .features-section .features-content ol li {
  color: #000;
  font-family: "Inter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 0.2rem;
}
.community-page .features-section .features-content small {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.community-page .features-section .features-content .pdf-embed-wrapper {
  width: 100%;
  min-height: 600px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  max-height: 100vh;
  padding: 0;
}
.community-page .features-section .features-content .pdf-embed {
  width: 100%;
  height: 75vh;
  min-height: 600px;
  border: 0;
  max-height: 100vh;
  border-radius: 0;
}
.community-page .siteplan-section {
  padding-bottom: 5.1875rem;
}
.community-page .siteplan-section .siteplan-image img {
  margin-top: 3.0625rem;
  margin-bottom: 3.0625rem;
}
.community-page .siteplan-section .siteplan-image small {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 133.333% */
}
.community-page .contact-section {
  padding: 3.875rem 0;
}
.community-page .contact-section .keymap {
  display: block;
}
.community-page .contact-section .keymap img {
  min-width: 30.5625rem;
}
.community-page .contact-section .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.625rem;
  color: #141a24;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.025rem;
}
.community-page .contact-section .contact-info h2 {
  color: #141a24;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.community-page .contact-section .contact-info .email,
.community-page .contact-section .contact-info .phone {
  color: #00a4e4;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.025rem;
  text-decoration: none;
}
.community-page .contact-section .contact-info .phone {
  color: #141a24;
}
.community-page .contact-section .contact-info a {
  text-decoration: none;
}
.community-page .contact-section .contact-info b {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 127.273% */
  letter-spacing: 0.0275rem;
}
.community-page .contact-section .contact-info hr {
  background: #141a24;
  width: 30.6875rem;
  height: 0.0625rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .community-page .contact-section {
    padding: 2rem 0;
  }
  .community-page .contact-section .keymap img {
    min-width: 0;
    width: 100%;
    height: auto;
  }
  .community-page .contact-section .contact-info {
    width: 100%;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .community-page .contact-section .contact-info h2 {
    font-size: 2rem;
  }
  .community-page .contact-section .contact-info hr {
    width: 100%;
  }
}
.community-page .map-container .map-content {
  min-width: 100%;
}
@media screen and (max-width: 1024px) {
  .community-page .townhomes-page {
    gap: 1.375rem;
  }
  .community-page .townhomes-page .townhomes-list .custom-container {
    gap: 1.375rem;
  }
  .community-page .features-section .features-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .community-page .features-section .features-header .btns button {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .community-page {
    padding-top: 68.45px;
  }
  .community-page .copy-section {
    padding-top: 2.5rem;
  }
  .community-page .copy-section.copy-bottom .custom-container {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .community-page .copy-section .title {
    padding-bottom: 0.5rem;
  }
  .community-page .copy-section .thin-title {
    padding-bottom: 0.5rem;
  }
  .community-page .renderings {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .community-page .features-section {
    padding-bottom: 2.5rem;
  }
  .community-page .townhomes-card .header {
    padding-bottom: 0.5rem;
  }
  .community-page .townhomes-card .header .size {
    font-size: 4.4375rem;
  }
  .community-page .townhomes-card .header svg {
    height: 3.125rem;
  }
  .community-page .townhomes-card .header .info .style {
    font-size: 1.125rem;
    line-height: 1.1;
  }
  .community-page .townhomes-card .header .info .title {
    font-size: 2.25rem;
    line-height: 1.1;
  }
  .community-page .townhomes-card .body {
    font-size: calc(1vw + 0.199rem);
  }
  .community-page .detachedhomes-page {
    gap: 1.375rem;
  }
  .community-page .detachedhomes-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .community-page .detachedhomes-page .offcanvas {
    width: 100vw !important;
    top: 68.45px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .community-page .detachedhomes-page .detached-homes-individual {
    padding-top: 1.5rem;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left {
    gap: 0.75rem;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .size {
    font-size: 2.75rem;
    letter-spacing: -0.1rem;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .name span {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text {
    height: auto;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text b {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text span {
    font-size: 1rem;
    line-height: 2rem;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .right {
    width: 100%;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .right a, .community-page .detachedhomes-page .detached-homes-individual .header .right a.back {
    flex: 1;
    min-width: unset;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .community-page .detachedhomes-page .homes-gallery {
    grid-template-columns: 1fr;
  }
  .community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item {
    width: calc(33.33% - 8px);
  }
  .community-page .features-section .features-header .btns {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .community-page .features-section .features-header .btns button {
    height: auto;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .community-page {
    padding-top: 58.69px;
  }
  .community-page .detachedhomes-page {
    gap: 1rem;
  }
  .community-page .detachedhomes-page .detachedhomes-list .custom-container .detachedhomes-wrapper .detachedhomes {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .community-page .detachedhomes-page .offcanvas {
    top: 58.69px;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .size {
    font-size: 2rem;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left svg {
    height: 40px;
  }
  .community-page .detachedhomes-page .detached-homes-individual .header .left .name .name-text b {
    font-size: 1.375rem;
  }
  .community-page .detachedhomes-page .homes-gallery .thumbnail-grid .thumbnail-item {
    width: calc(50% - 6px);
  }
}

.community-subheader {
  position: sticky;
  top: 114.89px;
  display: flex;
  padding: 0.6875rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  align-self: stretch;
  background-color: #00a4e4;
  z-index: 1000;
  box-shadow: 0rem 0.625rem 1.25rem -0.875rem rgba(0, 0, 0, 0.75);
}
.community-subheader .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.community-subheader .nav .nav-item .nav-link {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.625rem;
}
.community-subheader .nav .nav-item .nav-link:hover {
  color: #141a24;
}
.community-subheader .nav .nav-item .nav-link.active {
  color: #141a24;
}
.community-subheader .nav .nav-item .nav-link#community-register-tab {
  display: flex;
  width: 7.875rem;
  height: 2.4375rem;
  padding: 0.625rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.8125rem;
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #00a4e4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.community-subheader .nav .nav-item .nav-link#community-register-tab:hover {
  background-color: #00a4e4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .community-subheader .nav {
    gap: 0;
    row-gap: 0;
  }
  .community-subheader .nav .nav-item .nav-link {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .community-subheader {
    top: 68.45px;
  }
}
@media (max-width: 480px) {
  .community-subheader {
    top: 58.69px;
  }
  .community-subheader .nav {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0;
  }
  .community-subheader .nav .nav-link {
    font-size: 0.625rem;
    padding: 0.5rem;
  }
}

.community-hero {
  min-height: 45.8125rem;
  max-height: 75vh;
  position: relative;
}
.community-hero .bg-image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.community-hero .bg-video {
  width: 100%;
  height: 100%;
  max-height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-hero .dark-overlay {
  background: #ffffff;
  opacity: 0.4 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.community-hero .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.125rem 9.8125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(270deg, rgba(35, 31, 32, 0) 44.24%, rgba(0, 0, 0, 0.8) 100%);
}
.community-hero .text .logo-image {
  width: 19.8125rem;
  height: auto;
  padding-bottom: 2rem;
}
.community-hero .text .sub-title {
  color: #00a4e4;
  text-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.community-hero .text .main-title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 6.75rem;
  font-style: normal;
  font-weight: 100;
  line-height: 5.75rem;
  /* 85.185% */
  text-transform: uppercase;
  width: 32.5rem;
}
@media screen and (max-width: 1024px) {
  .community-hero .text {
    padding: 1rem 2rem;
  }
  .community-hero .text .logo-image {
    width: 14.8125rem;
  }
  .community-hero .text .sub-title {
    font-size: 1.5rem;
  }
  .community-hero .text .main-title {
    font-size: 4.5rem;
    line-height: 4rem;
    width: 30rem;
  }
}

#subheader.offcanvas-open {
  position: relative !important; /* or static */
  top: auto !important;
  z-index: 0 !important;
}

.location-stats .info-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.location-stats .info-card-wrapper .info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-right: 0.0625rem solid #00a4e4;
  padding: 0 2.625rem;
  height: 100%;
}
.location-stats .info-card-wrapper .info-card .number {
  color: #00a4e4;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 9.25rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0rem;
  width: 11.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-stats .info-card-wrapper .info-card .location {
  width: 9.125rem;
  color: #141a24;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  /* 127.273% */
  letter-spacing: 0.0275rem;
}
@media screen and (max-width: 1150px) {
  .location-stats .info-card-wrapper .info-card .number {
    font-size: 5.25rem;
    width: 7.1875rem;
  }
}
@media screen and (max-width: 1024px) {
  .location-stats .info-card-wrapper .info-card {
    padding: 0 1rem;
  }
  .location-stats .info-card-wrapper .info-card .number {
    font-size: 3.25rem;
    width: 4.1875rem;
  }
  .location-stats .info-card-wrapper .info-card .location {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .location-stats .info-card-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 1rem;
  }
  .location-stats .info-card-wrapper .info-card:nth-child(2) {
    border-right: 0;
  }
}

.community-exploreTabContent {
  background-color: #08243d;
}
.community-exploreTabContent .community-explore-sidebar .nav-link {
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 3rem 1rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.community-exploreTabContent .community-explore-sidebar .nav-link.active {
  background-color: #00a4e4;
}
.community-exploreTabContent .community-explore-sidebar .nav-link:hover {
  background-color: rgba(0, 164, 228, 0.3);
}
.community-exploreTabContent .community-explore-sidebar .nav-link:last-of-type {
  border-bottom: 0;
}

.map-container {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 40vh;
  width: 100%;
  height: 700px;
}
.map-container #map {
  min-height: 40vh;
  height: 100%;
  width: 100%;
  margin: auto;
}
.map-container .tab-buttons .tabs {
  display: flex;
  flex-direction: column;
}
.map-container .tab-buttons .tabs .tab {
  padding: 20px 20px;
  cursor: pointer;
  background: #08243d;
  color: white;
  border: 0;
  border-bottom: 0.0625rem solid #00a4e4;
  border-radius: 0rem;
  font-size: 1rem;
  line-height: 1em;
}
.map-container .tab-buttons .tabs .tab:hover {
  background: #00a4e4;
}
.map-container .tab-buttons .tabs .tab.active {
  background: #00a4e4;
  /* Highlight color */
  color: white;
}
.map-container .map-content {
  width: 100%;
  min-width: calc(100vw - 15px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: unset;
    height: auto;
  }
  .map-container .tab-buttons .tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .map-container .tab-buttons .tabs .tab {
    padding: 1.25rem 0.625rem;
    font-size: 0.75rem;
  }
}

.why-lakeview-page {
  padding-top: 114.89px;
}
.why-lakeview-page .title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: #141a24;
}
.why-lakeview-page .subtitle {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #00a4e4;
}
.why-lakeview-page .subtitle-2 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #141a24;
}
.why-lakeview-page p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
  letter-spacing: 0.02rem;
}
.why-lakeview-page .hero-section .why-hero-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 60vh;
}
.why-lakeview-page .hero-section .why-hero-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(35, 31, 32, 0) 44.24%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.why-lakeview-page .hero-section .why-hero-wrapper .text {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.why-lakeview-page .hero-section .why-hero-wrapper .text h1 {
  color: #fff;
  font-size: 6.75rem;
  font-style: normal;
  font-weight: 100;
  line-height: 5.75rem; /* 85.185% */
  text-transform: uppercase;
}
.why-lakeview-page .stepsAccordion {
  margin-top: 4.375rem;
  margin-bottom: 6.25rem;
  border-bottom: 0.125rem solid #08243d;
}
.why-lakeview-page .stepsAccordion .accordion-item {
  border: 0;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header {
  border-top: 0.125rem solid #08243d;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button .title {
  font-size: 1.25rem;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button .readmore {
  font-size: 1rem;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card {
  background-color: #08243d;
  padding: 1rem;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card .title {
  grid-row: 1;
  grid-column: span 2;
  font-size: 1.25rem;
}
.why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card .description {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .why-lakeview-page .title {
    font-size: 2.5rem;
  }
  .why-lakeview-page .subtitle {
    font-size: 1.875rem;
  }
  .why-lakeview-page .subtitle-2 {
    font-size: 1.5rem;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper {
    max-height: 50vh;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper .text {
    top: 30%;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper .text h1 {
    font-size: 5rem;
    line-height: 4.5rem;
  }
  .why-lakeview-page .stepsAccordion {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-button {
    padding: 1.25rem 0;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-button .title {
    font-size: 1.125rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .why-lakeview-page {
    padding-top: 5rem;
  }
  .why-lakeview-page .title {
    font-size: 2rem;
  }
  .why-lakeview-page .subtitle {
    font-size: 1.5rem;
  }
  .why-lakeview-page .subtitle-2 {
    font-size: 1.25rem;
  }
  .why-lakeview-page p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper {
    max-height: 40vh;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper .text {
    top: 25%;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper .text h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-button {
    padding: 1rem 0;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-button .title {
    font-size: 1.25rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-button .readmore {
    font-size: 0.9rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card .title {
    font-size: 1.25rem;
    grid-row: 1;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card .description {
    font-size: 1rem;
    grid-row: 2;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card .image {
    grid-row: 3;
  }
}
@media (max-width: 480px) {
  .why-lakeview-page .hero-section .why-hero-wrapper {
    max-height: 30vh;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper .text {
    top: 20%;
  }
  .why-lakeview-page .hero-section .why-hero-wrapper .text h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  .why-lakeview-page .stepsAccordion {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button {
    padding: 1rem 0;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button .title {
    font-size: 1.125rem;
    max-width: 18rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-header .accordion-button .readmore {
    font-size: 0.8rem;
  }
  .why-lakeview-page .stepsAccordion .accordion-item .accordion-body .body-card {
    padding: 0.75rem;
    row-gap: 0.75rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.about-us-page {
  padding-top: 7.125rem;
}
.about-us-page .title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: #141a24;
}
.about-us-page .subtitle {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #00a4e4;
}
.about-us-page .subtitle-2 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #141a24;
}
.about-us-page p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
  letter-spacing: 0.02rem;
  color: #141a24;
}
.about-us-page .referral-program,
.about-us-page .regulatory-authority {
  padding: 3.6875rem 0;
  background-color: #f1f1f1;
}
@media (max-width: 1024px) {
  .about-us-page .title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .about-us-page .subtitle {
    font-size: 2rem;
  }
  .about-us-page .subtitle-2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .about-us-page {
    padding-top: 4.25rem;
  }
  .about-us-page .title {
    font-size: 2rem;
  }
  .about-us-page .subtitle {
    font-size: 1.75rem;
  }
  .about-us-page .subtitle-2 {
    font-size: 1.25rem;
  }
  .about-us-page p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  .about-us-page .referral-program,
  .about-us-page .regulatory-authority {
    padding: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .about-us-page .title {
    font-size: 1.75rem;
  }
  .about-us-page .subtitle,
  .about-us-page .subtitle-2 {
    font-size: 1.125rem;
  }
}

.contact-page {
  padding-top: 114.89px;
}
.contact-page .hero-section .title {
  text-align: center;
  font-size: 9.375rem;
  line-height: 1em;
  margin-top: -4.0625rem;
}
.contact-page .hero-section .title .t-1 {
  padding-right: 15.625rem;
}
.contact-page .hero-section .title .t-2 {
  padding-left: 15.625rem;
}
.contact-page .map-section .map-container {
  display: block;
}
.contact-page .map-section .map-container .map-content {
  min-width: unset;
}
@media screen and (max-width: 768px) {
  .contact-page {
    padding-top: 68.45px;
  }
}
@media screen and (max-width: 480px) {
  .contact-page {
    padding-top: 58.69px;
  }
}

.model-homes-page {
  padding-top: 114.89px;
}
.model-homes-page .title {
  color: #141a24;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.model-homes-page .subtitle {
  color: #00a4e4;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.model-homes-page video {
  width: 100%;
  max-width: 52.47556rem;
  height: auto;
}
.model-homes-page iframe {
  width: 52.47556rem;
  height: 25.9375rem;
}
@media (max-width: 1200px) {
  .model-homes-page .title {
    font-size: 2.5rem;
  }
  .model-homes-page .subtitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .model-homes-page video, .model-homes-page iframe {
    width: 100%;
    height: auto;
  }
  .model-homes-page iframe {
    min-height: 25rem;
  }
}
@media (max-width: 768px) {
  .model-homes-page {
    padding-top: 68.45px;
  }
  .model-homes-page .row {
    flex-direction: column;
    align-items: center;
  }
  .model-homes-page video,
  .model-homes-page iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .model-homes-page {
    padding-top: 58.69px;
  }
  .model-homes-page .title {
    font-size: 1.5rem;
  }
  .model-homes-page .subtitle {
    font-size: 1rem;
  }
  .model-homes-page iframe {
    min-height: 20rem;
  }
}

.splide__arrow {
  background-color: #00a4e4;
  padding: 0.625rem 1.875rem 0.4375rem 1.875rem;
  height: auto;
  width: auto;
  border-radius: 0;
}
.splide__arrow svg {
  fill: white;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border-color: #00a4e4;
}

#homepageModal .modal-dialog {
  max-width: 106.25rem;
}
#homepageModal .modal-dialog .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
}
#homepageModal .modal-dialog .modal-body .modal_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: clamp(1.25rem, 4vw, 4rem);
  padding-right: 4rem;
}
#homepageModal .modal-dialog .modal-body .modal_title img {
  height: clamp(30px, 8vh, 70px);
  border-right: 2px solid white;
  padding-right: 18px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #homepageModal .modal-dialog .modal-body .modal_title {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    padding-right: 3rem;
    font-size: clamp(1rem, 5vw, 1.75rem);
  }
  #homepageModal .modal-dialog .modal-body .modal_title img {
    border-right: none;
    border-bottom: 2px solid white;
    padding-right: 0;
    padding-bottom: 0.75rem;
  }
}
#homepageModal .modal-dialog .com-card {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 34rem;
}
#homepageModal .modal-dialog .com-card img {
  min-height: 8.125rem;
  max-height: 8.125rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#homepageModal .modal-dialog .com-card p {
  min-height: 4.5rem;
}
#homepageModal .modal-dialog .com-card a {
  justify-self: flex-end;
}
@media (max-width: 576px) {
  #homepageModal .modal-dialog .com-card {
    min-height: auto;
  }
}
#homepageModal .modal-dialog .btn-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: none;
}
#homepageModal .modal-dialog .btn-close::before,
#homepageModal .modal-dialog .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 0.125rem;
  background-color: #ffffff;
  /* Adjust color */
  transform-origin: center;
}
#homepageModal .modal-dialog .btn-close::before {
  transform: translate(-50%, 0%) rotate(30deg);
}
#homepageModal .modal-dialog .btn-close::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}

/* Loading screen overlay */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00a4e4;
  /* Change to match your design */
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  /* Ensure it appears above other content */
  transition: opacity 0.5s ease-out, transform 0.5s ease;
}
.loading-screen img {
  height: 4.375rem;
  margin-bottom: 2.5rem;
  transition: transform 0.5s ease;
  /* Ensure logo transition is applied here */
}

/* Spinner styling */
.spinner {
  width: 3.125rem;
  height: 3.125rem;
  border: 0.3125rem solid #ffffff;
  border-top-color: #00a4e4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Hide class for loading screen */
.loading-screen.hide {
  opacity: 0;
  /* Fade out */
  pointer-events: none;
  /* Disable pointer events */
  /* Add transform to the loading screen itself to ensure it moves out */
  transform: translate(0, 0);
  /* Reset position when hiding */
}

.page-hero {
  position: relative;
}
.page-hero img {
  max-height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(35, 31, 32, 0) 44.24%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.page-hero .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
.page-hero .text h1 {
  color: #fff;
  font-size: 6.75rem;
  font-style: normal;
  font-weight: 100;
  line-height: 5.75rem; /* 85.185% */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-hero .text h1 {
    font-size: 5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 768px) {
  .page-hero .text h1 {
    font-size: 4rem;
    line-height: 4.25rem;
  }
  .page-hero img {
    min-height: 16rem;
  }
}
@media (max-width: 480px) {
  .page-hero .text h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

/* Blog or News styles */
/* Carousel Styles */
.news {
  padding-top: 114.89px;
}
.news .carousel {
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.news .carousel .carousel-indicators .active {
  background-color: #00a4e4;
  opacity: 1;
}
.news .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.news .carousel .carousel-indicators button:hover {
  background-color: #00a4e4;
  opacity: 1;
}
.news .carousel .carousel-item {
  background-size: cover;
  background-position: center;
}
.news .carousel .carousel-item .carousel-content {
  color: white;
  background: #ffffff;
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2rem;
}
.news .carousel .carousel-item .carousel-content .text h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #141a24;
}
.news .carousel .carousel-item .carousel-content .text p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
  letter-spacing: 0.02rem;
  color: #141a24;
}
.news .carousel .carousel-item .carousel-content .carousel-image {
  max-height: 900px;
  height: 400px;
  overflow: hidden;
  border-radius: 0px;
}
.news .carousel .carousel-item .carousel-content .carousel-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news {
  /* Blog Card Styles */
}
.news .card {
  transition: transform 0.2s ease-in-out;
}
.news .card:hover {
  transform: translateY(-5px);
}
.news .card .card-img-top {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .card .card-body {
  padding: 1.5rem;
}
.news .card .card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.news .card .card-text {
  color: #6c757d;
  margin-bottom: 1rem;
  font-size: 14px;
}
.news .card .card-subtitle {
  font-size: 16px;
}
.news {
  /* Blog Post Styles */
}
.news .blog-post {
  background: white;
  padding: 2rem;
  border-radius: 0px;
  margin-bottom: 2rem;
}
.news .blog-post .title-card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.news .blog-post .blog-post-title {
  font-size: 2.027rem;
}
.news .blog-post .blog-post-meta {
  font-size: 0.75rem;
}
.news .blog-post .blog-post-subtitle {
  font-size: 1.25rem;
}
.news .blog-post .blog-post-summary {
  font-size: 0.875rem;
}
.news .blog-post .blog-post-content {
  font-size: 1rem;
  line-height: 1.5;
}
.news .blog-post .blog-post-content h1,
.news .blog-post .blog-post-content h2,
.news .blog-post .blog-post-content h3,
.news .blog-post .blog-post-content h4,
.news .blog-post .blog-post-content h5,
.news .blog-post .blog-post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.news .blog-post .blog-post-content h1 {
  font-size: 2.027rem;
}
.news .blog-post .blog-post-content h2 {
  font-size: 1.802rem;
}
.news .blog-post .blog-post-content h3 {
  font-size: 1.602rem;
}
.news .blog-post .blog-post-content h4 {
  font-size: 1.424rem;
}
.news .blog-post .blog-post-content h5 {
  font-size: 1.266rem;
}
.news .blog-post .blog-post-content h6 {
  font-size: 1.125rem;
}
.news .blog-post .blog-post-content p {
  margin-bottom: 1.5rem;
}
.news .blog-post .blog-post-content img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}
.news .blog-post .blog-post-content blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 1rem;
  margin: 2rem 0;
  font-style: italic;
}
.news .blog-post .blog-post-content ul,
.news .blog-post .blog-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.news .blog-post .blog-post-content li {
  margin-bottom: 0.5rem;
}
.news .blog-post .blog-post-content a {
  color: #00a4e4;
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */