.elementor-1451 .elementor-element.elementor-element-35b717a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1451 .elementor-element.elementor-element-7e8ee61{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1cdf0da *//* ========================================================================
   Hero Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-hero-section {
    --gmb-hero-orange: #ff6b00;
    --gmb-hero-orange-hover: #e65c00;
    --gmb-hero-dark: #0d1b2a;
    --gmb-hero-text: #1f2937;
    --gmb-hero-gray: #4b5563;
    --gmb-hero-bg: #fdfdfd;
    --gmb-hero-grid: rgba(0, 0, 0, 0.04);
    
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--gmb-hero-bg);
    color: var(--gmb-hero-text);
    width: 100%;
    
    /* Subtle Grid Background applied directly to this section */
    background-size: 50px 50px;
    background-image: 
        linear-gradient(to right, var(--gmb-hero-grid) 1px, transparent 1px), 
        linear-gradient(to bottom, var(--gmb-hero-grid) 1px, transparent 1px);
}

#gmb-hero-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#gmb-hero-section .gmb-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 5% 100px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
}

#gmb-hero-section .gmb-hero-content {
    flex: 1;
    max-width: 650px;
}

#gmb-hero-section .gmb-hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: #fff0e6;
    color: var(--gmb-hero-orange);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 25px;
}

#gmb-hero-section .gmb-hero-badge::before {
    content: '•';
    margin-right: 8px;
    font-size: 1.2rem;
}

#gmb-hero-section .gmb-hero-content h1 {
    font-size: 4.2rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
    color: var(--gmb-hero-dark);
    letter-spacing: -1px;
}

#gmb-hero-section .gmb-hero-content h1 span {
    color: var(--gmb-hero-orange);
}

#gmb-hero-section .gmb-hero-content p {
    color: var(--gmb-hero-gray);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 600px;
}

/* Hero Buttons */
#gmb-hero-section .gmb-hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

#gmb-hero-section .gmb-hero-btn {
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 0.95rem;
    display: inline-block;
    text-align: center;
}

#gmb-hero-section .gmb-hero-btn-primary {
    background-color: var(--gmb-hero-orange);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

#gmb-hero-section .gmb-hero-btn-primary:hover {
    background-color: var(--gmb-hero-orange-hover);
    transform: translateY(-2px);
}

#gmb-hero-section .gmb-hero-btn-secondary {
    background-color: white;
    color: var(--gmb-hero-text);
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

#gmb-hero-section .gmb-hero-btn-secondary:hover {
    border-color: var(--gmb-hero-text);
}

/* Feature Tags */
#gmb-hero-section .gmb-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#gmb-hero-section .gmb-hero-feature-tag {
    background: white;
    border: 1px solid #e5e7eb;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gmb-hero-text);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

#gmb-hero-section .gmb-hero-feature-tag span {
    color: var(--gmb-hero-orange);
}

/* Hero Image Area */
#gmb-hero-section .gmb-hero-image-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#gmb-hero-section .gmb-hero-image-container {
    position: relative;
    background: white;
    padding: 15px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid #f3f4f6;
}

#gmb-hero-section .gmb-hero-main-img {
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    object-fit: cover;
}

#gmb-hero-section .gmb-hero-floating-box {
    position: absolute;
    background-color: var(--gmb-hero-dark);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    max-width: 250px;
}

#gmb-hero-section .gmb-box-top-left {
    top: 40px;
    left: -30px;
}

#gmb-hero-section .gmb-box-bottom-right {
    bottom: 40px;
    right: -20px;
}

#gmb-hero-section .gmb-hero-floating-box h4 {
    color: #fbbf24; 
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#gmb-hero-section .gmb-hero-floating-box p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    #gmb-hero-section .gmb-hero-container {
        flex-direction: column;
        padding-top: 40px;
    }
    #gmb-hero-section .gmb-hero-content h1 {
        font-size: 3rem;
    }
    #gmb-hero-section .gmb-hero-image-wrapper {
        justify-content: center;
        margin-top: 40px;
    }
    #gmb-hero-section .gmb-box-top-left { left: -10px; }
    #gmb-hero-section .gmb-box-bottom-right { right: -10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a01b7d *//* ========================================================================
   Before & After Grid Showcase - Strictly Scoped CSS
   ======================================================================== */

