.elementor-4143 .elementor-element.elementor-element-25d926d{--display:flex;}.elementor-4143 .elementor-element.elementor-element-25190a6{--display:flex;--margin-top:-2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}/* Start custom CSS for html, class: .elementor-element-c2cd7b9 *//* ============================================
   FB BOUWSERVICE DAKKAPEL LANDING PAGE CSS
   ZONDER FORMULIER VERSIE
   Voor gebruik in Elementor HTML Widget
   ============================================ */

/* WRAPPER SCOPE: Alle CSS is scoped naar .fb-dakkapel-landing
   Dit voorkomt conflict met andere site styling */

.fb-dakkapel-landing {
    /* Reset & Base Styles */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1e293b;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fb-dakkapel-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* CSS Variables binnen scope */
.fb-dakkapel-landing {
    --fb-primary-color: #1a472a;
    --fb-primary-hover: #0f2819;
    --fb-secondary-color: #f97316;
    --fb-secondary-hover: #ea580c;
    --fb-text-dark: #1e293b;
    --fb-text-gray: #64748b;
    --fb-text-light: #94a3b8;
    --fb-bg-light: #f8fafc;
    --fb-bg-white: #ffffff;
    --fb-border-color: #e2e8f0;
    --fb-success-color: #10b981;
    --fb-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --fb-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --fb-shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --fb-shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Hero Section */
.fb-dakkapel-landing .fb-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(26, 71, 42, 0.95) 0%, rgba(15, 40, 25, 0.9) 100%),
                url('https://fbbouwservice.nl/wp-content/uploads/2026/01/66d32b23977df99baffd8dfc_66d32a529e923ea6704f12b8_standaard.jpeg') center/cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.fb-dakkapel-landing .fb-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(249, 115, 22, 0.1) 0%, transparent 50%);
}

.fb-dakkapel-landing .fb-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: left;
}

.fb-dakkapel-landing .fb-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    color: var(--fb-bg-white);
    line-height: 1.1;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.fb-dakkapel-landing .fb-hero-subtitle {
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.5;
    max-width: 700px;
    font-weight: 400;
}

.fb-dakkapel-landing .fb-hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

/* Buttons */
.fb-dakkapel-landing .fb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    white-space: nowrap;
    box-shadow: var(--fb-shadow-md);
}

.fb-dakkapel-landing .fb-btn-primary {
    background: var(--fb-secondary-color);
    color: var(--fb-bg-white);
}

.fb-dakkapel-landing .fb-btn-primary:hover {
    background: var(--fb-secondary-hover);
    transform: translateY(-2px);
    box-shadow: var(--fb-shadow-lg);
}

.fb-dakkapel-landing .fb-btn-secondary {
    background: var(--fb-bg-white);
    color: var(--fb-primary-color);
}

.fb-dakkapel-landing .fb-btn-secondary:hover {
    background: var(--fb-bg-light);
    transform: translateY(-2px);
    box-shadow: var(--fb-shadow-lg);
}

.fb-dakkapel-landing .fb-btn-phone {
    background: var(--fb-success-color);
    color: var(--fb-bg-white);
    font-size: 1.2rem;
    padding: 20px 40px;
}

.fb-dakkapel-landing .fb-btn-phone:hover {
    background: #059669;
    transform: scale(1.05);
    box-shadow: var(--fb-shadow-xl);
}

.fb-dakkapel-landing .fb-btn-icon {
    margin-right: 10px;
    font-size: 1.3em;
}

/* Trust Badges */
.fb-dakkapel-landing .fb-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.fb-dakkapel-landing .fb-trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.fb-dakkapel-landing .fb-trust-badge-icon {
    width: 28px;
    height: 28px;
    background: rgba(249, 115, 22, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* Container */
.fb-dakkapel-landing .fb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section */
.fb-dakkapel-landing .fb-section {
    padding: 80px 0;
}

.fb-dakkapel-landing .fb-section-gray {
    background: var(--fb-bg-light);
}

.fb-dakkapel-landing .fb-section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--fb-text-dark);
    margin-bottom: 16px;
    text-align: center;
}

