/*variables*/
:root {
    --brown: #A97448;
    --darkBrown: #A26A3C;
    --lightBlack: #666666;
    --black: #1E1E1E;
    --greyBg: #F8F8F8;
    --transition: all .3s ease-in-out;
}

/*pages container*/
.investPageContainer .fusion-builder-row-container,
.investPageContainer .fusion-builder-row{
    max-width: 100% !important;
    margin-inline: 0 !important;
}

.investPageContainer .fusion-column-wrapper {
    margin-inline: 0 !important;
}

.investPageContainer .fusion-builder-row .fusion-layout-column {
    margin: 0;
}

/*extra*/
.overview-inner-image {
    display: none;
}

.property-overview-section-outer .overview-content iframe {
    min-height: max-content;
    overflow: hidden;
}

body div#pi_tracking_opt_in_div {
    z-index: 99999 !important;
    opacity: 1 !important;
    background: #f5f5f5 !important;
}

/*common css*/
* {
    letter-spacing: 0;
}

img,
svg {
    vertical-align: middle;
}

body #main {
    padding-inline: 0 !important;
}

body #main .fusion-row {
    max-width: 100%;
    width: 100%;
    display: inherit;
}

body .container {
    width: 100%;
    padding-inline: 20px;
}

body .banner-placeholder {
    display: none;
}

body .custom-btn {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--brown);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-align: center;
    margin-inline: auto;
    padding: 5px 38px;
    transition: var(--transition);
    border: 1px solid var(--brown);
}

body .custom-btn:hover {
    background-color: #fff;
    color: var(--brown);
}

body .custom-btn.custom-btn-white {
    background-color: #fff;
    color: var(--brown);
    border-color: #fff;
}

body .custom-btn.custom-btn-white:hover {
    background-color: var(--brown);
    color: #fff;
}

body .container::before,
body .container::after {
    display: none;
}

.property-overview-section-outer h2,
.why-invest-section-outer h2,
.info-memorandum-section-outer h2,
.deals-wrapper-section-outer h2,
.investor-section-outer h2 {
    font-size: 56px !important;
    line-height: 53px !important;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

/*header section*/
body .fusion-tb-header {
    background-color: #000000;
}

/*footer section*/
body .fusion-footer .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-row {
    margin-inline: 20px;
}

body .fusion-footer .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
    margin-inline: 0;
}

body .fusion-footer .fusion-image-element {
    margin-inline: 0;
}

/****WHY INVEST WITH VADO? PAGE****/
/*banner section*/
.banner-section-outer {
    position: relative;
}

.banner-section-outer::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-10-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
}

.banner-section-outer .banner-inner-content--outer {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 100px;
    min-height: 490px;
}

.banner-section-outer .banner-image-outer img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-section-outer .banner-inner-content--outer::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/Ellipse-1.png);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    inset: 0;
}

.banner-section-outer .banner-inner-content {
    position: relative;
    z-index: 3;
}

.banner-section-outer .banner-title {
    font-size: 56px !important;
    line-height: 63px !important;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: .5px;
}

.banner-section-outer .banner-content p {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    max-width: 560px;
    margin-inline: auto;
    color: #fff;
}

.banner-section-outer .custom-btn {
    margin-block: 30px 0;
}

/*overview section*/
.property-overview-section-outer {
    background-color: #fff;
    position: relative;
}

.property-overview-section-outer .overview-content::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-4-2-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 198px;
    height: 194px;
    z-index: 0;
    pointer-events: none;
}

.property-overview-section-outer .property-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.property-overview-section-outer .property-image {
    min-height: 100%;
}

.property-overview-section-outer .property-image img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.property-overview-section-outer .overview-content {
    margin-inline: 110px 20px;
    padding-block: 100px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.property-overview-section-outer h2 {
    color: var(--brown);
    max-width: 550px;
    position: relative;
}

.property-overview-section-outer .overview-description {
    color: var(--lightBlack);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 15px 0 0;
    max-width: 550px;
    position: relative;
}

.property-overview-section-outer .overview-features {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    max-width: 550px;
    position: relative;
}

.property-overview-section-outer .overview-features li {
    color: var(--lightBlack);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.property-overview-section-outer .overview-features li svg {
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
}

.property-overview-section-outer .overview-features li+li {
    margin-block: 10px 0;
}

/*invest section*/
.why-invest-section-outer {
    text-align: center;
    padding-inline: 20px;
    padding-block: 70px 80px;
    position: relative;
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/key-benefits.jpg);
    background-position: center center;
    background-size: cover;
}

.why-invest-section-outer::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/Ellipse-1-1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.why-invest-section-outer .why-invest-banner-content {
    color: #fff;
    max-width: 1150px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.why-invest-section-outer .investment-benefits {
    margin-block: 70px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 100px;
}

.why-invest-section-outer .benefit-icon img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.why-invest-section-outer .benefit-title {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: var(--body_typography-font-family);
    margin: 25px 0 0;
}

.why-invest-section-outer .benefit-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0 0;
}
.right-section-author-quote {
    flex: 1;
    background: #a97448;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #d9dfe000; */
    }

    .right-section-author-quote .quote-box {
      max-width: 580px;
      text-align: left;
    color: #fff;
    }

.right-section-author-quote .quote-box p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}

   .right-section-author-quote .quote-author {
      margin-top: 35px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

   .right-section-author-quote .quote-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    }

.right-section-author-quote .quote-author div {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.right-section-author-quote .quote-author-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.right-section-author-quote .quote-author-title {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.5px !important;
    font-weight: 500;
}

    @media (max-width: 768px) {
     .right-section-author-quote .right-section {
        padding: 30px;
      }
    }
/*information section*/
.info-memorandum-section-outer {
    background-color: #fff;
    padding-block: 80px;
    position: relative;
}

.info-memorandum-section-outer::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-8-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 178px;
    height: 188px;
    position: absolute;
    right: 20px;
    bottom: 14px;
    z-index: 0;
    pointer-events: none;
}

.info-memorandum-section-outer .info-container {
    max-width: 1420px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 465px;
    gap: 134px;
    position: relative;
}

.info-memorandum-section-outer .info-container .info-text {
    padding-top: 18px;
}

.info-memorandum-section-outer h2 {
    color: var(--brown);
}

.info-memorandum-section-outer .info-description {
    color: var(--lightBlack);
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 15px 0 0;
    max-width: 500px;
}

.info-memorandum-section-outer iframe {
    height: 275px;
    width: 100%;
    min-height: max-content;
}

/*current deals section*/
.deals-wrapper-section-outer {
    background-color: var(--greyBg);
    padding-block: 70px 80px;
    text-align: center;
}

.deals-wrapper-section-outer h2 {
    color: var(--brown);
}

.deals-wrapper-section-outer .deal-box-main {
    margin-block: 70px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.deals-wrapper-section-outer .deal-card {
    box-shadow: 0px 4px 24px 0px #0000000D;
    background-color: #fff;
    padding: 20px 30px 20px 20px;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 30px;
    text-align: left;
}

.deals-wrapper-section-outer .deal-image img {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.deals-wrapper-section-outer .deal-title {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 600;
    color: var(--black);
    font-family: var(--body_typography-font-family);
    margin: 0;
    letter-spacing: 0;
}

.deals-wrapper-section-outer .deal-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    margin-block: 15px 0;
}

.deals-wrapper-section-outer .deal-points p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: var(--lightBlack);
    font-weight: 400;
}

.deals-wrapper-section-outer .deal-points p strong {
    color: var(--black);
    font-weight: 600;
}

.deals-wrapper-section-outer .deal-points p:last-child {
    grid-column: span 2;
}

.deals-wrapper-section-outer .deal-learn-more {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 22px 0 0;
    display: inline-block;
    transition: var(--transition);
}

.deals-wrapper-section-outer .deal-learn-more:hover {
    color: var(--black);
}

.deals-wrapper-section-outer .custom-btn {
    margin-block: 80px 0;
}

/*already investor section*/
.investor-section-outer {
    position: relative;
}

.investor-section-outer .leftimg,
.investor-section-outer .rightimg {
    display: none;
}

.investor-section-outer .investor-content-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.investor-section-outer .existing-investor {
    background-color: var(--darkBrown);
}

.investor-section-outer .new-investor {
    background-color: var(--brown);
}

