:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 18px;
    font-size: 1.125vw;
    color: #000000;
    line-height: 2.278;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.desc.white p{
    color: #ffffff;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 15%;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.header .logo .img-container img{
    filter: brightness(0) invert(1);
}
.header .split-nav > li > a,
.hdr-contact .contacts li a{
    color: #ffffff !important;
}
.header .split-nav > li:hover > a::after{
    background-color: #ffffff !important;
}
.ip-pd-wrap{
    position: relative;
}
.banner-img{
    background: #000000;
}
.banner-vid{
    line-height: 0;
}
.banner-vid iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-img canvas{
    min-height: 250px;
}
.banner-img img{
    opacity: 70%;
}
.banner-img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 25.63%;
    top: 0;
    left: 0;
    opacity: 55%;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7098) 43%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7098) 43%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7098) 43%, rgb(0,0,0) 100%);
}
.banner-info-wrap{
    position: absolute;
    bottom: 60px;
    bottom: 3.75vw;
    left: 0;
}
.banner-info{
    background: #000000b8;
    color: #ffffff;
    font-size: 43px;
    /*font-size: 2.688vw;*/
    font-size: 2.813vw;
    font-family: var(--font-family-title);
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 45px 123px;
    padding: 2.813vw 7.688vw;
    padding-right: 118px;
    padding-right: 7.375vw;
}
.banner-address{
    font-size: 22px;
    font-size: 1.375vw;
    margin-top: 10px;
}
.custom-wrap{
    width: 100%;
    max-width: 1290px;
    margin: auto;
    max-width: 80.625vw;
}
#breadcrumbs{
    display: block !important;
    font-size: 15px;
    font-size: 0.938vw;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    padding: 25px 0;
}
#breadcrumbs a{
    color: #000000;
    transition: var(--ip-default-transition);
}
#breadcrumbs a:hover{
    color: var(--primary);
}
.breadcrumb_last{
    color: var(--primary);
}
.main-inner{
    margin-top: 70px;
    margin-top: max(4.375vw, 50px);
}
.main-inner .left-col{
    width: 38.76%;
    padding-top: 65px;
    padding-top: 4.063vw;
}
.main-inner .right-col{
    width: 61.24%;
    padding-left: 95px;
    padding-left: 5.938vw;
}
.main-address{
    font-size: 27px;
    font-size: 1.688vw;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-weight: 600;
    color: var(--primary);
}
.main-specs{
    display: flex;
    flex-flow: wrap;
    margin-top: 70px;
    margin-top: 4.375vw;
}
.main-specs li{
    width: 50%;
    font-size: 21px;
    font-size: 1.313vw;
    color: #7d7d7d;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 30px;
    margin-bottom: 1.875vw;
}
.main-specs li span{
    color: #000000;
    /* min-width: 110px;
    min-width: 6.875vw; */
    min-width: 6.8vw;
    display: inline-block;
    text-transform: uppercase;
}
.main-cta-wrap{
    margin-top: 30px;
    margin-top: max(1.875vw, 20px);
    display: flex;
    width: 100%;
}
.cta-btn{
    font-size: 15px;
    font-size: 0.938vw;
    color: #000000;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 18px 10px;
    max-width: 243px;
    max-width: 15.188vw;
    border: 1px solid #bdbdbd;
    width: 100%;
    font-weight: 500;
    transition: var(--ip-default-transition);
}
.cta-btn:hover{
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}
.req-btn{
    margin-right: 10px;
}
.main-share-wrap{
    margin-top: 45px;
    margin-top: max(2.813vw, 35px);
    display: flex;
}
.main-share-wrap > span{
    font-size: 20px;
    font-size: 1.25vw;
    color: #000000;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-right: 10px;
}
.share-list{
    display: flex;
    align-items: center;
}
.share-list li{
    padding: 0 10px;
}
.share-list li a{
    color: var(--primary);
    font-size: 25px;
    font-size: 1.563vw;
    transition: var(--ip-default-transition);
}
.share-list li a:hover{
    color: #000000;
}
.share-list li a .ai-font-envelope{
    margin-top: -5px;
    display: block;
    font-size: 20px;
}
.main-desc p{
    display: -webkit-box;        /* Enables the flexbox layout required for line clamping */
    -webkit-box-orient: vertical; /* Specifies vertical orientation for the box */
    overflow: hidden;           /* Hides the overflow text */
    -webkit-line-clamp: 7;
}
.main-desc.active p{
    -webkit-line-clamp: unset;
}
.main-desc-btn-wrap{
    margin-top: 45px;
    margin-top: max(2.813vw, 30px);
}
.main-desc-btn{
    
}
.main-desc-btn .more{
    
}
.main-desc-btn .less{
    display: none;
}
.main-desc.active .main-desc-btn .more{
    display: none;
}
.main-desc.active .main-desc-btn .less{
    display: block;
}
.proptour-sec{
    margin-top: 130px;
    padding: 90px 15px 74px;
}
.bg-proptour{
    background: #39342c;
}
.bg-proptour canvas{
    opacity: 7%;
}
.proptour-title{
    position: relative;
    margin: auto;
    text-align: left;
}
.section-title.white{
    color: #ffffff;
}
.proptour-inner{
    width: 100%;
    max-width: 789px;
    margin: auto;
    margin-top: 70px;
}
.proptour-img{
    padding: 17px;
}
.proptour-img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2024/12/ip-pd-ipad.png);
    pointer-events: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.proptour-img a{
    display: block;
    position: relative;
    background: #000000;
    border-radius: 17px;
    overflow: hidden;
    z-index: 1;
}
.proptour-img a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2024/12/ip-pd-play.png);
    pointer-events: none;
    background-position: center;
    background-size: 86px 85px;
    background-repeat: no-repeat;
}
.proptour-img a:hover img{
    opacity: 50%;
}
.gallery-sec{
    padding: 100px 0 120px;
}
.gal-title{
    margin: auto;
    text-align: left;
}
.gal-inner{
    position: relative;
    margin-top: 70px;
}
.gal-main-slick,
.gal-sub-slick{
    line-height: 0;
}
.gal-main-slick{
    margin-bottom: 10px;
}
.gal-main-img,
.gal-sub-img{
    background: #000000;
}
.gal-sub-slick:not(.slick-initialized){
    display: flex;
}
.gal-sub-slick{
    margin: 0 -5px;
}
.gal-sub-item{
    width: calc(100% / 7);
    padding: 0 5px;
}
.gal-arrows{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 43px;
    pointer-events: none;
}
.slick-arrow{
    color: #ffffff;
    transition: var(--ip-default-transition);
    font-size: 25px;
    pointer-events: all;
}
.slick-arrow:hover{
    color: var(--primary);
}
.form-sec{align-items: center;}
.form-sec .left-col{
    width: 50%;
}
.form-sec .right-col{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #332f28;
    padding: 50px;
    z-index: 1;
}
.form-title{
    margin: auto;
    font-size: max(4.5vw, 40px);
    font-size: max(3.438vw, 40px) !important;
}
.form-title span{
    /*font-size: max(1.688vw, 18px);*/
    font-size: max(1.488vw, 14px);
}
.form-wrap{
    max-width: 554px;
    max-width: 34.625vw;
}
.form-wrap form{
    position: relative;
}
.listings-form-wrap{
    justify-content: space-between;
    margin-top: 60px;
    margin-top: max(3.75vw, 40px);
}
.listings-field{
    width: calc(50% - 5px);
    width: calc(50% - 0.313vw);
    margin-bottom: 13px;
    margin-bottom: 0.813vw;
    position: relative;
}
.listings-field.long{
    width: 100%;
}
.listings-field input,
.listings-field textarea{
    font-size: 14px;
    font-size: 0.875vw;
    color: #221e20cc;
    height: 72px;
    height: max(4.5vw, 50px);
    width: 100%;
    padding: 20px;
    outline: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    border: none;
    background: #d6d5d4;
}
.listings-field textarea{
    height: 147px;
    height: max(9.188vw, 100px);
    resize: none;
    padding-right: 60px;
}
.listings-form-button{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.listings-form-button button{
    background: transparent;
    border: none;
    color: var(--primary);
    transition: var(--ip-default-transition);
}
.listings-form-button button:hover{
    color: #000000;
}
.wpcf7-spinner{
    position: absolute;
    bottom: 0;
}
.ftr-git{
    display: none;
}
.use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    top: 50%;
    width: max-content;
    transform: translateY(-50%);
    left: 10px;
    font-size: 14px;
    font-size: max(0.875vw, 12px);
}
.wpcf7 form .wpcf7-response-output{
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 100%;
    margin: 0;
    font-size: 14px;
    font-size: max(0.875vw, 12px);
    width: 100%;
}
.git-popup-btn{
    /*display: none;*/
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#requestInfo .aios-popup-body,
.aiosp-wrap .aiosp-container.aiosp-ref-\#schedShowing .aios-popup-body{
    width: calc(100% - 30px);
    max-width: 982px;
    padding: 70px 15px !important;
}
.aios-popup-body .aiosp-close{
    opacity: 1;
    font-size: 0;
    top: 10px;
    right: 10px;
}
.aios-popup-body .aiosp-close:hover{
    color: var(--primary) !important;
}
.aios-popup-body .aiosp-close::after{
    position: absolute;
    content: "\b0247";
    display: block;
    font-size: 28px;
    font-family: agentimage !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-inner .section-title{
    text-align: center;
    width: 100%;
    font-size: 62px;
}
.popup-desc{
    margin-top: 20px;
}
.popup-desc p{
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
}
.popup-form-wrap{
    max-width: 723px;
    margin: auto;
    margin-top: 15px;
    justify-content: space-between;
}
.popup-form-wrap > .wpcf7-form-control-wrap[data-name="your-address"] {
    display: none;
}
.popup-form-wrap > .wpcf7-form-control-wrap[data-name="your-address"] + .popup-field:first-of-type {
    margin-right: auto;
}
.popup-form-wrap .popup-field .wpcf7-submit[type="submit"] {
    display: none !important;
}
.popup-field{
    width: calc(50% - 15px);
    margin-bottom: 20px;
    position: relative;
}
.popup-field.long{
    width: 100%;
}
.popup-field input,
.popup-field textarea,
.popup-field select{
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #ffffffcc !important;
    background: none;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    padding: 18px 8px;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
}
.popup-field textarea{
    resize: none;
    height: 100px;
}
.popup-field input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0; /* Make it invisible */
}
.popup-field input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0; /* Make it invisible */
}
.popup-field .global-btn {
    color: #fff;
    cursor: pointer;
}

