/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/


.tertiary_btn {
    color: red;
}

.av_secondary_right .sub_menu {
    padding-right: 1.2rem;
}

.av_secondary_right .sub_menu a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

#top .entry-content-wrapper select, #top select {
    line-height: 2.5rem !important;
}

/*====== HERO ======*/


.header_text h1 {
    color: white !important;
    font-weight: 700 !important;
}

.header_text p {
    color: white !important;
    font-size: 24px !important;
}

/*=====  HEADER VLAK MET SCHUINE BLAUWE OVERLAY  =====*/

.header_vlak {
    position: relative;
    overflow: hidden;
}

.header_vlak::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #1b4659;
    clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
    z-index: 1;
    pointer-events: none;
}

.header_vlak .container {
    position: relative;
    z-index: 2;
}

.header_vlak .av-section-color-overlay-wrap {
    border-bottom: 40px solid white;
}

/*=====  Grijs schuin vlak over tekst element  =====*/
.grijsschuin {
    position: relative;
}

.grijsschuin::after {
    content: '';
    position: absolute;
    height: 120%;
    margin-top: -2.5%;
    inset: 0;
    background-color: #f5f8fa;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 35% 100%);
    z-index: 1;
    pointer-events: none;
}

.grijsschuin .container {
    position: relative;
    z-index: 2;
}

/*=====  Blauw schuin vlak over tekst element  =====*/
.blauwschuin {
    position: relative;
}

.blauwschuin::after {
    content: '';
    position: absolute;
    height: 110%;
    margin-top: -2.5%;
    inset: 0;
    clip-path: polygon(0 0, 50% 0, 60% 100%, 0 100%);
    background-color: #1b4659;
    z-index: 1;
    pointer-events: none;
}

.blauwschuin .container {
    position: relative;
    z-index: 2;
}

/* WhatsApp en inloggen klantenportaal links */
.menu-item-583 svg {
    fill: #25d366;
    height: 1rem;
    float: left;
    position: relative;
    top: -2px;
}

.menu-item-525 svg {
    fill: #0097d8;
    height: 1rem;
    float: left;
    position: relative;
    top: -2px;
}

/*=====  OPENINGS TIJDEN  =====*/

.opening-hours {
    max-width: 500px;
    margin: 2rem 0;
    color: #666;
    font-size: 1rem;
}

.opening-hours__block + .opening-hours__block {
    margin-top: 2rem;
}

.opening-hours__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem;
}

.opening-hours__list {
    margin: 0;
    padding: 0;
}

.opening-hours__row {
    display: flex;
    gap: 2rem;
    padding: 0.3rem 0;
}

.opening-hours__row dt {
    flex: 0 0 100px;
    text-transform: capitalize;
}

.opening-hours__row dd {
    margin: 0;
    font-variant-numeric: tabular-nums;
}

.opening-hours__row.is-closed {
    color: #999;
}


/*==== TEXT BOVEN SERVICE IN DEZE SELFSTORE*/
.about-peacock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0;
}

.about-peacock h2 {
    font-size: 28px !important;
    font-weight: 700;
    margin-bottom: 35px;
}

.about-peacock p {
    font-size: 20px !important;
    line-height: 2;
    text-align: center;
}

/*==== UPS VAN SERVICE IN DEZE SELF STORE ======*/
.ups_services {
    background: #f5f8fa;
    /* full-bleed: breekt uit de parent container */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* inhoud netjes binnen site-breedte houden */
    padding: 4rem calc(50vw - 600px);
    /* 600px = halve max site-breedte van 1200px, pas aan naar jouw site */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.home .ups_services {
    background-color: #fff;
}

.ups_services h2 {
    color: #1b465a;
    font-weight: inherit;
    line-height: 1.3;
    margin: 0;
    font-size: 35px !important;
    width: 11rem;
}

.ups_services ul {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.ups_services li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6;
    flex: 1;
    color: #666666;
    /* animatie setup */
    transition: transform 0.4s ease, color 0.4s ease;
}

.ups_services li img {
    margin-bottom: 1rem;
}

/* Contactgegevens kalntenservice (klantenserviceUSPs */
.klantenserviceusps {
    display: flex;
    justify-content: space-evenly;
}

.klantenserviceusps li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    text-align: center;
}

