:root {
    font-size: 62.5%;

    --clr-white: #fff;

    --clr-blue-v1: #11366B;
    --clr-blue-v2: #193F76;
    --clr-blue-v3: #2B538E;
    --clr-blue-v4: #456CA5;
    --clr-blue-v5: #6086BF;
    --clr-blue-v6: #0D263C;
    --clr-blue-v7: #082039;

    --clr-light-blue-v1: #00A2DC;
    --clr-light-blue-v2: #36B1DE;
    --clr-light-blue-v3: #54C5ED;
    --clr-light-blue-v4: #77CFF0;
    --clr-light-blue-v5: #9DDBF2;
    --clr-light-blue-v6: #33a0f8;
    --clr-light-blue-v7: #406E88;
    --dark-navy-blue: #010c31;


    --silver-lake-blue: #6086BF;

    --bicyclette: "bicyclette";

    --heading-extra-large: 62px;
    --heading-large: 53px;
    --heading-medium: 36px;
    --heading-small: 24px;
    --heading-extra-small: 20px;

    --text-extra-large: 25px;
    --text-large: 20px;
    --text-medium: 18px;
    --text-small: 16px;
    --text-extra-small: 14px;

    --title-line-height: 55px;
    --text-line-height: 29px;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bicyclette);
    font-size: var(--text-extra-small);
    color: var(--clr-white);
    font-weight: 300;
    line-height: 1;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