#seo-grid-showcase {
    --grid-bg: #f8fafc;
    --grid-text-dark: #0f172a;
    --grid-text-gray: #475569;
    --grid-orange: #ff6b00;
    
    /* Ranking Colors */
    --rank-green: #22c55e;
    --rank-yellow: #eab308;
    --rank-orange: #f97316;
    --rank-red: #ef4444;

    background-color: var(--grid-bg);
    width: 100%;
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

#seo-grid-showcase * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#seo-grid-showcase .sgs-container {
    width: 100%;
    max-width: 1100px;
}

/* --- Headers --- */
#seo-grid-showcase .sgs-header {
    text-align: center;
    margin-bottom: 50px;
}

#seo-grid-showcase .sgs-subheading {
    color: var(--grid-orange);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

#seo-grid-showcase .sgs-header h2 {
    font-size: 2.5rem;
    color: var(--grid-text-dark);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
}

#seo-grid-showcase .sgs-header p {
    color: var(--grid-text-gray);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* --- Comparison Layout --- */
#seo-grid-showcase .sgs-comparison-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

#seo-grid-showcase .sgs-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    flex: 1;
    min-width: 320px;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

#seo-grid-showcase .sgs-card h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--grid-text-dark);
    margin-bottom: 10px;
}

#seo-grid-showcase .sgs-card p {
    text-align: center;
    color: var(--grid-text-gray);
    font-size: 0.9rem;
    margin-bottom: 25px;
}

/* --- The Actual Map Grid --- */
#seo-grid-showcase .sgs-map-area {
    /* Simulates a map background with a subtle grid pattern */
    background-color: #f1f5f9;
    background-image: 
        linear-gradient(#e2e8f0 1px, transparent 1px),
        linear-gradient(90deg, #e2e8f0 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#seo-grid-showcase .sgs-grid-layout {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    position: relative;
    z-index: 2;
}

/* --- Grid Nodes (The Bubbles) --- */
#seo-grid-showcase .sgs-node {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 0.9rem;
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    border: 2px solid white;
}

/* Node Color Modifiers */
#seo-grid-showcase .node-green { background-color: var(--rank-green); }
#seo-grid-showcase .node-yellow { background-color: var(--rank-yellow); color: #451a03; } /* Dark text for contrast */
#seo-grid-showcase .node-orange { background-color: var(--rank-orange); }
#seo-grid-showcase .node-red { background-color: var(--rank-red); }

/* --- Center Pin Icon --- */
#seo-grid-showcase .sgs-center-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    opacity: 0.3;
    z-index: 1;
}

/* --- Legend --- */
#seo-grid-showcase .sgs-legend {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

#seo-grid-showcase .sgs-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--grid-text-gray);
}

#seo-grid-showcase .sgs-legend-color {
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    #seo-grid-showcase .sgs-header h2 { font-size: 2rem; }
    #seo-grid-showcase .sgs-grid-layout { gap: 10px; }
    #seo-grid-showcase .sgs-node { width: 30px; height: 30px; font-size: 0.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b59125f *//* ========================================================================
   GMB Audit & Features Section - Strictly Scoped CSS
   ======================================================================== */

#gmb-audit-section {
    --gas-dark-bg: #0c1427; /* Deep navy blue */
    --gas-orange: #ff6b00;
    --gas-orange-hover: #e65c00;
    --gas-white: #ffffff;
    --gas-text-gray: #64748b;
    --gas-text-dark: #0f172a;
    --gas-border-color: #e2e8f0;
    --gas-input-bg: #f8fafc;
    
    width: 100%;
    padding: 60px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

#gmb-audit-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-audit-section .gas-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* --- Top Audit Form Area --- */
#gmb-audit-section .gas-audit-box {
    background-color: var(--gas-dark-bg);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 40px;
    gap: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    /* The subtle orange top border/glow from the image */
    border-top: 3px solid var(--gas-orange);
    position: relative;
    overflow: hidden;
}

/* Left Content */
#gmb-audit-section .gas-audit-content {
    flex: 1;
    color: var(--gas-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gmb-audit-section .gas-pre-heading {
    color: var(--gas-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

#gmb-audit-section .gas-audit-content h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

#gmb-audit-section .gas-audit-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 25px;
}

#gmb-audit-section .gas-check-list {
    list-style: none;
}

#gmb-audit-section .gas-check-list li {
    font-size: 0.9rem;
    color: var(--gas-white);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

#gmb-audit-section .gas-check-list li::before {
    content: "\2713"; /* Unicode Checkmark */
    color: var(--gas-orange);
    font-weight: bold;
    margin-right: 10px;
    font-size: 1rem;
}

/* Right Form */
#gmb-audit-section .gas-form-wrapper {
    flex: 1.2;
    background: var(--gas-white);
    border-radius: 12px;
    padding: 30px;
}

#gmb-audit-section .gas-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#gmb-audit-section .gas-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#gmb-audit-section .gas-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#gmb-audit-section .gas-input-group label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gas-text-dark);
}

#gmb-audit-section .gas-input-group input,
#gmb-audit-section .gas-input-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--gas-border-color);
    border-radius: 6px;
    background-color: var(--gas-input-bg);
    font-size: 0.85rem;
    color: var(--gas-text-dark);
    font-family: inherit;
    transition: border-color 0.2s ease;
}

#gmb-audit-section .gas-input-group input:focus,
#gmb-audit-section .gas-input-group textarea:focus {
    outline: none;
    border-color: var(--gas-orange);
    background-color: var(--gas-white);
}

#gmb-audit-section .gas-input-group textarea {
    resize: vertical;
    min-height: 80px;
}

#gmb-audit-section .gas-submit-btn {
    background-color: var(--gas-orange);
    color: var(--gas-white);
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 5px;
}

#gmb-audit-section .gas-submit-btn:hover {
    background-color: var(--gas-orange-hover);
}

#gmb-audit-section .gas-disclaimer {
    text-align: center;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 10px;
}

/* --- Bottom Feature Cards Area --- */
#gmb-audit-section .gas-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#gmb-audit-section .gas-feature-card {
    background-color: var(--gas-white);
    border: 1px solid var(--gas-border-color);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#gmb-audit-section .gas-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

#gmb-audit-section .gas-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff0e6;
    color: var(--gas-orange);
    font-weight: 800;
    font-size: 0.85rem;
    border-radius: 6px;
    margin-bottom: 15px;
}

#gmb-audit-section .gas-feature-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gas-text-dark);
    margin-bottom: 10px;
    line-height: 1.3;
}

#gmb-audit-section .gas-feature-card p {
    font-size: 0.85rem;
    color: var(--gas-text-gray);
    line-height: 1.5;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    #gmb-audit-section .gas-audit-box {
        flex-direction: column;
        padding: 30px;
    }
    #gmb-audit-section .gas-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #gmb-audit-section .gas-form-row {
        grid-template-columns: 1fr;
    }
    #gmb-audit-section .gas-features-grid {
        grid-template-columns: 1fr;
    }
    #gmb-audit-section .gas-audit-content h2 {
        font-size: 2rem;
    }
    #gmb-audit-section .gas-audit-box {
        padding: 20px;
    }
    #gmb-audit-section .gas-form-wrapper {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7304c6f *//* ========================================================================
   "Why It Matters" Section - Strictly Scoped CSS
   ======================================================================== */

#gmb-why-section {
    --gmb-orange: #ff6b00;
    --gmb-orange-light: #fff0e6;
    --gmb-dark: #0f172a;
    --gmb-gray: #475569;
    --gmb-border: #e2e8f0;
    --gmb-bg: #f8fafc; /* Matches the faint off-white background in the image */
    
    background-color: var(--gmb-bg);
    width: 100%;
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

#gmb-why-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-why-section .gmb-why-container {
    width: 100%;
    max-width: 900px; /* Kept slightly narrower to match the image's text wrap */
}

/* --- Header Styling --- */
#gmb-why-section .gmb-why-header {
    margin-bottom: 40px;
}

#gmb-why-section .gmb-why-subtitle {
    color: var(--gmb-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

#gmb-why-section .gmb-why-header h2 {
    font-size: 2.2rem;
    color: var(--gmb-dark);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

#gmb-why-section .gmb-why-header p {
    color: var(--gmb-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 850px;
}

/* --- Grid List Styling --- */
#gmb-why-section .gmb-why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none; /* Removes default bullet points */
}