.popup-form-wrap .wpcf7-submit{
    display: none;
}
.popup-field.calendar::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #ffffff;
    right: 12px;
    bottom: 21px;
    mask-image: url(/wp-content/uploads/2024/12/ip-pd-date.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    pointer-events: none;
}
.popup-field input[type=date],
.popup-field select{
    color: #7b7b7bcc;
    padding-top: 5px;
}
.label-field{
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #ffffffcc;
    padding-left: 8px;
    margin-top: 15px;
}
.wpcf7-form-control-wrap[data-name="listings-address"]{
    display: none;
}
.popup-form-button{
    color: #ffffff;
    margin: auto;
    margin-top: 50px;
}
.ip-container .hdr-contact .contacts li i{
    color: #ffffff !important;
}
#listings-details .listings-map{
    margin: 0 !important;
}
.form-sec .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    width: auto;
}
.form-sec .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}
.popup-inner .wpcf7 form {
    position: relative;
}
.popup-inner .wpcf7 form .wpcf7-form-control-wrap {
    display: block;
    height: 100%;
}
.popup-inner .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 0.5em;
    left: auto;
    width: auto;
    line-height: 1;
    font-size: 12px;
    padding: 0.5em 1em;
}
.popup-inner .wpcf7 form .wpcf7-response-output {
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding: 0.5em 0.1em;
    max-width: 723px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.popup-inner .wpcf7 form .wpcf7-spinner {
    position: absolute;
    right: 0%;
    top: 105%;
    margin: 0;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){
}
@media only screen and (max-width: 1480px){
}
@media only screen and (max-width: 1366px){
}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
}
@media only screen and (max-width: 991px){
    .banner-info-wrap{
        position: relative;
        bottom: 0;
        margin: 50px auto 30px;
        max-width: 730px;
        padding: 0 15px;
    }
    .banner-info{
        font-size: 43px;
        text-align: center;
        padding: 40px 15px;
    }
    .banner-address{
        font-size: 22px;
    }
    .custom-wrap{
        max-width: 730px;
        padding: 0 15px;
    }
    .main-inner{
        margin-top: 0;
    }
    #breadcrumbs{
        font-size: 15px;
        line-height: 1.5;
    }
    .main-inner .left-col,
    .main-inner .right-col{
        width: 100%;
        padding: 0;
    }
    .main-inner .right-col{
        margin-top: 50px;
    }
    .main-address{
        font-size: 25px;
    }
    .main-specs{
        margin-top: 25px;
    }
    .main-specs li{
        width: 100%;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .main-specs li span{
        min-width: 120px;
    }
    .cta-btn{
        font-size: 15px;
        max-width: 240px;
    }
    .main-share-wrap > span{
        font-size: 20px;
    }
    .share-list li a{
        font-size: 25px;
    }
    .share-list li a .ai-font-envelope{
        font-size: 16px;
    }
    .desc p{
        font-size: 16px;
    }
    .proptour-img{
        padding: 10px;
    }
    .proptour-img a{
        z-index: 0;
        border-radius: 0;
    }
    .gal-arrows{
        top: 32%;
        position: relative;
        top: 0;
        transform: unset;
        margin-top: 30px;
    }
    .slick-arrow{
        color: #000000;
    }
    .form-sec{
        width: 100%;
        max-width: 730px;
        padding: 0 15px;
        margin: auto;
        padding-bottom: 70px;
    }
    .form-sec .left-col,
    .form-sec .right-col{
        width: 100%;
    }
    .form-sec .right-col{
        padding: 60px 15px;
        margin-left: 0;
    }
    .form-wrap{
        max-width: 500px;
    }
    .listings-field input, .listings-field textarea{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 480px){
    .banner-info{
        font-size: 35px;
    }
    .banner-address{
        font-size: 20px;
    }
    .main-cta-wrap{
        display: block;
    }
    .cta-btn{
        margin: 0 auto 10px;
    }
    .listings-field{
        width: 100%;
        margin-bottom: 5px;
    }
    .popup-inner .section-title{
        font-size: 40px;
    }
    .popup-field{
        width: 100%;
    }
}