.fb-dakkapel-landing .fb-section-subtitle {
    font-size: 1.2rem;
    color: var(--fb-text-gray);
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Features Grid */
.fb-dakkapel-landing .fb-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.fb-dakkapel-landing .fb-feature-card {
    background: var(--fb-bg-white);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: var(--fb-shadow-sm);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.fb-dakkapel-landing .fb-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--fb-shadow-lg);
    border-color: var(--fb-secondary-color);
}

.fb-dakkapel-landing .fb-feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--fb-secondary-color), #fb923c);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--fb-bg-white);
}

.fb-dakkapel-landing .fb-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--fb-text-dark);
    margin-bottom: 12px;
}

.fb-dakkapel-landing .fb-feature-text {
    font-size: 1rem;
    color: var(--fb-text-gray);
    line-height: 1.7;
}

/* House Types */
.fb-dakkapel-landing .fb-house-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.fb-dakkapel-landing .fb-house-type {
    background: var(--fb-bg-white);
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--fb-border-color);
    transition: all 0.3s ease;
}

.fb-dakkapel-landing .fb-house-type:hover {
    border-color: var(--fb-secondary-color);
    transform: scale(1.03);
    box-shadow: var(--fb-shadow-md);
}

.fb-dakkapel-landing .fb-house-icon {
    font-size: 3rem;
    margin-bottom: 12px;
}

.fb-dakkapel-landing .fb-house-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--fb-text-dark);
}