p,
ul {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.container {
    max-width: 128rem;
    width: 100%;
    margin: 0 auto;
    padding-inline: 1.5rem;
}

.container-fluid {
    padding-inline: 3.8rem;
}

.post,
.page {
    margin: 0 !important;
}

a:visited {
    color: var(--clr-white);
}

::after,
::before,
*,
html {
    transition: 0.3s ease all;
}

.bg-white {
    background: var(--clr-white);
}

/********************
Common Classes Start
********************/
.padding{
    padding-block: 80px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.g-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.w-33 {
  width: 33%;
}

.w-35 {
  width: 35%;
}

.w-50 {
  width: 50%;
}

.w-65 {
  width: 65%;
}

.w-100 {
  width: 100%;
}

.pt-140{
    padding-top: 140px;
}

.element-space > *:not(:last-child) {
    margin-bottom: 1rem !important;
}

.element-space-30 > *:not(:last-child){
    margin-bottom: 30px !important;
}

.text-center {
    text-align: center;
}

.text-white {
    color: var(--clr-white);
}

.uppercase {
    text-transform: uppercase;
}

.btn {
    min-width: 150px;
    background-color: var(--clr-blue-v1);
    color: var(--clr-white);
    text-align: center;
    padding: 2rem 4.6rem;
    text-transform: uppercase;
    font-size: var(--text-medium);
    line-height: 22px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.btn:hover {
    background-color: var(--clr-light-blue-v1);
    color: var(--clr-white);
}


.btn.btn-light {
    background-color: var(--clr-light-blue-v1);
}

.btn.btn-light:hover {
    background-color: var(--clr-blue-v1);
}

.title {
    font-size: var(--heading-large);
    line-height: var(--title-line-height);
    margin-bottom: 3.8rem;
}

.title-icon {
    margin-bottom: 3.5rem;
}

.sub-title {
    font-size: var(--heading-small);
    line-height: 2.8rem;
    margin-bottom: 3rem;
}

.sec-desc {
    font-size: var(--text-extra-large);
    font-weight: 300;
    line-height: var(--text-line-height);
}

.sec-desc > *:not(:last-child) {
    margin-bottom: 2rem !important;
}


.bg-light-blue-v1 {
    background-color: var(--clr-light-blue-v1);
}

.bg-light-blue-v5{
    background-color: var(--clr-light-blue-v5); 
}

.bg-light-blue-v6{
    background-color: var(--clr-light-blue-v6); 
}

.bg-blue-v7{
    background-color: var(--clr-blue-v7);
}

.bg-blue-v6{
    background-color: var(--clr-blue-v6);
}

.bg-blue-v3{
    background-color: var(--clr-blue-v3);
}

.bg-dark-blue{
    background-color: var(--clr-blue-v3);
}

.bg-lake-blue{
    background-color: var(--silver-lake-blue);
}

.gradient-v1 {
    background-size: contain;
    background-repeat: repeat;
}
    
.gradient-v1 {
    background: url("/wp-content/uploads/2025/06/pattern.svg"), transparent linear-gradient(180deg, var(--clr-blue-v1), var(--clr-blue-v1));
}



.pattern {
    background: url("/wp-content/uploads/2025/06/pattern.svg");
    background-repeat: repeat;
}

.blue-gradient-v3{
    background: linear-gradient(180deg, #00A3C3 0%, #243982 65%, #243982 100%);
}

.blue-gradient-v2{
    background: url("/wp-content/uploads/2025/06/pattern.svg"), linear-gradient(180deg, var(--clr-blue-v1) 0%, var(--clr-blue-v1) 100%);
}

.blue-gradient-v4 {
    background: linear-gradient(180deg, rgba(0, 163, 195, 0.54) 0%, rgba(36, 57, 130, 0.54) 65%, rgba(36, 57, 130, 0.54) 100% );
}


.light-blue-gradient{
    background: url("/wp-content/uploads/2025/06/pattern.svg"), transparent linear-gradient(179deg, #43A5C4 0%, #2F6BA9 11%, #2DA4C7 63%, #1F3E95 100%) 0% 0% no-repeat padding-box;
}




/**** Body Colors ****/
.home {
    background: linear-gradient( to bottom, #3eb1c8 0%, #3390c0 20%, #295fae 60%, #254fa4 80%, #1e3f9e 100% );
}
.home .discover-bg__img {
    background-image: url(/wp-content/uploads/2025/07/homepage-scaled.webp) !important;
}

.page-template-neighborhood{
    background-color: var(--clr-blue-v3);
}
.page-template-neighborhood .discover-bg__img{
    background-image: url(/wp-content/uploads/2025/07/neighborhood-scaled.webp) !important;
}
.page-template-property_map {
    background: linear-gradient(to bottom, #00A3C3, #243982);
}
.template-property_map .banner{
    background-color: #0790b7;
}

.page-template-property_map .discover-bg__img, 
.page-template-floorplan  .discover-bg__img,
.page-template-apartment-tours  .discover-bg__img{
    background-image: url(/wp-content/uploads/2025/07/property-map-scaled.webp) !important;
}

.page-template-amenities-and-features{
    background-color: var(--clr-blue-v6);
}
.page-template-amenities-and-features .discover-bg__img{
    background-image: url(/wp-content/uploads/2025/07/amenities__feature-scaled.webp) !important;
}
.page-template-neighborhood  .banner {
    background-color: #147eaa;
}

.page-template-gallery .discover-bg__img {
    background-image: url(/wp-content/uploads/2025/07/gallery-scaled.webp) !important;
}



.discover {
    background-color: var(--clr-blue-v3);
}
.home .discover, 
.page-template-amenities-and-features .discover {
    background-color: transparent;
}



/********************
Common Classes End
********************/

/*body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/uploads/2025/06/pattern.svg");
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-repeat: repeat;
}*/

body > * {
    position: relative;
    z-index: 2;
}

/********************
Header Start
********************/
.header {
    position: fixed;
    width: 100%;
    z-index: 99;
    isolation: isolate;
    top: 0;
    left: 0;
}

.header_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    z-index: 2;
    width: 100%;
    height: 72px;
    background: transparent linear-gradient(180deg, #114D89 0%, #689ED5 100%) 0% 0% no-repeat padding-box;
}

.admin-bar .header_bg {
    top: 0;
}

.hdr-row > div {
    width: 33.33%;
}

.header_desc {
    text-transform: uppercase;
    line-height: 1.7rem;
}

.hdr-contact__info ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.hdr-contact__info ul li a {
    color: #fff;
    text-transform: uppercase;
}

.hdr-contact__info ul li a img {
    margin-right: 0.5rem;
    width: 13px;
}

.main-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    transition: all 0.3s ease;
}

.main-menu li {
    position: relative;
}

.main-menu a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.main-menu a::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.current-menu-item::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: all 0.4s ease;
}

.main-menu a:hover::after {
    width: 100%;
}

.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    list-style: none;
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-menu .sub-menu * a {
    color: #000000;
}

.main-menu .sub-menu > li {
    text-align: left;
    padding: 12px;
}

.main-menu .sub-menu * a:hover {
    color: #000;
}

.main-menu li:hover > .sub-menu {
    display: block;
}

/* Toggle button */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

/* 17-06-2025 */

header .hdr-inner .hdr-row {
    padding-block: 1.5rem 1.8rem;
    min-height: 72px;
}

header .main-menu {
    display: flex;
    justify-content: center;
    width: calc(100% - 15px);
    gap: 45px;
    min-height: 40px;
    align-items: center;
}

header .main-menu li a {
    font-size: 1.4rem;
    line-height: 1.23;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

header .main-menu li a:hover {
    color: var(--clr-light-blue-v5);
}

.hdr-contact__info .header_btn {
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1.2;
    background: #36a5c5;
    margin-left: 5px;
}

.hdr-contact__info .header_btn:hover {
    background: var(--clr-blue-v1);
}

header .nav_row {
    background: var(--clr-blue-v6);
}

/*header .nav_row {
    background: rgb(0 0 0 / 60%);
}
*/
/********************
Header End 
********************/

/********************
Footer Start
********************/

.footer {
    padding-block: 11.3rem 2rem;
    min-height: 39.7rem;
    position: relative;
}

.footer a {
    color: var(--clr-white);
}

.footer::after,
.ftr-address__info::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer::after {
    background-image: url(/wp-content/uploads/2025/05/ft-bg.svg);
    background-position: bottom center;
    max-width: 69rem;
    height: 35.7rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.ftr-inner {
    z-index: 2;
    position: relative;
}

.ftr-address__info::before {
    width: 21px;
    height: 13px;
    background-image: url(/wp-content/uploads/2025/05/logo-tag.svg);
    top: -30px;
    background-position: center;
    left: 0;
}

.footer_btn.btn-wrapper {
    margin-bottom: 7.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.ftr-address__info {
    margin-bottom: 2.8rem;
}

.ftr-col__left > p:last-child {
    margin-top: 5px !important;
}

.footer_btn .btn {
    background: #00a2dc;
    padding-block: 1.2rem;
    max-width: max-content;
    padding-inline: 10px;
    min-width: 192px;
}

.footer_btn .btn:hover {
    background: var(--clr-white);
    color: var(--dark-navy-blue);
}

.ftr-address__info p {
    line-height: 1.4;
}

.ftr-row .ftr-col__left,
.ftr-row .ftr-col__right {
    width: 25%;
}

.ftr-row .ftr-col__center {
    width: 50%;
}

.ftr-logo img {
    width: 150px;
}

.client-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
}

.client-logo ul {
    width: 100%;
    align-items: center;
}

.second-social li img {
    width: 80px;
    height: 30px;
    object-fit: contain;
}
.second-social li:last-child {
    width: 100px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

/*.cl__logo {
    width: 100px;
    padding-left: 2rem;
    border-left: 1px solid #fff;
}
*/
.colpyright {
    margin-block: 20px 90px;
    text-align: right;
}

/********************
Footer End
********************/

/********************
Shapes Start
********************/

.gradient {
    background: radial-gradient(circle, rgba(0, 64, 118, 0.93) 0%, rgba(33, 133, 217, 0.67) 50%, rgb(84 84 84 / 0%) 100%);
    mix-blend-mode: multiply;
    width: 50rem;
    height: 50rem;
    position: absolute;
    bottom: -20rem;
    left: -15rem;
    filter: blur(50px);
}

/********************
Shapes End
********************/
.hero-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0% 100%, 0% 0%);
    padding: 56.25% 0 0 0;
}

.hero-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bann-video {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.banner video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#play-btn, 
#pause-btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.disable {
    display: none;
}
.slider-item {
    display: flex !important;
}


.banner .slider-item img {
    width: 100%;
    height: 77.3rem;
    object-fit: cover;
    object-position: center;
    display: flex;
}

.banner-slider {
    clip-path: polygon(0 0, 100% 0%, 100% 30%, 100% 70%, 85% 100%, 0 100%, 0 70%, 0% 30%);
}
.banner-slider::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000020;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.img-carousel_outer.img-carousel.top-left{
    clip-path: polygon(10% 0, 70% 0%, 100% 0, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 15%);
}

.banner {
    position: relative;
}


.banner-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.banner .slider-item img {
    display: inline-block !important;
}

.banner .banner_logo {
    position: relative;
    z-index: 1;
}
.banner .banner_logo img {
    width:100px;
}
.banner .header-text{
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
}
/*.banner .header-text {
    width: 100%;
    font-size: 2.9rem;
    text-transform: uppercase;
    margin: 20px 0 0;
    border-top: 1px solid var(--clr-white);
    padding-top: 20px;
    padding-inline: 10px;
    text-shadow: 3px 3px 10px #00000029;
    display: inline-block;
    font-weight: 600;
    word-break: keep-all !important;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}*/

/*.cont.text-center {
    max-width: 575px;
    margin: auto;
}*/


.home .header-text {
    text-shadow: 3px 3px 10px #00000029;
    font-weight: 600;
}

.banner h2{
    font-size: 2em;
}

.home  .banner .banner_logo img {
    width: 180px;
}

.bnr-center__heading {
    font-size: var(--heading-medium);
    text-align: center;
    margin-bottom: 80px;
}

/* floor Plan section start from here */
.floor-sec .floor-slider {
    max-width: 300px;
    margin: auto;
}

.floor-sec .floor-rt__col .title-icon {
    width: 100%;
    margin-bottom: 0;
}

.slick-dots li button:before {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: var(--clr-blue-v1);
    opacity: 1;
}

.slick-dots li::before {
    color: #ffff !important;
}

.floor-sec .floor-rt__col {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.floor-rt__desc p {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    max-width: 60.4rem;
}

.floor-sec .floor-rt__col .title {
    max-width: 500px;
    margin-bottom: 0;
}

.btn-floor {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.floor-sec {
    padding-block: 15.8rem 17em;
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.floor-row .slick-dots {
    bottom: -60px;
}

.floor-sec:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.6;
    z-index: 0;
}

.floor-sec_bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.24;
    z-index: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.floor-sec .floor-row {
    isolation: isolate;
}

.floor-sec .container {
    z-index: 1;
    position: relative;
}

.btn-floor .btn {
    background: var(--clr-white);
    color: var(--clr-blue-v1);
    padding: 24px 24px;
    min-width: 219px;
}

.btn-floor .btn:hover {
    background: var(--clr-blue-v1);
    color: var(--clr-white);
}

.floor_plan_details .title {
    margin-bottom: 0;
    padding-bottom: 40px;
    font-weight: 600;
}

.floor_plan_details .title span {
    font-weight: 300;
}

.table-wrap table{
    margin-bottom: 3em;
}

.table-wrap table tr {
    display: flex;
}

.table-wrap table tr th, 
.table-wrap table tr td {
    width: calc(100%/7 - 0px);
    text-align: left;
    font-size: 24px;
    padding: 10px 5px;
}

.table-wrap table tr th {
    border-bottom: 2px solid var(--clr-light-blue-v7);
    font-weight: 400;
}

.table-wrap tr:nth-child(2n + 1) td{
    background-color: var(--clr-light-blue-v7);
}

.table-wrap tr .tbl_btn {
    color: var(--clr-white);
}
.table-wrap tr .tbl_btn:hover{
    color: var(--clr-light-blue-v5);
}

.availbility-sec{
    padding-bottom: 80px;
}

.availbility-sec .btn-wrapper{
    margin-bottom: 3em;
}

.availbility-sec .table-wrap table{
    margin-bottom: 0;
}

.availbility-sec .btn {
    background-color: var(--clr-light-blue-v5);
    color: var(--clr-blue-v6);
}

.availbility-sec .btn:hover {
    background-color: var(--clr-light-blue-v6);
    color: var(--clr-white);
}

/*************************
Connected living at Vista
************************/
.connect-living {
    padding-block: 10rem;
    position: relative;
}


.connect-row {
    position: relative;
    z-index: 1;
}

.schedule-form {
    padding-left: 8rem;
}

.connect-row .sec-desc h2 {
    font-size: var(--heading-large);
    line-height: var(--title-line-height);
}

.connect-row .sec-desc h2 strong {
    font-weight: 700;
}

.schedule-form input,
.discover_form input {
    padding: 2rem !important;
    min-height: 66px !important;
    text-align: center;
    font-family: var(--bicyclette) !important;
    text-transform: uppercase;
    color: var(--clr-white) !important;
    background-color: transparent !important;
    border: 1px solid var(--clr-white) !important;
    border-radius: 0 !important;
    font-size: var(--text-medium) !important;
    font-weight: 300 !important;
}

.schedule-form input:focus,
.discover_form input:focus {
    --gf-local-shadow: none !important;
}

.schedule-form .gform_fields,
.discover_form .gform_fields {
    row-gap: 1.5rem !important;
}

#gform_submit_button_1 {
    max-width: 219px !important;
    width: 100% !important;
    height: 66px !important;
    background-color: var(--clr-blue-v1) !important;
    color: var(--clr-white) !important;
    text-align: center;
    padding: 2rem 4.6rem !important;
    text-transform: uppercase;
    border: none !important;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

#gform_submit_button_1:hover {
    background-color: var(--clr-light-blue-v1) !important;
    color: var(--clr-white) !important;
}

.discover_form textarea {
    background-color: transparent !important;
    border: 1px solid var(--clr-white) !important;
    border-radius: 0 !important;
    text-align: center !important;
    min-height: 13.2rem !important;
    vertical-align: middle;
    padding: 2rem !important;
    font-size: var(--text-medium) !important;
    font-weight: 300 !important;
    color: var(--clr-white) !important;
    text-transform: uppercase;
}

.h-captcha {
    text-align: center !important;
    margin-block: 2rem 0 !important;
}

.schedule-form .gform_validation_errors h2,
.schedule-form .gfield_validation_message,
.schedule-form .gform_validation_errors span::before,
.schedule-form .gfield_description.instruction {
    color: #010c31 !important;
    font-size: var(--text-small) !important;
}

.schedule-form .gform_validation_errors,
.schedule-form .gform_validation_errors span {
    border: 1px solid#ff4343 !important;
    display: none !important;
}

.gform_validation_errors,
.gform_validation_errors span {
    border: 1px solid #689ed5 !important;
    display: none !important;
}

.gform_validation_errors h2,
.gfield_validation_message,
.gform_validation_errors span::before,
.gfield_description.instruction {
    color: #010c31 !important;
    font-size: var(--text-small) !important;
    text-align: center !important;
}

.gform_confirmation_message {
    color: var(--clr-white) !important;
    font-size: var(--text-large) !important;
    text-align: center !important;
}

.img-carousel__inner.slick-initialized.slick-slider.slick-dotted .slick-arrow {
    display: none;
}

.ginput_container_date input {
    width: 100%;
}

.ginput_container.ginput_container_date {
    width: 100%;
}

.ginput_container.ginput_container_date > input {
    width: 100%!important;
}

.ginput_container.ginput_container_date input {
    width: 100%;
}

.ginput_complex.gform-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.ginput_complex.gform-grid-row * div input {
    width: 100%;
}

input {
    width: 100%;
}

.gfield_time_hour {
    width: 100%;
}

.ginput_complex.gform-grid-row .ginput_container {
    width: 100% !important;
}

/****************************
Connected living at Vista End 
****************************/

/****************************
Matters living at Vista End 
****************************/
.matters-feature_inner .apart-row {
    flex-direction: column;
    gap: 4.5rem;
    text-align: center;
}

.matters-col__right .title-icon img,
.apartment-feature .apart-col__right .title-icon img,
.img-carousel__text img {
    aspect-ratio: inherit !important;
    height: auto !important;
    width: auto !important;
}

.matters-col__right {
    max-width: 99rem;
}

.matters-col__right .sec-desc {
    font-size: 25px;
    font-weight: 300;
}

.matters__left .btn-wrapper {
    position: absolute;
    top: auto;
    bottom: 8.4rem;
    width: 100%;
    text-align: center;
}

.matters-col__right .btn-wrapper {
    position: absolute;
    top: 0;
}

.matters__left {
    position: relative;
}

.matters__left .btn-wrapper .btn {
    max-width: 363px;
    padding-inline: 10px;
    padding-block: 24px;
}

.matters-feature__gallery {
    clip-path: polygon(15% 0, 100% 0, 100% 81%, 85% 100%, 0% 100%, 0% 65%, 0 20%);
}

.apartment-feature .apartment-inner .matters__left img {
    height: 72rem;
}

.matters-feature_inner .matters__left {
    position: relative;
    max-width: 105.9rem;
    margin: auto;
}

/****************************
Image Carousel Start
****************************/
.img-carousel img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    object-position: center;
}

.img-carousel .slick-dotted.slick-slider {
    margin: 0;
}

.img-carousel .slick-dots {
    bottom: 3.5rem;
}


.img-carousel_wpr {
    position: relative;
}
.community-gal .slick-dots .slick-active button:before, 
.apart-img__gallery .slick-active button:before,
.matters-feature__gallery .slick-active button:before, 
.img-carousel_wpr .slick-dots .slick-active button:before {
    color: var(--clr-light-blue-v1) !important;
}



/* .img-carousel_outer::before {
    border-top: 100px solid #2b98c1;
    border-left: 100px solid #2b96c0;
} */

.img-carousel .img-item {
    overflow: hidden;
}

.img-carousel .slick-slide > div {
    display: flex;
}

.img-carousel .slick-arrow::before {
    display: none;
}

.img-carousel .slick-prev {
    left: 5rem;
    z-index: 1;
}

.img-carousel .slick-next {
    right: 7rem;
}

.img-carousel__text p {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.3;
    max-width: 102.9rem;
}
.img-carousel__text {
    padding-block: 80px;
}
.img-carouse_cnt {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
    line-height: var(--text-line-height);
}

.img-carousel_outer {
    z-index: 1;
}

/****************************
Image Carousel End
****************************/

/****************************
Community Features Start
****************************/
.community-features {
    padding-block: 3rem 12.7rem;
    position: relative;
}

.box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 10rem;
}

.community-features .title {
    margin-bottom: 6rem;
}

.box-cont p {
    font-size: var(--text-medium);
    line-height: 2.2rem;
}

.box-cont h3 {
    font-size: var(--heading-medium);
    margin-bottom: 2rem;
    line-height: 4.2rem;
}

/****************************
Community Features End
****************************/

/****************************
Address Bar Start
****************************/

.address-bar {
    padding-block: 4.2rem;
}

.address-bar a:hover {
    color: #fff;
}

.address-bar .address_row {
    max-width: 86.4rem;
    margin: 0 auto;
}

.address-bar .col_middle {
    padding-inline: 5rem;
    border-left: 1px solid var(--clr-white);
    border-right: 1px solid var(--clr-white);
}

.address-bar h3 {
    margin: 0;
}

/****************************
Address Bar End
****************************/

/****************************
Map Section Start
****************************/
#map {
    width: 100%;
    height: 72rem;
}

#map .arrrowlink a {
    padding: 8px 12px;
    background-color: var(--clr-light-blue-v1);
    display: inline-block;
    color: var(--clr-white);
    border-radius: 5px;
    margin-top: 1rem;
    text-transform: uppercase;
}

#map .gm-style-iw.gm-style-iw-c {
    background-color: var(--clr-blue-v1);
    color: var(--clr-white);
    width: 100%;
    max-width: 250px !important;
    padding: 1.5rem !important;
}

#map .locationmarker_vista {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#map .poi-info-window div,
#map .poi-info-window a,
#map .gm-style .transit-container div,
#map .gm-style .gm-style-iw-tc::after {
    background-color: var(--clr-blue-v1);
    color: var(--clr-white);
}

#map .gm-ui-hover-effect > span {
    background-color: var(--clr-white);
    margin: 0 !important;
}

#map .gm-ui-hover-effect {
    width: auto !important;
    height: auto !important;
}

#map .gm-style-iw-d {
    overflow: hidden !important;
}

#map .gm-style-iw-ch {
    padding: 0;
    margin-bottom: 1rem;
}

#map .view-link a {
    margin-top: 1rem;
    color: var(--clr-light-blue-v6);
    display: inline-block;
    text-decoration: underline;
}

.map-sec img {
    width: 100%;
    height: 72rem;
    object-fit: cover;
    display: flex;
}

.map-sec .btn-wrapper {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    transform: translate(-50%, 0px);
}

/****************************
Map Section End
****************************/

/****************************
Apartment Feature Start
****************************/

.apartment-feature {
    --af_pad: 11.6rem;
    --cf_clip: 200px;
    position: relative;
    z-index: 0;
    padding: var(--af_pad);
}

.apartment-feature .apartment-inner {
    position: relative;
    z-index: 1;
}

.apart-img__gallery {
    clip-path: polygon(0% 0%, 72% 0%, 100% 28%, 100% 100%, 0% 100%);
}

.apartment-feature.img-carousel img {
    height: 69.3rem;
}

.apartment-feature .apart-col__right {
    padding-inline: 8.7rem;
    max-width: 80rem;
}

.apartment-feature .slick-arrow {
    display: none !important;
}

