.elementor-1475 .elementor-element.elementor-element-5e5f4f1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-193eef2 *//* ========================================================================
   Local SEO Hero Section - Strictly Scoped CSS
   ======================================================================== */

#gmb-local-seo-hero {
    --hero-orange: #ff6b00;
    --hero-dark: #0d1b2a;
    --hero-text: #1f2937;
    --hero-bg: #fdfdfd;
    --hero-grid: rgba(0, 0, 0, 0.04);

    background-color: var(--hero-bg);
    width: 100%;
    padding: 80px 5%;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    /* Grid background */
    background-size: 50px 50px;
    background-image: 
        linear-gradient(to right, var(--hero-grid) 1px, transparent 1px), 
        linear-gradient(to bottom, var(--hero-grid) 1px, transparent 1px);
}

#gmb-local-seo-hero .local-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

#gmb-local-seo-hero .local-content {
    flex: 1;
}

#gmb-local-seo-hero .local-badge {
    background: #fff0e6;
    color: var(--hero-orange);
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

#gmb-local-seo-hero h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
}

#gmb-local-seo-hero h1 span { color: var(--hero-orange); }

#gmb-local-seo-hero p {
    color: var(--hero-text);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* --- Buttons --- */
#gmb-local-seo-hero .btn-group { display: flex; gap: 15px; margin-bottom: 30px; }
#gmb-local-seo-hero .btn { padding: 12px 25px; border-radius: 30px; font-weight: 700; text-decoration: none; display: inline-block; }
#gmb-local-seo-hero .btn-primary { background: var(--hero-orange); color: white; }
#gmb-local-seo-hero .btn-secondary { background: white; border: 1px solid #ddd; color: #333; }

/* --- Visual Container --- */
#gmb-local-seo-hero .local-visual {
    flex: 1;
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

#gmb-local-seo-hero .local-img { width: 100%; border-radius: 12px; display: block; }

/* --- Floating Cards --- */
#gmb-local-seo-hero .float-card {
    position: absolute;
    background: var(--hero-dark);
    color: white;
    padding: 15px;
    border-radius: 8px;
    max-width: 220px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

#gmb-local-seo-hero .float-top { top: 40px; left: -20px; }
#gmb-local-seo-hero .float-bot { bottom: 40px; right: -10px; }

#gmb-local-seo-hero .float-card small { color: #fbbf24; font-size: 0.65rem; text-transform: uppercase; font-weight: 800; }
#gmb-local-seo-hero .float-card strong { display: block; font-size: 0.85rem; margin-top: 5px; }

/* --- Features --- */
#gmb-local-seo-hero .features-row { display: flex; gap: 10px; }
#gmb-local-seo-hero .feature-item { background: white; padding: 8px 15px; border: 1px solid #eee; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }

@media (max-width: 992px) {
    #gmb-local-seo-hero .local-container { flex-direction: column; text-align: center; }
    #gmb-local-seo-hero .btn-group { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9640cf8 *//* ========================================================================
   Local Foundation Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-local-foundation-section {
    --gmb-found-orange: #ff6b00;
    --gmb-found-dark: #0c1427; /* Matches your dark navy brand color */
    --gmb-found-text-dark: #0f172a;
    --gmb-found-text-gray: #4b5563;
    --gmb-found-bg: #ffffff;
    
    width: 100%;
    padding: 80px 20px;
    background-color: var(--gmb-found-bg);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

#gmb-local-foundation-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-local-foundation-section .gmb-found-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* --- Left Dark Card --- */
#gmb-local-foundation-section .gmb-found-left-card {
    background-color: var(--gmb-found-dark);
    color: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

#gmb-local-foundation-section .gmb-found-kicker {
    color: var(--gmb-found-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
}

#gmb-local-foundation-section .gmb-found-left-card h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
}

#gmb-local-foundation-section .gmb-found-left-card p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* --- Right Content Area --- */
#gmb-local-foundation-section .gmb-found-right-col .gmb-found-kicker {
    margin-bottom: 15px;
}

#gmb-local-foundation-section .gmb-found-right-col h2 {
    font-size: 2.2rem;
    color: var(--gmb-found-text-dark);
    margin-bottom: 15px;
    font-weight: 800;
}

#gmb-local-foundation-section .gmb-found-right-col > p {
    font-size: 1rem;
    color: var(--gmb-found-text-gray);
    margin-bottom: 30px;
    line-height: 1.6;
}

/* --- Checklist Styling --- */
#gmb-local-foundation-section .gmb-found-list {
    list-style: none;
}

#gmb-local-foundation-section .gmb-found-list li {
    font-size: 0.95rem;
    color: var(--gmb-found-text-dark);
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#gmb-local-foundation-section .gmb-found-list li::before {
    content: "\2713"; /* Orange Checkmark */
    color: var(--gmb-found-orange);
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.1rem;
}

/* --- Responsive Layout --- */
@media (max-width: 900px) {
    #gmb-local-foundation-section .gmb-found-container {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fb3ad7 *//* ========================================================================
   Ranking Comparison Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-ranking-comparison {
    --gmb-rc-bg: #f8fafc;
    --gmb-rc-text: #0f172a;
    --gmb-rc-subtext: #64748b;
    --gmb-rc-orange: #ff6b00;
    
    /* Grid Colors */
    --gmb-rc-rank-1: #22c55e; /* Green */
    --gmb-rc-rank-2: #eab308; /* Yellow */
    --gmb-rc-rank-3: #f97316; /* Orange */
    --gmb-rc-rank-4: #ef4444; /* Red */

    background-color: var(--gmb-rc-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

#gmb-ranking-comparison * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-ranking-comparison .gmb-rc-container { max-width: 1000px; margin: 0 auto; }

#gmb-ranking-comparison .gmb-rc-header { text-align: center; margin-bottom: 50px; }
#gmb-ranking-comparison .gmb-rc-header h2 { font-size: 2.5rem; color: var(--gmb-rc-text); margin-bottom: 15px; }

/* Flex wrapper for before/after */
#gmb-ranking-comparison .gmb-rc-grid-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

#gmb-ranking-comparison .gmb-rc-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

#gmb-ranking-comparison .gmb-rc-card h3 { margin-bottom: 20px; color: var(--gmb-rc-text); }

/* The Ranking Grid */
#gmb-ranking-comparison .gmb-rc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #f1f5f9;
    padding: 15px;
    border-radius: 12px;
}

#gmb-ranking-comparison .gmb-rc-node {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-weight: 800;
    font-size: 0.85rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Ranking Colors */
#gmb-ranking-comparison .rank-green { background-color: var(--gmb-rc-rank-1); }
#gmb-ranking-comparison .rank-yellow { background-color: var(--gmb-rc-rank-2); color: #451a03; }
#gmb-ranking-comparison .rank-orange { background-color: var(--gmb-rc-rank-3); }
#gmb-ranking-comparison .rank-red { background-color: var(--gmb-rc-rank-4); }

/* Legend */
#gmb-ranking-comparison .gmb-rc-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    font-size: 0.85rem;
    color: var(--gmb-rc-subtext);
}
#gmb-ranking-comparison .gmb-rc-legend-item { display: flex; align-items: center; gap: 6px; }
#gmb-ranking-comparison .gmb-rc-box { width: 12px; height: 12px; border-radius: 2px; }

@media (max-width: 600px) {
    #gmb-ranking-comparison .gmb-rc-card { max-width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4514bb6 *//* ========================================================================
   Local SEO Process Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-process-section {
    --gmb-proc-bg: #0c1427; /* Dark Navy Background */
    --gmb-proc-orange: #ff6b00;
    --gmb-proc-text-white: #ffffff;
    --gmb-proc-text-gray: #94a3b8;
    --gmb-proc-card-bg: rgba(255, 255, 255, 0.05);
    
    background-color: var(--gmb-proc-bg);
    padding: 100px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--gmb-proc-text-white);
    width: 100%;
}

#gmb-process-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-process-section .gmb-proc-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#gmb-process-section .gmb-proc-kicker {
    color: var(--gmb-proc-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

#gmb-process-section .gmb-proc-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 60px;
    line-height: 1.2;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Grid Layout */
#gmb-process-section .gmb-proc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#gmb-process-section .gmb-proc-card {
    background-color: var(--gmb-proc-card-bg);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#gmb-process-section .gmb-proc-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

/* Badge Styling */
#gmb-process-section .gmb-proc-badge {
    background-color: var(--gmb-proc-orange);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

#gmb-process-section .gmb-proc-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

#gmb-process-section .gmb-proc-card p {
    font-size: 0.9rem;
    color: var(--gmb-proc-text-gray);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    #gmb-process-section .gmb-proc-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    #gmb-process-section .gmb-proc-grid { grid-template-columns: 1fr; }
    #gmb-process-section .gmb-proc-title { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60a4879 *//* ========================================================================
   Audit Request Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-audit-section {
    --gas-orange: #ff6b00;
    --gas-orange-hover: #e65c00;
    --gas-text-dark: #0f172a;
    --gas-text-gray: #475569;
    --gas-white: #ffffff;
    --gas-bg: #f8fafc;
    --gas-border: #d1d5db;

    background-color: var(--gas-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

#gmb-audit-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-audit-section .gas-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
}

/* Left Column */
#gmb-audit-section .gas-left-col { flex: 1; min-width: 300px; }
#gmb-audit-section .gas-kicker { color: var(--gas-orange); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; display: block; }
#gmb-audit-section h2 { font-size: 2.5rem; line-height: 1.1; margin-bottom: 20px; color: var(--gas-text-dark); }
#gmb-audit-section .gas-desc { color: var(--gas-text-gray); margin-bottom: 25px; line-height: 1.6; }
#gmb-audit-section .gas-checklist { list-style: none; }
#gmb-audit-section .gas-checklist li { margin-bottom: 12px; font-weight: 600; font-size: 0.95rem; display: flex; align-items: center; }
#gmb-audit-section .gas-checklist li::before { content: "\2713"; color: var(--gas-orange); font-weight: bold; margin-right: 10px; }

/* Right Column (The Form Card) */
#gmb-audit-section .gas-right-col { flex: 1; min-width: 300px; }
#gmb-audit-section .gas-form-card {
    background: var(--gas-white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f1f5f9;
}

#gmb-audit-section .gas-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
#gmb-audit-section .gas-full { grid-column: span 2; }
#gmb-audit-section label { display: block; font-size: 0.8rem; font-weight: 700; margin-bottom: 6px; color: var(--gas-text-dark); }
#gmb-audit-section input, 
#gmb-audit-section textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--gas-border);
    border-radius: 6px;
    font-size: 0.9rem;
    background: #fff;
}
#gmb-audit-section textarea { height: 120px; resize: vertical; }

#gmb-audit-section .gas-submit {
    width: 100%;
    background: var(--gas-orange);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}
#gmb-audit-section .gas-submit:hover { background: var(--gas-orange-hover); }
#gmb-audit-section .gas-fine-print { text-align: center; font-size: 0.75rem; color: #94a3b8; margin-top: 15px; }

/* Mobile optimization */
@media (max-width: 768px) {
    #gmb-audit-section .gas-form-grid { grid-template-columns: 1fr; }
    #gmb-audit-section .gas-full { grid-column: span 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-611b3b6 *//* ========================================================================
   Final CTA Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-final-cta-section {
    --gmb-cta-bg: #0c1427; /* Dark navy background */
    --gmb-cta-orange: #ff6b00;
    --gmb-cta-orange-hover: #e65c00;
    --gmb-cta-white: #ffffff;
    
    width: 100%;
    padding: 80px 20px;
    background-color: #ffffff; /* Page background color */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

#gmb-final-cta-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-final-cta-section .gmb-cta-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background-color: var(--gmb-cta-bg);
    color: var(--gmb-cta-white);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

#gmb-final-cta-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

#gmb-final-cta-section p {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Button Group --- */
#gmb-final-cta-section .gmb-cta-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

#gmb-final-cta-section .gmb-cta-btn {
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 800;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}

#gmb-final-cta-section .btn-orange {
    background-color: var(--gmb-cta-orange);
    color: white;
}

#gmb-final-cta-section .btn-orange:hover { background-color: var(--gmb-cta-orange-hover); }

#gmb-final-cta-section .btn-white {
    background-color: white;
    color: var(--gmb-cta-bg);
}

#gmb-final-cta-section .btn-white:hover { background-color: #f1f5f9; }

/* Responsive */
@media (max-width: 768px) {
    #gmb-final-cta-section .gmb-cta-wrapper { padding: 40px 20px; }
    #gmb-final-cta-section h2 { font-size: 1.8rem; }
}/* End custom CSS */