.investor-section-outer .investor-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 60px;
    gap: 30px;
    padding-inline: 20px;
    text-align: center;
}

.investor-section-outer .investor-box .custom-btn {
    min-width: max-content;
}

.investor-section-outer::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-9-3.png);
    position: absolute;
    height: 145px;
    width: 145px;
    background-size: 145px;
    left: 0;
    bottom: 26px;
    pointer-events: none;
}

.investor-section-outer::after {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-4-3.png);
    position: absolute;
    height: 153px;
    width: 153px;
    background-size: 153px;
    right: 0;
    top: 26px;
    pointer-events: none;
    filter: contrast(.5);
}

/****WHY INVEST WITH VADO? PAGE****/

/****CURRENT DEALS PAGE****/
/*current deals section*/
.page-template-deals-template .banner-section-outer .banner-image-outer img {
    object-position: left;
}

.page-template-deals-template .deals-wrapper-section-outer {
    padding-block: 80px;
    background-color: #fff;
}

.page-template-deals-template .banner-section-outer::before {
    display: none;
}

.page-template-deals-template .deals-wrapper-section-outer .deal-box-main {
    margin-block: 0;
    grid-template-columns: repeat(3, 1fr);
}

.page-template-deals-template .deals-wrapper-section-outer .deal-card {
    background-color: var(--greyBg);
    box-shadow: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
}

.page-template-deals-template .deals-wrapper-section-outer .deal-image img {
    aspect-ratio: 1.49 / 1;
}

.page-template-deals-template .deal-content {
    padding: 30px 30px 40px;
}

.page-template-deals-template .deals-wrapper-section-outer .deal-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.page-template-deals-template .deals-wrapper-section-outer .deal-learn-more {
    font-size: 13px;
    background-color: var(--brown);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    color: #fff;
    border: 1px solid var(--brown);
}

.page-template-deals-template .deals-wrapper-section-outer .deal-learn-more:hover {
    background-color: #fff;
    color: var(--brown);
}

.page-template-deals-template .deal-content .apply-now-p {
    margin: 12px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.page-template-deals-template .deal-content .apply-now-p a {
    transition: var(--transition);
    margin-left: 5px;
}

.page-template-deals-template .deal-content .apply-now-p a:hover {
    color: var(--black);
}

/****CURRENT DEALS PAGE****/

/****BECOME AN INVESTOR PAGE****/
/*how it works section*/
.page-template-become-an-investor .banner-section-outer .banner-content p {
    max-width: 605px;
}

.page-template-become-an-investor .why-invest-section-outer {
    background-color: #fff;
    background-image: unset;
    position: relative;
}

.page-template-become-an-investor .why-invest-section-outer::after {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-8-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 178px;
    height: 188px;
    position: absolute;
    right: 14px;
    bottom: 10px;
    z-index: 0;
    pointer-events: none;
}

.page-template-become-an-investor .banner-section-outer::before {
    display: none;
}

.page-template-become-an-investor .why-invest-section-outer .why-invest-banner-content,
.page-template-become-an-investor .why-invest-section-outer h2,
.page-template-become-an-investor .why-invest-section-outer .benefit-title {
    color: var(--black);
}

.page-template-become-an-investor .why-invest-section-outer::before {
    display: none;
}

.page-template-become-an-investor .section-paragraph {
    margin-block: 10px 0;
    color: var(--lightBlack);
    font-size: 16px;
    line-height: 24px;
}

.page-template-become-an-investor .why-invest-section-outer .benefit-description {
    color: var(--lightBlack);
}

.page-template-become-an-investor .why-invest-section-outer .why-invest-banner-content {
    max-width: 1338px;
}

.page-template-become-an-investor .why-invest-section-outer .investment-benefits {
    gap: 30px 60px;
}

.page-template-become-an-investor .why-invest-section-outer .benefit-item {
    padding-inline: 18px;
}

.page-template-become-an-investor .why-invest-section-outer .benefit-title {
    max-width: 275px;
    margin-inline: auto;
    line-height: 30px !important;
}

.page-template-become-an-investor .why-invest-section-outer .section-title {
    color: var(--brown);
}

/*register to invest section*/
.page-template-become-an-investor .property-overview-section-outer {
    background-color: var(--greyBg);
}

.page-template-become-an-investor .property-overview-section-outer .overview-content::before {
    display: none;
}

.page-template-become-an-investor .property-overview-section-outer iframe {
    height: 980px;
}

.page-template-become-an-investor .property-overview-section-outer .overview-description {
    margin-bottom: 12px;
}

.page-template-become-an-investor .property-overview-section-outer .overview-description+p {
    margin-bottom: 0;
}

.page-template-become-an-investor .property-overview-section-outer .overview-content {
    padding-block: 70px 65px;
}

/****BECOME AN INVESTOR PAGE****/

/*FORMS CSS*/
body .track-record-form-section iframe {
    height: 380px;
}

body .eoi-invest-form-section iframe {
    height: 970px;
}

body .eoi-invest-form-section .fusion-layout-column .fusion-column-wrapper {
    max-width: 625px;
    margin-inline: auto;
}

body .contact-page-form-section iframe {
    height: 730px;
}

body .contact-page-form-section .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
    margin-right: 0;
}