.apartment-feature .apart-img__gallery::before {
    display: none !important;
}

.apartment-outer .btn-wrapper .btn {
    max-width: max-content;
    padding-inline: 2.5rem;
    padding-block: 2.4rem;
    background-color: var(--clr-light-blue-v5);
    color: var(--clr-blue-v1);
}

.apartment-outer .btn-wrapper {
    margin-top: 4.6rem;
}

.apartment-outer .sec-title {
    max-width: 400px;
}

.apartment-outer .title-icon {
    text-align: left;
}

.apartment-carousel .btn:hover {
    background-color: var(--clr-light-blue-v1);
    color: var(--clr-white);
}

.img-carousel_outer .btn-wrapper {
    position: absolute;
    bottom: 11.5rem;
    width: 100%;
    text-align: center;
}

.img-carousel_outer .btn-wrapper .btn {
    padding-inline: 20px;
    max-width: 363px;
    padding-block: 2.4rem;
}


.life-style {
    padding-block: 0 80px;
}

.life-icon {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 60px;
}

.life-icon .icon__box {
    width: 90px;
    height: 60px;
    position: relative;
}

.life-icon .icon__box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.icon__box::after {
    content: '';
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/07/logo-main-badge.webp);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 30%;
    right: -50%;
    transform: translate(50%, -30%);
}

.icon__box:last-child::after {
    display: none;
}

.life-content {
    color: var(--clr-blue-v1);
    font-size: 18px;
    line-height: 22px;
    max-width: 1030px;
    margin: 0 auto;
}
.life-style .title {
    font-size: var(--heading-medium);
    line-height: 42px;
}
.life-content p {
    margin-bottom: 88px !important;
}

/****************************
Apartment Feature End
****************************/

/****************************
Discover Start
****************************/
.discover {
    padding-block: 8rem;
    position: relative;
    z-index: 1;
}

.discover-bg__img {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
/*    opacity: 0.3;*/
    z-index: 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.discover .container {
    position: relative;
    z-index: 1;
}

.discover-inner {
    max-width: 92rem;
    margin: 0 auto;
}

.discover-inner .title-icon,
.discover-inner .title {
    margin-bottom: 6rem;
}

.discover_form {
    max-width: 70rem;
    margin: 0 auto;
}

#gform_submit_button_2 {
    max-width: 219px !important;
    width: 100% !important;
    height: 66px !important;
    background-color: var(--clr-light-blue-v1) !important;
    color: var(--clr-white) !important;
    text-align: center;
    padding: 2rem 4.6rem !important;
    text-transform: uppercase;
    border: none !important;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}


#gform_fields_2 .validation_message {
    color: var(--clr-white) !important;
}

/****************************
Template-Neighborhood Css start from here
****************************/


.page-template-amenities-and-features .banner{
    background-color: var(--clr-light-blue-v5);
}
.page-template-amenities-and-features .address-bar {
    background-color: var(--clr-light-blue-v6);
}
.page-template-neighborhood .address-bar {
    background: var(--clr-light-blue-v1);
}

.page-template-neighborhood .img-carousel__text p {
    text-align: left;
}

.summit_sec {
    padding-block: 5rem;
    background: var(--clr-blue-v3);
}

.summit__inner {
    margin-top: 50px;
}


.summit_cnt_listing .summit_list__blk {
    max-width: 1200px;
    margin: auto !important;
    row-gap: 30px;
    padding-inline: 2rem;
    column-gap: 15px;
}
.summit_cnt_listing .summit_list__blk .summit_list_col:not(:last-child) {
    width: calc(33.33% - 10px);
}
.summit_cnt_listing .summit_list__blk .summit_list_col {
    display: flex;
    font-size: 22px;
    position: relative;
    padding-left: 45px;
    line-height: 40px;
}

.summit_list_col::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/summit_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.summit_cnt_listing .summit_list__blk .summit_list_col p {
    font-size: 2.5rem;
}

.map_img .btn-wrapper {
    margin-top: 4rem;
}

