
/* NV Supermart Home Builder Pro
   Scoped to this plugin only. Header, sticky bar, hero, footer and calculator
   plugin styles are intentionally not modified.
*/
.nvshb-home-builder-front{
    width:100%;
    box-sizing:border-box;
}

.nvshb-home-builder-front > .wp-block-group.nvshb-section{
    width:min(1180px, calc(100% - 40px));
    max-width:1180px;
    margin:0 auto 0;
    padding:76px 40px;
    box-sizing:border-box;
}

.nvshb-home-builder-front .nvshb-section h2{
    margin:0 0 12px;
    font-size:38px;
    line-height:1.15;
    font-weight:700;
    text-align:center;
    color:#073b5c;
}

.nvshb-home-builder-front .nvshb-section > p{
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
    font-size:17px;
    line-height:1.7;
    color:#5b6f7d;
}

.nvshb-home-builder-front .nvshb-section .wp-block-columns{
    gap:22px;
    margin:34px 0 0;
}

.nvshb-home-builder-front .nvshb-section .wp-block-column{
    margin:0;
    padding:28px;
    border:1px solid #e2e9e7;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 28px rgba(10,45,65,.06);
    box-sizing:border-box;
}

.nvshb-home-builder-front .nvshb-section .wp-block-column h3{
    margin:0 0 10px;
    font-size:21px;
    line-height:1.3;
    color:#073b5c;
}

.nvshb-home-builder-front .nvshb-section .wp-block-column p{
    margin:0;
    font-size:15px;
    line-height:1.65;
    color:#60727f;
}

.nvshb-home-builder-front .nvshb-why{
    background:#fff;
}

.nvshb-home-builder-front .nvshb-investment{
    width:100% !important;
    max-width:none !important;
    background:#f5faf7;
    padding-left:max(40px, calc((100% - 1180px)/2 + 40px)) !important;
    padding-right:max(40px, calc((100% - 1180px)/2 + 40px)) !important;
}

.nvshb-home-builder-front .nvshb-investment .wp-block-column{
    text-align:center;
    border-top:4px solid #078c27;
}

.nvshb-home-builder-front .nvshb-steps{
    background:#fff;
}

.nvshb-home-builder-front .nvshb-steps .wp-block-columns{
    align-items:stretch;
}

.nvshb-home-builder-front .nvshb-steps .wp-block-column{
    text-align:center;
    padding:24px 18px;
}

.nvshb-home-builder-front .nvshb-steps .wp-block-column h3{
    display:flex;
    width:48px;
    height:48px;
    align-items:center;
    justify-content:center;
    margin:0 auto 14px;
    border-radius:50%;
    background:#078c27;
    color:#fff;
    font-size:17px;
}

.nvshb-home-builder-front .nvshb-seo{
    background:#f8fafb;
}

.nvshb-home-builder-front .nvshb-seo > p{
    max-width:900px;
}

.nvshb-home-builder-front .nvshb-cta{
    width:100% !important;
    max-width:none !important;
    background:#073b5c;
    color:#fff;
    text-align:center;
}

.nvshb-home-builder-front .nvshb-cta h2,
.nvshb-home-builder-front .nvshb-cta > p{
    color:#fff;
}

.nvshb-home-builder-front .nvshb-cta .wp-block-buttons{
    justify-content:center;
    margin-top:24px;
}

.nvshb-home-builder-front .nvshb-cta .wp-block-button__link{
    background:#078c27;
    color:#fff;
    border-radius:7px;
    padding:13px 30px;
    font-weight:700;
}

.nvshb-home-builder-front .nvshb-partners{
    background:#fff;
}

.nvshb-home-builder-front .nvshb-partners .wp-block-column{
    min-height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:none;
}

.nvshb-home-builder-front .nvshb-partners .wp-block-image{
    margin:0;
}

.nvshb-home-builder-front .nvshb-faq{
    background:#f8fafb;
}

.nvshb-home-builder-front .nvshb-faq .wp-block-details{
    max-width:900px;
    margin:12px auto;
    padding:18px 22px;
    background:#fff;
    border:1px solid #e2e9e7;
    border-radius:10px;
}

.nvshb-home-builder-front + *{
    margin-top:0;
}

