.elementor-1293 .elementor-element.elementor-element-1dc832b{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1293 .elementor-element.elementor-element-1dc832b{--content-width:100%;}}/* Start custom CSS *//**
 * Dak Kampioenen – Offerte (pagina-specifieke stijlen)
 * Hero + offerte-sectie met formulier voor de branche (dakdekker).
 */

/* ---- Offerte-sectie (lichte achtergrond, donkere tekst) ---- */
.offerte-section {
    background: var(--color-light) !important;
    color: var(--color-dark) !important;
    padding: var(--space-2xl) var(--space-md);
}
.offerte-section * { color: inherit; }
.offerte-section .offerte-link {
    color: var(--color-primary) !important;
    font-weight: 700;
    text-decoration: none;
}
.offerte-section .offerte-link:hover { text-decoration: underline; }

.offerte-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 var(--space-md);
    box-sizing: border-box;
}

.offerte-intro {
    margin-bottom: var(--space-xl);
}
.offerte-intro h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-dark) !important;
    margin-bottom: var(--space-sm);
}
.offerte-intro p {
    font-size: 17px;
    line-height: 1.6;
    color: #5c636a !important;
}

/* Formulier: twee kolommen op desktop voor korte velden */
.form-card-offerte .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
}
.form-card-offerte .form-row .form-group {
    margin-bottom: 20px;
}

/* Select (dropdown)zelfde stijl als input */
.form-card select,
.form-card-offerte select {
    width: 100%;
    padding: 14px 16px !important;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #0E0E0E !important;
    background-color: #ffffff !important;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235c636a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px !important;
    box-sizing: border-box;
}
.form-card select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(176, 30, 45, 0.1);
}

@media (max-width: 768px) {
    .offerte-section { padding: var(--space-xl) var(--space-sm); }
    .offerte-container { padding: 0; }
    .offerte-intro h2 { font-size: 24px; }
    .form-card-offerte .form-row {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */