/*
Theme Name: LineUp Premium Theme
Theme URI: https://lineup.agency/
Description: Custom, high-performance, blank theme for LineUp Agency. Built to load fast and give 100% control over design.
Version: 1.0.0
Author: LineUp
Author URI: https://lineup.agency/
*/


/* FAQ PAGE CSS */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=Space+Grotesk:wght@700;800&display=swap');

:root {
    --green: #00d47e;
    --navy: #102830;
    --bg: #ffffff;
    --grey: #64748b;
    --border: #e2e8f0;
}

/* ============================================================
   HERO
============================================================ */
.faq-hero {
    background: radial-gradient(circle at top right, rgba(0, 212, 126, 0.08) 0%, #ffffff 60%);
    padding: 100px 24px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid var(--border);
}

.faq-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0,212,126,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.faq-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0,212,126,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.faq-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.faq-pill {
    display: inline-block;
    background: #f0fdf4;
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    border: 1px solid #bbf7d0;
    font-family: 'Inter', sans-serif;
}

.faq-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 58px;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 20px;
    line-height: 1.1;
}

.faq-hero h1 span {
    color: var(--green);
}

.faq-hero > .faq-hero-inner > p {
    font-size: 18px;
    color: var(--grey);
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   SEARCH BAR
============================================================ */
.faq-search-wrap {
    max-width: 560px;
    margin: 40px auto 0;
    position: relative;
}

.faq-search-wrap input[type="text"] {
    width: 100%;
    padding: 18px 60px 18px 24px;
    border-radius: 50px;
    border: 2px solid var(--border);
    background: #ffffff;
    color: var(--navy);
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    outline: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(16, 40, 48, 0.04);
}

.faq-search-wrap input[type="text"]::placeholder {
    color: var(--grey);
    opacity: 0.6;
}

.faq-search-wrap input[type="text"]:focus {
    border-color: var(--green);
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 212, 126, 0.08);
}

.faq-search-wrap .faq-search-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--grey);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

/* ============================================================
   STATS BAR
============================================================ */
.faq-stats {
    background: #f8fafc;
    padding: 40px 24px;
    border-bottom: 1px solid var(--border);
    font-family: 'Inter', sans-serif;
}

.faq-stats-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.faq-stat {
    text-align: center;
}

.faq-stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--green);
    display: block;
    line-height: 1;
}

.faq-stat-label {
    font-size: 14px;
    color: var(--grey);
    margin-top: 6px;
    display: block;
}

/* ============================================================
   CATEGORIES & BODY
============================================================ */
.faq-body {
    padding: 80px 24px;
    font-family: 'Inter', sans-serif;
}

.faq-body-inner {
    max-width: 860px;
    margin: 0 auto;
}

.faq-cat-nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}

.faq-cat-btn {
    padding: 10px 22px;
    border-radius: 50px;
    border: 2px solid var(--border);
    background: white;
    color: var(--navy);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter', sans-serif;
}

.faq-cat-btn:hover,
.faq-cat-btn.active {
    background: var(--navy);
    border-color: var(--navy);
    color: white;
}

/* ============================================================
   SECTION HEADINGS
============================================================ */
.faq-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 50px 0 28px;
}

.faq-section-head:first-child {
    margin-top: 0;
}

.faq-section-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: linear-gradient(135deg, var(--green), #00ef8e);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-section-icon svg {
    width: 20px;
    height: 20px;
    color: var(--navy);
    stroke: var(--navy);
}

.faq-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin: 0;
}

/* ============================================================
   ACCORDION ITEMS
============================================================ */
details.faq-item {
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    font-family: 'Inter', sans-serif;
}

details.faq-item:hover {
    border-color: rgba(0,212,126,0.4);
    box-shadow: 0 4px 20px rgba(0,212,126,0.06);
}

details[open].faq-item {
    border-color: var(--green);
    box-shadow: 0 8px 30px rgba(0,212,126,0.1);
}