/*10 july 2025*/
body #hero-section .fusion-layout-column,
body #hero-section .fusion-column-wrapper,
body #hero-section .fusion-row .fusion-flex-column {
    margin: 0;
}

body.home .fusion-tb-header {
    position: absolute;
    width: 100%;
}

body #hero-section {
    align-items: flex-start !Important;
    min-height: unset !Important;
}

body #hero-section .fusion-video-cover {
    height: max-content !important;
}

div#post-3417 .fusion-fullwidth {
    margin: 0 !important;
}

div#post-3417 .fusion-flex-container .fusion-row .fusion-flex-column {
    margin: 0 !important;
}

div#hero-section * {
    max-height: 99vh !IMPORTANT;
    margin: 0;
}

div#post-3417 .fusion-builder-row {
    margin: 0 !important;
}

body #hero-section .fusion-row .fusion-flex-column,
body #hero-section div#video-1,
body #hero-section .fusion-builder-row.fusion-row {
    margin: 0 !important;
}

div#hero-section {
    max-height: 99vh !IMPORTANT;
    margin: 0;
}

div#about .fusion-builder-row.fusion-row {
    margin-inline: 0 !important;
}
div#about .fusion-builder-row.fusion-row .fusion-column-wrapper {
    margin-inline: 0 !important;
}

div#about .fusion-builder-row.fusion-row h2 {
    margin-top: 0 !important;
}

/*welcome vado private*/
.welcome-vado-private .parallax-inner {
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    background-position: right center !important;
}

.welcome-vado-private {
    min-height: unset !important;
    margin: 0 !important;
}

/*breakpoints*/
@media (min-width: 576px) and (max-width: 749px) {
    .container {
        max-width: 576px !important;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    .container {
        max-width: 750px !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {
        max-width: 990px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1419px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1420px) {
    .container {
        max-width: 1460px !important;
    }
}

/*breakpoints*/

/*responsive css start here*/
@media (max-width: 1599px) {
    .property-overview-section-outer .overview-content::before {
        width: 138px;
        height: 134px;
    }

    .investor-section-outer::after,
    .investor-section-outer::before {
        height: 110px;
        width: 110px;
        background-size: 110px;
    }

    .info-memorandum-section-outer::before {
        width: 138px;
        height: 148px;
    }

    .page-template-become-an-investor .why-invest-section-outer::after {
        width: 118px;
        height: 128px;
    }
}

@media (max-width: 1419px) {
    .property-overview-section-outer .overview-content {
        margin-inline: 100px 20px;
    }

    .deals-wrapper-section-outer .deal-card {
        gap: 20px;
    }

    .deals-wrapper-section-outer .deal-title {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .deals-wrapper-section-outer .deal-box-main {
        gap: 30px;
    }

    .investor-section-outer::after,
    .investor-section-outer::before {
        height: 100px;
        width: 100px;
        background-size: 100px;
    }

    .info-memorandum-section-outer .info-container {
        gap: 65px;
    }

    .info-memorandum-section-outer iframe {
        height: 275px;
    }

    .page-template-deals-template .deal-content {
        padding: 25px 30px 40px;
    }

    .page-template-become-an-investor .property-overview-section-outer .overview-content {
        padding-block: 65px 60px;
        margin-inline: 55px 20px;
    }
}

@media (max-width: 1228px) {
    body .fusion-footer .fusion-flex-container .fusion-row.fusion-flex-content-wrap {
        margin-inline: 0 !important;
    }
div#about .fusion-builder-row.fusion-row .fusion-column-wrapper {
    padding-inline: 40px;
}
div#about .fusion-builder-row.fusion-row h2 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
div#about .fusion-builder-row.fusion-row .fusion-column-wrapper {
    padding-inline: 20px;
    margin-left: 20px !important;
    padding-block: 20px 0px !important;
}
div#about .fusion-builder-row.fusion-row h2 span {
    font-size: 40px !important;
    line-height: 38px !important;
}
div#about .fusion-builder-row.fusion-row p span {
    font-size: 15px !important;
}
}