.klantenserviceusps li img {
    margin-bottom: 1rem;
}

/* VRAGEN OVER DEZE HOVER VOOR COOL EXTRATJE*/

/*.ups_services li:hover {*/
/*    transform: translateY(-6px);*/
/*    color: #1f4f5f;  !* of je donkerblauwe huisstijlkleur *!*/
/*}*/

/*!* Het icoon bovenin krijgt ook een effect *!*/
/*.ups_services li:hover .icon {*/
/*    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);*/
/*    transform: scale(1.05);*/
/*}*/

/*.icon {*/
/*    transition: box-shadow 0.4s ease, transform 0.4s ease;*/
/*}*/


.ups_services b {
    display: block;
    color: gray;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem 0;
    color: #666666;
}

/*====== BOVEN FOOTER =====*/

.bovenfooter {
    background: #e5f5fb;
    /* full-bleed: breekt uit de parent container */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* inhoud netjes binnen site-breedte houden */
    padding: 3rem calc(50vw - 600px);
    /* 600px = halve max site-breedte van 1200px, pas aan naar jouw site */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.bovenfooter h2 {
    color: #1b465a;
    font-weight: inherit;
    line-height: 1.3;
    margin: 0;
    font-size: 35px !important;
}

.bovenfooter ul {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.bovenfooter li {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1.6;
    flex: 1;
    color: #666666;
}

.bovenfooter b {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1b465a;
}

.icon {
    background: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.icon:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.icon img {
    width: 26px;
}

/*==== ONZE VESTEGINGEN ==== */


/*===== BLOGS =====*/

.nieuws_tekst H4 {
    color: #1b4558;
}

.nieuws_tekst p {
    font-size: 20px !important;
}


/*===== OPSLAGRUIMTE CARDS =======*/

.opslag-card {
    background: #fdfdfd;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #189ae4;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transition: all 0.4s ease;
}

.opslag-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}


/*=====  FOOTER GEDEELDE STYLING  =====*/

.widgettitle {
    color: white !important;
}

.widget_nav_menu .menu a {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.menu a {
    font-size: 20px;
}


.uspRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
    background: #fdfdfd;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #189ae4;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    padding: 0.5rem;
}

.uspRow .usp {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.uspRow img {
    padding: 25px;
}

span.usp-tekst {
    margin-left: -10px;
}

/*voordeelbundel layout*/
/* Voordeelbundel layout */


.vb-beschikbaar {
    color: #2a7a2a;
    font-weight: 600;
    margin-top: 12px;
}

/* Prijs kolom */
.prijs_label {
    padding-left: 95px !important;
}


.vb-price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #112337;
    line-height: 1.2;
}

.vb-price-amount span {
    font-size: 1rem;
    font-weight: 400;
}

.vb-badge {
    display: inline-block;
    background: #1a6b3c;
    color: white;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 8px;
}

.vb-price-block p {
    margin: 6px 0 0;
    color: #112337;
}

.vb-price-original {
    text-decoration: line-through;
    color: #888;
    font-size: 1.1rem;
    font-weight: 400;
    margin-right: 6px;
}


/*======  OPSLAGRUIMTE =====*/


.opslag_info {
    background: #fdfdfd;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #189ae4;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

/*de groene pill op de procent*/
.korting {
    display: inline-block;
    background-color: #1a6a3c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 20px;
    vertical-align: middle;
    line-height: 1.4;
}

.opslag_img {
    height: 500px;
}

.opslag_img img {
    width: auto;
}

/*========================================
  SELFSTORE — GRAVITY FORMS STYLING
========================================*/
/* Contactform */
#gform_2_validation_container {
    color: #fff !important;
}

#gform_2_validation_container h2.gform_submission_error {
    font-size: 16px !important;
    color: #fff !important;
}

#gform_fields_2 .validation_message {
    color: #FDD;
}

/* ============================================ */
/*  RADIO KEUZES MET PRIJS EN BADGES            */
/* ============================================ */

/* Sectie titel boven de keuzes */
.gform_wrapper #field_1_6 legend.gfield_label {
    font-size: 20px;
    font-weight: 700;
    color: #183748;
    margin-bottom: 18px;
}

/* Keuze-kaart container */
.gform_wrapper .gchoice {
    border: 2px solid #e5e5e5 !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.gform_wrapper .gchoice:hover {
    border-color: #1a6a3c !important;
}

.gform_wrapper .gchoice:has(input:checked) {
    border-color: #1a6a3c !important;
    background-color: #f0f9f0 !important;
}

/* Radio button */
.gform_wrapper .gchoice input.gfield-choice-input[type="radio"] {
    width: 22px;
    height: 22px;
    accent-color: #1a6a3c;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

/* Label = grid: titel | basis | badge */
.gform_wrapper .gchoice label.gform-field-label,
.gform_wrapper .gchoice label.gform-field-label--type-inline {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 12px;
    row-gap: 6px;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
    font-weight: 700;
    color: #183748;
    font-size: 16px;
    line-height: 1.3;
}

/* Prijs (rechts boven) */
.gform_wrapper .gchoice .rb-prijs {
    grid-column: 2 / 4;
    justify-self: end;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #1b4659 !important;
}

/* "Beste keuze" geel label */
.gform_wrapper .gchoice .rb-beste-keuze {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
    background: #fbd648;
    color: #183748;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
}

/* "op basis van X maanden" tekst */
.gform_wrapper .gchoice .rb-basis {
    grid-row: 2;
    grid-column: 2;
    justify-self: end;
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}

/* Korting-percentage badge */
.gform_wrapper .gchoice .rb-badge {
    grid-row: 2;
    grid-column: 3;
    justify-self: end;
    background-color: #1a6a3c;
    color: #fff !important;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
}

/* Info-zinnetje onder de keuzes */
.vb-info-tekst {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #1a6a3c;
}


/* ============================================ */
/*  PRIJS WEERGAVE (zijbalk)                    */
/* ============================================ */

.vb-price-block {
    color: #183748;
}

/* Hoofdprijs (groot bedrag + p.m.) */
.vb-price-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

/* Originele prijs (doorgestreept boven de hoofdprijs) */
.vb-price-original {
    order: -1;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: line-through;
    line-height: 1.3;
}

/* "p.m." kleinere tekst naast bedrag */
.vb-price-amount > span:not(.vb-price-original) {
    font-size: 18px;
    font-weight: 500;
}

/* Korting-badge onder de prijs */
.vb-badge {
    display: inline-block;
    background-color: #1a6a3c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    line-height: 1.4;
    margin-bottom: 18px;
}

/* Beschrijvende regels onder de prijs */
#vb-price-output p {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 500;
    color: #183748;
    line-height: 1.5;
}


/* ============================================ */
/*  CONTACT FORMULIER                           */
/* ============================================ */

/* Witte kaart-container */
.gform_wrapper.gravity-theme {
    background: #fff;
    padding: 40px 45px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    --gform-theme-spacing-form-row-gap: 14px;
}

/* Hoofdtitel */
.gform_wrapper .lijnerboven h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #183748 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

/* Subtitel onder hoofdtitel */
.gform_wrapper .lijnerboven p {
    color: #6b7280;
    margin: 0 0 12px 0 !important;
    line-height: 1.5;
}

/* Veldlabels (Naam, Email, etc) */
.gform_wrapper .gfield_label {
    color: #183748 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: block;
}

/* "(Vereist)" subtiel grijs */
.gform_wrapper .gfield_required {
    color: #9ca3af !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    margin-left: 4px;
}

/* Inputs en selects */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="date"],
.gform_wrapper input.datepicker,
.gform_wrapper select.gfield_select {
    width: 100% !important;
    height: 48px !important;
    padding: 0 16px !important;
    line-height: 1.5 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    color: #183748 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.gform_wrapper input::placeholder {
    color: #9ca3af !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus {
    outline: none !important;
    border-color: #1a6a3c !important;
    box-shadow: 0 0 0 3px rgba(26, 106, 60, 0.1) !important;
}

/* Custom chevron icoon op selects */
.gform_wrapper select.gfield_select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23183748' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 14px 14px !important;
}


/* ============================================ */
/*  NIEUWSBRIEF CHECKBOX (met animatie)         */
/* ============================================ */

/* Container — overschrijf de radio-card styling */
.gform_wrapper #field_1_27 .gchoice {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    justify-content: center !important;
}

.gform_wrapper #field_1_27 .gchoice:hover,
.gform_wrapper #field_1_27 .gchoice:has(input:checked) {
    border: none !important;
    background: transparent !important;
}

/* Custom checkbox vakje */
.gform_wrapper #field_1_27 input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    flex-shrink: 0;
    border: 2px solid #d1d5db;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gform_wrapper #field_1_27 input[type="checkbox"]:hover {
    border-color: #1a6a3c;
    background: #f0f9f0;
    transform: scale(1.08);
}

.gform_wrapper #field_1_27 input[type="checkbox"]:active {
    transform: scale(0.92);
}

.gform_wrapper #field_1_27 input[type="checkbox"]:checked {
    background: #1a6a3c;
    border-color: #1a6a3c;
    animation: checkBounce 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Wit vinkje (geroteerd blokje met 2 randen) */
.gform_wrapper #field_1_27 input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

@keyframes checkBounce {
    50% {
        transform: scale(1.15);
    }
}

/* Checkbox label — overschrijf de radio-grid styling */
.gform_wrapper #field_1_27 .gchoice label {
    display: inline !important;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    cursor: pointer;
}


/* ============================================ */
/*  VERZENDKNOP                                 */
/* ============================================ */

.gform_wrapper .gform_footer {
    margin-top: 24px;
}

.gform_wrapper .gform_button {
    background-color: #1b9fe0 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 16px 36px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
    max-width: 480px;
}

.gform_wrapper .gform_button:hover {
    background-color: #1582bd !important;
}

.gform_wrapper .gform_button::after {
    content: " ›";
    font-size: 22px;
    margin-left: 8px;
    font-weight: 400;
}

/*=== USP PILLS (Stap 2) ===*/

.afspraak-usp-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.afspraak-usp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f3f4f6;
    color: #183748;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 100px;
}

.afspraak-usp::before {
    content: "✓";
    color: #1a6a3c;
    font-weight: 800;
    font-size: 15px;
}

/*=== Review slider =====*/

.title_reviews {
    margin-top: 50px;
}

.title_bedrijven {
    margin-top: 50px;
}


/* ===== Reviews kaarten ===== */
.reviews_klanten {
    padding: 50px 0 70px;
}

.reviews_klanten .slide-entry {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px 25px !important;
    margin: 7px 16px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 3.95px 1.95px 9.6px
}


/* ===== Review sterren — blauwe SVG outline sterren ===== */
.reviews_klanten .review-stars {
    color: #1ba0e2; /* blauwe lijnkleur — pas aan naar wens */
    display: flex;
    gap: 6px;
    margin-top: auto;
    padding-top: 16px;
}

.reviews_klanten .review-stars svg {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    fill: currentColor;

}

/* Reset alle pseudo-element content op slide-entries om duplicaten te
   voorkomen — herstel Enfold's clearfix gedrag */
.reviews_klanten .slide-entry::before,
.reviews_klanten .slide-entry::after {
    content: '\0020' !important;
    display: block !important;
    overflow: hidden !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/* Pijltjes */
.reviews_klanten .av-control-default a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #1b4558 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 20% !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important; /* voorkomt dat flex 'm samenduwt */
    min-height: 40px !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.avia-slideshow-arrows a.avia-svg-icon svg:first-child {
    margin-top: 0 !important;
}

.reviews_klanten .av-control-default a:hover {
    background: #1c4455 !important;
    opacity: 1 !important;
}

.reviews_klanten .avia-slideshow-arrows {
    display: flex !important;
    gap: 12px !important;
    justify-content: flex-end !important;
    align-items: center;
    position: static !important;
    width: auto !important;
}

/* Reset Enfold's absolute positionering op de pijltjes */
.reviews_klanten .av-control-default a {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
}

/* Slider hoogte op auto zodat kaarten niet afgesneden worden */
.reviews_klanten .avia-content-slider-inner {
    height: auto !important;
}

/* Alle kaarten in dezelfde slide even hoog */
.reviews_klanten .slide-entry-wrap {
    display: flex !important;
    align-items: stretch;
}

.reviews_klanten .slide-entry {
    display: flex !important;
    flex-direction: column;
}

/* Pijltjes rond ipv ovaal */
.reviews_klanten .av-control-default a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.slide-meta {
    display: none !important;
}

.blog-categories.minor-meta {
    display: none !important;
}

/*.avia-content-slider-inner {*/
/*    height: 260px !important;*/
/*}*/

.avia-testimonial_inner {
    padding: 20px;
    border: solid 2px #dbeafe;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.15);
}


section.avia-testimonial-row {
    height: 200px !important;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a {
    top: 50px;
}


#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    border-radius: 25%;
}


/*==== Bedrijven =======*/

.foto_bedrijf {
    margin: 100px 0px;
}


/*==== UPS03 =====*/
/* === Peacock Features Sectie === */
.peacock-features {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.peacock-features__title {
    font-size: 2.5rem;
    color: #1a3a5c;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.2;
}


.peacock-features__intro {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0 auto 50px;
    max-width: 700px;
}

/* 2x2 grid */
.peacock-features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: left;
}

.peacock-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icoon in een blauwe cirkel — verwijder border + padding als
   de cirkel al in je SVG zelf zit */
.peacock-feature__icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    padding: 14px;
    border: 2px solid #2563eb;
    border-radius: 33%;
    background: #ffffff;
    object-fit: contain;
    box-sizing: border-box;
}

.peacock-feature__title {
    font-size: 1.1rem !important;
    margin: 0 0 4px;
    font-weight: 700 !important;
}

.peacock-feature__text p {
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* CTA-knop */
.peacock-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1b4558;
    color: #ffffff !important;
    padding: 16px 40px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.peacock-btn:hover {
    background: #22546c;
    transform: translateY(-2px);
}

.peacock-btn__arrow {
    font-size: 1.4rem;
    line-height: 1;
}

.meer-dan-opslag-subtitel {
    margin: 30px;
    margin-top: -20px;
}

/*==== UPS4 =====*/

/* --- Section: full-width breakout (in plaats van right: 330px) --- */
.peacock-locations {
    padding: 60px 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw; /* centreert + breekt uit z'n container */
}

/* --- Grid (eigenlijk flex, maar dat is OK) --- */
.peacock-locations__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 240px; /* row-gap / column-gap */
    align-items: flex-start;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

/* --- Locatie blok --- */
.peacock-location {
    flex: 0 1 auto;
    min-width: 250px;
}

.peacock-location__title {
    color: #1a3a5c;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin: 0 0 12px;
}

.peacock-location__phone,
.peacock-location__link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280 !important;
    text-decoration: none !important;
    font-size: 1.2rem;
    margin-bottom: 6px;
    transition: color 0.2s ease;
}

.peacock-location__phone:hover,
.peacock-location__link:hover {
    color: #1a3a5c !important;
}

/* --- Icoontjes --- */
.peacock-location__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.peacock-location__icon--phone {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f56342'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01-.37-1.12-.57-2.32-.57-3.57 0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'/></svg>");
}

.peacock-location__icon--pin {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f56342'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z'/></svg>");
}


/* ==========================================================================
   Peacock — Vestiging widget
   Scope: .vestiging_widget (op 3 kolommen) + .vestiging_widget_header (titel)
   ========================================================================== */

/* --- Parent wordt flex via :has() — geen wrapper-section nodig --- */
.entry-content-wrapper:has(> .vestiging_widget) {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: center;
    align-items: stretch;
}

/* --- Titel-kolom: eigen volle rij --- */
.vestiging_widget_header {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 30px !important;
}

.vestiging_widget_header .av-subheading p {
    color: #6b7280;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    font-weight: 400;
}

.vestiging_widget_header .av-special-heading-tag {
    color: #1a3a5c;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.vestiging_widget_header .special-heading-border {
    display: none !important;
}

/* --- De kaart --- */
.vestiging_widget {
    flex: 1 1 calc(33.333% - 30px) !important;
    max-width: calc(33.333% - 30px) !important;
    width: auto !important;
    margin: 0 !important;

    display: flex;
    flex-direction: column;

    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0 0 35px;
}

/* --- Afbeelding edge-to-edge --- */
.vestiging_widget .avia-image-container {
    margin: 0 !important;
}

.vestiging_widget .avia-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Adres tekstblok --- */
.vestiging_widget .av_textblock_section {
    padding: 25px 25px 15px;
    text-align: center;
}

.vestiging_widget .avia_textblock p {
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

.vestiging_widget .avia_textblock p strong {
    color: #1a3a5c;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

/* --- Knoppen-rij verticaal, naar onderkant --- */
.vestiging_widget .avia-buttonrow-wrap {
    margin-top: auto;
    text-align: center;
    padding: 15px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

/* --- "Bereken prijs" — primaire knop --- */
.vestiging_widget .avia-button.avia-color-theme-color-highlight {
    background: #0ea5e9 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 13px 38px !important;
    font-weight: 700;
    font-size: 1rem;
}

.vestiging_widget .avia-button.avia-color-theme-color-highlight:hover {
    background: #0284c7 !important;
}

.vestiging_widget .avia-button.avia-color-theme-color-highlight .avia_iconbox_title {
    color: #ffffff !important;
}

/* --- "Informatie over de vestiging" — tekstlink --- */
.vestiging_widget .avia-button.avia-font-color-theme-color-subtle {
    background: transparent !important;
    color: #4b5563 !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: none !important;
}

.vestiging_widget .avia-button.avia-font-color-theme-color-subtle .avia_iconbox_title {
    color: #4b5563 !important;
}

.vestiging_widget .avia-button.avia-font-color-theme-color-subtle:hover,
.vestiging_widget .avia-button.avia-font-color-theme-color-subtle:hover .avia_iconbox_title {
    color: #1a3a5c !important;
}


.gform_submission_error {
    font-size: 20px !important;
}

/*=====  FOOTER 4 - NIEUWSBRIEF FORMULIER  =====*/

.footer4_form {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 360px;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.footer4_input {
    flex: 1;
    min-width: 0;
    padding: 0.85rem 1rem;
    border: none;
    background: #ffffff;
    color: #333;
    font-size: 16px; /* voorkomt iOS zoom bij focus */
    margin-bottom: 0; /* override van Joomla/template default */
    appearance: none;
}

.footer4_input::placeholder {
    color: #999;
    opacity: 1;
}


.footer4_knop {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1ba0e2;
    border: none;
    padding: 0 1.1rem;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

#top input[type=email] {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.footer4_knop:hover {
    background: #1789c2;
}

.footer4_knop img {
    display: block;
    width: 20px;
    height: 22px;
    filter: brightness(0) invert(1);
    flex-shrink: 0; /* SVG blijft op vaste grootte, ook bij groter formulier */
}
.ombovensocket {
	background-color: var(--enfold-footer-color-bg);
	border-top: 1px solid;
	border-color: var(--enfold-socket-color-border);
}
.webdelta-gerelateerd { 
	font-size: 12px; 
	line-height: 1.6; 
	opacity: .75; 
}
.webdelta-gerelateerd__titel {
	font-size: 1rem;
	display: block; 
	font-weight: 600; 
	margin-bottom: 4px;
	color: #fff;
}
.webdelta-gerelateerd__lijst { 
	display: flex;
    gap: 2rem;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.webdelta-gerelateerd__lijst li { 
	margin: 0 0 2px; 
}
.webdelta-gerelateerd__lijst a { 
	text-decoration: none;
	color: #eee;
}
.webdelta-gerelateerd__lijst a:hover { 
	text-decoration: underline; 
}


/*=== MEIDA QUEARYS ==== */
.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
    background-color: #0097d8;
}

.av-hamburger-inner, .av-hamburger-inner::after, .av-hamburger-inner::before {
    height: 6px;
    border-radius: 0;
}

/* --- Tablet --- */
@media (max-width: 1199px) {
    .peacock-locations__grid {
        gap: 50px 120px;
    }
}

@media (max-width: 989px) {
    .avia-logo-slider .av-partner-fake-img {
        padding-bottom: 50% !important;
    }

    .avia-logo-slider .slide-entry {
        padding: 20px 25px !important;
    }

    .vestiging_widget {
        flex: 1 1 calc(50% - 30px) !important;
        max-width: calc(50% - 30px) !important;
    }

    .vestiging_widget_header .av-special-heading-tag {
        font-size: 2rem;
    }
}

/*=== MOBIEL ===*/
@media (max-width: 768px) {
    .grijsschuin,
    .header_vlak {
        background-position: top !important;
        background-size: contain;
        padding-top: 350px;
    }

    .grijsschuin::after,
    .header_vlak::after {
        clip-path: polygon(0 400px, 100% 360px, 100% 100%, 0 100%);
    }

    .ups_services {
        flex-direction: column;
    }

    .ups_services ul {
        flex-direction: column;
        align-items: center;
    }

    .ups_services h2 {
        width: 80vw;
        margin-left: 20vw;
    }

    .bovenfooter {
        flex-direction: column;
    }

    .bovenfooter ul {
        text-align: center;
    }

    .klantenserviceusps {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    /*===== UPS03====== */
    .avia-logo-element-container.avia-logo-slider {
        padding: 40px 0;
    }

    .avia-logo-slider .slide-entry {
        padding: 15px 20px !important;
    }

    .avia-logo-slider .av-partner-fake-img {
        padding-bottom: 55% !important;
    }

    .peacock-locations {
        padding: 40px 15px;
    }

    .peacock-locations__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        justify-content: flex-start;
    }

    .peacock-features__title {
        font-size: 1.8rem;
    }

    .peacock-features__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .peacock-feature {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .entry-content-wrapper:has(> .vestiging_widget) {
        gap: 20px;
    }

    .vestiging_widget {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .vestiging_widget_header .av-special-heading-tag {
        font-size: 1.7rem;
    }

}

@media (max-width: 700px) {
    /* Stap 1 keuzes */
    .gform_wrapper .gchoice {
        padding: 14px 16px !important;
    }

    .gform_wrapper .gchoice label.gform-field-label,
    .gform_wrapper .gchoice label.gform-field-label--type-inline {
        grid-template-columns: 1fr auto;
    }

    .gform_wrapper .gchoice .rb-prijs {
        grid-column: 2;
    }

    .gform_wrapper .gchoice .rb-basis {
        grid-row: 3;
        grid-column: 1 / 3;
        justify-self: start;
    }

    .gform_wrapper .gchoice .rb-badge {
        grid-row: 2;
        grid-column: 2;
    }

    /* Stap 2 form */
    .gform_wrapper.gravity-theme {
        padding: 24px 20px;
    }

    .gform_wrapper #field_1_17 h3 {
        font-size: 22px !important;
    }
}

@media (min-width: 640px) {

}

@media (max-width: 480px) {
    .grijsschuin,
    .header_vlak {
        padding-top: 190px;
    }

    .grijsschuin::after,
    .header_vlak::after {
        clip-path: polygon(0 200px, 100% 180px, 100% 100%, 0 100%);
    }


    .opening-hours__row {
        gap: 1rem;
    }

    .opening-hours__row dt {
        flex: 0 0 90px;
    }

    .uspRow {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem;
    }
	.webdelta-gerelateerd__lijst {
		flex-direction: column;
		gap: 0;
	}

}

/* --- Klein mobiel --- */
@media (max-width: 380px) {
    .peacock-locations {
        padding: 30px 15px;
    }
}