.elementor-556 .elementor-element.elementor-element-b2c4a51{--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-556 .elementor-element.elementor-element-65f7da5{--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-556 .elementor-element.elementor-element-6782090{--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-556 .elementor-element.elementor-element-13132b9e{--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-556 .elementor-element.elementor-element-7f94223{--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-556 .elementor-element.elementor-element-119c52d1{--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-556 .elementor-element.elementor-element-d3a62bb{--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-556 .elementor-element.elementor-element-e091734{--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-556 .elementor-element.elementor-element-317bc4b{--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 );}/* Start custom CSS for html, class: .elementor-element-36c9baf *//* --- Global Variables --- */
:root {
    --brand-blue: #1a3650;
    --brand-gold: #d4af37;
    --text-slate: #4b5563;
    --bg-light: #f8fafc;
    --white: #ffffff;
}

/* --- Layout & Typography --- */
.sfv-service-page {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

.service-hero {
    text-align: center;
    margin-bottom: 50px;
}

.division-tag {
    color: var(--brand-gold);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.service-hero h1 {
    font-size: 42px;
    color: var(--brand-blue);
    margin-top: 10px;
}

/* --- Material Cards --- */
.materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.material-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    border-top: 6px solid var(--brand-gold); /* Distinctive top border */
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.material-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.material-icon {
    font-size: 35px;
    margin-bottom: 20px;
}

.material-card h3 {
    font-size: 22px;
    color: var(--brand-blue);
    margin-bottom: 15px;
    font-weight: 700;
}

.material-features {
    list-style: none;
    padding: 15px 0 0;
    margin-top: auto;
    border-top: 1px solid #eee;
}

.material-features li {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    color: var(--brand-blue);
}

.material-features li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--brand-gold);
}

/* --- CTA Section & Button --- */
.services-cta {
    text-align: center;
    padding: 60px 20px;
    background: var(--bg-light);
    border-radius: 30px;
}

.gold-cta-btn {
    display: inline-block;
    background-color: var(--brand-gold);
    color: var(--white) !important;
    padding: 18px 45px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.gold-cta-btn:hover {
    background-color: var(--brand-blue);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .service-hero h1 { font-size: 32px; }
    .materials-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c1393b */.sfv-accordion-section {
    padding: 80px 20px;
    background-color: var(--white);
}

.accordion-container {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-header {
    text-align: center;
    margin-bottom: 40px;
}

.accordion-header h2 {
    color: var(--brand-blue);
    font-size: 32px;
    font-weight: 800;
}

.faq-item {
    background: var(--bg-light);
    margin-bottom: 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.faq-item[open] {
    border-color: var(--brand-gold);
}

summary {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-blue);
    cursor: pointer;
    list-style: none;
    position: relative;
    outline: none;
}

summary::after {
    content: '+';
    position: absolute;
    right: 20px;
    color: var(--brand-gold);
    font-size: 22px;
}

.faq-item[open] summary::after {
    content: '-';
}

.faq-content {
    padding: 0 20px 20px;
    color: var(--text-slate);
    line-height: 1.8;
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
}

.faq-content ul {
    margin-top: 10px;
    padding-left: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a29615a */.sfv-final-cta {
    background: #1a3650; /* Deep Brand Blue */
    padding: 100px 20px;
    text-align: center;
}

/* 1. TITLE FIX: Pure White & Bold */
.sfv-final-cta h2 {
    color: #ffffff !important;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-subtitle {
    color: #f1f5f9; /* Off-white for description */
    font-size: 18px;
    margin-bottom: 45px;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

/* Universal Button Sizing */
.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 45px;
    border-radius: 12px; /* Softer rounded corners */
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-sizing: border-box;
}

/* 2. YELLOW BUTTON IMPROVEMENTS */
.btn-primary {
    background: #d4af37;
    color: #ffffff !important;
    border: 2px solid #d4af37;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

.btn-primary:hover {
    background: #c29d2f; /* Slightly deeper gold */
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
}

/* Secondary Button (Call) */
.btn-secondary {
    background: transparent;
    color: #d4af37 !important;
    border: 2px solid #d4af37;
}

.btn-secondary:hover {
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-3px);
}

.btn-icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    stroke: #d4af37;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .sfv-final-cta h2 { font-size: 32px; }
    .cta-buttons { flex-direction: column; width: 100%; }
    .btn-primary, .btn-secondary { width: 100%; max-width: 400px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14732a55 *//* Form Header Styling */
.form-header-container {
    text-align: center;
    margin-bottom: -10px; /* Pulls the header closer to the form */
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-header-container .badge {
    background: #f1f1f1;
    color: #555;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.form-header-container h2 {
    font-size: 36px;
    color: #222;
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1.2;
}

.form-header-container .highlight {
    color: #d32f2f; /* Matching the red button from the form */
    text-transform: uppercase;
}

.form-header-container .subtext {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

/* Trust Icons Styling */
.trust-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
}

.trust-icons span {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Color for the checkmark/icons */
.trust-icons span:before {
    content: '✓';
    color: #27ae60;
    font-weight: 900;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .form-header-container h2 {
        font-size: 28px;
    }
    .trust-icons {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f2bb39 */.installation-process {
    padding: 80px 20px;
    background-color: #f8fafc;
    border-radius: 20px;
    margin: 40px 0;
}

.process-container h2 {
    text-align: center;
    color: #1a3650;
    font-size: 36px;
    margin-bottom: 15px;
}

.process-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #4b5563;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.step-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    border-left: 4px solid #d4af37;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.step-number {
    font-size: 40px;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.15);
    position: absolute;
    top: 10px;
    right: 20px;
}

.step-card h3 {
    color: #1a3650;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}

.step-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a838722 *//* --- 1. VARIABLES & RESET --- */
:root {
    --navy: #1a3650;
    --gold: #d4af37;
    --light-bg: #f8fafc;
    --text: #334155;
    --text-light: #64748b;
    --white: #ffffff;
    --radius: 12px;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.sfv-rebrand-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    line-height: 1.6;
}

/* --- 2. TYPOGRAPHY & HEADERS --- */
.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-tagline { 
    text-align: center; 
    font-size: 18px; 
    color: var(--text-light); 
    margin-bottom: 50px; 
}

/* --- 3. LAYOUT COMPONENTS --- */
.sfv-intro-grid { 
    display: grid; 
    grid-template-columns: 1.1fr 0.9fr; 
    gap: 60px; 
    align-items: center; 
    margin-bottom: 80px; 
}

.sfv-trust-row { 
    display: flex; 
    gap: 30px; 
    margin-bottom: 80px; 
    align-items: stretch; /* Ensures equal height cards */
}

/* --- 4. CARDS & ELEMENTS --- */
.sfv-card { 
    flex: 1; 
    background: var(--white); 
    border-radius: 16px; 
    padding: 40px; 
    box-shadow: var(--shadow); 
    display: flex; 
    flex-direction: column; 
}

/* License Card Branding */
.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; 
    display: inline-block;
}

.license-id { 
    background: var(--navy); 
    color: var(--white); 
    font-size: 36px; 
    font-weight: 900; 
    padding: 10px; 
    border-radius: 8px; 
    margin: 20px 0; 
}

.sfv-gold-btn { 
    background: var(--gold); 
    color: #000; 
    text-decoration: none; 
    font-weight: 800; 
    padding: 16px; 
    border-radius: 8px; 
    margin-top: auto; 
    transition: filter 0.3s;
}

.sfv-gold-btn:hover { filter: brightness(1.1); }

/* Quote Card Branding */
.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; 
    font-style: italic; 
    margin-bottom: 30px; 
}

.footer-bar { 
    width: 40px; 
    height: 3px; 
    background: var(--gold); 
    margin-bottom: 10px; 
}

/* --- 5. FAQ SYSTEM --- */
.faq-box { 
    background: var(--light-bg); 
    border-radius: var(--radius); 
    margin-bottom: 15px; 
    padding: 20px; 
}

summary { 
    font-weight: 700; 
    color: var(--navy); 
    cursor: pointer; 
    font-size: 18px; 
    list-style: none; /* Removes default arrow in some browsers */
}

.faq-ans { padding-top: 15px; }

/* --- 6. MOBILE RESPONSIVE --- */
@media (max-width: 900px) {
    .sfv-intro-grid, 
    .sfv-trust-row { 
        grid-template-columns: 1fr; 
        flex-direction: column; 
    }

    .sfv-card { padding: 30px; }
    
    .sfv-main-title { font-size: 32px; }
    
    .sfv-gold-badge { 
        width: 120px; 
        height: 120px; 
        bottom: 0; 
        right: 0; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44d1786 */.gallery-guarantee {
    margin: 60px 0;
}

.gallery-container {
    text-align: center;
    padding-bottom: 60px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.gallery-item {
    background: #e2e8f0;
    height: 300px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.comparison-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d4af37;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
}

.gallery-caption {
    background: rgba(26, 54, 80, 0.9);
    color: white;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

/* Guarantee Banner Styling */
.guarantee-banner {
    background: #ffffff;
    border: 2px solid #d4af37;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.guarantee-content {
    max-width: 700px;
    text-align: center;
}

.shield-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.guarantee-content h3 {
    color: #1a3650;
    font-size: 28px;
    margin-bottom: 15px;
}

.guarantee-content p {
    color: #4b5563;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .guarantee-banner { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04d0c0b *//* --- SERVICES OVERVIEW SECTION --- */
.sfv-services-overview {
    padding: 80px 20px;
    background: var(--white);
}

.sfv-services-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Content on left, icons on right */
    gap: 60px;
    align-items: center;
}

.sfv-services-content {
    text-align: left;
}

.sfv-services-paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 20px;
}

/* Make keywords bold and brand-gold for emphasis */
.sfv-services-paragraph strong {
    color: var(--navy);
    font-weight: 700;
}

/* SERVICE HIGHLIGHTS (Right Side) */
.sfv-services-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlight-item {
    display: flex;
    align-items: center;
    background: var(--light-bg);
    padding: 20px 25px;
    border-radius: 12px;
    border-left: 4px solid var(--gold);
    transition: transform 0.3s ease;
}

.highlight-item:hover {
    transform: translateX(10px);
}

.highlight-icon {
    font-size: 24px;
    margin-right: 15px;
}

.highlight-label {
    font-weight: 800;
    color: var(--navy);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 900px) {
    .sfv-services-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sfv-services-content {
        text-align: center;
    }

    .sfv-services-highlights {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .highlight-item {
        flex: 1;
        min-width: 160px;
        justify-content: center;
        padding: 15px;
    }
}/* End custom CSS */