@media (max-width: 1199px) {

    .property-overview-section-outer h2,
    .why-invest-section-outer h2,
    .info-memorandum-section-outer h2,
    .deals-wrapper-section-outer h2,
    .investor-section-outer h2 {
        font-size: 50px !important;
        line-height: 47px !important;
    }

    .property-overview-section-outer .overview-content {
        min-height: unset;
        margin-inline: 20px 20px;
    }

    .why-invest-section-outer .investment-benefits {
        gap: 30px 80px;
    }

    .deals-wrapper-section-outer .deal-box-main {
        gap: 30px;
        grid-template-columns: 1fr;
        margin-block: 60px 0;
    }

    .deals-wrapper-section-outer .custom-btn {
        margin-block: 70px 0;
    }

    .investor-section-outer .investor-box {
        padding-block: 55px;
    }

    .info-memorandum-section-outer .info-container {
        gap: 50px;
        grid-template-columns: 1fr 400px;
    }

    .info-memorandum-section-outer {
        padding-block: 70px;
    }

    .property-overview-section-outer .overview-content::before {
        width: 118px;
        height: 114px;
        right: 10px;
        bottom: 20px;
    }

    .why-invest-section-outer {
        background-size: contain;
    }

    .why-invest-section-outer::before {
        background-size: contain;
    }

    .info-memorandum-section-outer::before {
        width: 118px;
        height: 128px;
    }

    .info-memorandum-section-outer iframe {
        height: 250px;
    }

    .page-template-deals-template .deals-wrapper-section-outer .deal-box-main {
        margin-block: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .page-template-deals-template .deals-wrapper-section-outer {
        padding-block: 65px;
    }

    .page-template-become-an-investor .why-invest-section-outer .benefit-item {
        padding-inline: 0;
    }

    .page-template-become-an-investor .section-paragraph {
        margin-block: 8px 0;
    }

    .page-template-become-an-investor .why-invest-section-outer::after {
        width: 78px;
        height: 88px;
        right: 10px;
        bottom: 0;
    }

    .page-template-become-an-investor .property-overview-section-outer iframe {
        height: 990px;
    }

    .page-template-become-an-investor .property-overview-section-outer .overview-content {
        margin-inline: 35px 20px;
    }
}

@media(max-width:1000px) {
    body.home .fusion-tb-header {
        position: relative;
    }

    body.home .fusion-tb-header .fusion-fullwidth {
        background: #000;
    }

    .welcome-vado-private {
        display: flex !important;
        flex-direction: column !important;
    }

    .welcome-vado-private .parallax-inner {
        position: unset !important;
        aspect-ratio: 2 / 1;
    }

    .welcome-vado-private .fusion-flex-container .fusion-row .fusion-flex-column {
        display: flex;
        width: 100% !important;
    }

    .welcome-vado-private .fusion-column-wrapper {
        padding-top: 0 !important;
        padding-inline: 20px !important;
    }
div#about .fusion-builder-row.fusion-row h2 span {
    font-size: 50px !important;
    line-height: 48px !important;
}
div#about .fusion-builder-row.fusion-row p span {
    font-size: 16px !important;
}
div#about .fusion-builder-row.fusion-row .fusion-column-wrapper {
    margin-left: 0px !important;
    padding-block: 20px 15px !important;
}
}

