/* Body-text bump */
#main-content .fs-7 { font-size: 1.2rem !important; }
#main-content .fs-8 { font-size: 1rem !important; }

/* intl-tel-input volle breedte zodat het in de Bootstrap-kolom past */
.iti { width: 100%; }
.iti__globe { display: none; }

.ophaling-chip {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
}

.ophaling-search-group .form-control {
    border-right: 0;
}

.ophaling-search-group .btn-light {
    border-left: 0;
    border-right: 0;
    background-color: var(--bs-card-bg, var(--bs-body-bg));
}

.ophaling-step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #eb6b20;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modern rond pijltje-terug */
.ophaling-back-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.15rem;
    transition: color .15s ease, transform .15s ease;
}
.ophaling-back-btn:hover {
    color: #fff;
    transform: translateX(-3px);
}

/* Keuzekaarten (afspraak / formulier invullen / zelf bellen) */
.ophaling-choice-card {
    background-color: var(--bs-card-bg);
    cursor: pointer;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ophaling-choice-card:hover {
    border-color: var(--kringwinkel-oranje, #eb6b20) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    transform: translateY(-1px);
}
.ophaling-choice-arrow {
    transition: transform .15s ease, color .15s ease;
}
.ophaling-choice-card:hover .ophaling-choice-arrow {
    transform: translateX(3px);
    color: var(--kringwinkel-oranje, #eb6b20);
}

/* Centra contact-kaarten */
.centra-contact-card {
    border: 1px solid var(--bs-border-color);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.centra-contact-card:hover {
    border-color: var(--kringwinkel-oranje, #eb6b20);
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    transform: translateY(-1px);
}
.centra-contact-card .contact-btn {
    font-weight: 600;
}
.centra-contact-card .centra-body {
    font-size: .95rem;
    line-height: 1.55;
    color: var(--bs-secondary-color);
}

/* Sectietitel */
.ophaling-section-title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }

/* Parallax-sectie met camion-achtergrond rond de postcode-aanvraag */
.ophaling-parallax {
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('/img/camion-1.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed; /* parallax-effect */
}
.ophaling-parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(35, 31, 32, .35);
}
.ophaling-parallax > * {
    position: relative;
    z-index: 1;
}
/* background-attachment: fixed is onbetrouwbaar op mobiel */
@media (max-width: 991.98px) {
    .ophaling-parallax { background-attachment: scroll; }
}

/* Tijdlijn "Hoe werkt het" — genummerde nodes in oranje */
.timeline .timeline-icon.ophaling-tl-icon {
    background-color: var(--kringwinkel-oranje, #eb6b20);
    border-color: var(--kringwinkel-oranje, #eb6b20);
    color: #fff;
}
/* Foto medewerker naast de tijdlijn */
.ophaling-medewerker-photo {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 10px;
}

/* Getuigenissen — zelfde stijl als de jobpagina (kw-job-tcard) */
.kw-job-tcard {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin: 0;
    background-color: var(--bs-gray-100);
    border-radius: 10px;
    padding: 2rem;
}
.kw-job-photo {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.kw-job-tcard-body {
    position: relative;
    flex: 1 1 auto;
    padding-top: 1.75rem;
}
.kw-job-tcard-body::before {
    content: "\201C";
    position: absolute;
    top: -0.6rem;
    left: 0;
    font-family: "cooper", Georgia, serif;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--kringwinkel-oranje);
}
.kw-job-quote-text {
    font-family: "cooper", Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.45;
    color: var(--bs-body-color);
    margin-bottom: 1.25rem;
}
.kw-job-quote-author {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.kw-job-quote-name {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--kringwinkel-oranje);
}
@media (max-width: 575.98px) {
    .kw-job-photo {
        flex-basis: 96px;
        width: 96px;
        height: 96px;
    }
}