#gmb-why-section .gmb-why-item {
    background-color: #ffffff;
    border: 1px solid var(--gmb-border);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

#gmb-why-section .gmb-why-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-color: #cbd5e1;
}

#gmb-why-section .gmb-why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: var(--gmb-orange-light);
    color: var(--gmb-orange);
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.85rem;
    margin-right: 15px;
}

#gmb-why-section .gmb-why-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gmb-dark);
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    #gmb-why-section .gmb-why-header h2 { 
        font-size: 1.8rem; 
    }
    #gmb-why-section .gmb-why-list { 
        grid-template-columns: 1fr; /* Stacks to a single column on mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edbabdc *//* ========================================================================
   Services Grid Section - Strictly Scoped CSS
   ======================================================================== */

#gmb-services-section {
    --gmb-srv-orange: #ff6b00;
    --gmb-srv-orange-light: #fff5f0;
    --gmb-srv-dark: #0f172a;
    --gmb-srv-gray: #64748b;
    --gmb-srv-bg: #ffffff;
    --gmb-srv-card-border: #f1f5f9;
    --gmb-srv-card-blob: #f4f8fc; /* The subtle blue shape in the corner */
    
    background-color: var(--gmb-srv-bg);
    width: 100%;
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

#gmb-services-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-services-section .gmb-srv-container {
    width: 100%;
    max-width: 1200px;
}

/* --- Headers --- */
#gmb-services-section .gmb-srv-header {
    text-align: center;
    margin-bottom: 50px;
}

#gmb-services-section .gmb-srv-subtitle {
    color: var(--gmb-srv-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

#gmb-services-section .gmb-srv-header h2 {
    font-size: 2.5rem;
    color: var(--gmb-srv-dark);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#gmb-services-section .gmb-srv-header p {
    color: var(--gmb-srv-gray);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* --- Grid Layout --- */
#gmb-services-section .gmb-srv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* --- Card Styling --- */
#gmb-services-section .gmb-srv-card {
    background: white;
    border: 1px solid var(--gmb-srv-card-border);
    border-radius: 16px;
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

#gmb-services-section .gmb-srv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* The subtle blue decorative corner */
#gmb-services-section .gmb-srv-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: var(--gmb-srv-card-blob);
    border-radius: 0 0 0 100%;
    z-index: 0;
    transition: background-color 0.3s ease;
}

#gmb-services-section .gmb-srv-card:hover::after {
    background-color: #ebf3fa;
}

/* Ensure content stays above the decorative background */
#gmb-services-section .gmb-srv-content-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Badge/Icon */
#gmb-services-section .gmb-srv-badge {
    background-color: var(--gmb-srv-orange-light);
    color: var(--gmb-srv-orange);
    font-weight: 800;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 20px;
}

/* Text Elements */
#gmb-services-section .gmb-srv-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gmb-srv-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

#gmb-services-section .gmb-srv-card p {
    font-size: 0.9rem;
    color: var(--gmb-srv-gray);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* Pushes the link to the bottom evenly */
}

/* Learn More Link */
#gmb-services-section .gmb-srv-link {
    color: var(--gmb-srv-orange);
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
    align-self: flex-start;
}

#gmb-services-section .gmb-srv-link:hover {
    color: #cc5500;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    #gmb-services-section .gmb-srv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #gmb-services-section .gmb-srv-grid {
        grid-template-columns: 1fr;
    }
    #gmb-services-section .gmb-srv-header h2 {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5900291 *//* ========================================================================
   Meet the Founder Section - Strictly Scoped CSS
   ======================================================================== */

#gmb-founder-section {
    --fnd-orange: #ff6b00;
    --fnd-dark: #0f172a;
    --fnd-gray: #475569;
    --fnd-bg: #ffffff;
    --fnd-badge-bg: #fff0e6;
    
    background-color: var(--fnd-bg);
    width: 100%;
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

#gmb-founder-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-founder-section .fnd-container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- Image Side --- */
#gmb-founder-section .fnd-image-wrapper {
    flex: 1;
    position: relative;
}

#gmb-founder-section .fnd-image-wrapper::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--fnd-orange);
    border-radius: 16px;
    z-index: 0;
}