@media (max-width: 989px) {
    body .custom-btn {
        min-height: 46px;
    }

    .banner-section-outer .banner-title {
        font-size: 45px !important;
        line-height: 1 !important;
    }

    .banner-section-outer .banner-inner-content--outer {
        min-height: 425px;
    }

    .banner-section-outer .banner-content p {
        font-size: 16px;
        max-width: 480px;
    }

    .property-overview-section-outer h2,
    .why-invest-section-outer h2,
    .info-memorandum-section-outer h2,
    .deals-wrapper-section-outer h2,
    .investor-section-outer h2 {
        font-size: 45px !important;
        line-height: 1 !important;
    }

    .property-overview-section-outer .overview-description {
        line-height: 25px;
        margin: 12px 0 0;
    }

    .property-overview-section-outer .overview-features li {
        line-height: 25px;
    }

    .why-invest-section-outer .benefit-icon img {
        height: 90px;
        width: 90px;
    }

    .why-invest-section-outer .benefit-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .why-invest-section-outer .investment-benefits {
        gap: 30px 40px;
    }

    .deals-wrapper-section-outer .custom-btn {
        margin-block: 60px 0;
    }

    .deals-wrapper-section-outer .deal-box-main {
        margin-block: 50px 0;
    }

    .deals-wrapper-section-outer {
        padding-block: 60px 70px;
    }

    .investor-section-outer::after,
    .investor-section-outer::before {
        height: 80px;
        width: 80px;
        background-size: 80px;
    }

    .investor-section-outer::after {
        top: 0;
    }

    .investor-section-outer::before {
        bottom: 20px;
    }

    .info-memorandum-section-outer .info-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 35px;
    }

    .info-memorandum-section-outer {
        padding-block: 60px 55px;
    }

    .info-memorandum-section-outer .info-description {
        margin: 10px 0 0;
        max-width: 450px;
    }

    .property-overview-section-outer .overview-content::before {
        width: 108px;
        height: 104px;
        right: 0px;
        bottom: 10px;
    }

    .info-memorandum-section-outer::before {
        width: 90px;
        height: 100px;
        right: 10px;
    }

    .info-memorandum-section-outer .info-container .info-text {
        padding-top: 0;
    }

    .info-memorandum-section-outer iframe {
        height: 275px;
    }

    .page-template-deals-template .deals-wrapper-section-outer .deal-points {
        grid-template-columns: 1fr;
    }

    .page-template-deals-template .deals-wrapper-section-outer .deal-points p:last-child {
        grid-column: unset;
    }

    .page-template-become-an-investor .why-invest-section-outer .benefit-title {
        line-height: 26px !important;
    }

    .page-template-become-an-investor .why-invest-section-outer .investment-benefits {
        gap: 30px 40px;
        margin-block: 55px 0;
    }

    .page-template-become-an-investor .why-invest-section-outer {
        padding-block: 60px 70px;
    }

    .page-template-deals-template .deal-content {
        padding: 25px 25px 35px;
    }

    .page-template-become-an-investor .property-overview-section-outer .property-container {
        display: flex;
        flex-direction: column;
    }

    .page-template-become-an-investor .property-overview-section-outer .property-container .property-image img {
        aspect-ratio: 1.49 / 1;
        object-fit: cover;
    }

    .page-template-become-an-investor .property-overview-section-outer .overview-content {
        margin-inline: auto;
        width: calc(100% - 40px);
        padding-block: 55px 50px;
    }

    .page-template-become-an-investor .property-overview-section-outer iframe {
        height: 975px;
    }
}

@media(max-width:767px) {
    body #hero-section {
        padding-left: 1020px !important;
    }

    .welcome-vado-private .parallax-inner {
        aspect-ratio: 1.5 / 1;
    }
}