/* Keep the existing calculator plugin intact; only normalize its outer placement. */
.nvshb-home-builder-front > .wp-block-shortcode{
    width:100%;
    margin:0;
    padding:0;
}

@media (max-width:900px){
    .nvshb-home-builder-front > .wp-block-group.nvshb-section{
        width:100%;
        padding:55px 24px;
    }
    .nvshb-home-builder-front .nvshb-section h2{
        font-size:31px;
    }
    .nvshb-home-builder-front .nvshb-section .wp-block-columns{
        gap:16px;
    }
}

@media (max-width:650px){
    .nvshb-home-builder-front > .wp-block-group.nvshb-section{
        padding:44px 18px;
    }
    .nvshb-home-builder-front .nvshb-section h2{
        font-size:27px;
    }
    .nvshb-home-builder-front .nvshb-section .wp-block-column{
        padding:22px;
    }
    .nvshb-home-builder-front .nvshb-investment{
        padding-left:18px !important;
        padding-right:18px !important;
    }
}

.nvshb-home-builder-front .nvshb-network{
    background:#f7fbf8;
}
.nvshb-home-builder-front .nvshb-network .wp-block-column,
.nvshb-home-builder-front .nvshb-reach .wp-block-column{
    text-align:center;
}
.nvshb-home-builder-front .nvshb-network .wp-block-column h3,
.nvshb-home-builder-front .nvshb-reach .wp-block-column h3{
    color:#078c27;
    font-size:28px;
}
.nvshb-home-builder-front .nvshb-invest{
    background:#fff;
}
.nvshb-home-builder-front .nvshb-reach{
    background:#f8fafb;
}
.nvshb-home-builder-front .nvshb-videos,
.nvshb-home-builder-front .nvshb-testimonials{
    background:#fff;
}
.nvshb-home-builder-front .nvshb-videos .wp-block-column,
.nvshb-home-builder-front .nvshb-testimonials .wp-block-column{
    padding:12px;
}
.nvshb-home-builder-front .nvshb-videos video,
.nvshb-home-builder-front .nvshb-testimonials video{
    width:100%;
    border-radius:12px;
}
.nvshb-home-builder-front .nvshb-associations{
    background:#fff;
}
.nvshb-home-builder-front .nvshb-associations .wp-block-columns{
    align-items:center;
    gap:14px;
}
.nvshb-home-builder-front .nvshb-associations .wp-block-column{
    min-height:90px;
    padding:18px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    box-shadow:none;
}
.nvshb-home-builder-front .nvshb-associations .wp-block-image{
    margin:0;
}

/* v2.3.0 — Premium Investment Cards */
.nvshb-home-builder-front .nvshb-invest{
    padding:76px 0 82px;
    background:linear-gradient(135deg,#f1faf4 0%,#edf8f2 52%,#f7fbf9 100%);
}
.nvshb-home-builder-front .nvshb-invest > .wp-block-heading{
    text-align:center;
    margin-bottom:12px;
}
.nvshb-home-builder-front .nvshb-invest > .wp-block-paragraph{
    text-align:center;
    max-width:760px;
    margin:0 auto 34px;
}
.nvshb-home-builder-front .nvshb-investment-cards{
    gap:24px;
    align-items:stretch;
}
.nvshb-home-builder-front .nvshb-investment-cards > .wp-block-column{
    padding:0;
    margin:0;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%,#f8fcf9 100%);
    border:1px solid #d9e9df;
    border-top:4px solid #078c27;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(4,67,30,.09);
    transition:transform .25s ease,box-shadow .25s ease;
}
.nvshb-home-builder-front .nvshb-investment-cards > .wp-block-column:hover{
    transform:translateY(-7px);
    box-shadow:0 20px 40px rgba(4,67,30,.15);
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-investment-image{
    width:100%;
    height:190px;
    margin:0 0 22px;
    background:#eaf6ee;
    overflow:hidden;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-investment-image img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}
.nvshb-home-builder-front .nvshb-investment-card > .wp-block-heading,
.nvshb-home-builder-front .nvshb-investment-card > .wp-block-paragraph,
.nvshb-home-builder-front .nvshb-investment-card > .wp-block-list,
.nvshb-home-builder-front .nvshb-investment-card > .wp-block-button{
    margin-left:26px;
    margin-right:26px;
}
.nvshb-home-builder-front .nvshb-investment-card > .wp-block-heading{
    color:#063e5c;
    text-align:center;
    font-size:26px;
    margin-bottom:8px;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-area{
    text-align:center;
    color:#37617a;
    font-weight:600;
    margin-bottom:20px;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-label{
    text-align:center;
    color:#71808a;
    font-size:13px;
    margin-bottom:2px;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-investment-value{
    text-align:center;
    color:#078c27;
    font-size:23px;
    font-weight:800;
    margin-bottom:18px;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-highlights{
    margin-top:0;
    margin-bottom:18px;
    padding-left:21px;
    color:#244a3a;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-highlights li{
    margin-bottom:7px;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-products{
    min-height:42px;
    color:#5d6f78;
    font-size:13px;
    text-align:center;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-card-button{
    text-align:center;
    margin-top:20px;
    margin-bottom:28px;
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-card-button .wp-block-button__link{
    background:#078c27;
    color:#fff;
    border-radius:9px;
    padding:12px 25px;
    font-weight:700;
    box-shadow:0 7px 16px rgba(7,140,39,.18);
}
.nvshb-home-builder-front .nvshb-investment-card .nvshb-card-button .wp-block-button__link:hover{
    background:#056e20;
}
@media (max-width:781px){
    .nvshb-home-builder-front .nvshb-investment-cards{
        display:block;
    }
    .nvshb-home-builder-front .nvshb-investment-cards > .wp-block-column{
        margin-bottom:22px;
    }
    .nvshb-home-builder-front .nvshb-investment-card .nvshb-investment-image,
    .nvshb-home-builder-front .nvshb-investment-card .nvshb-investment-image img{
        height:210px;
    }
}

/* v2.4.0 live Investment Options */
.nvshb-invest-live{background:linear-gradient(135deg,#f0faf4,#f8fcf9);padding:72px 20px 80px;}
.nvshb-invest-live .nvshb-invest-inner{max-width:1180px;margin:0 auto;}
.nvshb-invest-live h2{text-align:center;color:#063e5c;font-size:42px;margin:0 0 12px;}
.nvshb-invest-intro{text-align:center;color:#315c73;margin:0 auto 36px;}
.nvshb-invest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.nvshb-invest-card{background:#fff;border:1px solid #d8e8df;border-top:4px solid #078c27;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(4,67,30,.09);transition:.25s;}
.nvshb-invest-card:hover{transform:translateY(-7px);box-shadow:0 20px 40px rgba(4,67,30,.16);}
.nvshb-invest-image{height:190px;background:linear-gradient(135deg,#dff3e6,#eef9f2);}
.nvshb-image-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#087d28;font-weight:800;font-size:25px;gap:8px;}
.nvshb-image-placeholder small{font-size:11px;letter-spacing:1.2px;color:#6d8377;}
.nvshb-card-body{padding:24px 26px 28px;}
.nvshb-card-body h3{text-align:center;color:#063e5c;font-size:27px;margin:0 0 8px;}
.nvshb-area{text-align:center;color:#37617a;font-weight:600;margin-bottom:20px;}
.nvshb-label{text-align:center;color:#71808a;font-size:13px;}
.nvshb-investment-value{text-align:center;color:#078c27;font-size:23px;font-weight:800;margin:3px 0 18px;}
.nvshb-card-body ul{margin:0 0 18px;padding-left:20px;color:#244a3a;}
.nvshb-card-body li{margin-bottom:7px;}
.nvshb-products{text-align:center;color:#5d6f78;font-size:13px;min-height:40px;}
.nvshb-card-button{display:block;text-align:center;background:#078c27;color:#fff!important;border-radius:9px;padding:12px 18px;font-weight:700;text-decoration:none!important;margin-top:20px;}
.nvshb-card-button:hover{background:#056e20;}
@media(max-width:781px){.nvshb-invest-grid{grid-template-columns:1fr}.nvshb-invest-live h2{font-size:32px}.nvshb-invest-image{height:210px}}