#gmb-founder-section .fnd-image {
    width: 100%;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    display: block;
}

/* --- Content Side --- */
#gmb-founder-section .fnd-content {
    flex: 1.2;
}

#gmb-founder-section .fnd-subtitle {
    color: var(--fnd-orange);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

#gmb-founder-section .fnd-content h2 {
    font-size: 2.5rem;
    color: var(--fnd-dark);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

#gmb-founder-section .fnd-content p {
    color: var(--fnd-gray);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

#gmb-founder-section .fnd-stats-row {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#gmb-founder-section .fnd-stat-box {
    background: var(--fnd-badge-bg);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid var(--fnd-orange);
}

#gmb-founder-section .fnd-stat-box h4 {
    color: var(--fnd-orange);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

#gmb-founder-section .fnd-stat-box span {
    color: var(--fnd-dark);
    font-size: 0.85rem;
    font-weight: 600;
}

#gmb-founder-section .fnd-signature {
    font-family: 'Brush Script MT', cursive, sans-serif;
    font-size: 2rem;
    color: var(--fnd-dark);
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 900px) {
    #gmb-founder-section .fnd-container {
        flex-direction: column;
    }
    #gmb-founder-section .fnd-content h2 {
        font-size: 2.2rem;
    }
    #gmb-founder-section .fnd-image-wrapper {
        width: 90%;
        margin-bottom: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a47d0b *//* ========================================================================
   AI Search Visibility Section - Strictly Scoped CSS
   ======================================================================== */

#gmb-ai-section {
    --gmb-ai-bg-dark: #0a1120; /* Deep navy background */
    --gmb-ai-bg-gradient: radial-gradient(circle at center, #111e36 0%, #0a1120 100%);
    --gmb-ai-orange: #ff6b00;
    --gmb-ai-white: #ffffff;
    --gmb-ai-text-gray: #cbd5e1;
    --gmb-ai-card-bg: rgba(255, 255, 255, 0.06);
    --gmb-ai-card-border: rgba(255, 255, 255, 0.1);
    --gmb-ai-wrapper-bg: rgba(255, 255, 255, 0.02);
    
    background-color: var(--gmb-ai-bg-dark);
    background-image: var(--gmb-ai-bg-gradient);
    width: 100%;
    padding: 100px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    color: var(--gmb-ai-white);
}

#gmb-ai-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#gmb-ai-section .gmb-ai-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- Left Column: Content --- */
#gmb-ai-section .gmb-ai-content {
    flex: 1;
    max-width: 500px;
}

#gmb-ai-section .gmb-ai-subtitle {
    color: var(--gmb-ai-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

#gmb-ai-section .gmb-ai-content h2 {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

#gmb-ai-section .gmb-ai-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--gmb-ai-text-gray);
}

/* --- Right Column: Grid Layout --- */
#gmb-ai-section .gmb-ai-grid-wrapper {
    flex: 1.2;
    background-color: var(--gmb-ai-wrapper-bg);
    border: 1px solid var(--gmb-ai-card-border);
    border-radius: 20px;
    padding: 25px;
    backdrop-filter: blur(10px);
}

#gmb-ai-section .gmb-ai-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* --- Card Styling --- */
#gmb-ai-section .gmb-ai-card {
    background-color: var(--gmb-ai-card-bg);
    border: 1px solid var(--gmb-ai-card-border);
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

#gmb-ai-section .gmb-ai-card:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.1);
}

#gmb-ai-section .gmb-ai-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gmb-ai-white);
}

#gmb-ai-section .gmb-ai-card p {
    font-size: 0.85rem;
    color: var(--gmb-ai-text-gray);
    line-height: 1.5;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    #gmb-ai-section .gmb-ai-container {
        flex-direction: column;
        gap: 50px;
    }
    
    #gmb-ai-section .gmb-ai-content {
        max-width: 800px;
        text-align: center;
    }
    
    #gmb-ai-section .gmb-ai-grid-wrapper {
        width: 100%;
        max-width: 800px;
    }
}

@media (max-width: 600px) {
    #gmb-ai-section .gmb-ai-content h2 {
        font-size: 2.2rem;
    }
    
    #gmb-ai-section .gmb-ai-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */