/* 
 * Meldt_u_direct_aan - Complete standalone CSS
 * Alle originele styling (zonder comments)
 */

:root {
            --primary: #d2691e;
            --secondary: #173752;
            --light: #f8f9fa;
            --grey: #667788;
            --light-grey: #e9ecef;
            --border: #dee2e6;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: white;
        }
        
        .knowledge-base-content {
            padding: 40px 0 0;
            background-color: white;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .contact-wrapper {
            max-width: 1200px;
            margin: 0 auto 60px;
            padding: 0 20px;
        }

        .contact-box {
            background-color: white;
            border-radius: 15px;
            padding: 35px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
            border: 1px solid var(--border);
        }

        .contact-box p {
            color: var(--grey);
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .contact-highlight {
            background-color: rgba(210, 105, 30, 0.1);
            border-left: 4px solid var(--primary);
            padding: 18px;
            border-radius: 0 8px 8px 0;
            margin-bottom: 30px;
        }

        .contact-highlight h2 {
            font-size: 1.3rem;
            color: var(--secondary);
            margin-bottom: 10px;
        }

        .contact-highlight p {
            margin: 0;
        }

        .contact-highlight a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 500;
        }

        .contact-highlight a:hover {
            text-decoration: underline;
        }

        .section-header {
            font-size: 1.5rem;
            color: var(--secondary);
            margin: 40px 0 20px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--light-grey);
            font-weight: 600;
        }

        .section-header:first-of-type {
            margin-top: 0;
        }

        .contact-box .wpforms-container,
        .contact-box .wpforms-form {
            background: transparent !important;
            padding: 0 !important;
            border: none !important;
            box-shadow: none !important;
        }

        .contact-box form {
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
        }

        .wpforms-contact-form {
    margin-bottom: 30px;
}

.contact-box .wpforms-submit {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.contact-box .wpforms-submit:hover {
    background-color: #b85c1a !important;
    border-color: #b85c1a !important;
}

.contact-box input:focus,
.contact-box textarea:focus,
.contact-box select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 2px rgba(210, 105, 30, 0.1) !important;
}

        .whatsapp-section {
            background-color: rgba(37, 211, 102, 0.1);
            border-left: 4px solid #25d366;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
            text-align: center;
        }

        .whatsapp-section h3 {
            color: var(--secondary);
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .whatsapp-section p {
            margin-bottom: 15px;
        }

        .whatsapp-button {
            display: inline-block;
            background-color: #25d366;
            color: white !important;
            padding: 12px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .whatsapp-button:hover {
            background-color: #20b954;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
            text-decoration: none;
        }

        .whatsapp-button svg {
            margin-right: 8px;
            vertical-align: middle;
        }

        .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .contact-card {
            background-color: var(--light);
            border-left: 4px solid var(--primary);
            padding: 20px;
            border-radius: 0 8px 8px 0;
            text-align: center;
        }

        .contact-card-icon {
            width: 40px;
            height: 40px;
            background-color: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            margin: 0 auto 15px;
        }

        .contact-card h3 {
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 10px;
            font-size: 1rem;
        }

        .contact-card p {
            color: var(--grey);
            font-size: 0.9rem;
            margin: 0;
        }

        .faq-item {
            margin-bottom: 20px;
            background-color: var(--light);
            border-left: 4px solid var(--primary);
            padding: 18px;
            border-radius: 0 8px 8px 0;
        }

        .faq-item:last-child {
            margin-bottom: 0;
        }

        .faq-question {
            font-weight: 600;
            font-size: 1.05rem;
            margin-bottom: 8px;
            color: var(--secondary);
        }

        .faq-answer {
            color: var(--grey);
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }

        .faq-answer a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 500;
        }

        .faq-answer a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .contact-box {
                padding: 25px;
            }

            .contact-info {
                grid-template-columns: 1fr;
            }

            .wpforms-contact-form {
                max-width: 100%;
                padding: 0;
            }

            .section-header {
                font-size: 1.3rem;
            }
        }