@media (max-width: 749px) {
    .banner-section-outer .banner-inner-content {
        text-align: left;
    }

    .banner-section-outer .banner-content p {
        max-width: 100%;
    }

    .banner-section-outer .custom-btn {
        margin-left: 0;
    }

    .banner-section-outer .banner-inner-content--outer {
        min-height: 400px;
        padding-block: 50px 60px;
    }

    .property-overview-section-outer .property-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .property-overview-section-outer .property-container>div {
        width: 100%;
        max-width: 100%;
    }

    .property-overview-section-outer .overview-content {
        margin-inline: 0;
        padding-inline: 20px;
        padding-block: 50px 60px;
    }

    .property-overview-section-outer .property-image img {
        max-height: 400px;
    }

    .why-invest-section-outer .investment-benefits {
        margin-block: 60px 0;
        grid-template-columns: 1fr;
        gap: 45px 50px;
    }

    .why-invest-section-outer .benefit-description {
        max-width: 320px;
        margin-inline: auto;
    }

    .deals-wrapper-section-outer .deal-points {
        grid-template-columns: 1fr;
        margin-block: 10px 0;
    }

    .deals-wrapper-section-outer .deal-points p:last-child {
        grid-column: unset;
    }

    .deals-wrapper-section-outer .deal-learn-more {
        margin: 15px 0 0;
    }

    .deals-wrapper-section-outer .deal-points p {
        font-size: 15px;
        line-height: 28px;
    }

    .investor-section-outer .investor-content-main {
        grid-template-columns: 1fr;
    }

    .investor-section-outer .investor-box {
        padding-block: 40px;
    }

    .investor-section-outer::after {
        top: 15px;
    }

    .property-overview-section-outer .overview-content::before {
        display: none;
    }

    .property-overview-section-outer .overview-content::before {
        content: "";
        background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-4-2-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 108px;
        height: 104px;
        z-index: 0;
    }

    .property-overview-section-outer .overview-content * {
        position: relative;
    }

    .why-invest-section-outer::before {
        opacity: 0;
    }

    .info-memorandum-section-outer iframe {
        height: 250px;
    }

    .page-template-deals-template .banner-section-outer .banner-content p,
    .page-template-deals-template .banner-section-outer .banner-title {
        text-shadow: 0 2px 4px rgb(0 0 0);
    }

    .page-template-deals-template .deals-wrapper-section-outer {
        padding-block: 55px;
    }

    .page-template-deals-template .deals-wrapper-section-outer .deal-box-main {
        grid-template-columns: 1fr;
    }

    .page-template-deals-template .deal-content .apply-now-p {
        margin: 10px 0 0;
        font-size: 13px;
    }

    .page-template-become-an-investor .property-overview-section-outer .overview-content::before {
        display: none;
    }

    .page-template-become-an-investor .property-overview-section-outer iframe {
        height: 990px;
    }

    .page-template-become-an-investor .property-overview-section-outer .overview-content {
        max-width: 439px;
    }

    .page-template-become-an-investor .property-overview-section-outer iframe {
        height: 935px;
    }

    body .eoi-invest-form-section iframe {
        height: 985px;
    }

    body .contact-page-form-section .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
        margin-right: var(--awb-spacing-right);
    }
}

