.elementor-257 .elementor-element.elementor-element-d5fe9a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-257 .elementor-element.elementor-element-516d63a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-257 .elementor-element.elementor-element-6d3cacf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-257 .elementor-element.elementor-element-4b6bf4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-257 .elementor-element.elementor-element-9ba8859{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-257 .elementor-element.elementor-element-cfffa4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-257 .elementor-element.elementor-element-ed6a168{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-257 .elementor-element.elementor-element-cc6142d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-cc82337 */:root {
    --navy: #1a3650;
    --gold: #d4af37;
    --light-bg: #f8fafc;
    --text: #334155;
}

.sfv-rebrand-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text);
}

/* TYPOGRAPHY FIXES FOR SEO */
.sfv-main-title { font-size: 42px; font-weight: 900; color: var(--navy); text-align: center; margin-bottom: 10px; }
.sfv-section-heading { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 20px; line-height: 1.2; }
.sfv-sub-heading { font-size: 22px; font-weight: 700; color: var(--navy); margin-top: 30px; }

/* HERO ELEMENTS */
.brand-badge { background: #eef2ff; color: #4338ca; padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 700; width: fit-content; margin: 0 auto 15px; }
.sfv-tagline { text-align: center; font-size: 18px; color: #64748b; margin-bottom: 50px; }

/* GRID LAYOUTS */
.sfv-intro-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; margin-bottom: 80px; }

/* OVERLAY BADGE */
.sfv-image-container { position: relative; }
.sfv-hero-img { width: 100%; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.sfv-gold-badge {
    position: absolute; bottom: -25px; right: -25px;
    width: 150px; height: 150px; background: var(--navy);
    border: 3px solid var(--gold); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); z-index: 10;
}
.badge-inner { text-align: center; color: white; line-height: 1.1; }
.badge-num { font-size: 44px; font-weight: 900; }
.badge-line { width: 30px; height: 2px; background: var(--gold); margin: 6px auto; }
.badge-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; }

/* TRUST ROW (EQUAL HEIGHT) */
.sfv-trust-row { display: flex; gap: 30px; margin-bottom: 80px; align-items: stretch; }
.sfv-card { flex: 1; background: white; border-radius: 16px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); display: flex; flex-direction: column; }

