/**
 * Trefa Interpack 2026 — Landing Page Styles
 * Place in: /wp-content/themes/trefa/interpack/trefa-interpack.css
 */

body {
    overflow-x: hidden;
}

/* ─── VARIABLES (scoped) ─── */
.trefa-hero,
.trefa-cdown,
.trefa-cal,
.trefa-hallmap__svg,
.trefa-float-cta,
.trefa-contact,
.trefa-info-bar {
    --tp: #337AB7;
    --ts: #2E6DA4;
    --ta: #0060A9;
    --tt: #222;
    --tm: #6b6b6b;
    --tb: #E6E6E6;
    --fh: 'Montserrat', 'Open Sans', sans-serif;
    --fb: 'Open Sans', sans-serif;
}

/* ─── WPBakery SPACING FIX ───────────────────────────────────
   Alleen rijen die ONZE secties bevatten worden gereset.
   De :has() selector voorkomt dat de Pearl theme header
   (die ook .vc_row gebruikt) geraakt wordt.
   ──────────────────────────────────────────────────────────── */
.vc_row:has(.trefa-hero),
.vc_row:has(.trefa-cdown),
.vc_row:has(.trefa-cal),
.vc_row:has(.trefa-contact),
.vc_row:has(.trefa-info-bar) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vc_row:has(.trefa-hero) .vc_column-inner,
.vc_row:has(.trefa-cdown) .vc_column-inner,
.vc_row:has(.trefa-cal) .vc_column-inner,
.vc_row:has(.trefa-contact) .vc_column-inner,
.vc_row:has(.trefa-info-bar) .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.vc_row:has(.trefa-hero) .wpb_wrapper,
.vc_row:has(.trefa-cdown) .wpb_wrapper,
.vc_row:has(.trefa-cal) .wpb_wrapper,
.vc_row:has(.trefa-contact) .wpb_wrapper,
.vc_row:has(.trefa-info-bar) .wpb_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.vc_row:has(.trefa-hero) .wpb_content_element,
.vc_row:has(.trefa-cdown) .wpb_content_element,
.vc_row:has(.trefa-cal) .wpb_content_element,
.vc_row:has(.trefa-contact) .wpb_content_element,
.vc_row:has(.trefa-info-bar) .wpb_content_element {
    margin-bottom: 0 !important;
}

/* ─── BREAK OUT OF THE THEME CONTAINER ─── */
.trefa-hero,
.trefa-cdown,
.trefa-cal,
.trefa-contact,
.trefa-info-bar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* ─── BUTTONS ─── */
.trefa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fh);
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 999px;
    transition: all .2s;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.4;
}
.trefa-btn--primary { background: var(--tp); color: #fff; border-color: var(--tp); }
.trefa-btn--primary:hover { background: var(--ts); border-color: var(--ts); color: #fff; }
.trefa-btn--white { background: transparent; color: #fff; border-color: #fff; }
.trefa-btn--white:hover { background: #fff; color: var(--tp); }
.trefa-btn--outline { background: transparent; color: var(--tp); border-color: var(--tp); }
.trefa-btn--outline:hover { background: var(--tp); color: #fff; }
.trefa-btn--lg { padding: 15px 38px; font-size: 15px; }

/* ─── FLOATING CTA ─── */
.trefa-float-cta { position: fixed; bottom: 28px; right: 28px; z-index: 9999; }
.trefa-float-cta a {
    display: flex; align-items: center; gap: 9px;
    background: var(--tp, #337AB7); color: #fff;
    padding: 13px 20px; font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 600; border-radius: 999px;
    box-shadow: 0 4px 18px rgba(51,122,183,.4); transition: all .2s;
    text-decoration: none;
}
.trefa-float-cta a:hover { background: var(--ts, #2E6DA4); color: #fff; transform: translateY(-2px); }

/* ─── HERO ─── */
.trefa-hero {
    position: relative;
    min-height: 680px;
    min-height: max(680px, calc(100vh - 32px));
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #06111f;
    padding: 0;
    margin-top: 0;
    margin-bottom: -1px; /* kills the 1px gap to countdown */
}
.trefa-hero__bg { position: absolute; inset: 0; z-index: 0; }
.trefa-hero__bg-slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; animation: trefaHeroFade 24s infinite;
    will-change: opacity;
}
.trefa-hero__bg-slide:nth-child(1) { animation-delay: 0s; }
.trefa-hero__bg-slide:nth-child(2) { animation-delay: 6s; }
.trefa-hero__bg-slide:nth-child(3) { animation-delay: 12s; }
.trefa-hero__bg-slide:nth-child(4) { animation-delay: 18s; }
@keyframes trefaHeroFade {
    0%   { opacity: 0; }
    4%   { opacity: 1; }
    25%  { opacity: 1; }
    29%  { opacity: 0; }
    100% { opacity: 0; }
}

/* canvas: GEEN filter hier — filter + mix-blend-mode:screen = bellen onzichtbaar */
.trefa-hero canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    mix-blend-mode: screen;
    opacity: .85;
    will-change: transform;
}

.trefa-hero__ov {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(6,17,31,.72) 0%, rgba(6,17,31,.78) 55%, rgba(6,17,31,.9) 100%);
    animation: trefaHeroBreathe 10s ease-in-out infinite;
}
@keyframes trefaHeroBreathe { 0%, 100% { opacity: .85; } 50% { opacity: .95; } }

.trefa-hero__c {
    position: relative; z-index: 3;
    max-width: 1170px; margin: 0 auto; padding: 80px 15px; width: 100%;
}
.trefa-hero__badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.12); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.2); border-radius: 4px;
    padding: 10px 20px; margin-bottom: 28px;
}
.trefa-hero__badge-d { font-family: var(--fh); font-size: 14px; font-weight: 600; color: #fff; letter-spacing: 1px; }
.trefa-hero__badge-s { width: 1px; height: 20px; background: rgba(255,255,255,.3); }
.trefa-hero__badge-l { font-size: 14px; color: rgba(255,255,255,.8); }
.trefa-hero__title {
    font-family: var(--fh); font-size: 48px; font-weight: 700;
    color: #fff; line-height: 1.15; max-width: 700px; margin-bottom: 18px;
}
.trefa-hero__title em { font-style: normal; color: #7ab8e0; }
.trefa-hero__sub {
    font-size: 18px; font-weight: 300; color: rgba(255,255,255,.9);
    max-width: 540px; margin-bottom: 34px; line-height: 30px;
}
.trefa-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.trefa-hero__note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.75); }
.trefa-hero__hall { position: absolute; right: 15px; bottom: 40px; z-index: 2; text-align: right; }
.trefa-hero__hall-lbl { font-family: var(--fh); font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.trefa-hero__hall-n { font-family: var(--fh); font-size: 56px; font-weight: 700; color: #fff; line-height: 1; }
.trefa-hero__hall-s { font-family: var(--fh); font-size: 20px; font-weight: 600; color: #7ab8e0; }

/* ─── COUNTDOWN ─── */
.trefa-cdown {
    background: #337AB7;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
}
.trefa-cdown__in { max-width: 1170px; margin: 0 auto; display: flex; align-items: stretch; }
.trefa-cdown__lbl {
    flex: 0 0 auto; display: flex; align-items: center; padding: 18px 28px;
    font-family: var(--fh); font-size: 13px; font-weight: 600;
    color: #fff; letter-spacing: 1px; text-transform: uppercase; background: #2E6DA4;
}
.trefa-cdown__blocks { display: flex; flex: 1; justify-content: center; }
.trefa-cdown__block { flex: 1; max-width: 160px; text-align: center; padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.15); }
.trefa-cdown__block:last-child { border-right: none; }
.trefa-cdown__n { font-family: var(--fh); font-size: 30px; font-weight: 700; color: #fff; line-height: 1; }
.trefa-cdown__u { font-size: 11px; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: 2px; margin-top: 4px; }

/* ─── CALENDAR ─── */
.trefa-cal { padding: 80px 0; background: #f8fafb; }
.trefa-cal__wrap { display: flex; gap: 50px; align-items: flex-start; max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.trefa-cal__info { flex: 0 0 35%; }
.trefa-cal__h { font-family: var(--fh); font-size: 35px; font-weight: 600; line-height: 42px; letter-spacing: -1px; margin-bottom: 16px; }
.trefa-cal__info p { font-size: 15px; line-height: 28px; color: #555; margin-bottom: 24px; }
.trefa-cal__hint { font-size: 13px; color: var(--tm); margin-bottom: 8px; }
.trefa-cal__dl { opacity: .45; pointer-events: none; }
.trefa-cal__gw { flex: 1; }
.trefa-cal__mo { font-family: var(--fh); font-size: 18px; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.trefa-cal__wd-row { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 4px; }
.trefa-cal__wd { text-align: center; font-family: var(--fh); font-size: 11px; font-weight: 600; color: var(--tm); text-transform: uppercase; letter-spacing: 1px; padding: 6px 0; }
.trefa-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.trefa-cal__day { text-align: center; padding: 14px 6px; border-radius: 3px; background: #fff; }
.trefa-cal__day--m { opacity: .35; }
.trefa-cal__dn { font-family: var(--fh); font-size: 16px; font-weight: 600; color: var(--tt); line-height: 1; }
.trefa-cal__day--a { background: rgba(51,122,183,.3); cursor: pointer; transition: background .15s, transform .15s, box-shadow .15s; }
.trefa-cal__day--a .trefa-cal__dn { color: var(--tp); }
.trefa-cal__day--f { border-radius: 3px 0 0 3px; }
.trefa-cal__day--l { border-radius: 0 3px 3px 0; }
.trefa-cal__day--mid { border-radius: 0; }
.trefa-cal__day-lbl { display: none; font-size: 8px; color: var(--tp); margin-top: 3px; text-transform: uppercase; letter-spacing: .5px; }
.trefa-cal__day--a .trefa-cal__day-lbl { display: block; }
.trefa-cal__day--a:hover { background: rgba(51,122,183,.45); }
.trefa-cal__day--sel { background: #337AB7 !important; transform: scale(1.08); box-shadow: 0 2px 8px rgba(0,0,0,.25); z-index: 1; position: relative; }
.trefa-cal__day--sel .trefa-cal__dn { color: #fff; }
.trefa-cal__day--sel .trefa-cal__day-lbl { color: rgba(255,255,255,.8); }
.trefa-cal__legend { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: 12px; color: var(--tm); }
.trefa-cal__legend-dot { width: 10px; height: 10px; border-radius: 2px; background: var(--tp); display: inline-block; }

/* ─── HALLMAP ─── */
.trefa-hallmap__svg svg { width: 100%; height: auto; }

/* ─── CONTACT FORM ─── */
.trefa-contact { background: linear-gradient(135deg, #1a4a7a 0%, #0a2540 100%); padding: 80px 0; }
.trefa-contact input, .trefa-contact textarea, .trefa-contact select {
    width: 100%; padding: 11px 14px; border: 1px solid rgba(255,255,255,.2);
    font-family: var(--fb); font-size: 14px; color: #fff;
    background: rgba(255,255,255,.08); outline: none; transition: border-color .2s; border-radius: 0;
}
.trefa-contact input::placeholder, .trefa-contact textarea::placeholder { color: rgba(255,255,255,.78); }
.trefa-contact input:focus, .trefa-contact textarea:focus, .trefa-contact select:focus { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); }
.trefa-contact select option { background: #1a4a7a; color: #fff; }
.trefa-contact textarea { height: 148px; resize: vertical; }



/* ─── RESPONSIVE ─── */
@media (max-width: 1200px) {
    .trefa-hero__c, .trefa-cal__wrap { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 991px) {
    .trefa-hero__title { font-size: 34px; }
    .trefa-hero__hall { display: none; }
    .trefa-cdown__lbl { display: none; }
    .trefa-cal__wrap { flex-direction: column; }
    .trefa-cal__info { flex: 1; width: 100%; }
    .trefa-cal__gw { width: 100%; }
    .trefa-float-cta { bottom: 18px; right: 18px; }
    .trefa-info-bar { flex-direction: column; }
    .trefa-info-i { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 24px 20px; }
    .trefa-info-i:last-child { border-bottom: none; }
}
@media (max-width: 782px) {
    .trefa-hero { min-height: 420px; min-height: max(420px, calc(100vh - 46px)); }
    .trefa-cal { padding: 50px 0; }
    .trefa-contact { padding: 50px 0; }
}
@media (max-width: 575px) {
    .trefa-hero__title { font-size: 26px; line-height: 1.25; }
    .trefa-hero__sub { font-size: 15px; }
    .trefa-hero__ctas { flex-direction: column; }
    .trefa-cdown__blocks { flex-wrap: wrap; }
    .trefa-cdown__block { flex: 0 0 50%; max-width: none; }
    .trefa-float-cta a span { display: none; }
    .trefa-float-cta a { padding: 13px 14px; }
    .trefa-cal__h { font-size: 26px; line-height: 34px; }
    .trefa-cal__day { padding: 10px 2px; }
    .trefa-cal__dn { font-size: 13px; }
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; }
    .trefa-hero__bg-slide:first-child { opacity: 1 !important; }
    #trefaHeroCanvas { display: none !important; }
}


.trefa-about-row .wpb_single_image {
    margin-bottom: 0 !important;
}

.trefa-about-row .trefa-about-badge {
    display: inline-block;
    background: #337AB7;
    color: #fff;
    padding: 22px 28px;
    min-width: 250px;
    margin-top: -95px;
    margin-left: 20px;
    position: relative;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.trefa-about-row .trefa-about-badge__num {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.trefa-about-row .trefa-about-badge__txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,.95);
}

@media (max-width: 991px) {
    .trefa-about-row .trefa-about-badge {
        margin-top: 20px;
        margin-left: 0;
        min-width: 220px;
    }
}

@media (max-width: 575px) {
    .trefa-about-row .trefa-about-badge {
        width: 100%;
        min-width: 0;
        padding: 18px 20px;
    }

    .trefa-about-row .trefa-about-badge__num {
        font-size: 38px;
    }

    .trefa-about-row .trefa-about-badge__txt {
        font-size: 12px;
        letter-spacing: 2px;
    }
}

/* ─── NAVBAR SHORTCODE ─── */
.trefa-nav-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    z-index: 50;
}

.trefa-topbar {
    background: #f8f8f8;
    border-bottom: 1px solid #E6E6E6;
    padding: 8px 0;
}

.trefa-topbar__inner,
.trefa-nav__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.trefa-topbar__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 13px;
}

.trefa-topbar__label {
    color: #6b6b6b;
}

.trefa-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #222;
    text-decoration: none;
}

.trefa-topbar__link i {
    color: #337AB7;
}

.trefa-topbar__langs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.trefa-topbar__langs a {
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.trefa-nav {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    position: sticky;
    top: 0;
    z-index: 60;
}

.admin-bar .trefa-nav {
    top: 32px;
}

.trefa-nav__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.trefa-nav__logo img {
    width: 200px;
    height: auto;
    display: block;
}

.trefa-nav__menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.trefa-nav__menu a,
.trefa-nav__mobile a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.trefa-nav__menu a {
    padding: 10px 16px;
    position: relative;
}

.trefa-nav__menu a::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 2px;
    background: #337AB7;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.trefa-nav__menu a:hover {
    color: #337AB7;
}

.trefa-nav__menu a:hover::after {
    transform: scaleX(1);
}

.trefa-nav__toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.trefa-nav__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #222;
}

.trefa-nav__mobile {
    display: none;
    border-top: 1px solid #E6E6E6;
    background: #fff;
}

.trefa-nav__mobile.is-open {
    display: block;
}

.trefa-nav__mobile a {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #E6E6E6;
}

.trefa-nav__mobile a:hover {
    color: #337AB7;
}

@media (max-width: 991px) {
    .trefa-nav__menu {
        display: none;
    }

    .trefa-nav__toggle {
        display: flex;
    }
}

@media (max-width: 782px) {
    .admin-bar .trefa-nav {
        top: 46px;
    }
}

@media (max-width: 575px) {
    .trefa-topbar {
        display: none;
    }

    .trefa-nav__logo img {
        width: 170px;
    }
}
/* STATS BAR */
.page-id-5314 .trefa-stats-row {
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #337AB7;
    padding: 0 !important;
    overflow: hidden;
}

.page-id-5314 .trefa-stats-row > .container,
.page-id-5314 .trefa-stats-row > .container-fluid,
.page-id-5314 .trefa-stats-row > .row,
.page-id-5314 .trefa-stats-row > .container-fluid > .row {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-5314 .trefa-stats-row .vc_column_container {
    position: relative;
}

.page-id-5314 .trefa-stats-row .vc_column-inner {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-id-5314 .trefa-stats-row .wpb_wrapper {
    padding: 0 20px !important;
}

.page-id-5314 .trefa-stats-row .trefa-stat-num,
.page-id-5314 .trefa-stats-row .trefa-stat-num * {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 8px 0 !important;
}

.page-id-5314 .trefa-stats-row .wpb_text_column,
.page-id-5314 .trefa-stats-row .wpb_text_column p {
    margin: 0 !important;
    text-align: center !important;
    color: rgba(255,255,255,.78) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.page-id-5314 .trefa-stats-row .trefa-stat-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255,255,255,.15);
}

.page-id-5314 .trefa-stats-row .trefa-stat-col:last-child::after {
    display: none;
}

@media (max-width: 767px) {
    .page-id-5314 .trefa-stats-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .page-id-5314 .trefa-stats-row .trefa-stat-col::after {
        display: none;
    }
}

.trefa-what-list {
    margin-top: 60px;
}

.trefa-what-item {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 140px;
    gap: 34px;
    align-items: start;
    padding: 42px 0;
    border-top: 1px solid #e6e6e6;
}

.trefa-what-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #dbe7f3;
}

.trefa-what-title {
    margin: 0 0 14px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.trefa-what-text {
    max-width: 760px;
    font-size: 14px;
    color: #555;
}

.trefa-what-tag {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #337AB7;
    white-space: nowrap;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .trefa-what-item {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 24px;
    }

    .trefa-what-tag {
        grid-column: 2;
        text-align: left;
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .trefa-what-item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px 0;
    }

    .trefa-what-num {
        font-size: 38px;
    }

    .trefa-what-title {
        font-size: 18px;
    }

    .trefa-what-tag {
        grid-column: auto;
    }
}

.page-id-5314 .trefa-video-row {
    background: #0a2540 !important;
    box-shadow: 0 0 0 100vmax #0a2540;
    clip-path: inset(0 -100vmax);
    position: relative;
    z-index: 1;
}

/* FORCE TITLES INSIDE THE APPLICATION IMAGES */
.page-id-5314 .trefa-app-col > .vc_column-inner > .wpb_wrapper {
    position: relative !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 14px 14px 14px !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column .wpb_wrapper,
.page-id-5314 .trefa-app-col .wpb_text_column p {
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.3 !important;
}
/* FORCE TITLES INSIDE THE APPLICATION IMAGES + HOVER/GLOW */
.page-id-5314 .trefa-app-col > .vc_column-inner > .wpb_wrapper {
    position: relative !important;
}

.page-id-5314 .trefa-app-col .wpb_single_image {
    margin-bottom: 0 !important;
}

.page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08);
    transition: box-shadow 0.35s ease !important;
}

.page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(10, 37, 64, 0.88) 0%,
        rgba(10, 37, 64, 0.18) 55%,
        rgba(10, 37, 64, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.page-id-5314 .trefa-app-col .wpb_single_image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transition: transform 0.45s ease, filter 0.35s ease !important;
}

/* hover */
.page-id-5314 .trefa-app-col:hover .wpb_single_image .vc_single_image-wrapper {
    box-shadow: 0 16px 34px rgba(10, 37, 64, 0.16) !important;
}

.page-id-5314 .trefa-app-col:hover .wpb_single_image img {
    transform: scale(1.06) !important;
    filter: saturate(1.03) !important;
}

/* title inside image */
.page-id-5314 .trefa-app-col .wpb_text_column {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 14px 14px 14px !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column .wpb_wrapper,
.page-id-5314 .trefa-app-col .wpb_text_column p {
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.3 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

/* =========================================================
   SECTION 9 — MACHINES AT THE STAND
   only needed class:
   - each 3-column inner row: trefa-stand-grid
========================================================= */

.page-id-5314 .trefa-stand-grid {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .page-id-5314 .trefa-stand-grid {
    display: flex !important;
    gap: 22px;
    align-items: stretch;
  }

  .page-id-5314 .trefa-stand-grid > .vc_column_container {
    float: none !important;
    width: calc(33.333% - 15px) !important;
    max-width: calc(33.333% - 15px) !important;
    display: flex !important;
  }
}

/* HIER zit nu de échte card */
.page-id-5314 .trefa-stand-grid > .vc_column_container > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
  background: #fff !important;
  border: 1px solid #E6E6E6 !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04) !important;
  overflow: hidden !important;
  transition: box-shadow .2s ease, transform .2s ease;
}

.page-id-5314 .trefa-stand-grid > .vc_column_container:hover > .vc_column-inner {
  box-shadow: 0 8px 28px rgba(0, 0, 0, .07) !important;
  transform: translateY(-2px);
}

.page-id-5314 .trefa-stand-grid > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent !important;
}

/* image */
.page-id-5314 .trefa-stand-grid .wpb_single_image {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.page-id-5314 .trefa-stand-grid .wpb_single_image .vc_single_image-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 220px !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background: #d8e4f0;
  border-bottom: 1px solid #E6E6E6 !important;
}

.page-id-5314 .trefa-stand-grid .wpb_single_image img {
  width: 100% !important;
  height: 220px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
  transform: scale(1.12) !important;
  transform-origin: center center !important;
}

/* title */
.page-id-5314 .trefa-stand-grid .vc_custom_heading {
  margin: 0 !important;
  padding: 20px 20px 8px 20px !important;
  text-align: left !important;
}

.page-id-5314 .trefa-stand-grid .vc_custom_heading,
.page-id-5314 .trefa-stand-grid .vc_custom_heading a,
.page-id-5314 .trefa-stand-grid h1,
.page-id-5314 .trefa-stand-grid h2,
.page-id-5314 .trefa-stand-grid h3,
.page-id-5314 .trefa-stand-grid h4,
.page-id-5314 .trefa-stand-grid h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #337AB7 !important;
  margin: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}

.page-id-5314 .trefa-stand-grid .vc_custom_heading a:hover {
  color: #2E6DA4 !important;
}

/* text */
.page-id-5314 .trefa-stand-grid .wpb_text_column {
  margin: 0 !important;
  padding: 0 20px !important;
  flex: 1 1 auto;
}

.page-id-5314 .trefa-stand-grid .wpb_text_column p {
  margin: 0 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  line-height: 23px !important;
  color: #666 !important;
  text-align: left !important;
}

/* read more */
.page-id-5314 .trefa-stand-grid .pearl_action_button,
.page-id-5314 .trefa-stand-grid .vc_btn3-container,
.page-id-5314 .trefa-stand-grid .stm-button {
  margin: 12px 0 0 0 !important;
  padding: 0 20px 20px 20px !important;
}

.page-id-5314 .trefa-stand-grid .pearl_action_button a,
.page-id-5314 .trefa-stand-grid .pearl_action_button .button,
.page-id-5314 .trefa-stand-grid .vc_btn3,
.page-id-5314 .trefa-stand-grid .stm-button a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #337AB7 !important;
  text-decoration: none !important;
  text-align: left !important;
}

.page-id-5314 .trefa-stand-grid .pearl_action_button a:hover,
.page-id-5314 .trefa-stand-grid .pearl_action_button .button:hover,
.page-id-5314 .trefa-stand-grid .vc_btn3:hover,
.page-id-5314 .trefa-stand-grid .stm-button a:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2E6DA4 !important;
}

/* tablet */
@media (max-width: 991px) {
  .page-id-5314 .trefa-stand-grid > .vc_column_container {
    margin-bottom: 22px;
  }

  .page-id-5314 .trefa-stand-grid .wpb_single_image .vc_single_image-wrapper {
    height: 200px !important;
  }

  .page-id-5314 .trefa-stand-grid .wpb_single_image img {
    height: 200px !important;
    transform: scale(1.08) !important;
  }
}

/* mobile */
@media (max-width: 767px) {
  .page-id-5314 .trefa-stand-grid .vc_custom_heading {
    padding: 18px 18px 8px 18px !important;
  }

  .page-id-5314 .trefa-stand-grid .wpb_text_column {
    padding: 0 18px !important;
  }

  .page-id-5314 .trefa-stand-grid .pearl_action_button,
  .page-id-5314 .trefa-stand-grid .vc_btn3-container,
  .page-id-5314 .trefa-stand-grid .stm-button {
    padding: 0 18px 18px 18px !important;
  }

  .page-id-5314 .trefa-stand-grid .wpb_single_image .vc_single_image-wrapper {
    height: 180px !important;
  }

  .page-id-5314 .trefa-stand-grid .wpb_single_image img {
    height: 180px !important;
    transform: scale(1.04) !important;
  }
}

/* =========================================================
   SECTION 10 — HALL MAP
   needed classes:
   - outer row:  trefa-hallmap-row
   - left col:   trefa-hallmap-text
   - right col:  trefa-hallmap-map
========================================================= */

.page-id-5314 .trefa-hallmap-row {
  position: relative !important;
  max-width: 1170px !important;
  margin: 0 auto !important;
  background: #f8fafb !important;
  box-shadow: 0 0 0 100vmax #f8fafb !important;
  clip-path: inset(0 -100vmax) !important;
  overflow: visible !important;
}

.page-id-5314 .trefa-hallmap-row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-id-5314 .trefa-hallmap-text {
  width: 36% !important;
}

.page-id-5314 .trefa-hallmap-map {
  width: 64% !important;
}

.page-id-5314 .trefa-hallmap-text > .vc_column-inner {
  padding-right: 34px !important;
}

.page-id-5314 .trefa-hallmap-map > .vc_column-inner {
  padding-left: 34px !important;
}

/* remove spacing from text block above route list if needed */
.page-id-5314 .trefa-hallmap-text .wpb_text_column,
.page-id-5314 .trefa-hallmap-text .wpb_content_element {
  margin-bottom: 0 !important;
}

/* route list */
.page-id-5314 .hallmap__route {
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-5314 .route-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-bottom: 22px !important;
}

.page-id-5314 .route-item:last-child {
  margin-bottom: 0 !important;
}

.page-id-5314 .route-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50% !important;
  background: #337AB7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.page-id-5314 .route-icon i,
.page-id-5314 .route-icon .fa,
.page-id-5314 .route-icon [class*="fa-"] {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  display: inline-block !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.page-id-5314 .route-label {
  display: block !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  line-height: 21px !important;
  color: #666 !important;
  padding-top: 1px !important;
}

.page-id-5314 .route-label strong {
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin-bottom: 3px !important;
}

/* map side */
.page-id-5314 .trefa-hallmap-map .wpb_wrapper {
  width: 100% !important;
}

.page-id-5314 .trefa-hallmap-map .wpb_content_element,
.page-id-5314 .trefa-hallmap-map .wpb_raw_html,
.page-id-5314 .trefa-hallmap-map .wpb_raw_code {
  margin-bottom: 0 !important;
}

.page-id-5314 .trefa-hallmap-map svg,
.page-id-5314 .trefa-hallmap-map img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (min-width: 992px) {
  .page-id-5314 .trefa-hallmap-map {
    margin-top: 8px !important;
  }
}

@media (max-width: 1199px) {
  .page-id-5314 .trefa-hallmap-row {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 991px) {
  .page-id-5314 .trefa-hallmap-text,
  .page-id-5314 .trefa-hallmap-map {
    width: 100% !important;
  }

  .page-id-5314 .trefa-hallmap-text > .vc_column-inner {
    padding-right: 0 !important;
    padding-bottom: 30px !important;
  }

  .page-id-5314 .trefa-hallmap-map > .vc_column-inner {
    padding-left: 0 !important;
  }

  .page-id-5314 .trefa-hallmap-map {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .page-id-5314 .trefa-hallmap-row {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .page-id-5314 .route-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .page-id-5314 .route-icon i,
  .page-id-5314 .route-icon .fa,
  .page-id-5314 .route-icon [class*="fa-"] {
    font-size: 16px !important;
  }
}

css id="97116" /* ========================================================= SECTION 11 — PRACTICAL INFORMATION ========================================================= */ .page-id-5314 .trefa-details-row { position: relative !important; width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; background: #ffffff !important; overflow: hidden !important; } .page-id-5314 .trefa-details-row > .vc_column_container > .vc_column-inner { padding-top: 0 !important; padding-bottom: 0 !important; } .page-id-5314 .trefa-details-row > .vc_column_container > .vc_column-inner > .wpb_wrapper { max-width: 1170px; margin: 0 auto; padding: 0 15px; } .page-id-5314 .trefa-details-row .vc_separator, .page-id-5314 .trefa-details-row .vc_separator-has-text { margin-bottom: 42px !important; } /* grid */ .page-id-5314 .trefa-details-grid { border-top: 1px solid #E6E6E6; margin-top: 0 !important; } @media (min-width: 992px) { .page-id-5314 .trefa-details-grid { display: flex !important; align-items: stretch; } .page-id-5314 .trefa-details-grid > .vc_column_container { float: none !important; width: 25% !important; max-width: 25% !important; display: flex !important; } } /* columns */ .page-id-5314 .trefa-details-grid > .vc_column_container > .vc_column-inner, .page-id-5314 .trefa-details-col > .vc_column-inner { padding: 48px 36px !important; height: 100%; border-right: 1px solid #E6E6E6; } .page-id-5314 .trefa-details-grid > .vc_column_container:first-child > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:first-child > .vc_column-inner { padding-left: 0 !important; } .page-id-5314 .trefa-details-grid > .vc_column_container:last-child > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:last-child > .vc_column-inner { padding-right: 0 !important; border-right: none !important; } /* content */ .page-id-5314 .trefa-detail-item { margin: 0 !important; padding: 0 !important; } .page-id-5314 .trefa-detail-num { font-family: 'Montserrat', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.4 !important; letter-spacing: 3px !important; text-transform: uppercase !important; color: #337AB7 !important; margin-bottom: 26px !important; } .page-id-5314 .trefa-detail-title { font-family: 'Montserrat', sans-serif !important; font-size: 25px !important; font-weight: 600 !important; line-height: 1.2 !important; letter-spacing: -0.5px !important; color: #222 !important; margin-bottom: 12px !important; } .page-id-5314 .trefa-detail-text { font-family: 'Open Sans', sans-serif !important; font-size: 13px !important; line-height: 25px !important; color: #666 !important; } .page-id-5314 .trefa-detail-text strong { color: #222 !important; font-weight: 600 !important; } .page-id-5314 .trefa-detail-text a { color: #337AB7 !important; font-weight: 600 !important; text-decoration: none !important; } .page-id-5314 .trefa-detail-text a:hover { color: #2E6DA4 !important; } .page-id-5314 .trefa-detail-item p { margin: 0 !important; } /* tablet */ @media (max-width: 991px) { .page-id-5314 .trefa-details-grid > .vc_column_container, .page-id-5314 .trefa-details-grid > .trefa-details-col { width: 50% !important; max-width: 50% !important; float: left !important; } .page-id-5314 .trefa-details-grid > .vc_column_container > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col > .vc_column-inner { padding: 36px 28px !important; } .page-id-5314 .trefa-details-grid > .vc_column_container:nth-child(2) > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:nth-child(2) > .vc_column-inner, .page-id-5314 .trefa-details-grid > .vc_column_container:nth-child(4) > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:nth-child(4) > .vc_column-inner { border-right: none !important; } .page-id-5314 .trefa-details-grid > .vc_column_container:nth-child(1) > .vc_column-inner, .page-id-5314 .trefa-details-grid > .vc_column_container:nth-child(2) > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:nth-child(1) > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:nth-child(2) > .vc_column-inner { border-bottom: 1px solid #E6E6E6 !important; } } /* mobile */ @media (max-width: 575px) { .page-id-5314 .trefa-details-row { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-id-5314 .trefa-details-grid > .vc_column_container, .page-id-5314 .trefa-details-grid > .trefa-details-col { width: 100% !important; max-width: 100% !important; float: none !important; } .page-id-5314 .trefa-details-grid > .vc_column_container > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col > .vc_column-inner { padding: 28px 0 !important; border-right: none !important; border-bottom: 1px solid #E6E6E6 !important; } .page-id-5314 .trefa-details-grid > .vc_column_container:last-child > .vc_column-inner, .page-id-5314 .trefa-details-grid > .trefa-details-col:last-child > .vc_column-inner { border-bottom: none !important; } }

css /* ========================================================= SECTION 12 — CTA BANNER classes: - row: trefa-cta-row - text: trefa-cta-text - btn 1: trefa-cta-btn-primary - btn 2: trefa-cta-btn-secondary ========================================================= */ /* full width row with gradient */ .page-id-5314 .vc_row.trefa-cta-row, .page-id-5314 .trefa-cta-row { width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; background: linear-gradient(135deg, #0a2540 0%, #1a4a7a 50%, #2a6a9a 100%) !important; overflow: hidden !important; position: relative !important; } /* kill weird row spacing */ .page-id-5314 .trefa-cta-row > .vc_column_container > .vc_column-inner { padding-top: 0 !important; padding-bottom: 0 !important; } /* center content inside full-width row */ .page-id-5314 .trefa-cta-row > .vc_column_container > .vc_column-inner > .wpb_wrapper { max-width: 1170px !important; margin: 0 auto !important; padding: 0 15px !important; text-align: center !important; } /* heading */ .page-id-5314 .trefa-cta-row .vc_custom_heading, .page-id-5314 .trefa-cta-row .vc_custom_heading *, .page-id-5314 .trefa-cta-row h1, .page-id-5314 .trefa-cta-row h2, .page-id-5314 .trefa-cta-row h3, .page-id-5314 .trefa-cta-row h4 { color: #fff !important; text-align: center !important; } .page-id-5314 .trefa-cta-row .vc_custom_heading { margin: 0 0 20px 0 !important; } /* text */ .page-id-5314 .trefa-cta-text, .page-id-5314 .trefa-cta-text p { max-width: 580px !important; margin: 0 auto 34px auto !important; font-family: 'Open Sans', sans-serif !important; font-size: 17px !important; line-height: 30px !important; font-weight: 300 !important; color: rgba(255,255,255,.85) !important; text-align: center !important; } /* make both button widgets sit centered next to each other */ .page-id-5314 .trefa-cta-btn-primary, .page-id-5314 .trefa-cta-btn-secondary { display: inline-block !important; vertical-align: top !important; margin: 0 7px 14px 7px !important; } .page-id-5314 .trefa-cta-btn-primary .wpb_wrapper, .page-id-5314 .trefa-cta-btn-secondary .wpb_wrapper { text-align: center !important; } .page-id-5314 .trefa-cta-btn-primary .pearl_action_button, .page-id-5314 .trefa-cta-btn-secondary .pearl_action_button, .page-id-5314 .trefa-cta-btn-primary .vc_btn3-container, .page-id-5314 .trefa-cta-btn-secondary .vc_btn3-container, .page-id-5314 .trefa-cta-btn-primary .stm-button, .page-id-5314 .trefa-cta-btn-secondary .stm-button { margin: 0 !important; padding: 0 !important; display: inline-block !important; } /* primary button */ .page-id-5314 .trefa-cta-btn-primary a, .page-id-5314 .trefa-cta-btn-primary .button, .page-id-5314 .trefa-cta-btn-primary .vc_btn3, .page-id-5314 .trefa-cta-btn-primary .stm-button a { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 260px !important; padding: 15px 38px !important; border-radius: 999px !important; border: 2px solid #337AB7 !important; background: #337AB7 !important; color: #fff !important; font-family: 'Montserrat', sans-serif !important; font-size: 15px !important; font-weight: 600 !important; text-decoration: none !important; box-shadow: none !important; } .page-id-5314 .trefa-cta-btn-primary a:hover, .page-id-5314 .trefa-cta-btn-primary .button:hover, .page-id-5314 .trefa-cta-btn-primary .vc_btn3:hover, .page-id-5314 .trefa-cta-btn-primary .stm-button a:hover { background: #2E6DA4 !important; border-color: #2E6DA4 !important; color: #fff !important; } /* secondary button */ .page-id-5314 .trefa-cta-btn-secondary a, .page-id-5314 .trefa-cta-btn-secondary .button, .page-id-5314 .trefa-cta-btn-secondary .vc_btn3, .page-id-5314 .trefa-cta-btn-secondary .stm-button a { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 260px !important; padding: 15px 38px !important; border-radius: 999px !important; border: 2px solid #fff !important; background: transparent !important; color: #fff !important; font-family: 'Montserrat', sans-serif !important; font-size: 15px !important; font-weight: 600 !important; text-decoration: none !important; box-shadow: none !important; } .page-id-5314 .trefa-cta-btn-secondary a:hover, .page-id-5314 .trefa-cta-btn-secondary .button:hover, .page-id-5314 .trefa-cta-btn-secondary .vc_btn3:hover, .page-id-5314 .trefa-cta-btn-secondary .stm-button a:hover { background: #fff !important; border-color: #fff !important; color: #337AB7 !important; } /* mobile */ @media (max-width: 575px) { .page-id-5314 .trefa-cta-row { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-id-5314 .trefa-cta-btn-primary, .page-id-5314 .trefa-cta-btn-secondary { display: block !important; margin: 0 0 12px 0 !important; } .page-id-5314 .trefa-cta-btn-primary a, .page-id-5314 .trefa-cta-btn-primary .button, .page-id-5314 .trefa-cta-btn-primary .vc_btn3, .page-id-5314 .trefa-cta-btn-primary .stm-button a, .page-id-5314 .trefa-cta-btn-secondary a, .page-id-5314 .trefa-cta-btn-secondary .button, .page-id-5314 .trefa-cta-btn-secondary .vc_btn3, .page-id-5314 .trefa-cta-btn-secondary .stm-button a { width: 100% !important; min-width: 0 !important; } } ``` ## Als je nog steeds geen gradient ziet Dan staat `trefa-cta-row` **niet op de row**, maar op een kolom of inner element. Test dat even met deze tijdelijke regel: ```css .page-id-5314 .trefa-cta-row { outline: 4px solid red !important; }


/* CTA buttons centered without extra button classes */
.page-id-5314 .trefa-cta-row .wpb_wrapper {
    text-align: center !important;
}

.page-id-5314 .trefa-cta-row .pearl_action_button,
.page-id-5314 .trefa-cta-row .vc_btn3-container,
.page-id-5314 .trefa-cta-row .stm-button {
    display: inline-block !important;
    margin: 0 7px 14px 7px !important;
    padding: 0 !important;
    vertical-align: top !important;
}

.page-id-5314 .trefa-cta-row .pearl_action_button a,
.page-id-5314 .trefa-cta-row .pearl_action_button .button,
.page-id-5314 .trefa-cta-row .vc_btn3,
.page-id-5314 .trefa-cta-row .stm-button a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 260px !important;
}

/* mobile: buttons under each other */
@media (max-width: 575px) {
    .page-id-5314 .trefa-cta-row .pearl_action_button,
    .page-id-5314 .trefa-cta-row .vc_btn3-container,
    .page-id-5314 .trefa-cta-row .stm-button {
        display: block !important;
        margin: 0 auto 12px auto !important;
    }

    .page-id-5314 .trefa-cta-row .pearl_action_button a,
    .page-id-5314 .trefa-cta-row .pearl_action_button .button,
    .page-id-5314 .trefa-cta-row .vc_btn3,
    .page-id-5314 .trefa-cta-row .stm-button a {
        width: 100% !important;
        min-width: 0 !important;
    }
}


/* SECTION CONTACT */


#trefa-contact,
.trefa-contact {
  background: linear-gradient(135deg, #1a4a7a 0%, #0a2540 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

.trefa-contact .vc_column-inner {
  padding-top: 0 !important;
}

.trefa-contact .wpb_single_image {
  margin-bottom: 24px;
}

.trefa-contact .wpb_single_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* INTRO */
.trefa-contact-intro {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

.trefa-contact-intro strong {
  font-weight: 600;
  color: #fff;
}

/* SEPARATOR */
.trefa-sep {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.trefa-sep span {
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,.4);
  display: block;
}

.trefa-sep strong {
  color: rgba(255,255,255,.95);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

/* LEFT TEXT */
.trefa-contact-title {
  margin-bottom: 20px !important;
}

.trefa-contact-title,
.trefa-contact-title h1,
.trefa-contact-title h2,
.trefa-contact-title h3,
.trefa-contact-title h4 {
  color: #fff !important;
  font-size: 35px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
}

.trefa-contact-text {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 28px;
}

/* FORM GRID */
.trefa-contact .wpcf7-form .cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.trefa-contact .wpcf7-form .cf-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* FIELDS */
.trefa-contact .wpcf7-form input:not([type="submit"]),
.trefa-contact .wpcf7-form textarea,
.trefa-contact .wpcf7-form select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 0;
  outline: none;
  transition: all .2s ease;
  margin: 0;
}

.trefa-contact .wpcf7-form input:not([type="submit"]) {
  min-height: 44px;
}

.trefa-contact .wpcf7-form textarea {
  height: 148px;
  resize: vertical;
}

.trefa-contact .wpcf7-form input::placeholder,
.trefa-contact .wpcf7-form textarea::placeholder {
  color: rgba(255,255,255,.78);
}

.trefa-contact .wpcf7-form select {
  min-height: 44px;
}

.trefa-contact .wpcf7-form select option {
  background: #1a4a7a;
  color: #fff;
}

.trefa-contact .wpcf7-form input:focus,
.trefa-contact .wpcf7-form textarea:focus,
.trefa-contact .wpcf7-form select:focus {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
}

/* SUBMIT */
.trefa-contact .wpcf7-form .trefa-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background: #337ab7;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.trefa-contact .wpcf7-form .trefa-submit:hover {
  background: #2e6da4;
}

/* CF7 FEEDBACK */
.trefa-contact .wpcf7-not-valid-tip {
  color: #ffd7d7;
  font-size: 12px;
  margin-top: 6px;
}

.trefa-contact .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}

.trefa-contact .wpcf7-spinner {
  filter: brightness(0) invert(1);
}

/* MOBILE */
@media (max-width: 991px) {
  .trefa-contact-intro {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .trefa-contact .wpcf7-form .cf-grid {
    grid-template-columns: 1fr;
  }

  .trefa-contact-title,
  .trefa-contact-title h1,
  .trefa-contact-title h2,
  .trefa-contact-title h3,
  .trefa-contact-title h4 {
    font-size: 28px !important;
  }

  .trefa-contact-intro {
    font-size: 16px;
    line-height: 1.5;
  }
}



.trefa-info-bar-html,
.trefa-info-bar-html .vc_column-inner,
.trefa-info-bar-html .wpb_wrapper,
.trefa-info-bar-html .wpb_content_element,
.trefa-info-bar-html .wpb_raw_html,
.trefa-info-bar-html .wpb_raw_code {
    padding: 0 !important;
    margin: 0 !important;
}


#trefa-calendar {
  scroll-margin-top: 90px;
}

#trefa-contact {
  scroll-margin-top: 90px;
}

/* =========================================================
   HARD RESET — APPLICATIONS CARDS
   plak DIT helemaal onderaan je CSS
========================================================= */

.page-id-5314 .trefa-app-col > .vc_column-inner > .wpb_wrapper {
  position: relative !important;
}

/* haal alle rare WPBakery image wrapping eruit */
.page-id-5314 .trefa-app-col .wpb_single_image,
.page-id-5314 .trefa-app-col .wpb_single_image .wpb_wrapper,
.page-id-5314 .trefa-app-col .wpb_single_image .vc_figure,
.page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.page-id-5314 .trefa-app-col .wpb_single_image .vc_figure {
  display: block !important;
}

/* HIER forceren we één vaste hoogte voor alle application cards */
.page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 210px !important;
  overflow: hidden !important;
  line-height: 0 !important;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08) !important;
  transition: box-shadow 0.35s ease !important;
}

.page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 37, 64, 0.88) 0%,
    rgba(10, 37, 64, 0.18) 55%,
    rgba(10, 37, 64, 0) 100%
  ) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* afbeelding zelf exact dezelfde hoogte geven */
.page-id-5314 .trefa-app-col .wpb_single_image img,
.page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-img {
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  transition: transform 0.45s ease, filter 0.35s ease !important;
}

/* hover */
.page-id-5314 .trefa-app-col:hover .wpb_single_image .vc_single_image-wrapper {
  box-shadow: 0 16px 34px rgba(10, 37, 64, 0.16) !important;
}

.page-id-5314 .trefa-app-col:hover .wpb_single_image img,
.page-id-5314 .trefa-app-col:hover .wpb_single_image .vc_single_image-img {
  transform: scale(1.06) !important;
  filter: saturate(1.03) !important;
}

/* titel in de foto */
.page-id-5314 .trefa-app-col .wpb_text_column {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 14px 14px 14px !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column .wpb_wrapper,
.page-id-5314 .trefa-app-col .wpb_text_column p {
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-5314 .trefa-app-col .wpb_text_column p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.18) !important;
}

/* responsive */
@media (max-width: 991px) {
  .page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper,
  .page-id-5314 .trefa-app-col .wpb_single_image img,
  .page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-img {
    height: 190px !important;
  }
}

@media (max-width: 575px) {
  .page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-wrapper,
  .page-id-5314 .trefa-app-col .wpb_single_image img,
  .page-id-5314 .trefa-app-col .wpb_single_image .vc_single_image-img {
    height: 170px !important;
  }
}

/* APPLICATIONS SECTION FULL-WIDTH BACKGROUND */
.page-id-5314 .trefa-apps-row {
  position: relative !important;
  background: #F4F7FA !important;
  box-shadow: 0 0 0 100vmax #F4F7FA !important;
  clip-path: inset(0 -100vmax) !important;
}

.page-id-5314 .trefa-apps-row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-id-5314 .trefa-apps-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  max-width: 1170px !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 1199px) {
  .page-id-5314 .trefa-apps-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 767px) {
  .page-id-5314 .trefa-apps-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* CONTACT SUBMIT — NUCLEAR RESET */
.page-id-5314 .trefa-contact .wpcf7 form input[type="submit"].trefa-submit,
.page-id-5314 .trefa-contact .wpcf7 form .wpcf7-submit.trefa-submit,
.page-id-5314 .trefa-contact .wpcf7 form button.trefa-submit {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #337ab7 !important;
  background-image: none !important;
  background-size: auto !important;
  background-position: initial !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  filter: none !important;
  min-width: 190px !important;
  min-height: 50px !important;
  height: auto !important;
  padding: 14px 32px !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  overflow: visible !important;
}

.page-id-5314 .trefa-contact .wpcf7 form input[type="submit"].trefa-submit:hover,
.page-id-5314 .trefa-contact .wpcf7 form .wpcf7-submit.trefa-submit:hover,
.page-id-5314 .trefa-contact .wpcf7 form button.trefa-submit:hover {
  background: #2e6da4 !important;
  background-image: none !important;
  color: #fff !important;
}

.page-id-5314 .trefa-contact .wpcf7 form input[type="submit"].trefa-submit::before,
.page-id-5314 .trefa-contact .wpcf7 form input[type="submit"].trefa-submit::after,
.page-id-5314 .trefa-contact .wpcf7 form .wpcf7-submit.trefa-submit::before,
.page-id-5314 .trefa-contact .wpcf7 form .wpcf7-submit.trefa-submit::after,
.page-id-5314 .trefa-contact .wpcf7 form button.trefa-submit::before,
.page-id-5314 .trefa-contact .wpcf7 form button.trefa-submit::after {
  content: none !important;
  display: none !important;
}

/* VIDEO BLOCK — mobile center align */
@media (max-width: 767px) {
  .page-id-5314 .trefa-video-row,
  .page-id-5314 .trefa-video-row .vc_row,
  .page-id-5314 .trefa-video-row .vc_column_container,
  .page-id-5314 .trefa-video-row .vc_column-inner,
  .page-id-5314 .trefa-video-row .wpb_wrapper {
    text-align: center !important;
  }

  .page-id-5314 .trefa-video-row .trefa-sep {
    justify-content: center !important;
  }

  .page-id-5314 .trefa-video-row .vc_custom_heading,
  .page-id-5314 .trefa-video-row h1,
  .page-id-5314 .trefa-video-row h2,
  .page-id-5314 .trefa-video-row h3,
  .page-id-5314 .trefa-video-row h4,
  .page-id-5314 .trefa-video-row .wpb_text_column,
  .page-id-5314 .trefa-video-row .wpb_text_column p {
    text-align: center !important;
  }

  .page-id-5314 .trefa-video-row .pearl_action_button,
  .page-id-5314 .trefa-video-row .vc_btn3-container,
  .page-id-5314 .trefa-video-row .stm-button {
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto 20px auto !important;
  }

  .page-id-5314 .trefa-video-row .pearl_action_button a,
  .page-id-5314 .trefa-video-row .vc_btn3,
  .page-id-5314 .trefa-video-row .stm-button a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .page-id-5314 .trefa-details-grid {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .page-id-5314 .trefa-details-grid > .vc_column_container,
  .page-id-5314 .trefa-details-grid > .trefa-details-col {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-id-5314 .trefa-details-grid > .vc_column_container > .vc_column-inner,
  .page-id-5314 .trefa-details-grid > .trefa-details-col > .vc_column-inner {
    width: 100% !important;
    padding: 28px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #E6E6E6 !important;
    box-sizing: border-box !important;
  }

  .page-id-5314 .trefa-details-row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: none !important;
    clip-path: none !important;
    overflow: visible !important;
  }

  .page-id-5314 .trefa-details-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 18px !important;
  }
}

/* PRACTICAL INFORMATION — mobile center content */
@media (max-width: 767px) {
  .page-id-5314 .trefa-details-row .vc_separator,
  .page-id-5314 .trefa-details-row .vc_separator h4,
  .page-id-5314 .trefa-details-row .vc_separator .vc_sep_holder,
  .page-id-5314 .trefa-details-row .vc_separator .vc_sep_line {
    text-align: center !important;
    justify-content: center !important;
  }

  .page-id-5314 .trefa-details-grid > .vc_column_container > .vc_column-inner,
  .page-id-5314 .trefa-details-grid > .trefa-details-col > .vc_column-inner {
    text-align: center !important;
  }

  .page-id-5314 .trefa-detail-item,
  .page-id-5314 .trefa-detail-num,
  .page-id-5314 .trefa-detail-title,
  .page-id-5314 .trefa-detail-text,
  .page-id-5314 .trefa-detail-item p,
  .page-id-5314 .trefa-detail-item a,
  .page-id-5314 .trefa-details-grid .wpb_text_column,
  .page-id-5314 .trefa-details-grid .wpb_text_column p,
  .page-id-5314 .trefa-details-grid .vc_custom_heading,
  .page-id-5314 .trefa-details-grid h1,
  .page-id-5314 .trefa-details-grid h2,
  .page-id-5314 .trefa-details-grid h3,
  .page-id-5314 .trefa-details-grid h4,
  .page-id-5314 .trefa-details-grid h5 {
    text-align: center !important;
  }

  .page-id-5314 .trefa-detail-title {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

.page-id-5314 {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* HERO CONTENT lager op desktop, minder op mobiel */
.page-id-5314 .trefa-hero__c {
  padding-top: 220px !important;
}

@media (max-width: 991px) {
  .page-id-5314 .trefa-hero__c {
    padding-top: 120px !important;
  }
}

@media (max-width: 575px) {
  .page-id-5314 .trefa-hero__c {
    padding-top: 90px !important;
  }
}

/* Password protected page fix */
.page-id-5314 .post-password-form,
.page-id-5314 form.post-password-form {
  position: relative !important;
  z-index: 9999 !important;
  max-width: 520px !important;
  margin: 180px auto 80px auto !important;
  padding: 32px !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
}

.page-id-5314 .post-password-form p {
  margin-bottom: 16px !important;
}

.page-id-5314 .post-password-form input[type="password"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
  position: relative !important;
  z-index: 10000 !important;
  pointer-events: auto !important;
}

.page-id-5314 .post-password-form input[type="submit"] {
  margin-top: 12px !important;
  height: 48px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #337AB7 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.page-id-5314 .post-password-form input[type="submit"]:hover {
  background: #2E6DA4 !important;
}

@media (max-width: 767px) {
  .page-id-5314 .post-password-form,
  .page-id-5314 form.post-password-form {
    margin: 120px 18px 50px 18px !important;
    padding: 22px !important;
  }
}

/* Placeholder wit maken */
.page-id-5314 .trefa-contact input::placeholder,
.page-id-5314 .trefa-contact textarea::placeholder,
.page-id-5314 .trefa-contact select::placeholder {
  color: rgba(255,255,255,.8) !important;
  opacity: 1 !important;
}

/* Oude browsers / extra support */
.page-id-5314 .trefa-contact input::-webkit-input-placeholder,
.page-id-5314 .trefa-contact textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,.8) !important;
}

.page-id-5314 .trefa-contact input::-moz-placeholder,
.page-id-5314 .trefa-contact textarea::-moz-placeholder {
  color: rgba(255,255,255,.8) !important;
  opacity: 1 !important;
}

.page-id-5314 .trefa-contact input:-ms-input-placeholder,
.page-id-5314 .trefa-contact textarea:-ms-input-placeholder {
  color: rgba(255,255,255,.8) !important;
}

/* Dropdown iets donkerder dan wit, tekst wit laten */
.page-id-5314 .trefa-contact .stm_select__dropdown,
.page-id-5314 .trefa-contact .stm_select__dropdown li {
  background: #d9d9d9 !important;
}

.page-id-5314 .trefa-contact .stm_select__dropdown li span {
  color: #ffffff !important;
}

@media (max-width: 767px) {

  /* 1. Minder ruimte tussen mobile header en hero-content */
  .page-id-5314 .trefa-hero {
    align-items: flex-start !important;
    min-height: auto !important;
  }

  .page-id-5314 .trefa-hero__c {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* 2. Tekst in buttons centreren */
  .page-id-5314 .trefa-btn,
  .page-id-5314 .stm-button .btn,
  .page-id-5314 .trefa-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .page-id-5314 .trefa-btn .btn__label,
  .page-id-5314 .stm-button .btn__label {
    width: 100% !important;
    text-align: center !important;
  }

  /* 3. Hall map sectie: extra padding + titel mag niet buiten scherm vallen */
  .page-id-5314 .trefa-hallmap-row .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-id-5314 .trefa-hallmap-row h2,
  .page-id-5314 .trefa-hallmap-row .vc_custom_heading {
    font-size: 20px !important;
    line-height: 1.3 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .page-id-5314 .trefa-hallmap__svg,
  .page-id-5314 .trefa-hallmap__svg svg {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* 4. Contactformulier: padding + 1 kolom op mobiel */
  .page-id-5314 .trefa-contact .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-id-5314 .cf-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .page-id-5314 .cf-col {
    width: 100% !important;
    min-width: 0 !important;
  }

  .page-id-5314 .cf-grid .wpcf7-form-control-wrap,
  .page-id-5314 .cf-grid input,
  .page-id-5314 .cf-grid select,
  .page-id-5314 .cf-grid textarea,
  .page-id-5314 .cf-grid .trefa-submit {
    width: 100% !important;
    max-width: 100% !important;
  }
}