@media (max-width: 575px) {
    body .awb-menu_mt-fullwidth .awb-menu__m-toggle {
        padding-inline: 0;
    }

    body .custom-btn {
        padding: 5px 20px;
        min-height: 40px;
        font-size: 15px;
    }

    .property-overview-section-outer h2,
    .why-invest-section-outer h2,
    .info-memorandum-section-outer h2,
    .deals-wrapper-section-outer h2,
    .investor-section-outer h2 {
        font-size: 34px !important;
    }

    .banner-section-outer .custom-btn {
        margin-block: 25px 0;
    }

    .banner-section-outer .banner-title {
        font-size: 40px !important;
    }

    .banner-section-outer .banner-inner-content--outer::before {
        background-size: cover;
    }

    .banner-section-outer .banner-inner-content--outer {
        padding-block: 55px 65px;
        min-height: 375px;
    }

    .banner-section-outer::before {
        background-position: center;
    }

    .property-overview-section-outer .overview-content {
        padding-block: 40px 50px;
    }

    .why-invest-section-outer {
        padding-block: 55px 55px;
    }

    .why-invest-section-outer .investment-benefits {
        margin-block: 42px 0;
        gap: 0;
    }

    .why-invest-section-outer .benefit-title {
        margin: 18px 0 0;
    }

    .why-invest-section-outer .benefit-item+.benefit-item {
        border-top: 1px solid #4c4c4c;
        padding-top: 32px;
        margin-top: 32px;
    }

    .why-invest-section-outer .benefit-icon img {
        height: 80px;
        width: 80px;
    }

    .deals-wrapper-section-outer {
        padding-block: 45px 55px;
    }

    .deals-wrapper-section-outer .deal-box-main {
        margin-block: 38px 0;
        gap: 22px;
    }

    .deals-wrapper-section-outer .deal-card {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .deals-wrapper-section-outer .deal-content {
        padding: 0 20px 20px;
    }

    .deals-wrapper-section-outer .custom-btn {
        margin-block: 42px 0;
    }

    .deals-wrapper-section-outer .deal-image img {
        aspect-ratio: 1.49 / 1;
    }

    .investor-section-outer .investor-box {
        gap: 20px;
        padding-block: 35px;
    }

    .investor-section-outer::after,
    .investor-section-outer::before {
        height: 65px;
        width: 65px;
        background-size: 65px;
        display: none;
    }

    .investor-section-outer::after {
        top: 85px;
    }

    .investor-section-outer::before {
        bottom: 15px;
    }

    .info-memorandum-section-outer {
        padding-block: 50px 45px;
    }

    .property-overview-section-outer .overview-content::before {
        right: 10px;
        bottom: 16px;
        width: 94px;
        height: 90px;
        display: none;
    }

    .info-memorandum-section-outer::before {
        width: 94px;
        height: 104px;
        right: 10px;
        bottom: 10px;
        display: none;
    }

    .info-memorandum-section-outer .info-container {
        gap: 30px;
    }

    .page-template-become-an-investor .why-invest-section-outer::after {
        display: none;
    }

    .page-template-deals-template .deals-wrapper-section-outer {
        padding-block: 50px;
    }

    .page-template-deals-template .deal-content {
        padding: 20px 20px 30px;
    }

    .page-template-become-an-investor .why-invest-section-outer .investment-benefits {
        gap: 0;
        margin-block: 42px 0;
    }

    .page-template-become-an-investor .why-invest-section-outer {
        padding-block: 50px 50px;
    }

    .page-template-become-an-investor .why-invest-section-outer .benefit-item+.benefit-item {
        border-top: 1px solid #e1e1e1;
    }

    .page-template-become-an-investor .why-invest-section-outer .benefit-title {
        max-width: 225px;
    }

    .page-template-become-an-investor .property-overview-section-outer .overview-content {
        padding-block: 40px 40px;
        padding-inline: 0;
    }

.welcome-vado-private .parallax-inner {
    aspect-ratio: 1.1 / 1;
}
div#about .fusion-builder-row.fusion-row h2 {
    margin-bottom: 15px !important;
}
}

@media (max-width: 539px) {
    body .eoi-invest-form-section iframe {
        height: 910px;
    }
}

@media (max-width: 491px) {
    body .eoi-invest-form-section iframe {
        height: 925px;
    }
}

@media (max-width: 480px) {
    .info-memorandum-section-outer iframe {
        height: 460px;
    }

    .page-template-become-an-investor .property-overview-section-outer iframe {
        height: 930px;
    }
}

@media (max-width: 479px) {
    body .contact-page-form-section iframe {
        height: 680px;
    }
}

@media (max-width: 462px) {

    body .track-record-form-section iframe {
        height: 350px;
        padding-inline: 8px;
    }

    body .eoi-invest-form-section iframe {
        height: 925px;
    }

    body .eoi-invest-form-section .fusion-layout-column .fusion-column-wrapper {
        padding-inline: 20px;
    }
}

@media (max-width: 452px) {
    body .eoi-invest-form-section iframe {
        height: 925px;
    }
}

@media (max-width: 411px) {
    body .contact-page-form-section iframe {
        height: 710px;
    }
}

@media (max-width: 389px) {
    .property-overview-section-outer .overview-content::before {
        right: 0;
        bottom: 5px;
        width: 84px;
        height: 80px;
    }

    .info-memorandum-section-outer::before {
        width: 84px;
        height: 94px;
        right: 0px;
        bottom: 0;
    }
}

@media (max-width: 375px) {
    body .eoi-invest-form-section iframe {
        height: 940px;
    }
}

@media (max-width: 361px) {
    body .eoi-invest-form-section iframe {
        height: 955px;
    }
}