.map_img .btn-wrapper .btn {
    background: var(--clr-light-blue-v5);
    color: var(--clr-blue-v1);
}

.map_img .btn-wrapper .btn:hover {
    background-color: var(--clr-blue-v1);
    color: var(--clr-white);
}


.page-template-neighborhood .banner-cont h1.header-text {
    text-align: center;
    letter-spacing: 0px;
    color: var(--clr-white);
    text-shadow: 0px 3px 6px #00000029;
    font-size: 5.3rem;
    line-height: var(--title-line-height);
    font-weight: normal;
    border-top: 0px;
    padding-top: 0;
}
.page-template-neighborhood .banner_logo img {
    max-width: 100px;
}

.map_sec {
    padding-block: 8rem;
}

.map_cnt .title {
    width: 100%;
}

.map_img {
    margin-block: 6rem 0;
}
/* .bottom-right::after {
    border-top: 100px solid #ffffff00;
    border-left: 100px solid #ffffff00;
    border-bottom: 100px solid #3d93bc;
    border-right: 100px solid #4397bf;
    right: 0;
    bottom: 0;
} */

.enlarge-map__popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 99;
    place-content: center;
}


.enlarge-map__inner {
    max-width: 1400px;
    width: 80%;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    background-color: #fff;
}

.floorplan-popup .enlarge-map__inner {
    max-width: 520px;
}
.enlarge-map__inner >img {
    background-color: var(--clr-light-blue-v2);
    border: 1px solid var(--clr-light-blue-v2);
}
.enlarge-map__inner .close-popup img {
    background: transparent;
    border: none;
}

.close-popup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 7px 1px rgb(12 5 72 / 34%);
    padding: 12px;
    margin: 0;
    position: absolute;
    top: -20px;
    right: -16px;
    cursor: pointer;
    z-index: 99;
    line-height: 0;
    color: #000;
}

/****************************
Discover End
****************************/
/***************************
 * Gallery
 * ************************/

 .page-template-gallery .banner {
    background-color: #43a5c4;
}

.lightbox__grid-gallery {
    background: transparent linear-gradient(180deg, #43A5C4 0%, #125D83 21%, #2F6DAA 55%, #1F6395 100%);
    padding-bottom: 10px;
}
 .gal-tab-filter {
    padding-block: 80px;
    font-size: 25px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: var(--text-line-height);
}

.gal-filter {
    margin-top: 50px;
}

.filter-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.filter-btn .gal-tab {
    font-size: 18px;
    padding: 18px 50px;
    background-color: var(--clr-blue-v1);
    display: block;
    min-width: 220px;
    min-height: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

.filter-btn .gal-tab.active {
    background-color: var(--clr-light-blue-v3);
}



 .gallery__wrapper .gal__row {
    display: flex;
}

.gallery__wrapper a {
    display: inline-block;
}

.gallery__wrapper img{
    object-fit: cover;
}

.gallery__wrapper .item, 
.gallery__wrapper a,
.gallery__wrapper img{
    width: 100%;
    height: 100%;
} 


/***************************
 * Gallery End
 * ************************/
/***************************
 * Amenities Page
 * ************************/

.community-gal img {
  aspect-ratio: 2/1;
  object-fit: cover;
}

.community-gal__imgsNav {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.community-gal__imgsNav img {
  margin: 0 2px;
  filter: grayscale(1);
}

.community-gal__imgsNav img.slick-current {
    filter: none;
}

.community-gal .slick-dots {
  top: -80px;
  bottom: auto;
}

.slick-next:before, .slick-prev:before{
    display: none;
}
.community-gal .slick-prev{
    left: 5rem;
    z-index: 1;
}
.community-gal .slick-next {
    right: 7rem;
}


.convenience_sec {
    padding-bottom: 100px;
    color: var(--clr-blue-v1);
}

.floorplans-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.convenience_innner {
    padding-block: 80px 100px;
    max-width: 1000px;
    margin: 0 auto;
}

.floorplans-sec img {
    clip-path: polygon(0% 0%, 80% 0%, 100% 26%, 100% 100%, 0% 100%);
    min-height: 690px;
    object-fit: cover;
}

.floorplans-sec__cnt {
    padding-right: 110px;
    max-width: 600px;
}

.floorplans-sec__cnt >*:not(:last-child) {
    margin-bottom: 30px;
}

.floorplans-sec h2 {
    font-size: var(--heading-large);
    line-height: var(--title-line-height);
}

.floor-list ul li {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-left: 25px;
    position: relative;
}

.floor-list ul li::before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: var(--clr-blue-v1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}



.page-template-amenities-and-features .community-feature {
    padding-block: 80px;
}

.page-template-amenities-and-features .community-feature__list ul {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 190px;*/

    column-gap: 190px;
    column-count: 2;
}

.page-template-amenities-and-features .community-feature__list ul li {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
    font-weight: 200;
}

.page-template-amenities-and-features .community-feature__list ul li::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--clr-light-blue-v5);
    position: absolute;
    left: 0;
    top: 8px;
}
.page-template-amenities-and-features .community-feature .btn {
    background-color: var(--clr-light-blue-v6);
    margin-top: 70px;
}
.page-template-amenities-and-features .community-feature .btn:hover, 
.gallery-design .btn:hover {
    background-color: var(--clr-blue-v3);
}

.gallery-design .gallery-design_cnt {
    max-width: 1050px;
    margin: 0 auto;
    padding-block: 120px;
}

.gallery-design .btn {
    background-color: var(--clr-light-blue-v6);
}

.gallery-design .gallery-design_cnt >*:not(:last-child) {
    margin-bottom: 40px;
}

/***************************
 * Amenities Page End
 * ************************/

/***************************
 * Map Page
 * ************************/
.explore_innner {
    max-width: 1000px;
    margin-inline: auto;
    padding-block: 80px;
}

.enlarge-map iframe {
    min-height: 800px;
}

.view-floor-plan {
    background-color: #1A5493;
}

/***************************
 * Map Page End
 * ************************/
/***************************
 * Floor Plan Page
 * ************************/
.page-template-floorplan {
    background: linear-gradient(180deg, #00A3C3 0%, #243982 65%, #243982 100%);
}
.page-template-floorplan .banner {
    background-color: #078eb6;
}

.fltr_select_iteam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
}

.floor_filter_sec {
    background-color: var(--clr-white);
    padding-block: 40px 10px;
}

.filter-opt {
    border: none;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--clr-blue-v6);
    font-family: var(--bicyclette);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/uploads/2025/07/caret-down.svg);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 16px 16px;
    padding-right: 20px;
    max-width: 180PX;
    width: 100%;
}

.demo-gallery {
    background: unset;
}


.si_grid_sec{
    padding-block: 80px;
}
.si_card_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 53px;
    max-width: 1280px;
    margin-inline: auto;
    justify-content: center;
}

.si_card_item {
    margin-bottom: 0;
    width: calc(100% / 3 - 40px);
    text-align: center;
    padding-inline: 30px;
}

.si_card_item .sec-desc span {
    display: block;
    font-size: 22px;
}

.si_card_item >*:not(:last-child){
    margin-bottom: 30px;
}

.si_card_item h2 {
    font-size: var(--heading-medium);
}

.details_btn {
    margin-bottom: 40px !important;
}

.view-more.btn-wrapper {
    text-align: center;
    padding-block: 100px 0;
}
.details_btn .btn {
    background-color: var(--clr-blue-v6);
    padding: 10px 40px;
}

.details_btn .btn:visited,
.details_btn .btn:focus,
.details_btn .btn:focus-within{
    color: var(--clr-white);  
}


.filter_sumit_btn {
    max-width: 410px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.filter_sumit_btn a {
    background-color: var(--clr-blue-v6);
    color: var(--clr-white);
    padding: 10px 20px;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
}

.filter_sumit_btn .clear_filter {
    background-color: transparent;
    color: var(--clr-blue-v6);
    text-decoration: underline;
    letter-spacing: 1.23px;
}

.site_button.filter {
    background-color: var(--clr-light-blue-v1);
}


/***************************
 * Floor Plan End
 * ************************/
 /***************************
 * Contact Page
 * ************************/
.contact__inner {
    max-width: 102rem;
    margin-inline: auto;
    padding-inline: 15px;
}
.ques-form {
    margin-top: 50px;
}
.page-template-contact .banner {
    background-color: var(--clr-blue-v6);
}
/***************************
 * Contact Page End
 * ************************/
.guestCardFieldsContainer {
    padding-block: 80px;
}

.gcard-inquire .guestCardForm, 
.gcard-schedule .guestCardForm {
    max-width: 70rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow-y: visible;
}
.guestCardSubmittedMessage {
    color: var(--clr-white);
    font-size: var(--text-medium);
}

:focus-visible {
    outline: none !important;
}

.guestCardSuccessButton {
    display: none !important;
}

.gcard-schedule .guestCardForm select option,
.gcard-inquire .guestCardForm select option{
    background:var(--clr-light-blue-v1); !important;
    -webkit-appearance: none;
}

.guestCardForm input, .guestCardForm select {
    width: 100%;
    padding: 2rem !important;
    min-height: 66px !important;
    text-align: center;
    font-family: var(--bicyclette) !important;
    text-transform: uppercase;
    color: var(--clr-white) !important;
    background-color: transparent !important;
    border: 1px solid var(--clr-white) !important;
    border-radius: 0 !important;
    font-size: var(--text-medium) !important;
    font-weight: 300 !important;
}
.schedule-form .guestCardForm select option {
    font-size: 16px;
}
.guestCardMessage {
    color: #ff7c7c;
}
.guestCardForm input::placeholder, 
.guestCardForm .textingDisclaimer {
    color: var(--clr-white);
    line-height: 18px;
    font-family: var(--bicyclette);
}
.guestCardForm .textingDisclaimer{
    font-size: 16px;
}
.guestCardForm .textingDisclaimer a {
    color: #000;
    text-decoration: underline;
}
.guestCardForm label{
    color: var(--clr-white);
    font-family: var(--bicyclette);
    font-size: 18px;
    font-weight: 300 !important;
}

.guestCardForm .guestCardFieldGroup {
    width: calc(100% / 2 - 10px);
}

.guestCardSubmitButton {
    max-width: 219px !important;
    width: 100% !important;
    height: 66px !important;
    background-color: var(--clr-light-blue-v1) !important;
    color: var(--clr-white) !important;
    text-align: center;
    padding: 2rem 4.6rem !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.gcard-schedule .guestCardButton {
    background-color: var(--clr-blue-v1) !important;
}

.guestCardCaptchaContainer, 
.gcard-schedule .guestCardForm .guestCardFieldGroup:nth-child(11), 
.gcard-inquire .guestCardForm .guestCardFieldGroup:nth-child(9), 
.gcard-inquire .guestCardForm .guestCardFieldGroup:nth-child(10) {
    width: 100%;
}

.guestCardForm input[type="date"]::-webkit-calendar-picker-indicator {
  background: url('/wp-content/uploads/2025/07/calendar.svg') no-repeat center;
  background-size: cover;
  color: white;
  opacity: 1;
  cursor: pointer;
}




.gform-loader, #gform-ajax-spinner{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    display: block;
}
.gform_footer.top_label{
    position: relative; 
}

.no__data{
    font-size: 26px;
}


@media (max-width: 1600px) {
    .apartment-feature {
        --af_pad: 5rem;
        --cf_clip: 100px;
    }

    /*.img-carousel_wpr {
        padding-top: 5rem;
    }*/
}

@media (max-width: 1280px) {
    header .hdr-inner .hdr-row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }

    .hdr-row > div {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        padding-inline: 1.5rem;
    }

    /* .bottom-right::after {
        border-top: 50px solid #ffffff00;
        border-left: 50px solid #ffffff00;
        border-bottom: 50px solid var(--celestial-blue);
        border-right: 50px solid var(--celestial-blue);
    }

    .top-left::before {
        border-top: 50px solid var(--celestial-blue);
        border-left: 50px solid var(--celestial-blue);
        border-bottom: 50px solid #43a5c400;
        border-right: 50px solid #43a5c400;
    }

    .top-right::before {
        border-top: 50px solid var(--cobalt-blue);
        border-left: 50px solid #43a5c400;
        border-bottom: 50px solid #43a5c400;
        border-right: 50px solid var(--cobalt-blue);
    }

    .bottom-right::after {
        border-top: 50px solid #ffffff00;
        border-left: 50px solid #ffffff00;
        border-bottom: 50px solid #3d95bc;
        border-right: 50px solid #3e95bd;
    }

    .top-left::before {
        border-top: 50px solid #2b82b7;
        border-left: 50px solid #2880b5;
        border-bottom: 50px solid #43a5c400;
        border-right: 50px solid #43a5c400;
    } */

    .schedule-form {
        padding-left: 6rem;
    }

    .apartment-feature .apart-col__right {
        padding-inline: 4rem;
    }

    .matters-feature_inner .matters__left {
        max-width: 100%;
        margin: auto !important;
    }

    .matters-feature .matters-feature_inner .apart-row {
        flex-direction: column;
        gap: 4.5rem;
    }

    .img-carouse_cnt {
        margin-block: 3rem 3rem;
    }
    .footer_btn.btn-wrapper{
        flex-wrap: wrap;
    }

    .enlarge-map__inner{
        width: 100%;
    }
	.colpyright {
		margin-block: 20px 130px;
	}
}

