/* Visually hidden text for screen readers (used in carousel nav buttons) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Footer policy/copyright links: match footer-menu link color */
.footer-policy-link {
    color: rgba(255, 255, 255, 0.7);
}
.footer-policy-link:hover,
.footer-policy-link:focus {
    color: #fff;
    text-decoration: underline;
}

/* Footer contact labels (replacing h6 to avoid heading-level skips) */
.contact-label {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 4px 0 2px;
}

/* CEO name attribution in About section (replacing h6) */
.ceo-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: inherit;
    margin-top: 6px;
}

/* Werktijden definition list */
.footer-hours {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.footer-hours-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}
.footer-hours dt,
.footer-hours dd {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin: 0;
}
.footer-hours dt {
    font-weight: 500;
    white-space: nowrap;
}
.footer-hours dd {
    text-align: right;
}
.footer-hours-closed dt,
.footer-hours-closed dd {
    opacity: 0.5;
}

form {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
}

input[type="date"],
input[type="time"] {
    background: #f8f8f8;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 48%;
    font-size: 16px;
}

input[type="date"] {
    float: left;
}

input[type="time"] {
    float: right;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    background: #f8f8f8;
    font-size: 16px;
}

button {
    width: 100%;
    background: #f4a02b;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
}

button:hover {
    background: #e28e04;
}

label {
    font-weight: bold;
    color: #555;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.form-section {
    background: #f4a02b;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.form-section span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

.label {
    font-weight: 600;
    color: #fff;
    background-color: #D0341D;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.03em;
}

@media (min-width: 1200px){
    .navbar-expand-xl {
    background-color: #252525;}
    .navbar-expand-xl .navbar-nav .nav-link{
        color: white;
    }
    }

    .nav-pills-primary-soft .nav-link.active, .nav-pills-primary-soft .nav-link:hover{
        background-color: #ffffff24;
    }