summary.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    cursor: pointer;
    list-style: none;
    padding: 22px 26px;
    transition: color 0.2s ease;
    font-family: 'Inter', sans-serif;
}

summary.faq-q::-webkit-details-marker { display: none; }

.faq-q-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #f0fdf4;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.35s cubic-bezier(0.16,1,0.3,1);
}

details[open] .faq-q-icon {
    background: var(--green);
    transform: rotate(45deg);
}

.faq-q-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--green);
    transition: stroke 0.25s ease;
}

details[open] .faq-q-icon svg {
    stroke: var(--navy);
}

.faq-ans {
    font-size: 16px;
    line-height: 1.75;
    color: var(--grey);
    border-top: 1px solid #f1f5f9;
    margin: 0 26px;
    padding: 20px 0 26px;
    animation: faqFade 0.3s ease;
}

@keyframes faqFade {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.faq-ans strong { color: var(--navy); }

.faq-ans a {
    color: var(--green);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.faq-ans a:hover { border-color: var(--green); }

/* ============================================================
   CTA BANNER
============================================================ */
.faq-cta {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 80px 24px;
    margin-top: 60px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.faq-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(0,212,126,0.12) 0%, transparent 60%);
    pointer-events: none;
}

.faq-cta-inner { position: relative; z-index: 1; }

.faq-cta h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 16px;
}

.faq-cta > .faq-cta-inner > p {
    font-size: 17px;
    color: var(--grey);
    margin: 0 0 32px;
}

.faq-cta-btn {
    display: inline-block;
    background: var(--green);
    color: var(--navy);
    font-weight: 800;
    font-size: 16px;
    padding: 18px 44px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: 'Inter', sans-serif;
}

.faq-cta-btn:hover {
    background: #00ef8e;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,212,126,0.4);
    color: var(--navy);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 768px) {
    .faq-hero h1 { font-size: 38px; }
    .faq-hero { padding: 70px 20px 60px; }
    .faq-stats-inner { gap: 30px; }
    summary.faq-q { font-size: 15px; padding: 18px 20px; }
    .faq-ans { margin: 0 20px; }
    .faq-cta h2 { font-size: 26px; }
    .faq-cta { border-radius: 16px; }
}