/* Contact Section - Gecentreerd Zonder Formulier */
.fb-dakkapel-landing .fb-contact-section {
    background: linear-gradient(135deg, var(--fb-primary-color), #0f3820);
    color: var(--fb-bg-white);
}

.fb-dakkapel-landing .fb-contact-full {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.fb-dakkapel-landing .fb-contact-full h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 24px;
    color: var(--fb-bg-white);
    font-weight: 700;
}

.fb-dakkapel-landing .fb-contact-intro {
    font-size: 1.2rem;
    margin-bottom: 50px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.fb-dakkapel-landing .fb-contact-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.fb-dakkapel-landing .fb-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.fb-dakkapel-landing .fb-contact-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fb-dakkapel-landing .fb-contact-item-icon {
    width: 64px;
    height: 64px;
    background: var(--fb-secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.fb-dakkapel-landing .fb-contact-item-content {
    text-align: center;
}

.fb-dakkapel-landing .fb-contact-item-content h3 {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fb-dakkapel-landing .fb-contact-item-content p {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: var(--fb-bg-white);
}

.fb-dakkapel-landing .fb-contact-item-content a {
    color: var(--fb-bg-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.fb-dakkapel-landing .fb-contact-item-content a:hover {
    color: var(--fb-secondary-color);
}

/* Why Choose Section */
.fb-dakkapel-landing .fb-why-choose {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.fb-dakkapel-landing .fb-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.fb-dakkapel-landing .fb-why-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--fb-success-color), #34d399);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--fb-bg-white);
    flex-shrink: 0;
}

.fb-dakkapel-landing .fb-why-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--fb-text-dark);
    margin-bottom: 8px;
}

.fb-dakkapel-landing .fb-why-content p {
    font-size: 1rem;
    color: var(--fb-text-gray);
    line-height: 1.6;
}

/* Sticky CTA (Mobile) */
.fb-dakkapel-landing .fb-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--fb-bg-white);
    padding: 12px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.fb-dakkapel-landing .fb-sticky-cta-content {
    display: flex;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.fb-dakkapel-landing .fb-sticky-cta .fb-btn {
    flex: 1;
    padding: 14px 20px;
    font-size: 1rem;
}

/* Footer */
.fb-dakkapel-landing .fb-footer {
    background: var(--fb-text-dark);
    color: var(--fb-bg-white);
    padding: 40px 20px 24px;
    text-align: center;
}

.fb-dakkapel-landing .fb-footer-social {
    margin-top: 24px;
}

.fb-dakkapel-landing .fb-footer-social a {
    color: var(--fb-bg-white);
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.fb-dakkapel-landing .fb-footer-social a:hover {
    color: var(--fb-secondary-color);
}

/* Animations */
@keyframes fb-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fb-dakkapel-landing .fb-fade-in-up {
    animation: fb-fadeInUp 0.8s ease-out;
}

/* Accessibility */
.fb-dakkapel-landing .fb-btn:focus, 
.fb-dakkapel-landing a:focus {
    outline: 3px solid var(--fb-secondary-color);
    outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 968px) {
    .fb-dakkapel-landing .fb-contact-items {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .fb-dakkapel-landing .fb-hero {
        min-height: 100vh;
        background-attachment: scroll;
    }

    .fb-dakkapel-landing .fb-hero-content {
        padding: 40px 20px;
        text-align: center;
    }

    .fb-dakkapel-landing .fb-hero h1 {
        font-size: 2.2rem;
    }

    .fb-dakkapel-landing .fb-hero-subtitle {
        font-size: 1.1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .fb-dakkapel-landing .fb-hero-cta-group {
        justify-content: center;
        flex-direction: column;
    }

    .fb-dakkapel-landing .fb-btn {
        width: 100%;
        justify-content: center;
    }

    .fb-dakkapel-landing .fb-trust-badges {
        justify-content: center;
    }

    .fb-dakkapel-landing .fb-section {
        padding: 60px 0;
    }

    .fb-dakkapel-landing .fb-features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .fb-dakkapel-landing .fb-house-types {
        grid-template-columns: repeat(2, 1fr);
    }

    .fb-dakkapel-landing .fb-why-choose {
        grid-template-columns: 1fr;
    }

    .fb-dakkapel-landing .fb-sticky-cta {
        display: block;
    }

    .fb-dakkapel-landing .fb-contact-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .fb-dakkapel-landing .fb-contact-item {
        padding: 30px 20px;
    }
    
    .fb-dakkapel-landing .fb-contact-item-icon {
        width: 56px;
        height: 56px;
        font-size: 1.8rem;
    }
    
    .fb-dakkapel-landing .fb-contact-item-content p {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .fb-dakkapel-landing .fb-house-types {
        grid-template-columns: 1fr;
    }

    .fb-dakkapel-landing .fb-btn-phone {
        font-size: 1.1rem;
        padding: 16px 32px;
    }

    .fb-dakkapel-landing .fb-contact-item-content p {
        font-size: 1.2rem;
    }
}

/* Loading Optimization */
.fb-dakkapel-landing img {
    display: block;
    max-width: 100%;
    height: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6a05fd *//* ============================================
   FB BOUWSERVICE FOOTER BLOK CSS
   Voor gebruik als apart Elementor HTML Widget
   ============================================ */

.fb-dakkapel-landing {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fb-dakkapel-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container */
.fb-dakkapel-landing .fb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Styling */
.fb-dakkapel-landing .fb-footer {
    background: #1e293b;
    color: #ffffff;
    padding: 40px 20px 24px;
    text-align: center;
}

.fb-dakkapel-landing .fb-footer p {
    margin: 0;
    padding: 8px 0;
    line-height: 1.6;
}

.fb-dakkapel-landing .fb-footer strong {
    font-weight: 700;
}

.fb-dakkapel-landing .fb-footer a {
    transition: color 0.3s ease;
}

.fb-dakkapel-landing .fb-footer a:hover {
    color: #f97316;
}

.fb-dakkapel-landing .fb-footer-social {
    margin-top: 24px;
}

.fb-dakkapel-landing .fb-footer-social a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .fb-dakkapel-landing .fb-footer {
        padding: 32px 16px 20px;
    }
    
    .fb-dakkapel-landing .fb-footer p {
        font-size: 0.95rem;
    }
    
    .fb-dakkapel-landing .fb-footer-social a {
        font-size: 1rem;
    }
}/* End custom CSS */