<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-58 .elementor-element.elementor-element-d42f812{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3568008 *//* === Basis Styling en Reset === */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

h1, h2, h3 {
    color: #0b63c5;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
h1, h2{
    margin-top: 0;
}

p {
    margin-bottom: 1em;
}

a {
    text-decoration: none;
    color: #0b63c5;
    transition: color 0.2s ease;
}

a:hover {
    color: #e67e22;
}

/* === Full-width container === */
.full-width-background {
    width: 100%;
    padding: 40px 0;
}

/* === Algemene container === */
.geo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header (Hero) */
.geo-header.full-width-background {
    position: relative;
    width: 100%;
    min-height: 70vh;
    background-image: url('https://ericsnextgenmarketing.nl/wp-content/uploads/2025/02/nlpacademie_A_minimalist_tech_network_visualization_dark_deep_24b4a469-af1a-4611-ac3e-2d7d2e387a57_0.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
}

.geo-header.full-width-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Oorspronkelijke zwarte overlay, geen grijze */
    z-index: 1;
}

.geo-header-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 140px; /* Vergroot bottom padding om ruimte te maken voor stats bar */
    position: relative;
    z-index: 2;
}

.geo-header-content h1 {
    color: #ffffff; /* Witte tekst, geen grijs */
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.geo-intro {
    color: #ffffff; /* Witte tekst, geen grijs */
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.geo-btn {
    display: inline-flex;
    align-items: center;
    background-color: #2563EB;
    color: #ffffff !important;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.geo-btn:hover {
    background-color: #E67E22;
    transform: translateY(-2px);
}

.geo-btn::after {
    content: 'â†’';
    margin-left: 0.5rem;
}

/* Stats bar */
.stats-bar {
    background: #ffffff;
    border-radius: 1rem;
    max-width: 1000px;
    margin: -80px auto 0;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

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

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #666;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .geo-header-content h1 {
        font-size: 2.5rem;
    }
    
    .geo-intro {
        font-size: 1.1rem;
    }
    
    .stats-bar {
        grid-template-columns: 1fr;
        margin-top: -50px;
    }
}

/* === Sectie Styling (Algemeen) === */
.geo-section,
.geo-testimonials,
.geo-faq,
.geo-cta {
    text-align: center;
    margin-bottom: 60px;
}
/*Voeg services toe*/
.geo-services h2,
.geo-section h2,
.geo-testimonials h2,
.geo-faq h2,
.geo-cta h2,
.why-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    color: #0b63c5;
}

/* === "Onze Werkwijze" Sectie === */
.geo-process {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 0;  /* Padding boven/onder, geen links/rechts */
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.geo-process-header {
    margin-bottom: 40px;
}

.geo-process-header h2 {
     font-size: 2.2rem; /* Consistente h2 */
}
.geo-process-header p {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.geo-process-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.geo-process-item {
    flex: 1 1 300px;
    max-width: 350px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.geo-process-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.geo-process-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #0b63c5;
}

.geo-process-item p {
    font-size: 1rem;
    color: #444;
    line-height: 1.5;
}

.geo-process-item .geo-icon {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}
.geo-process-item .geo-icon i {
    font-size: inherit;
    color: #e67e22;
}

/* === "Waarom ERIC!" Sectie === */
.why-eric {
    text-align: center;
    margin-bottom: 60px;
}

.why-title {
    margin: 20px 0 10px 0;
}

.why-tagline {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
    text-align: center;
}

.why-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    overflow-x: auto;
    padding-bottom: 15px;
}

.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    flex: 0 0 270px;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.why-icon {
    background: rgba(11, 99, 197, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-icon i {
    font-size: 1.8rem;
    color: #0b63c5;
}

.why-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.why-card p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #444;
    flex-grow: 1;
}

/* === "GEO werkt voor iedereen" Sectie === */
.geo-intro-section.usp-highlight {
    background-color: #1e3a8a; /* Donkere achtergrond, vergelijkbaar met je header */
    padding: 80px 20px;
    margin-bottom: 60px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.geo-intro-section.usp-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://ericsnextgenmarketing.nl/wp-content/uploads/2025/02/nlpacademie_A_minimalist_tech_network_visualization_dark_deep_24b4a469-af1a-4611-ac3e-2d7d2e387a57_0.webp') no-repeat center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.geo-intro-section .geo-container {
    position: relative;
    z-index: 2;
}

.usp-title {
    font-size: 3rem;
    color: #ffffff; /* Witte tekst voor leesbaarheid */
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); /* Versterkte schaduw voor contrast */
    line-height: 1.2;
}

.usp-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.usp-text {
    flex: 1 1 600px;
    text-align: left;
}

.usp-text p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.6;
}

.usp-bullets {
    list-style: none;
    padding: 0;
    text-align: left;
}

.usp-bullets li {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.usp-bullets li::before {
    content: 'âœ“';
    color: #27ae60;
    position: absolute;
    left: 0;
    top: 0;
}

.usp-button {
    flex: 0 0 auto;
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color: #e67e22; /* Permanente oranje knop, geen hover-effect */
    color: #ffffff !important;
    min-width: 250px;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: none; /* Verwijder hover-transitie */
}

.usp-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.7;
    z-index: 1;
}

@media (max-width: 768px) {
    .usp-title {
        font-size: 2.2rem;
    }

    .usp-content {
        flex-direction: column;
        text-align: center;
    }

    .usp-text {
        flex: 1 1 100%;
    }

    .usp-button {
        width: 100%;
        margin-top: 20px;
    }

    .usp-icon {
        display: none; /* Verberg icoon op mobiel voor eenvoud */
    }
}

/* Animatie voor USP-sectie */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.geo-intro-section.usp-highlight .usp-title,
.geo-intro-section.usp-highlight .usp-text,
.geo-intro-section.usp-highlight .usp-button {
    animation: fadeInUp 1s ease-out;
}

.geo-intro-section.usp-highlight .usp-title { animation-delay: 0.2s; }
.geo-intro-section.usp-highlight .usp-text { animation-delay: 0.4s; }
.geo-intro-section.usp-highlight .usp-button { animation-delay: 0.6s; }

/* === GEO Explanation Sectie (Herstelde Kaartenlayout) === */
.geo-explanation {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.geo-explanation h2 {
    font-size: 2.5rem;
    color: #E67E22; /* Oranje titel, consistent met je design */
    margin-bottom: 40px;
    font-weight: 700;
}

.geo-explanation-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.geo-explanation-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.geo-explanation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.geo-explanation-card h3 {
    font-size: 1.5rem;
    color: #0b63c5;
    margin: 15px 0 10px;
}

.geo-explanation-card p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.geo-icon {
    font-size: 2.5rem;
    color: #3182ce;
    margin-bottom: 15px;
}

.geo-btn-small {
    padding: 10px 20px;
    font-size: 0.9rem;
    background-color: #0b63c5; /* Blauwe knop, consistent met je design */
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.geo-btn-small:hover {
    background-color: #e67e22; /* Oranje hover voor consistentie */
}

/* Responsieve aanpassingen voor GEO Explanation */
@media (max-width: 768px) {
    .geo-explanation h2 {
        font-size: 2rem;
    }
    
    .geo-explanation-cards {
        grid-template-columns: 1fr;
    }
    
    .geo-explanation-card {
        padding: 15px;
    }
}

/* === Prijstabellen Sectie === */
.geo-section.geo-pricing {
    text-align: center;
    margin-bottom: 60px;
}

.geo-section.geo-pricing .geo-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.geo-section.geo-pricing .geo-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    flex: 1 1 300px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.geo-section.geo-pricing .geo-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.geo-section.geo-pricing .geo-card h3 {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0b63c5;
}

.geo-section.geo-pricing .price {
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0;
    color: #333;
}

.geo-section.geo-pricing .price span {
    font-size: 1rem;
    font-weight: 400;
    color: #555;
}

.geo-section.geo-pricing .desc {
    font-size: 1rem;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
}

.geo-section.geo-pricing .geo-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.geo-section.geo-pricing .geo-card ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.geo-section.geo-pricing .geo-card ul li .geo-check {
    color: #27ae60;
    margin-right: 8px;
    margin-top: 3px;
    flex-shrink: 0;
}

.geo-section.geo-pricing .geo-card .label {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #0b63c5;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.9rem;
    border-radius: 6px;
    font-weight: 600;
}

/* === Specifieke kaart stijlen === */
/* Standaard kaart (Basic) */
.geo-section.geo-pricing .basic a,
.geo-section.geo-pricing .standard a
{
    color: #fff !important;
    background-color: #0b63c5;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    border: none;
}

.geo-section.geo-pricing .basic a:hover,
.geo-section.geo-pricing .standard a:hover
 {
    background-color: #e67e22;
}
.geo-section.geo-pricing .standard {
    border: 2px solid #0b63c5;
    position: relative;
}

/* === Testimonial Sectie === */
.geo-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.geo-testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    margin-bottom: 20px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.geo-testimonial-card blockquote {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #444;
    flex-grow: 1;
}

.geo-testimonial-card cite {
    display: block;
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
}

/* === FAQ Sectie === */
.light-bg {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.geo-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
}

.geo-faq-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
}

.geo-faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.geo-faq-item summary {
    font-weight: 600;
    cursor: pointer;
    outline: none;
    padding-right: 25px;
    position: relative;
    font-size: 1rem;
    line-height: 1.4;
}

.geo-faq-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 8px;
    color: #444;
}

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

.geo-faq-item summary::after {
    content: '\25BC';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease, color 0.2s ease;
    color: #0b63c5;
    font-size: 0.9rem;
}

.geo-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.geo-faq-item[open] summary {
    margin-bottom: 5px;
}

.geo-faq-item[open] p {
}

/* === CTA Sectie (Formulier) === */
.geo-cta {
    background-color: #E67E22;
    padding: 3rem 2rem;
    border-radius: 1rem;
    max-width: 1200px;
    margin: 4rem auto;
    text-align: center;
}

.geo-cta h2 {
    color: #2563EB;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.geo-cta p {
    color: #FFFFFF;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.geo-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}

.geo-form-group {
    flex: 1;
    min-width: 250px;
    text-align: left;
}

.geo-form-group label {
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: block;
}

.geo-form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.geo-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.geo-form-group input:focus {
    outline: none;
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

.geo-btn {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.geo-btn-primary {
    background-color: #FFFFFF;
    color: #E67E22;
    white-space: nowrap;
    min-width: 200px;
}

.geo-btn-primary:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .geo-form {
        flex-direction: column;
    }
    
    .geo-form-group {
        width: 100%;
    }
    
    .geo-btn {
        width: 100%;
    }
}

/* Gebruik de .geo-btn stijlen */
.geo-form button[type="submit"] {
    margin: 30px auto 0;
    display: inline-block;
    background-color: #0b63c5;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.geo-form button[type="submit"]:hover {
    background-color: #e67e22;
}

/* === Responsieve Aanpassingen === */
@media (max-width: 992px) {
    .geo-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .geo-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .geo-process-cards {
        flex-direction: column;
        align-items: center;
    }
    .why-container {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }
    .why-card {
        flex: 1 1 45%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .geo-faq-grid,
    .geo-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .geo-form {
        text-align: center;
    }

    .geo-section.geo-pricing .geo-cards {
        flex-direction: column;
        align-items: center;
    }

    .geo-section.geo-pricing .geo-card {
        max-width: none;
        width: 100%;
    }
    .geo-process-cards {
        flex-direction: column;
        align-items: center;
    }
    .why-container {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }
    .why-card {
        flex: 1 1 100%;
        max-width: none;
    }
}

/* Knoppen */
.geo-btn {
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.geo-btn:hover {
    background-color: #e67e22;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Kaarten (Waarom ERIC!) */
.why-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* FAQ Items */
.geo-faq-item {
    transition: box-shadow 0.3s ease;
}

.geo-faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.geo-faq-item summary::after {
    transition: transform 0.2s ease, color 0.2s ease;
}

.geo-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}/* End custom CSS */</pre></body></html>