@media (max-width: 991px) {
    :root {
        --heading-large: 4.2rem;
        --heading-medium: 2.8rem;
        --heading-small: 2.4rem;
        --heading-extra-small: 2rem;

        --text-extra-large: 2.4rem;
        --text-large: 2rem;
        --text-medium: 1.8rem;
        --text-small: 1.6rem;
        --text-extra-small: 1.4rem;

        --title-line-height: 46px;
        --text-line-height: 28px;
    }

    .w-50 {
        width: 100%;
    }

    .banner-slider {
        clip-path: polygon(0 0, 100% 0%, 100% 30%, 100% 85%, 85% 100%, 0 100%, 0 70%, 0% 30%);
    }

    .banner .header-text{
        font-size: var(--heading-medium);
    }

    .sec-title,
    .sec-desc {
        text-align: center;
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .title {
        margin-bottom: 2rem;
    }

    .connect-row {
        row-gap: 3rem;
    }

    .schedule-form {
        padding-left: 0;
    }

    .box-wrapper {
        gap: 3rem;
    }

    .address-bar .col_middle {
        padding-inline: 2rem;
    }

    .apartment-feature .apart-col__right {
        padding-block: 5rem 0;
        padding-inline: 10px;
    }

    .apartment-outer {
        padding-block: 2rem;
    }

    .apartment-outer .apart-row {
        flex-direction: column-reverse;
        gap: 3rem;
        align-items: center;
    }

    .discover {
        padding-block: 6rem;
    }

    .discover-inner .title-icon,
    .discover-inner .title {
        margin-bottom: 3rem;
    }

    .ftr-row .ftr-col__left,
    .ftr-row .ftr-col__center,
    .ftr-row .ftr-col__right {
        width: 33.33%;
    }

    .menu-toggle {
        display: block;
    }

    .main-menu {
        flex-direction: column;
        max-height: 0;
        min-height: unset !important;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .main-menu.show {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        padding-block: 20px;
    }

    /* Submenu styling for mobile */
    .main-menu .sub-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }

    .main-menu {
        min-height: 100%;
        padding-inline: 20px;
        gap: 15px !important;
    }

    .hdr-col__left {
        display: none;
    }

    .hdr_logo.text-center {
        text-align: left !important;
    }

    .menu-toggle {
        position: absolute;
        left: calc(100% - 40px);
        top: 20px;
        padding: 0;
        color: var(--clr-white);
    }

    .hdr-inner .hdr-row {
        padding-block: 2rem 1.8rem;
        min-height: auto;
    }

    .floor-sec .floor-rt__col {
        align-items: center;
        gap: 15px;
        margin-top: 9rem;
    }

    .floor-sec {
        padding-block: 6rem;
    }

    .community-features .sec-title, 
    .apartment-outer .title-icon, 
    .floor-rt__desc p{
        text-align: center;
    }

    .matters-feature_inner .matters__left {
        max-width: 100%;
    }
    .map_img {
    margin-block: 6rem 0;
    }
    .map_sec {
        padding-block: 6rem;
    }
    .summit_sec {
        padding-block: 4rem;
    }
    .summit_cnt_listing .summit_list__blk{
        row-gap: 20px;
    }

    .summit_cnt_listing .summit_list__blk .summit_list_col {
        width: 50%;
    }
    .summit_cnt_listing .summit_list__blk > * {
    flex: 0 0 calc(50% - 10px);
    }
    .apartment-outer .btn-wrapper {
        margin-top: 2rem;
        text-align: center;
    }
    .filter-btn .gal-tab{
        min-height: 58px;
    }
    .floorplans-sec {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .floorplans-sec img{
        min-height: auto;
    }
    .page-template-amenities-and-features .community-feature__list ul li{
        font-size: 20px;
    }
    .page-template-amenities-and-features .community-feature__list ul{
        column-gap: 60px;
    }
    .convenience__inner {
        padding-inline: 20px;
    }
    .floorplans-sec__cnt{
        padding-right: 0;
    }
    .img-carousel img {
        height: 60vh;
    }
    .filter-opt {
        max-width: unset;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .filter_sumit_btn {
        max-width: 410px;
        justify-content: center;
    }
    .si_card_item {
        width: calc(100% / 2 - 40px);
    }


    .table-wrap table tr {
        display: block;
    }
    .table-wrap .heading-row {
        display: none;
    }

    .table-wrap .data-row td:before {
        content: attr(data-col);
        font-size: 16px;
        color: var(--clr-yellow);
        text-transform: uppercase;
        padding-right: 10px;
    }
    
    .table-wrap .data-row td {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding-inline: 10px;
        position: relative;
        padding-block: 15px;
        align-items: center;
    }
    .enlarge-map__inner{
        padding: 5px;
    }
   
    
}

@media (max-width: 767px) {
    :root {
        --heading-large: 3rem;
        --heading-medium: 2.6rem;
        --heading-small: 2rem;
        --heading-extra-small: 1.8rem;

        --text-extra-large: 2rem;
        --text-large: 1.8rem;
        --text-medium: 1.6rem;
        --text-small: 1.4rem;
        --text-extra-small: 1.2rem;

        --title-line-height: 30px;
        --text-line-height: 26px;
    }

    .btn {
        padding: 2rem;
    }

    .gradient {
        width: 35rem;
        height: 35rem;
    }

    .pt-140{
        padding-top: 50px;
    }

    .guestCardForm .guestCardFieldGroup {
        width: calc(100% / 1 - 0px);
    }

    .header .hdr-col__left {
        display: none;
    }
    .header_bg{
        position: static;
    }
    .header{
        position: absolute;
    }
    
    .hdr-contact__info ul{
        align-items: end;
    }

    .hdr-contact__info ul li a img {
        margin-right: 0;
        width: 10px;
        margin-top: 5px;
    }
    .hdr-contact__info .header_btn{
        font-size: 12px;
    }

    .hdr_logo {
        text-align: left;
    }

    .banner .slider-item img {
        height: 42rem;
    }

    .home  .banner .banner_logo img {
        width: 100px;
    }

    .banner .header-text {
/*        font-size: var(--heading-small);*/
        font-size: 2.2rem;
    }

    .banner h2{
        font-size: 1.5em;
    }

    .banner .banner_logo::before {
        height: 50rem;
    }

    .banner .bottom-right::after {
        display: none;
    }

    #play-btn svg {
        width: 40px;
        height: 40px;
    }

    .bann-video{
        top: -2px;
    }

    .apartment-feature.img-carousel img {
        height: 40rem;
    }

    .community-gal .slick-prev, 
    .img-carousel .slick-prev {
        left: 2rem;
    }

    .community-gal .slick-next, 
    .img-carousel .slick-next {
        right: 4rem;
    }

    .community-features {
        padding-bottom: 5rem;
    }

    .box-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }

    .address-bar .col_middle {
        padding: 0;
        border: 0;
        width: 100%;
        text-align: center;
    }

    .address_row {
        justify-content: center;
        gap: 1.5rem;
    }

    .address-bar h3 {
        font-size: var(--text-medium);
    }

    .map-sec img,
    #map {
        height: 45rem;
    }
	
	.enlarge-map iframe {
		min-height: 600px;
	}

    #gform_submit_button_1,
    #gform_submit_button_2 {
        max-width: unset !important;
        width: auto !important;
    }

    .schedule-form .gform_validation_errors,
    .schedule-form .gform_validation_errors span {
        margin: 0 auto;
    }

    .ftr-row {
        justify-content: center;
        gap: 3rem;
    }

    .ftr-row .ftr-col__left,
    .ftr-row .ftr-col__right {
        width: 100%;
        text-align: center;
    }

    .ftr-col__center {
        order: 1;
        margin-bottom: 2.5rem;
    }

    .ftr-col__left {
        order: 2;
    }

    .ftr-col__right {
        order: 3;
    }

    .ftr-address__info::before {
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .social-links,
    .client-logo {
        justify-content: center;
    }

    .colpyright {
        text-align: center;
		margin-block: 20px;
    }

    .apartment-feature {
        --cf_clip: 50px;
        padding-inline: 0;
    }

    .img-carousel .slick-dots {
        bottom: 3.5rem;
    }
    .img-carousel_outer {
        margin-top: 4rem;
    }
    .apartment-outer .title-icon {
        text-align: center;
    }

    .matters-feature__gallery,
    .apart-img__gallery {
        clip-path: unset;
    }

    .matters__left .btn-wrapper .btn {
        max-width: 313px;
    }

    .img-carousel__inner.slick-initialized.slick-slider.slick-dotted .slick-arrow {
        display: none;
    }

    .img-carousel_outer .btn-wrapper .btn {
        padding-inline: 20px;
        max-width: 173px;
        padding-block: 1.4rem;
    }

    .img-carousel_outer .btn-wrapper {
        bottom: 6.5rem;
    }

    .img-carousel__text p,
    .matters-col__right .sec-desc,
    .floor-rt__desc p {
        font-size: 2rem;
        text-align: center;
    }

    .btn-floor {
        margin-top: 10px;
    }

    .floor-row .slick-dots {
        bottom: -50px;
    }
    .floor-sec .title {
        text-align: center;
    }

    .connect-living {
        padding-block: 6rem;
    }

    .footer_btn.btn-wrapper {
        justify-content: center;
    }

    .slick-dots li button:before {
        font-size: 15px;
    }


    .ginput_container input {
        width: 100% !important;
    }

    .page-template-neighborhood .banner-cont h1.header-text {
        font-size: var(--heading-medium);
        padding-top: 2rem;
    }
   
    .page-template-neighborhood .img-carousel__text p{
        text-align: center;
    }
    .top-left::before{
        display: none;
    }
    .banner-slider {
        clip-path: unset;
    }
    .img-carousel_outer.img-carousel.top-left{
        clip-path:unset;
    }
    .title-icon {
    margin-bottom: 2.5rem;
    }
    .connect-row .sec-desc h2 {
    font-size: var(--heading-large);
    }
    .footer {
        padding-block: 5rem;
    }
    .apartment-feature .apartment-inner .matters__left img {
    height: 40rem;
    }
    .floor-sec .floor-row .floor-slider img {
    height: 350px;
    }  
    .schedule-form input, .discover_form input{
            min-height: 45px !important;
    } 
    
    .gallery__wrapper .gal__row {
        flex-wrap: wrap;
    }
    .gallery__wrapper .item{
        height: 250px;
    }
    .filter-btn{
        gap: 15px;
    }

    .floorplans-sec, 
    .page-template-amenities-and-features .community-feature__list ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .floorplans-sec{
        gap: 20px;
    }
    /*.page-template-amenities-and-features .community-feature__list ul {
        padding-bottom: 50px;
        margin-bottom: 50px !important;
    }*/
    .page-template-amenities-and-features .community-feature{
        padding-block: 50px;
    }

    .floorplans-sec__cnt {
        padding-right: 0;
    }

    .convenience_sec{
        padding-bottom: 50px;
    }

    .gallery-design .gallery-design_cnt, 
    .convenience_innner, 
    .explore_innner, 
    .img-carousel__text{
        padding-block: 50px;
    }
    .floor-list ul li, 
    .page-template-amenities-and-features .community-feature__list ul li {
        font-size: 18px;
    }

    .matters-col__right {
        padding-inline: 10px;
    }

    .community-gal .slick-dots {
        top: -40px;
    }
    .header_bg, 
    .hdr-inner .hdr-row{
        min-height: 100px !important;
    }

    .hdr-inner .hdr-row {
        grid-template-columns: 1fr 2fr !important;
    }
    /*.hdr-contact__info ul li:last-child {
        position: absolute;
        top: 62px;
    }*/
    .hdr-contact__info ul li:last-child {
        position: absolute;
        top: 15px;
        right: 50px;
    }
    .hdr-col__right {
        margin-top: 40px;
    }

    .menu-toggle {
        top: 15px;
    }
    .padding{
        padding-block: 50px;
    }

    .life-style {
        padding-block: 0 40px;
    }

    .life-icon {
        gap: 70px;
        margin-bottom: 30px;
    }
    .life-icon .icon__box {
        width: 60px;
        height: 30px;
    }
    .icon__box::after{
        width: 30px;
        height: 20px;
    }
    .life-style .title {
        line-height: 28px;
    }
    .life-content p {
        margin-bottom: 35px !important;
    }
    .si_card_item {
        width: calc(100%/1 - 40px);
        padding-inline: 10px;
    }
    .demo-gallery .item {
        height: auto;
    }
    .view-more.btn-wrapper{
        padding-block: 40px 0;
    }
    .filter_sumit_btn{
        row-gap: 20px;
    }
}

@media (max-width: 480px){
    .banner h2 {
        font-size: 1.35em;
    }
}

/* Base styles */

/* Responsive styles */

@media (max-width: 767px){
    .page-template-amenities-and-features .community-feature__list ul{
        column-count: 1;
    }
}

@media (max-width: 640px) {
    .summit_cnt_listing .summit_list__blk > * {
        flex: auto;
    }
    .summit_cnt_listing .summit_list__blk .summit_list_col:not(:last-child) {
        width: 100%;
    }
    .summit_cnt_listing .summit_list__blk .summit_list_col {
        font-size: 18px;
    }
    .banner .header-text {
        white-space: normal;
    }
}

/* Apartment Tour Page */

.page-template-apartment-tours .banner {
    background-color: #147eaa;
}

.tours__section{
    background-color: #147eaa;
    padding-block: 8rem;
}

.tours__section p{
    font-size: 25px;
}

.tours__section .btn-wrapper{
    margin-top: 3em;
}

.tours__section .btn{
    min-width: 270px;
}

.tours__section .btn.active,
.tours__section .btn.active:hover{
    background-color: var(--clr-light-blue-v1);
    color: var(--clr-white);
}

.tours__section .btn:focus{
    outline: none;
}

.tour__map-wrap{
    padding-top: 56.25%;
    position: relative;
}

.tour__map-wrap iframe{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tour__map-wrap iframe.active{
    display: block;
}

.tour_convenience{
    padding-top: 100px;
}

.amenities_convenience .convenience_innner{
    padding-bottom: 0;
}

@media (max-width: 767px){
    .tour_convenience{
        padding-block: 50px;
    }
}


/* Floor Plan Page 07 aug 25*/

.floor-note{
    margin-top: 30px;
}   

.floor-note p{
    font-size: 16px;
    line-height: 1.25;
}

.avail-table .table-wrap table tr.coming_soon,
.floor-note.hidden{
    display: none;
}
.avail-table .table-wrap tr:nth-child(2n + 1) td{
    background: transparent;
}

.availbility-sec:has(.floor-note.hidden) .avail-table table {
    display: none;
}  

@media (min-width: 992px){
    .avail-table .table-wrap table tr th:nth-child(4),
    .avail-table .table-wrap table tr th:nth-child(5),
    .avail-table .table-wrap table tr td:nth-child(4),
    .avail-table .table-wrap table tr td:nth-child(5){
        width: 8%;
    }
    .avail-table .table-wrap table tr th:nth-child(7),
    .avail-table .table-wrap table tr td:nth-child(7){
        width: 18%;
    }
} 

@media (min-width: 992px) and (max-width: 1024px){
    .avail-table .table-wrap table tr th,
    .avail-table .table-wrap table tr td{
        font-size: 20px;
    }
}

@media (max-width: 1279px){
    .floor_filter_sec{
        padding-bottom: 20px;
    }
    .filter_sumit_btn{
        max-width: none;
    }
}

@media (max-width: 991px){
    .table-wrap table tr th,
    .table-wrap table tr td{
        font-size: 16px;
    }
    /*.avail-table .table-wrap table tr.coming_soon,
    .floor-note.hidden{
        display: none;
    }
    .avail-table .table-wrap tr:nth-child(2n + 1) td{
        background: transparent;
    }*/
}

@media (max-width: 767px){
    .availbility-sec {
        padding-bottom: 50px;
    }
    .floor-note{
        margin-top: 20px;
    }  
    .floor-note p{
        font-size: 14px;
    }
}