/* CONTACT PAGE CSS */


        /* 1. Global Reset & Fonts */
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&display=swap');
        
        :root {
            --lineup-green: #00d47e;
            --lineup-navy: #102830;
            --bg-white: #ffffff;
            --text-grey: #64748b;
            --border-light: #e2e8f0;
        }

        body {
            margin: 0;
            padding: 0;
            background-color: var(--bg-white);
            font-family: 'Inter', sans-serif;
            color: var(--lineup-navy);
            -webkit-font-smoothing: antialiased;
        }

        /* --- CONTACT SECTION LAYOUT --- */
        .contact-section {
            display: flex;
            align-items: flex-start; /* Changed from center to accommodate scrolling */
            justify-content: center;
            padding: 80px 20px;
            box-sizing: border-box;
            background: radial-gradient(circle at top right, rgba(0, 212, 126, 0.05) 0%, rgba(255,255,255,0) 40%);
        }

        .contact-container {
            max-width: 1200px;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr; /* Split screen */
            gap: 80px;
            align-items: flex-start;
        }

        /* --- LEFT COLUMN: INFO --- */
        .info-col {
            padding-top: 20px;
        }

        .pill-label {
            display: inline-block;
            background: #f0fdf4;
            color: #15803d;
            font-size: 12px;
            font-weight: 800;
            padding: 8px 16px;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 24px;
            border: 1px solid #bbf7d0;
        }

        .main-headline {
            font-size: 52px;
            font-weight: 900;
            line-height: 1.1;
            margin: 0 0 24px 0;
            color: var(--lineup-navy);
        }

        .sub-headline {
            font-size: 18px;
            color: var(--text-grey);
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 480px;
        }

        .value-props {
            list-style: none;
            padding: 0;
            margin-bottom: 50px;
        }

        .value-props li {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--lineup-navy);
        }

        .check-icon {
            width: 24px;
            height: 24px;
            background: var(--lineup-green);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--lineup-navy);
            flex-shrink: 0;
        }

        .contact-details {
            border-top: 1px solid var(--border-light);
            padding-top: 30px;
        }

        .detail-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 600;
        }

        .detail-icon {
            color: var(--text-grey);
        }

        /* --- RIGHT COLUMN: FORM CARD --- */
        .form-col {
            position: relative;
        }

        .form-card {
            background: white;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 25px 50px -12px rgba(16, 40, 48, 0.1);
            border: 1px solid var(--border-light);
            position: relative;
            z-index: 2;
        }

        /* Decorative accent behind form */
        .form-col::before {
            content: '';
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100%;
            height: 100%;
            background: var(--lineup-navy);
            border-radius: 24px;
            opacity: 0.05;
            z-index: 1;
        }
        
        .form-header {
            margin-bottom: 25px;
        }
        
        .form-title {
            font-size: 20px;
            font-weight: 800;
            margin: 0;
        }

        /* --- FAQ SECTION STYLES --- */
        .faq-section {
            background-color: #f8fafc; /* Slight contrast from white */
            padding: 100px 20px;
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .faq-title {
            font-size: 36px;
            font-weight: 900;
            color: var(--lineup-navy);
            margin-bottom: 16px;
        }

        .faq-sub {
            font-size: 16px;
            color: var(--text-grey);
        }

        /* The Accordion Item */
        details.faq-item {
            background: white;
            border: 1px solid var(--border-light);
            border-radius: 12px;
            margin-bottom: 16px;
            padding: 20px 24px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        details.faq-item:hover {
            border-color: var(--lineup-green);
        }

        details[open].faq-item {
            border-color: var(--lineup-navy);
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        /* The Question (Summary) */
        summary.faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            font-weight: 700;
            color: var(--lineup-navy);
            list-style: none; /* Remove default triangle */
        }
        
        summary.faq-question::-webkit-details-marker {
            display: none; /* Remove default triangle Chrome/Safari */
        }

        /* The Answer */
        .faq-answer {
            margin-top: 16px;
            padding-top: 16px;
            border-top: 1px solid #f1f5f9;
            font-size: 16px;
            line-height: 1.6;
            color: var(--text-grey);
            animation: fadeIn 0.3s ease-in-out;
        }

        /* The Icon Animation */
        .faq-icon {
            width: 24px;
            height: 24px;
            position: relative;
            flex-shrink: 0;
        }

        .faq-icon::before, .faq-icon::after {
            content: '';
            position: absolute;
            background: var(--lineup-green);
            border-radius: 2px;
            transition: transform 0.3s ease;
        }

        /* Vertical line */
        .faq-icon::before {
            top: 0; left: 11px; width: 2px; height: 24px;
        }

        /* Horizontal line */
        .faq-icon::after {
            top: 11px; left: 0; width: 24px; height: 2px;
        }

        /* Rotate to minus on open */
        details[open] summary .faq-icon::before {
            transform: rotate(90deg); /* Vertical becomes horizontal = minus */
        }
        
        details[open] summary .faq-icon::after {
            transform: rotate(180deg);
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-5px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 900px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            .main-headline { font-size: 40px; }
            .faq-title { font-size: 28px; }
        }

        /* --- SUREFORMS OVERRIDES --- */

        /* Fix all text inputs and textarea */
        .srfm-form-container .srfm-input-common,
        .srfm-form-container textarea {
            width: 100%;
            padding: 14px 16px !important;
            border-radius: 8px !important;
            border: 1.5px solid #e2e8f0 !important;
            background: #f8fafc !important;
            margin-bottom: 4px !important;
            box-sizing: border-box !important;
            font-family: inherit !important;
            font-size: 15px !important;
            color: #102830 !important;
            outline: none !important;
            transition: border-color 0.2s ease !important;
        }

        .srfm-form-container .srfm-input-common:focus,
        .srfm-form-container textarea:focus {
            border-color: #00d47e !important;
            background: #ffffff !important;
        }

        /* ---- CRITICAL: Cover the entire card with the invisible checkbox input to make it 100% clickable ---- */
        .srfm-form-container .srfm-multi-choice-single {
            position: relative !important;
            cursor: pointer !important;
            display: flex !important;
            align-items: center !important;
            margin-bottom: 12px !important;
            box-sizing: border-box !important;
            width: 100% !important;
            max-width: 100% !important;
            flex-basis: auto !important;
            flex-grow: 1 !important;
            border: none !important;
            background: transparent !important;
            padding: 0 !important;
            box-shadow: none !important;
        }

        .srfm-form-container input[type="checkbox"].srfm-input-multi-choice-single {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            opacity: 0 !important;
            cursor: pointer !important;
            z-index: 10 !important;
            margin: 0 !important;
            padding: 0 !important;
            pointer-events: auto !important;
        }

        /* Style the sibling wrapper based on checked status */
        .srfm-form-container .srfm-block-content-wrap {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            width: 100% !important;
            pointer-events: none !important; /* Let click pass through to the absolute input */
            cursor: pointer !important;
            border: 1.5px solid #e2e8f0 !important;
            border-radius: 10px !important;
            padding: 12px 16px !important;
            transition: all 0.2s ease !important;
            background: #f8fafc !important;
            box-sizing: border-box !important;
            flex: 1 !important;
        }

        /* Hover effect */
        .srfm-form-container .srfm-multi-choice-single:hover .srfm-block-content-wrap {
            border-color: #00d47e !important;
            background: #ffffff !important;
        }

        /* Checked state style using sibling checked selector */
        .srfm-form-container input[type="checkbox"].srfm-input-multi-choice-single:checked ~ .srfm-block-content-wrap {
            border-color: #00d47e !important;
            background-color: rgba(0, 212, 126, 0.04) !important;
        }

        /* SVG Checked/Unchecked Icons toggles */
        .srfm-form-container .srfm-multi-choice-icon {
            display: none !important;
        }

        .srfm-form-container .srfm-multi-choice-icon-unchecked {
            display: inline-flex !important;
        }

        .srfm-form-container input[type="checkbox"].srfm-input-multi-choice-single:checked ~ .srfm-block-content-wrap .srfm-multi-choice-icon {
            display: inline-flex !important;
        }

        .srfm-form-container input[type="checkbox"].srfm-input-multi-choice-single:checked ~ .srfm-block-content-wrap .srfm-multi-choice-icon-unchecked {
            display: none !important;
        }

        /* Style the option icon (service icon) */
        .srfm-form-container .srfm-option-icon svg {
            width: 20px !important;
            height: 20px !important;
            color: #00d47e !important;
            fill: #00d47e !important;
        }

        /* Label text */
        .srfm-form-container .srfm-option-container label {
            cursor: pointer !important;
            font-weight: 600 !important;
            font-size: 14px !important;
            color: #102830 !important;
        }

        /* Grid layout for choices */
        .srfm-choice-width-50 {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            gap: 12px !important;
            width: 100% !important;
        }

        .srfm-choice-width-50 .srfm-multi-choice-single {
            margin-bottom: 0 !important;
        }

        @media (max-width: 600px) {
            .srfm-choice-width-50 {
                grid-template-columns: 1fr !important;
                gap: 10px !important;
            }
        }

        /* Submit button */
        .srfm-form-container .srfm-btn-frontend,
        .srfm-form-container button[id="srfm-submit-btn"] {
            background-color: #00d47e !important;
            color: #102830 !important;
            font-weight: 900 !important;
            font-size: 16px !important;
            padding: 18px 35px !important;
            border: none !important;
            border-radius: 50px !important;
            width: 100% !important;
            cursor: pointer !important;
            transition: all 0.25s ease !important;
            font-family: inherit !important;
        }

        .srfm-form-container .srfm-btn-frontend:hover {
            background-color: #00ef8e !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 8px 24px rgba(0, 212, 126, 0.35) !important;
        }

        /* Legend / field label */
        .srfm-form-container .srfm-block-legend {
            font-size: 14px !important;
            font-weight: 700 !important;
            color: #102830 !important;
            margin-bottom: 10px !important;
            display: block !important;
        }

        .srfm-form-container .srfm-description {
            font-size: 13px !important;
            color: #64748b !important;
            margin-bottom: 12px !important;
        }
    

				/* Need to check and remove the input variables related to the Style Tab. */
				.srfm-form-container,
				div[class*="srfm-form-container-"] {
					/* New test variables */
					--srfm-color-scheme-primary: #00d47e !important;
					--srfm-color-scheme-text-on-primary: #ffffff !important;
					--srfm-color-scheme-text: #102830 !important;
					--srfm-quill-editor-color: #00d47e !important;

					--srfm-color-input-label: #102830 !important;
					--srfm-color-input-description: rgba(16, 40, 48, 0.65) !important;
					--srfm-color-input-placeholder: rgba(16, 40, 48, 0.5) !important;
					--srfm-color-input-text: #102830 !important;
					--srfm-color-input-prefix: rgba(16, 40, 48, 0.65) !important;
					--srfm-color-input-background: rgba(16, 40, 48, 0.02) !important;
					--srfm-color-input-background-hover: rgba(16, 40, 48, 0.05) !important;
					--srfm-color-input-background-disabled: rgba(16, 40, 48, 0.07) !important;
					--srfm-color-input-border: rgba(16, 40, 48, 0.15) !important;
					--srfm-color-input-border-disabled: rgba(16, 40, 48, 0.1) !important;
					--srfm-color-multi-choice-svg: rgba(16, 40, 48, 0.7) !important;
					--srfm-color-input-border-hover: rgba(0, 212, 126, 0.65) !important;
					--srfm-color-input-border-focus-glow: rgba(0, 212, 126, 0.15) !important;
					--srfm-color-input-selected: rgba(0, 212, 126, 0.08) !important;
					--srfm-btn-color-hover: #00b86c !important;
					--srfm-btn-color-disabled: rgba(0, 212, 126, 0.25) !important;

					/* Dropdown Variables */
					--srfm-dropdown-input-background-hover: rgba(16, 40, 48, 0.05) !important;
					--srfm-dropdown-option-background-hover: rgba(16, 40, 48, 0.10) !important;
					--srfm-dropdown-option-background-selected: rgba(16, 40, 48, 0.05) !important;
					--srfm-dropdown-option-selected-icon: rgba(16, 40, 48, 0.65) !important;
					--srfm-dropdown-option-text-color: rgba(16, 40, 48, 0.80) !important;
					--srfm-dropdown-option-selected-text: #102830 !important;
					--srfm-dropdown-badge-background: rgba(16, 40, 48, 0.05) !important;
					--srfm-dropdown-badge-background-hover: rgba(16, 40, 48, 0.10) !important;
					--srfm-dropdown-menu-border-color: rgba(16, 40, 48, 0.10) !important;
					--srfm-dropdown-placeholder-color: rgba(16, 40, 48, 0.50) !important;
					--srfm-dropdown-icon-color: rgba(16, 40, 48, 0.65) !important;
					--srfm-dropdown-icon-disabled: rgba(16, 40, 48, 0.25) !important;

					/* Background Control Variables */
					--srfm-instant-form-padding-top: 32px;--srfm-instant-form-padding-right: 32px;--srfm-instant-form-padding-bottom: 32px;--srfm-instant-form-padding-left: 32px;--srfm-instant-form-border-radius-top: 12px;--srfm-instant-form-border-radius-right: 12px;--srfm-instant-form-border-radius-bottom: 12px;--srfm-instant-form-border-radius-left: 12px;--srfm-form-padding-top: 0px;--srfm-form-padding-right: 0px;--srfm-form-padding-bottom: 0px;--srfm-form-padding-left: 0px;--srfm-form-border-radius-top: 0px;--srfm-form-border-radius-right: 0px;--srfm-form-border-radius-bottom: 0px;--srfm-form-border-radius-left: 0px;--srfm-bg-color: #ffffff;--srfm-bg-overlay-opacity: 1;					--srfm-row-gap-between-blocks: 18px;--srfm-address-label-font-size: 16px;--srfm-address-label-line-height: 24px;--srfm-address-description-font-size: 14px;--srfm-address-description-line-height: 20px;--srfm-col-gap-between-fields: 16px;--srfm-row-gap-between-fields: 16px;--srfm-gap-below-address-label: 14px;--srfm-dropdown-font-size: 14px;--srfm-dropdown-gap-between-input-menu: 4px;--srfm-dropdown-badge-padding: 2px 6px;--srfm-dropdown-multiselect-font-size: 12px;--srfm-dropdown-multiselect-line-height: 16px;--srfm-dropdown-padding-right: 12px;--srfm-dropdown-padding-right-icon: calc( var( --srfm-dropdown-padding-right ) + 20px );--srfm-dropdown-multiselect-padding: 8px var( --srfm-dropdown-padding-right-icon ) 8px 8px;--srfm-input-height: 44px;--srfm-input-field-padding: 10px 12px;--srfm-input-field-font-size: 16px;--srfm-input-field-line-height: 24px;--srfm-input-field-margin-top: 6px;--srfm-input-field-margin-bottom: 6px;--srfm-checkbox-label-font-size: 16px;--srfm-checkbox-label-line-height: 24px;--srfm-checkbox-description-font-size: 14px;--srfm-checkbox-description-line-height: 20px;--srfm-check-ctn-width: 16px;--srfm-check-ctn-height: 16px;--srfm-check-svg-size: 10px;--srfm-checkbox-margin-top-frontend: 4px;--srfm-checkbox-margin-top-editor: 6px;--srfm-check-gap: 8px;--srfm-checkbox-description-margin-left: 24px;--srfm-flag-section-padding: 10px 0 10px 12px;--srfm-gap-between-icon-text: 8px;--srfm-label-font-size: 16px;--srfm-label-line-height: 24px;--srfm-description-font-size: 14px;--srfm-description-line-height: 20px;--srfm-btn-padding: 10px 14px;--srfm-btn-font-size: 16px;--srfm-btn-line-height: 24px;--srfm-multi-choice-horizontal-padding: 20px;--srfm-multi-choice-vertical-padding: 20px;--srfm-multi-choice-internal-option-gap: 8px;--srfm-multi-choice-vertical-svg-size: 40px;--srfm-multi-choice-horizontal-image-size: 24px;--srfm-multi-choice-vertical-image-size: 120px;--srfm-multi-choice-outer-padding: 2px;				}
			
/* Core Section Styling */
.free-audit-section {
  background-color: #ffffff;
  padding: 80px 20px; /* Provides ample breathing room top and bottom */
  font-family: inherit; /* Inherits your agency's main font */
}

/* Center and constrain the width */
.audit-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Text Formatting */
.audit-text-content {
  text-align: center;
  max-width: 700px;
  margin-bottom: 40px;
}

.audit-title {
  color: #102830;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.audit-description {
  color: #102830;
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.85; /* Softens the text slightly for better readability */
}

/* Calendar Wrapper Styling */
.cal-embed-wrapper {
  width: 100%;
  height: 700px; /* Required height so the 100% height embed doesn't collapse */
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 40, 48, 0.08); /* Soft shadow using the dark brand color */
  border-top: 5px solid #00d47e; /* Brand color accent */
  padding: 10px;
  overflow: hidden;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .audit-title {
    font-size: 2rem;
  }
  .free-audit-section {
    padding: 50px 15px;
  }
}



				/* Need to check and remove the input variables related to the Style Tab. */
				.srfm-form-container {
					/* New test variables */
					--srfm-color-scheme-primary: var(--ast-global-color-0);
					--srfm-color-scheme-text-on-primary: #FFFFFF;
					--srfm-color-scheme-text: var(--ast-global-color-2);
					--srfm-quill-editor-color: var(--ast-global-color-0);

					--srfm-color-input-label: var(--ast-global-color-2);
					--srfm-color-input-description: hsl( from var(--ast-global-color-2) h s l / 0.65 );
					--srfm-color-input-placeholder: hsl( from var(--ast-global-color-2) h s l / 0.5 );
					--srfm-color-input-text: var(--ast-global-color-2);
					--srfm-color-input-prefix: hsl( from var(--ast-global-color-2) h s l / 0.65 );
					--srfm-color-input-background: hsl( from var(--ast-global-color-2) h s l / 0.02 );
					--srfm-color-input-background-hover: hsl( from var(--ast-global-color-2) h s l / 0.05 );
					--srfm-color-input-background-disabled: hsl( from var(--ast-global-color-2) h s l / 0.07 );
					--srfm-color-input-border: hsl( from var(--ast-global-color-2) h s l / 0.25 );
					--srfm-color-input-border-disabled: hsl( from var(--ast-global-color-2) h s l / 0.15 );
					--srfm-color-multi-choice-svg: hsl( from var(--ast-global-color-2) h s l / 0.7 );
					--srfm-color-input-border-hover: hsl( from var(--ast-global-color-0) h s l / 0.65 );
					--srfm-color-input-border-focus-glow: hsl( from var(--ast-global-color-0) h s l / 0.15 );
					--srfm-color-input-selected: hsl( from var(--ast-global-color-0) h s l / 0.1 );
					--srfm-btn-color-hover: hsl( from var(--ast-global-color-0) h s l / 0.9 );
					--srfm-btn-color-disabled: hsl( from var(--ast-global-color-0) h s l / 0.25 );

					/* Dropdown Variables */
					--srfm-dropdown-input-background-hover: hsl( from var(--ast-global-color-2) h s l / 0.05 );
					--srfm-dropdown-option-background-hover: hsl( from var(--ast-global-color-2) h s l / 0.10 );
					--srfm-dropdown-option-background-selected: hsl( from var(--ast-global-color-2) h s l / 0.05 );
					--srfm-dropdown-option-selected-icon: hsl( from var(--ast-global-color-2) h s l / 0.65 );
					--srfm-dropdown-option-text-color: hsl( from var(--ast-global-color-2) h s l / 0.80 );
					--srfm-dropdown-option-selected-text: var(--ast-global-color-2);
					--srfm-dropdown-badge-background: hsl( from var(--ast-global-color-2) h s l / 0.05 );
					--srfm-dropdown-badge-background-hover: hsl( from var(--ast-global-color-2) h s l / 0.10 );
					--srfm-dropdown-menu-border-color: hsl( from var(--ast-global-color-2) h s l / 0.10 );
					--srfm-dropdown-placeholder-color: hsl( from var(--ast-global-color-2) h s l / 0.50 );
					--srfm-dropdown-icon-color: hsl( from var(--ast-global-color-2) h s l / 0.65 );
					--srfm-dropdown-icon-disabled: hsl( from var(--ast-global-color-2) h s l / 0.25 );

					/* Background Control Variables */
					--srfm-instant-form-padding-top: 32px;--srfm-instant-form-padding-right: 32px;--srfm-instant-form-padding-bottom: 32px;--srfm-instant-form-padding-left: 32px;--srfm-instant-form-border-radius-top: 12px;--srfm-instant-form-border-radius-right: 12px;--srfm-instant-form-border-radius-bottom: 12px;--srfm-instant-form-border-radius-left: 12px;--srfm-form-padding-top: 0px;--srfm-form-padding-right: 0px;--srfm-form-padding-bottom: 0px;--srfm-form-padding-left: 0px;--srfm-form-border-radius-top: 0px;--srfm-form-border-radius-right: 0px;--srfm-form-border-radius-bottom: 0px;--srfm-form-border-radius-left: 0px;--srfm-bg-color: #ffffff;--srfm-bg-overlay-opacity: 1;					--srfm-row-gap-between-blocks: 18px;--srfm-address-label-font-size: 16px;--srfm-address-label-line-height: 24px;--srfm-address-description-font-size: 14px;--srfm-address-description-line-height: 20px;--srfm-col-gap-between-fields: 16px;--srfm-row-gap-between-fields: 16px;--srfm-gap-below-address-label: 14px;--srfm-dropdown-font-size: 14px;--srfm-dropdown-gap-between-input-menu: 4px;--srfm-dropdown-badge-padding: 2px 6px;--srfm-dropdown-multiselect-font-size: 12px;--srfm-dropdown-multiselect-line-height: 16px;--srfm-dropdown-padding-right: 12px;--srfm-dropdown-padding-right-icon: calc( var( --srfm-dropdown-padding-right ) + 20px );--srfm-dropdown-multiselect-padding: 8px var( --srfm-dropdown-padding-right-icon ) 8px 8px;--srfm-input-height: 44px;--srfm-input-field-padding: 10px 12px;--srfm-input-field-font-size: 16px;--srfm-input-field-line-height: 24px;--srfm-input-field-margin-top: 6px;--srfm-input-field-margin-bottom: 6px;--srfm-checkbox-label-font-size: 16px;--srfm-checkbox-label-line-height: 24px;--srfm-checkbox-description-font-size: 14px;--srfm-checkbox-description-line-height: 20px;--srfm-check-ctn-width: 16px;--srfm-check-ctn-height: 16px;--srfm-check-svg-size: 10px;--srfm-checkbox-margin-top-frontend: 4px;--srfm-checkbox-margin-top-editor: 6px;--srfm-check-gap: 8px;--srfm-checkbox-description-margin-left: 24px;--srfm-flag-section-padding: 10px 0 10px 12px;--srfm-gap-between-icon-text: 8px;--srfm-label-font-size: 16px;--srfm-label-line-height: 24px;--srfm-description-font-size: 14px;--srfm-description-line-height: 20px;--srfm-btn-padding: 10px 14px;--srfm-btn-font-size: 16px;--srfm-btn-line-height: 24px;--srfm-multi-choice-horizontal-padding: 20px;--srfm-multi-choice-vertical-padding: 20px;--srfm-multi-choice-internal-option-gap: 8px;--srfm-multi-choice-vertical-svg-size: 40px;--srfm-multi-choice-horizontal-image-size: 24px;--srfm-multi-choice-vertical-image-size: 120px;--srfm-multi-choice-outer-padding: 2px;				}
			
/* Core Section Styling */
.free-audit-section {
  background-color: #ffffff;
  padding: 80px 20px; /* Provides ample breathing room top and bottom */
  font-family: inherit; /* Inherits your agency's main font */
}

/* Center and constrain the width */
.audit-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Text Formatting */
.audit-text-content {
  text-align: center;
  max-width: 700px;
  margin-bottom: 40px;
}

.audit-title {
  color: #102830;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.audit-description {
  color: #102830;
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.85; /* Softens the text slightly for better readability */
}

/* Calendar Wrapper Styling */
.cal-embed-wrapper {
  width: 100%;
  height: 700px; /* Required height so the 100% height embed doesn't collapse */
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 40, 48, 0.08); /* Soft shadow using the dark brand color */
  border-top: 5px solid #00d47e; /* Brand color accent */
  padding: 10px;
  overflow: hidden;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .audit-title {
    font-size: 2rem;
  }
  .free-audit-section {
    padding: 50px 15px;
  }
}

/* ============================================================
   CONTACT GOOGLE MAP WRAPPER
============================================================ */
.contact-map-wrap {
    margin-top: 30px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow: 0 10px 25px rgba(16, 40, 48, 0.05);
    line-height: 0;
}

.contact-map-wrap iframe,
.contact-map-wrap embed {
    display: block;
    width: 100%;
    border: none;
}

/* Hide manual Polylang menu items to avoid duplicates */
.lineup-hdr-nav-list li.pll-parent-menu-item,
.lineup-hdr-nav-list li.lang-item-first {
    display: none !important;
}