/* LICENSE CARD SPECIFICS */
.sfv-license-card { border: 1px solid var(--gold); text-align: center; }
.status-pill { background: #ecfdf5; color: #059669; font-size: 11px; font-weight: 800; padding: 6px 12px; border-radius: 50px; }
.license-id { background: var(--navy); color: white; font-size: 36px; font-weight: 900; padding: 10px; border-radius: 8px; margin: 20px 0; }
.sfv-gold-btn { background: var(--gold); color: black; text-decoration: none; font-weight: 800; padding: 16px; border-radius: 8px; margin-top: auto; }

/* QUOTE CARD SPECIFICS */
.sfv-quote-card { border-left: 6px solid var(--navy); }
.quote-mark { font-size: 80px; color: var(--navy); opacity: 0.1; line-height: 0; margin-bottom: 20px; }
.quote-text { font-size: 20px; line-height: 1.6; font-style: italic; margin-bottom: 30px; }
.footer-bar { width: 40px; height: 3px; background: var(--gold); margin-bottom: 10px; }
.sig-name { display: block; font-weight: 900; color: var(--navy); font-size: 15px; }
.sig-sub { font-size: 12px; color: #94a3b8; }

/* FAQ STYLING */
.faq-box { background: var(--light-bg); border-radius: 12px; margin-bottom: 15px; padding: 20px; }
summary { font-weight: 700; color: var(--navy); cursor: pointer; font-size: 18px; outline: none; }
.faq-ans { padding-top: 15px; line-height: 1.6; color: var(--text); }

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .sfv-intro-grid, .sfv-trust-row { grid-template-columns: 1fr; flex-direction: column; }
    .sfv-gold-badge { width: 120px; height: 120px; bottom: 0; right: 0; }
    .badge-num { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a4946a */.legal-connection-banner {
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
    background: #fcfdfe;
    border: 1px solid #e1e8ed;
    border-left: 6px solid #1a3650; /* Your brand navy */
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
}

.legal-content {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.legal-badge {
    flex-shrink: 0;
    margin-top: 5px;
}

.shield-icon {
    width: 45px;
    height: 45px;
    color: #1a3650;
    background: rgba(26, 54, 80, 0.05);
    padding: 10px;
    border-radius: 10px;
}

.legal-text-wrapper h2 {
    font-size: 20px;
    color: #1a3650;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.legal-text-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.legal-text-wrapper strong {
    color: #1a3650;
}

/* Responsive adjustment for mobile */
@media (max-width: 600px) {
    .legal-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .legal-connection-banner {
        border-left: none;
        border-top: 6px solid #1a3650;
        margin: 30px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aaebbc9 */.warranty-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

.warranty-header {
    text-align: center;
    margin-bottom: 40px;
}

.warranty-header h2 {
    font-size: 32px;
    color: #1a3650;
    margin-bottom: 10px;
}

.warranty-header p {
    color: #666;
    font-size: 18px;
}

.warranty-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.warranty-card {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: transform 0.3s ease;
}

.material-highlight {
    background: #f0f7ff; /* Light blue tint to make it stand out */
    border-color: #8ecae6;
}

.warranty-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    color: #1a3650;
}

.warranty-card h3 {
    font-size: 22px;
    color: #1a3650;
    margin-bottom: 15px;
}

.warranty-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.warranty-card strong {
    color: #1a3650;
}

/* Hover Effect */
.warranty-card:hover {
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .warranty-container {
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-effc865 */.sfv-map-cta-section {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

/* Map Visual Area - The "Window" */
.map-container {
    position: relative;
    height: 450px; 
    background: #e5e9ec;
    border-radius: 20px;
    overflow: hidden; /* This is what actually hides the banner */
    display: flex;
    align-items: center;
    margin-bottom: -60px; 
    z-index: 1;
}

/* The box the iframe sits in */
.map-visual-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/* FIXED: Aggressively hides the Google UI banner */
.map-visual-placeholder iframe {
    width: 100%;
    height: 150%; /* Made even taller to ensure no empty space at the bottom */
    border: none;
    position: absolute;
    top: -110px; /* Increased to -110px to guarantee the white banner is hidden */
    left: 0;
}

/* Overlay Card Styling */
.map-overlay-card {
    position: absolute;
    left: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 350px;
    z-index: 10; 
}

.map-overlay-card h3 {
    font-size: 20px;
    color: #1a3650;
    margin: 0 0 10px 0;
}

.neighborhood-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    gap: 8px;
}

.neighborhood-list li {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
}

.neighborhood-list li::before {
    content: "📍";
    margin-right: 5px;
    font-size: 12px;
}

/* Final CTA Bar */
.final-cta-bar {
    background: #1a3650; 
    padding: 100px 50px 60px; 
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff; 
    position: relative;
    z-index: 0;
}

.cta-text h4 {
    font-size: 32px;
    margin: 0 0 8px 0;
    color: #ffffff !important; 
    font-weight: 800;
}

.cta-text p {
    color: #ffffff !important; 
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
}

.inspection-btn {
    display: inline-block;
    background: #8ecae6; 
    color: #1a3650; 
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.inspection-btn:hover {
    background: #ffffff;
    transform: scale(1.05);
    color: #1a3650;
}

/* Responsive Fixes */
@media (max-width: 850px) {
    .map-container {
        height: auto;
        flex-direction: column;
        margin-bottom: 20px;
        overflow: visible; 
    }

    .map-visual-placeholder {
        position: relative;
        height: 350px; 
    }

    .map-overlay-card {
        position: relative;
        left: 0;
        margin: -40px 20px 20px; 
        max-width: calc(100% - 40px);
    }

    .final-cta-bar {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 60px 20px 40px;
    }

    .cta-text h4 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7b503d */.sfv-faq-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

.faq-intro {
    text-align: center;
    margin-bottom: 40px;
}

.faq-intro h2 {
    color: #1a3650;
    font-size: 32px;
    font-weight: 800;
    margin-top: 10px;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item[open] {
    border-color: #d4af37; /* Gold accent when open */
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

summary {
    list-style: none;
    padding: 22px 30px;
    font-weight: 700;
    color: #1a3650;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Custom Arrow */
summary::after {
    content: '+';
    color: #d4af37;
    font-size: 24px;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-content {
    padding: 0 30px 25px 30px;
    line-height: 1.6;
    color: #4b5563;
    font-size: 16px;
}

.faq-content strong {
    color: #1a3650;
}

/* Mobile Tweak */
@media (max-width: 768px) {
    .faq-intro h2 { font-size: 26px; }
    summary { font-size: 16px; padding: 15px 20px; }
    .faq-content { padding: 0 20px 20px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d2f29e */.pill-grid-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

.pill-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2x2 Grid */
    gap: 40px;
}

.pillar-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #d4af37; /* Gold accent on hover */
}

.pillar-number {
    font-size: 14px;
    font-weight: 900;
    color: #d4af37;
    background: #fdfaf0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.pillar-h2 {
    font-size: 24px !important;
    color: #1a3650 !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.pillar-card p {
    font-size: 16px;
    line-height: 1./* End custom CSS */