﻿@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: "Ubuntu", sans-serif !important;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

nav.navbar {
    position: absolute;
    z-index: 99999;
    width: 100%;
    padding-top: 35px !important;
}

.navbar > .container {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

.navbar .navbar-left {
    margin-left: 240px;
}

.navbar .navbar-right {
    margin-right: 239px;
}

.navbar .btn,
.slide .btn {
    background-color: #08274C;
    border: none;
    border-radius: 13px;
    color: #FAFCFC;
    font-size: 18px;
    padding: 13px !important;
    font-weight: bold;
    min-height: 44px;
}

.navbar .btn-helpmij {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #F7D987;
    color: #08274C;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.navbar .btn-helpmij:hover {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #08274C;
    color: #F7D987;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.navbar .btn:not(.btn-helpmij):not(.btn-portal-nav):hover,
.navbar .btn.btn-nav--active,
.slide .btn:hover {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #99C7E0;
    color: #08274C;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.hero {
    background-image: url(images/hero_img.png);
    min-height: 863px;
    padding-top: 80px;
    color: #08274C;
}

.hero-text h1 {
    font-size: 48px;
}

.hero-text p {
    max-width: 420px;
    font-size: 24px;
}

.arrows span {
    font-size: 28px;
    margin-right: 25px;
    cursor: pointer;
}

.hero-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 980px;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}

.hero-shape img {
    width: auto;
    height: 100%;
}

.about {
    background: #D6E8F5;
    padding: 84px 0;
    color: #08274C;
}

.about p {
    font-size: 18px;
}

.about .btn {
    background-color: #F7D987;
    border: none;
    border-radius: 13px;
    color: #08274C;
    font-size: 18px;
    padding: 13px !important;
}

.hero-slider {
    position: relative;
    top: 200px;
}

.hero-home {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 84px;
}

.hero-home .hero-slider {
    top: 0;
}

.hero-home .hero-shape {
    height: 900px;
    width: auto;
    aspect-ratio: 1133 / 1067;
}

.hero-shape .hero-rotator-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-shape .hero-rotator-img.active {
    opacity: 1;
}

.hero-home .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-home .row {
    margin-left: 0;
}

.hero-home .col-lg-8 {
    padding-left: 0;
}

.hero-home .hero-slider {
    margin-left: 0;
    width: 709px;
    flex: none;
}

.hero-home .slides {
    padding-left: 50px;
}

.slides {
    padding: 0 40px;
    display: grid;
}

.hero-slider1 .arrow,
.hero-slider2 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slider1 .arrow-left,
.hero-slider2 .arrow-left {
    left: 0;
}

.hero-slider1 .arrow-right,
.hero-slider2 .arrow-right {
    right: 0;
}

a.navbar-brand {
    margin-right: 0;
}

.arrow {
    cursor: pointer;
    user-select: none;
    color: #0b2a4a;
}

.arrow:hover {
    opacity: 0.7;
}

.slide {
    grid-area: 1 / 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.slide.active {
    opacity: 1;
    pointer-events: auto;
}

.slide p {
    margin-top: 35px !important;
}

.slide .btn {
    margin-top: 35px !important;
}

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.branches-section {
    background: #F7D987;
    color: #08274C;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.branches-section h2 {
    margin-bottom: 35px;
}

.branches-section > .container > .mb-4 > p {
    margin-bottom: 35px;
}

.branches-btn-wrap {
    margin-top: 35px;
}

.branches-btn-wrap .btn {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #08274C;
    border: none;
    color: #FAFCFC;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.branches-btn-wrap .btn:hover {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #99C7E0;
    color: #08274C;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.branches-section .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.branches-section h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

.branches-section p {
    color: #08274C;
    font-size: 18px;
}

.branches-section .row {
    --bs-gutter-x: 23px;
    --bs-gutter-y: 23px;
}

.branch-card {
    background: #CCCCCC;
    height: 193px;
    width: 343px;
    border-radius: 26px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px;
    font-weight: 600;
    color: #08274C;
    text-decoration: none;
    overflow: hidden;
}

.branch-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.branch-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    color: black;
    border-radius: 0 0 26px 26px;
    z-index: 0;
}

.branch-card {
    z-index: 1;
}

.branch-card span {
    position: relative;
    z-index: 2;
    font-size: 20px;
    padding-top: 15px;
    text-align: left;
}

.branch-card a {
    color: #08274C;
    text-decoration: none;
}

.card-text p {
    color: black;
}

.Button {
    background-color: #08274C;
    border-radius: 13px;
    color: #FAFCFC;
    font-size: 18px;
    font-weight: bold;
    padding: 12px !important;
}

.footer-section {
    background-image: url(images/foot_img.png);
    color: #0b2a4a;
}

.footer-section .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
    padding-top: 84px !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-section a,
.footer-section a:link,
.footer-section a:visited,
.footer-section a:hover,
.footer-section a:active {
    color: #08274C;
    text-decoration: none !important;
}


.footer-links li {
    margin-bottom: 6px;
}


.footer-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
}

.footer-logos>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logos img {
    max-width: 140px;
    display: block;
}

.Button1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #08274C !important;
    background-color: #D6E8F5;
    border-radius: 13px;
    font-size: 18px;
    font-weight: bold;
    padding: 13px !important;
}

.Button1:hover {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #08274C;
    color: #FAFCFC !important;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.footer-links li {
    font-size: 18px;
}

.footer-links h6 {
    font-size: 20px;
}

.footer-links p {
    font-size: 18px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "col1 col2 col3 certs"
        "copy copy copy certs";
    align-items: start;
    column-gap: 24px;
}

.footer-grid > .footer-col-1 { grid-area: col1; }
.footer-grid > .footer-col-2 { grid-area: col2; }
.footer-grid > .footer-col-3 { grid-area: col3; }
.footer-grid > .footer-col-4 { grid-area: certs; }

.footer-grid > .footer-copyright {
    grid-area: copy;
    padding-top: 84px;
    padding-bottom: 16px;
    padding-left: 25%;
    text-align: center;
}

.mobile-header,
.mobile-menu-overlay {
    display: none;
}

.transport-logistiek,
.Onderwijs,
.productie-industrie,
.overheid-publieke-sector,
.telecommunicatie-media,
.tech-innovatie,
.horeca-hospitality,
.consulting,
.automotive {
    font-family: "Ubuntu", sans-serif !important;
}

.hero1,
.hero2 {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 84px;
}

.hero1 .hero-slider,
.hero2 .hero-slider {
    top: 0;
}

.hero2 {
    background-image: url(images/Rono_background2.png);
}

.hero-shape1,
.hero-shape2 {
    height: 800px;
}

.about1 {
    padding-top: 84px;
    padding-bottom: 84px;
}

.about1 h2,
.about2 h2 {
    margin-bottom: 35px;
}

.transport-logistiek .sector-badge {
    display: inline-block;
    background: #d6e8f5;
    color: #08274c;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}


.about2 {
    padding-top: 80px;
}

.img-box,
.img-box img {
    width: 100%;
    height: auto;
}

.img-box img {
    border-radius: 20px;
}

.how-help {
    background-image: url(images/Rono_background2.png);
    color: #08274C;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.how-help h3 {
    margin-bottom: 35px !important;
}

.how-help1 {
    background-image: url(images/Rono_background.png);
}

.how-help h3,
.practice h3,
.consider h3,
.cta-section h3,
.work-slider-section h3 {
    font-size: 32px;
}

.how-help p,
.practice p,
.consider-box p {
    font-size: 18px;
}

.work-slider-section span {
    font-size: 20px;
}

.how-help .list-unstyled {
    list-style: disc;
    padding-left: 20px;
    font-size: 18px;
}

.practice {
    background: #D6E8F5;
    color: #08274C;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.practice h3 {
    margin-bottom: 35px !important;
}

.consider {
    background-image: url(images/Rono_background.png);
    color: #08274C;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.consider h3 {
    margin-bottom: 35px !important;
}

.consider1 {
    background-image: url(images/Rono_background2.png);
}

.consider-box>div {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.6;
    font-family: "Ubuntu", Helvetica;
}

.hero1 .container,
.hero2 .container,
.about1 .container,
.about2 .container,
.how-help .container,
.practice .container,
.consider .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cta-section {
    background: #08274C;
    padding: 84px 0;
}

.cta-section h3 {
    margin-bottom: 35px !important;
}

.cta-section .btn {
    background-color: #F7D987;
    color: #08274C;
    font-size: 18px;
}

.cta-section .btn:hover {
    background-color: #99C7E0;
    color: #08274C;
}

.work-slider-section {
    background: #99C7E0;
    overflow: hidden;
    color: #08274C;
    padding: 84px 0;
}

.work-slider-section h3 {
    margin-bottom: 35px !important;
}

.work-slider-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.work-slider-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    flex: 1;
    min-width: 0;
}

.work-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.work-slider-wrapper .branch-card {
    flex-shrink: 0;
}

.work-slider-item a {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #08274C;
    padding: 8px 10px;
    border-radius: 0 0 14px 14px;
    font-weight: 600;
    font-size: 14px;
}

.work-slider-arrow {
    background: transparent;
    border: none;
    font-size: 32px;
    font-weight: bold;
    color: #08274c;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 5;
}

.landingspagina-bioscoop .hero {
    background-color: #F7D987;
    background-image: none;
    min-height: 1100px;
}

.landingspagina-bioscoop .hero .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
}

.landingspagina-bioscoop .left-content {
    max-width: 620px;
    margin-top: 100px;
}

.landingspagina-bioscoop .hero-shape {
    padding: 0;
    height: 900px;
}

.landingspagina-bioscoop .left-content h2 {
    font-size: 48px;
    font-weight: bold;
    color: #08274C;
    line-height: 1.2;
}

.landingspagina-bioscoop .left-content .desc {
    margin-top: 15px;
    color: #08274C;
    font-size: 18px;
    padding-left: 25px;
    max-width: 450px;
}

.landingspagina-bioscoop .contact-form {
    background: transparent;
    margin-top: 80px;
    position: relative;
    margin-bottom: 0;
}

.landingspagina-bioscoop .contact-form h5 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
}

.landingspagina-bioscoop .btn-helpmij {
    background-color: #D6E8F5 !important;
    color: #08274C !important;
}

.landingspagina-bioscoop .thank-you-simple {
    max-width: 620px;
    margin-top: 30px;
}

.landingspagina-bioscoop .thank-you-simple h2 {
    color: #08274C;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.landingspagina-bioscoop .thank-you-simple h3 {
    color: #08274C;
    font-weight: bold;
    font-size: 20px;
}

.landingspagina-bioscoop .thank-you-simple p {
    color: #08274C;
    font-size: 18px;
}

.error-section {
    background: #dfeef7;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 84px;
}

.error-section img {
    max-height: 450px;
    width: auto;
    position: relative;
    left: 100px;
}

.error-section .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
}

.error-section h1 {
    font-size: 32px;
    font-weight: bold;
    color: #08274C;
    margin-bottom: 35px;
}

.error-section p {
    font-size: 18px;
    max-width: 564px;
    color: #08274C;
    padding-left: 20px;
}

.error-section .btn-group-custom {
    margin-top: 25px;
}

.error-section .btn-group-custom .btn {
    font-size: 18px;
    font-weight: bold;
    padding: 13px !important;
    border-radius: 13px;
    margin-left: 20px;
    background: #08274C;
    color: #FAFCFC;
    min-height: 44px;
}

.error-section .btn-group-custom .btn:hover {
    background: #99C7E0;
    color: #08274C;
}

.jouw-vraag .hero3 {
    padding-top: 80px;
    min-height: auto;
    padding-bottom: 184px;
}

.jouw-vraag .hero3 .hero-text {
    top: 120px;
    position: relative;
}

.jouw-vraag .hero3 p {
    font-size: 18px;
    padding-left: 32px;
}

.jouw-vraag .hero3 .container,
.jouw-vraag .about3 .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.jouw-vraag .about3 {
    background-color: #F7D987;
    padding-top: 84px;
}

.jouw-vraag .about3 .col-lg-6 {
    width: 710px;
    flex: none;
}

.jouw-vraag .row.g-3 {
    --bs-gutter-y: 13px;
}

.jouw-vraag .form-group.mt-3,
.landingspagina-bioscoop .form-group.mt-3 {
    margin-top: 13px !important;
}

.jouw-vraag .btn-send-wrap,
.landingspagina-bioscoop .btn-send-wrap {
    margin-top: 13px;
    display: flex;
    justify-content: flex-end;
}

.jouw-vraag .about3 p {
    font-weight: 700;
}

.jouw-vraag .about3 p.intro-text {
    font-weight: 400;
}

.jouw-vraag .about3 .contact-extra p {
    font-weight: 400;
}

.jouw-vraag .about3 .success-details p {
    font-weight: 400;
}

.about-home {
    background-color: #D6E8F5;
    padding-top: 84px;
    padding-bottom: 84px;
}

.about-home .container {
    max-width: 100%;
    padding-left: 240px !important;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.about-home h2 {
    margin-bottom: 35px;
}

.about-home p {
    margin-bottom: 35px;
}

.about-home .btn {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #F7D987;
    color: #08274C;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.about-home .btn:hover {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #08274C;
    color: #F7D987;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.jouw-vraag .about3 .container {
    z-index: 99;
    position: relative;
}

.jouw-vraag .about2 {
    font-size: 32px;
    font-weight: bold;
}

.jouw-vraag .about3 h3 {
    font-size: 20px;
    font-weight: bold;
}

.jouw-vraag form,
.landingspagina-bioscoop form {
    position: relative;
    margin-bottom: 100px;
}

.jouw-vraag .form-control,
.landingspagina-bioscoop .form-control {
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px 13px;
    height: 34px;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
}

.jouw-vraag .form-control {
    padding: 13px;
    height: 46px;
}

.jouw-vraag .form-control::placeholder,
.landingspagina-bioscoop .form-control::placeholder {
    opacity: 0;
}

.jouw-vraag .input-required-wrap,
.landingspagina-bioscoop .input-required-wrap {
    position: relative;
}

.jouw-vraag .input-placeholder,
.landingspagina-bioscoop .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    padding: 8px 13px;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: rgba(8, 39, 76, 0.5);
    pointer-events: none;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

.jouw-vraag .input-placeholder {
    height: 46px;
    padding: 13px;
}

.jouw-vraag .input-placeholder--textarea,
.landingspagina-bioscoop .input-placeholder--textarea {
    height: auto;
    align-items: flex-start;
}

.jouw-vraag .req-star,
.landingspagina-bioscoop .req-star {
    color: #08274C;
    font-size: 12px;
    opacity: 1;
    vertical-align: middle;
}

.jouw-vraag .form-control:not(:placeholder-shown) + .input-placeholder,
.jouw-vraag .form-control:focus + .input-placeholder,
.landingspagina-bioscoop .form-control:not(:placeholder-shown) + .input-placeholder,
.landingspagina-bioscoop .form-control:focus + .input-placeholder {
    display: none;
}


.jouw-vraag .message-box,
.landingspagina-bioscoop .message-box {
    min-height: 160px;
    resize: none;
}

.jouw-vraag .btn.btn-send,
.landingspagina-bioscoop .btn.btn-send {
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 12px;
    position: relative;
    background-color: #08274C;
    color: #FAFCFC;
    font-weight: 600;
    width: 118px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
}

.jouw-vraag .btn.btn-send {
    font-size: 18px;
    width: 160px;
}

.jouw-vraag .btn-send-wrap {
    justify-content: flex-start;
}

.jouw-vraag .req-star {
    font-size: 9px;
}

.landingspagina-bioscoop .btn-send-wrap {
    justify-content: flex-start;
}

.landingspagina-bioscoop .req-star {
    font-size: 9px;
}

.landingspagina-bioscoop .btn.btn-send {
    width: 160px;
}

.jouw-vraag .btn.btn-send:hover:not(:disabled),
.landingspagina-bioscoop .btn.btn-send:hover:not(:disabled) {
    background-color: #0a3562;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 39, 76, 0.3);
}

.jouw-vraag .btn.btn-send:disabled,
.landingspagina-bioscoop .btn.btn-send:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.jouw-vraag .btn.btn-send .btn-loading,
.landingspagina-bioscoop .btn.btn-send .btn-loading {
    display: none;
    align-items: center;
    gap: 8px;
}

.jouw-vraag .btn.btn-send.loading .btn-text,
.landingspagina-bioscoop .btn.btn-send.loading .btn-text {
    display: none;
}

.jouw-vraag .btn.btn-send.loading .btn-loading,
.landingspagina-bioscoop .btn.btn-send.loading .btn-loading {
    display: inline-flex;
}

.spinner {
    width: 18px;
    height: 18px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.form-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.form-group {
    position: relative;
}

.form-error {
    display: block;
    font-size: 12px;
    color: #dc3545;
    margin-top: 4px;
    min-height: 18px;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.2s ease;
}

.form-error.visible {
    opacity: 1;
    transform: translateY(0);
}

.form-control.error {
    border-color: #dc3545 !important;
}

.form-control.success {
    border-color: #28a745 !important;
}

.form-control:focus {
    border-color: #08274c !important;
    box-shadow: 0 0 0 3px rgba(8, 39, 76, 0.15);
}

.textarea-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4px;
}

.char-counter {
    font-size: 12px;
    color: #666;
    transition: color 0.2s ease;
}

.char-counter.warning {
    color: #ffc107;
}

.char-counter.danger {
    color: #dc3545;
    font-weight: 600;
}

.caps-warning {
    display: none;
    padding: 10px 14px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    color: #856404;
    font-size: 13px;
    margin-top: 12px;
    animation: shake 0.5s ease;
}

.caps-warning.visible {
    display: block;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.jouw-vraag .hero-shape {
    height: 900px;
}

.success-message {
    text-align: center;
    padding: 60px 20px;
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-checkmark {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #08274c;
    stroke-miterlimit: 10;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #08274c;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 3;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% { stroke-dashoffset: 0; }
}

@keyframes scale {
    0%, 100% { transform: none; }
    50% { transform: scale3d(1.1, 1.1, 1); }
}

@keyframes fill {
    100% { box-shadow: inset 0 0 0 60px rgba(214, 232, 245, 0.3); }
}

.success-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #08274c;
    margin-bottom: 10px;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

.success-subtitle {
    font-size: 20px;
    color: #08274c;
    opacity: 0.8;
    margin-bottom: 30px;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.success-details {
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 25px;
    background: #D6E8F5;
    border-radius: 16px;
    animation: fadeInUp 0.6s ease-out 0.5s both;
}

.success-details p {
    font-size: 16px;
    color: #08274c;
    line-height: 1.6;
    margin: 0;
}

.success-contact {
    animation: fadeInUp 0.6s ease-out 0.6s both;
}

.success-contact h4 {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #08274c;
    margin-bottom: 20px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #08274c;
    color: #fafcfc;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(8, 39, 76, 0.25);
}

.contact-option:hover {
    background: #0a3562;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(8, 39, 76, 0.35);
    color: #fafcfc;
}

.contact-icon {
    font-size: 20px;
}

.branches .hero {
    background-image: url(images/foot_img.png);
    min-height: 930px;
    padding-top: 200px;
    padding-bottom: 120px;
    color: #08274c;
}

.branches .hero-slider {
    flex-direction: column;
    top: 0;
    position: relative;
}

.branches .hero-text p {
    max-width: 70%;
    font-size: 18px;
}

.branches .hero-text h1 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin-top: 0;
}

.branches .Button1 {
    width: fit-content;
}

.hero-process-simple {
    margin-top: 100px;
    text-align: center;
}

.process-line-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
        height: auto;
}

.process-text-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
        margin: 12px auto 0;
}

.process-text-row span {
    font-size: 18px;
    font-weight: 700;
    color: #08274c;
    text-align: center;
    padding: 12px 8px;
    border-radius: 12px;
    transition: all 0.25s ease;
    position: relative;
}

.process-text-row span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #08274c;
    border-radius: 2px;
    transition: width 0.25s ease;
}


.branches .about {
    background: #99c7e0;
}

.branches .hero .container,
.over-rono .hero .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.over-rono .hero-slider p {
    padding-left: 32px !important;
}

.branches .hero-slider p {
    padding-left: 32px !important;
}

.branches .hero-slider .btn {
    margin-left: 32px !important;
}

.branches .hero-process-intro {
    margin-top: 84px;
}

.branches .hero-process-intro h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #08274C;
    margin-bottom: 16px;
}

.branches .hero-process-intro p {
    padding-left: 0 !important;
}

.branches .about .container {
    max-width: 100% !important;
    padding-left: 240px !important;
    padding-right: 240px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.branches .services-title {
    font-family: "Ubuntu", Helvetica;
    font-weight: 700;
    font-size: 32px;
    color: #08274c;
    margin-bottom: 32px;
}

.branches .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.branches .services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.branches .services-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.6;
    color: #08274c;
    font-family: "Ubuntu", Helvetica;
}

.branches .service-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 2px;
    padding: 12px;
    background: #d6e8f5;
    border-radius: 12px;
    box-sizing: content-box;
    object-fit: contain;
}

.consider-box img {
    width: 14px;
    height: 14px;
    padding: 12px;
    background: #d6e8f5;
    border-radius: 12px;
    box-sizing: content-box;
    object-fit: contain;
    flex-shrink: 0;
    align-self: flex-start;
}

.over-rono .hero {
    background-image: url(images/hero_img.png);
    min-height: 863px;
    padding-top: 200px;
    color: #08274c;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 84px;
}

.aansprakelijkheid .hero {
    min-height: auto;
}

.over-rono .hero-slider {
    flex-direction: column;
    top: 0;
    position: relative;
}

.over-rono .hero-slider h1 {
    width: 85%;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.over-rono .hero-slider p {
    font-size: 18px;
    font-family: "Ubuntu", Helvetica;
    width: 70%;
    max-width: unset;
    margin-left: 40px;
}

.portal-login .hero {
    min-height: auto !important;
    padding-top: 160px !important;
    padding-bottom: 84px !important;
}

.portal-login .hero-slider {
    top: 0 !important;
}

.portal-login .hero-slider h1 {
    margin-top: 0 !important;
    margin-bottom: 35px !important;
}

.portal-login .hero-slider p {
    margin-left: 0 !important;
    width: auto !important;
}

.portal-page .hero {
    min-height: auto !important;
    padding-top: 164px !important;
    padding-bottom: 84px !important;
}

.portal-page .hero-slider {
    top: 0 !important;
}

.portal-page .hero-slider h1 {
    margin-top: 0 !important;
    margin-bottom: 35px !important;
}


.info-section {
    margin-top: 120px;
}

.over-rono .info-container {
    margin-left: 0;
    grid-template-columns: 660px 660px;
    max-width: 1370px;
}

.info-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.info-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info-block h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-block p {
    font-size: 18px;
    line-height: 1.7;
}

.future-section {
    padding: 70px 20px;
}

.future-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1.3fr;
    gap: 60px;
}

.future-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 600px;
}

.future-intro {
    font-size: 18px;
    line-height: 1.7;
    max-width: 535px;
}

.future-block h4,
.future-right h4 {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 600;
}

.future-block p,
.future-right p {
    font-size: 18px;
}

.future-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    width: 600px;
}

.future-right p {
    width: 640px;
}

.future-btn {
    display: inline-block;
    width: fit-content;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 500;
}

.future-section {
    background: #d6e8f5;
    color: #08274c;
}

.over-rono .future-section {
    padding-left: 240px !important;
    padding-right: 240px !important;
}

.over-rono .future-container {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    max-width: 1370px;
    gap: 25px;
}

.over-rono .future-intro-area {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 660px;
}

.over-rono .future-blocks-row {
    display: grid;
    grid-template-columns: 660px 660px;
    gap: 50px;
    align-items: start;
}

.over-rono .future-left,
.over-rono .future-right {
    width: 660px;
}

.future-btn {
    background: #f7d987;
    color: #08274c;
    font-weight: 700;
}

.future-btn:hover {
    background: #08274c;
    color: #f7d987;
}

.process-step {
    cursor: pointer;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

.process-text-row span:first-child {
    color: #08274c;
}


.popover {
    background-color: #D6E8F5;
    border-radius: 18px;
    border: none;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-family: "Ubuntu", sans-serif;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    border-bottom-color: #D6E8F5 !important;
}

.popover-header {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #08274c;
    font-family: "Ubuntu", sans-serif;
}

.popover-body {
    color: #08274c;
    font-size: 18px;
    line-height: 1.6;
    font-family: "Ubuntu", sans-serif;
}

@media (max-width: 1450px) {

    .hero-shape,
    .hero-shape1,
    .landingspagina-bioscoop .hero-shape,
    .jouw-vraag .hero-shape,
    .hero-home .hero-shape {
        height: 900px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .navbar .container {
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar .navbar-brand {
        position: static !important;
        transform: none !important;
        order: -1;
        width: 100%;
        text-align: center;
    }

    .navbar .navbar-left,
    .navbar .navbar-right {
        order: 1;
        margin-left: 0;
        margin-right: 0;
    }

    /* Reset the fixed 240px desktop side-padding — too wide for this range */
    .hero-home .container,
    .branches-section .container,
    .footer-section .container,
    .hero1 .container,
    .hero2 .container,
    .about1 .container,
    .about2 .container,
    .how-help .container,
    .practice .container,
    .consider .container,
    .landingspagina-bioscoop .hero .container,
    .error-section .container,
    .jouw-vraag .hero3 .container,
    .jouw-vraag .about3 .container,
    .about-home .container,
    .branches .hero .container,
    .over-rono .hero .container,
    .branches .about .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .over-rono .future-section {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    /* Hero photo/blob: too large for this range at full desktop size, shrink and keep clear of the wrapped nav */
    .hero-shape,
    .hero-shape1,
    .hero-shape2,
    .landingspagina-bioscoop .hero-shape,
    .jouw-vraag .hero-shape {
        height: 320px;
        top: 180px;
    }

    .hero-home .hero-shape {
        height: 320px;
        top: 180px;
    }

    .hero-home .hero-text h1,
    .hero1 .hero-text,
    .hero2 .hero-text,
    .jouw-vraag .hero3 .hero-text h1 {
        padding-right: 340px;
    }

    .landingspagina-bioscoop .hero {
        padding-top: 340px;
    }

    .landingspagina-bioscoop .left-content > h2,
    .landingspagina-bioscoop .left-content > p.desc {
        padding-right: 340px;
    }
}

@media (max-width: 992px) {
    .navbar {
        display: none;
    }

    .hero {
        text-align: center;
    }

    /* Reset the fixed 240px desktop side-padding on section containers */
    .hero-home .container,
    .branches-section .container,
    .footer-section .container,
    .hero1 .container,
    .hero2 .container,
    .about1 .container,
    .about2 .container,
    .how-help .container,
    .practice .container,
    .consider .container,
    .landingspagina-bioscoop .hero .container,
    .error-section .container,
    .jouw-vraag .hero3 .container,
    .jouw-vraag .about3 .container,
    .about-home .container,
    .branches .hero .container,
    .over-rono .hero .container,
    .branches .about .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .hero-shape,
    .hero-shape1,
    .landingspagina-bioscoop .hero-shape,
    .jouw-vraag .hero-shape {
        height: 500px;
    }

    .hero-home .hero-shape {
        height: 220px;
        top: 60px;
    }

    .hero.hero-home {
        padding-top: 180px;
    }

    .hero-home .hero-text h1 {
        padding-right: 250px;
    }

    .hero-shape1,
    .hero-shape2 {
        height: 220px;
        top: 60px;
    }

    .hero1 .hero-text,
    .hero2 .hero-text {
        padding-right: 250px;
    }

    .landingspagina-bioscoop .hero-shape,
    .jouw-vraag .hero-shape {
        height: 220px;
        top: 60px;
    }

    .jouw-vraag .hero3 .hero-text h1 {
        padding-right: 250px;
    }

    .landingspagina-bioscoop .hero {
        padding-top: 300px;
    }

    .landingspagina-bioscoop .left-content > h2,
    .landingspagina-bioscoop .left-content > p.desc {
        padding-right: 250px;
    }

    .future-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .future-left,
    .future-right {
        width: 100%;
    }

    .future-right p {
        width: 100%;
    }

    .over-rono .future-blocks-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .over-rono .future-intro-area {
        width: 100%;
    }

    .over-rono .info-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .over-rono .future-left,
    .over-rono .future-right {
        width: 100%;
    }

    .over-rono .future-right p {
        width: 100%;
    }

    .jouw-vraag .about3 .col-lg-6 {
        width: 100%;
        flex: 0 0 auto;
    }

    .hero-home .hero-slider {
        width: 100%;
    }

    .hero-text p {
        margin: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "col1"
            "col2"
            "col3"
            "certs"
            "copy";
        row-gap: 32px;
        text-align: center;
    }

    .footer-grid > .footer-copyright {
        padding-left: 0;
        text-align: center;
    }

    .footer-logos {
        align-items: center;
    }

    .footer-logos>div {
        flex-direction: row;
    }

    .mobile-header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(135deg, #08274c 0%, #0f3a6b 60%, #0a2c52 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        z-index: 1000;
        align-items: center;
        justify-content: space-between;
        padding: 0 18px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    }

    .mobile-logo {
        width: 108px;
        height: 40px;
        background-image: url(images/logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
        filter: brightness(0) invert(1);
    }

        .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background: rgba(250, 252, 252, 0.1);
        border: 1px solid rgba(250, 252, 252, 0.18);
        cursor: pointer;
        padding: 8px;
        gap: 5px;
        border-radius: 12px;
        transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    }

    .hamburger-line {
        display: block;
        width: 24px;
        height: 2.5px;
        background: #fafcfc;
        border-radius: 3px;
        transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.2s ease;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
    }

    .hamburger.active .hamburger-line:nth-child(1) {
        transform: translateY(7px) rotate(42deg);
    }

    .hamburger.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .hamburger-line:nth-child(3) {
        transform: translateY(-7px) rotate(-42deg);
    }

    .hamburger:hover {
        background: rgba(250, 252, 252, 0.18);
        transform: translateY(-1px);
    }

    .hamburger:active {
        transform: translateY(0);
    }

    .hamburger.active {
        background: rgba(214, 232, 245, 0.2);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    }

    .hamburger.active .hamburger-line {
        background-color: #d6e8f5;
    }

    .hamburger:focus-visible {
        outline: 2px solid #9bc1e6;
        outline-offset: 2px;
    }

        .mobile-menu-overlay {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at top right, rgba(247, 217, 135, 0.18), transparent 45%),
            linear-gradient(165deg, rgba(8, 39, 76, 0.96), rgba(6, 28, 54, 0.96));
        backdrop-filter: blur(8px);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
        padding: 32px 22px 40px;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 14px;
        max-width: 420px;
        margin: 0 auto;
    }

    .mobile-nav-link {
        display: block;
        padding: 15px 18px;
        background-color: rgba(250, 252, 252, 0.08);
        border: 1px solid rgba(250, 252, 252, 0.16);
        border-radius: 14px;
        color: #fafcfc;
        font-family: "Ubuntu", Helvetica;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
        opacity: 0;
        transform: translateY(8px);
        transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.25s ease,
            opacity 0.25s ease, box-shadow 0.25s ease;
        position: relative;
        overflow: hidden;
    }

    .mobile-nav-link::before {
        content: '';
        position: absolute;
        top: -60%;
        left: -40%;
        width: 140%;
        height: 140%;
        background: linear-gradient(120deg, transparent, rgba(250, 252, 252, 0.18), transparent);
        transform: translateX(-40%);
        opacity: 0;
        transition: opacity 0.25s ease, transform 0.25s ease;
        pointer-events: none;
    }

    .mobile-menu-overlay.active .mobile-nav-link {
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-nav-link:hover,
    .mobile-nav-link:focus {
        background-color: rgba(250, 252, 252, 0.14);
        border-color: rgba(250, 252, 252, 0.28);
        transform: translateY(-1px);
        box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
    }

    .mobile-nav-link:hover::before,
    .mobile-nav-link:focus::before {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-nav-cta-block {
        background-color: #d6e8f5;
        color: #08274c;
        border: 1px solid rgba(8, 39, 76, 0.12);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
        font-weight: 800;
    }

    .mobile-nav-cta-block:hover,
    .mobile-nav-cta-block:focus {
        background-color: #fafcfc;
        border-color: rgba(8, 39, 76, 0.2);
    }

    .work-slider-item {
        min-width: 50%;
    }

    .process-line-img {
        width: 80%;
    }

    .process-text-row {
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
    }

    .process-text-row span {
        font-size: 13px;
        padding: 8px 4px;
    }

    .branches .hero-slider {
        align-items: center;
        top: 80px;
    }

    .hero-process-simple {
        margin-top: 100px;
    }

    .branches .hero {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .branches .hero-text h1 {
        font-size: 32px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .branches .services-grid {
        grid-template-columns: 1fr;
    }

    .branches .Button1 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .navbar>.container {
        justify-content: center !important;
    }

    /* Sitewide: reset the fixed 240px desktop side-padding on section containers */
    .hero-home .container,
    .branches-section .container,
    .footer-section .container,
    .hero1 .container,
    .hero2 .container,
    .about1 .container,
    .about2 .container,
    .how-help .container,
    .practice .container,
    .consider .container,
    .landingspagina-bioscoop .hero .container,
    .error-section .container,
    .jouw-vraag .hero3 .container,
    .jouw-vraag .about3 .container,
    .about-home .container,
    .branches .hero .container,
    .over-rono .hero .container,
    .branches .about .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .error-section {
        padding-top: 84px;
    }

    .hero.hero-home {
        padding-top: 160px;
        padding-bottom: 50px;
    }

    .hero-home .hero-shape {
        height: 150px;
        top: 60px;
    }

    .hero-home .hero-text h1 {
        padding-right: 180px;
    }

    .hero-shape,
    .hero-shape1 {
        height: 200px;
    }

    .landingspagina-bioscoop .hero-shape,
    .jouw-vraag .hero-shape {
        height: 150px;
        top: 60px;
    }

    .jouw-vraag .hero3 .hero-text h1 {
        padding-right: 180px;
    }

    .landingspagina-bioscoop .hero {
        min-height: 1200px;
        padding-top: 230px;
    }

    .landingspagina-bioscoop .left-content > h2,
    .landingspagina-bioscoop .left-content > p.desc {
        padding-right: 180px;
    }

    .arrow {
        display: none;
    }

    .jouw-vraag .hero3 {
        padding-top: 80px;
        text-align: left;
    }
    .jouw-vraag .hero3 .hero-text {
        top: 40px;
    }
    .jouw-vraag .hero3 p{
        font-size: 14px;
    }
    .jouw-vraag .about3 {
        padding-top: 30px;
    }

    .slide.active {
        text-align: left;
    }

    .branches-section .col-lg-3.col-md-6 {
        padding: 0px 5vw;
    }

    .branches .service-icon {
        width: 15px;
        height: 15px;
        padding: 18.5px;
    }

    .consider-box img {
        width: 15px;
        height: 15px;
        padding: 18.5px;
    }

    .hero {
        min-height: 400px;
        padding: 0;
    }
    .hero-slider{
        top: 80px;
    }
    .hero.hero1,
    .hero.hero2 {
        min-height: 340px;
        padding-top: 90px;
    }

    .hero-shape1,
    .hero-shape2 {
        height: 150px;
        top: 60px;
    }

    .hero1 .hero-text,
    .hero2 .hero-text {
        padding-right: 180px;
    }

    .practice h3,
    .how-help h3 {
        margin-top: 30px;
    }

    a.navbar-brand {
        margin-right: 0;
    }

    .slides {
        padding: 0;
        text-align: center;
    }



    .navbar .btn,
    .slide .btn {
        font-size: 14px;
        padding: 8px 10px !important;
    }

    .cta-section,
    .work-slider-section {
        padding: 30px 0px;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 18px;
    }

    .work-slider-arrow {
        display: none;
    }

    .work-slider-wrapper {
        padding: 10px;
    }

    .work-slider-item {
        min-width: 75%;
    }

    .info-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

        .over-rono .hero {
        min-height: auto;
        padding: 60px 16px 40px;
        background-position: center;
    }

    .over-rono .hero-slider {
        top: 50px;
    }

    .over-rono .hero-slider h1 {
        margin-top: 0;
    }

    .over-rono .hero-slider h1 {
        width: 100%;
        text-align: left;
    }

    .over-rono .hero-slider p {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
        text-align: left;
        padding-left: 8px;
    }

        .over-rono .info-section {
        margin-top: 60px;
        padding: 0 16px;
    }

    .over-rono .info-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .over-rono .info-block h3 {
        font-size: 22px;
        text-align: left;
    }

    .over-rono .info-block p {
        font-size: 15px;
        line-height: 1.5;
        padding-left: 20px;
        text-align: left;
    }

    .info-column {
        gap: 10px;
    }

        .over-rono .future-section {
        padding: 40px 16px !important;
    }

    .over-rono .future-container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .over-rono .future-blocks-row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .over-rono .future-intro-area {
        width: 100%;
    }

    .over-rono .future-left,
    .over-rono .future-right {
        width: auto;
    }

        .over-rono .future-badge-img {
        max-width: 260px;
        width: 100%;
        height: auto;
        margin: 0 auto 24px;
        display: block;
    }

        .over-rono .future-intro {
        max-width: unset;
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
        padding-left: 8px;
    }

        .over-rono .future-block {
        margin-bottom: 28px;
    }

    .over-rono .future-block h4 {
        font-size: 20px;
        text-align: left;
    }

    .over-rono .future-block p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
        padding-left: 8px;
    }

        .over-rono .future-right h4 {
        font-size: 22px;
        text-align: left;
    }

    .over-rono .future-right p {
        font-size: 15px;
        line-height: 1.7;
        width: auto;
        text-align: left;
        padding-left: 8px;
    }

        .over-rono .future-btn {
        width: 100%;
        max-width: 320px;
        margin: 12px 0 0;
        padding: 12px 16px;
        text-align: center;
    }

    .branches .hero-text p {
        max-width: 100%;
    }

    .about1,
    .about2,
    .about {
        padding: 50px 0px;
    }

    .about p,
    .how-help p,
    .how-help .list-unstyled,
    .practice p,
    .consider-box p {
        font-size: 16px;
    }

    .branch-card {
        width: 100%;
        max-width: 343px;
        height: auto;
        min-height: 160px;
    }
}

@media (max-width: 576px) {
    /* Remove heavy px-5 padding on small phones */
    .px-5 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Work slider: one card clearly visible at a time */
    .work-slider-item {
        min-width: 85%;
    }

    /* process grid: keep 5 columns so labels stay under their circle */
    .process-text-row {
        grid-template-columns: repeat(5, 1fr);
    }

    .process-text-row span {
        font-size: 10px;
        padding: 6px 2px;
        line-height: 1.3;
    }

    /* Branches services gap too wide on small screens */
    .branches .services-grid {
        gap: 24px;
    }

    /* CTA section: tighter padding */
    .cta-section,
    .work-slider-section {
        padding: 24px 0;
    }

    /* About sections */
    .about1,
    .about2,
    .about {
        padding: 32px 0;
    }

    /* Hero text */
    .hero-text h1 {
        font-size: 24px;
    }

    .hero-text p {
        font-size: 16px;
        max-width: 100%;
    }

    /* Landing page form button: full width on small screens */
    .landingspagina-bioscoop .contact-form button {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    /* jouw-vraag send button: match the same full-width mobile behavior */
    .jouw-vraag .btn.btn-send {
        width: 100%;
    }

    .jouw-vraag .btn-send-wrap {
        justify-content: center;
    }

    /* over-rono hero slider left margin */
    .over-rono .hero-slider p {
        margin-left: 0;
    }
}

/* ================================================================
   KLANTPORTAAL
   ================================================================ */

/* --- Nav button -------------------------------------------------- */
.btn-portal-nav,
.navbar .btn-portal-nav {
    display: inline-flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #D6E8F5;
    border: none;
    color: #08274C !important;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.btn-portal-nav:hover,
.navbar .btn-portal-nav:hover,
.navbar .btn.btn-portal-nav--active {
    display: inline-flex;
    padding: 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #08274C;
    color: #FAFCFC !important;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

/* --- Login page -------------------------------------------------- */
.portal-login-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 8px 40px rgba(8, 39, 76, 0.18);
    border: 1px solid #d6e8f5;
}

.portal-login-title {
    color: #08274C;
    font-size: 26px;
}

.portal-login-sub {
    color: #5a7a9a;
    font-size: 15px;
}

.portal-login-demo {
    background: #f0f6fb;
    border-radius: 10px;
    padding: 10px 16px;
    color: #5a7a9a;
    text-align: center;
    font-size: 13px;
    border: 1px dashed #b0cde6;
}

.portal-back-link {
    color: #08274C;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.portal-back-link:hover {
    text-decoration: underline;
    color: #08274C;
}

/* --- Portal main page ------------------------------------------- */
.portal-content-section {
    min-height: calc(100vh - 460px);
}

.portal-page .portal-content-section {
    padding-top: 84px !important;
}

.portal-page .portal-content-section .container {
    padding-top: 0 !important;
}

.portal-page-title {
    color: #08274C;
    font-size: 26px;
}

.portal-welcome {
    color: #5a7a9a;
    font-size: 15px;
}

/* --- Sidebar ---------------------------------------------------- */
.portal-sidebar {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 16px rgba(8, 39, 76, 0.08);
    border: 1px solid #d6e8f5;
    position: sticky;
    top: 24px;
}

.portal-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 10px;
    color: #08274C;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    margin-bottom: 4px;
}

.portal-nav-link:hover {
    background: #d6e8f5;
    color: #08274C;
}

.portal-nav-link.active {
    background: #08274C;
    color: #fff !important;
}

.portal-nav-logout {
    color: #b94040;
}

.portal-nav-logout:hover {
    background: #fce8ea;
    color: #b94040 !important;
}

.portal-sidebar-divider {
    border-color: #d6e8f5;
    margin: 10px 4px;
}

/* --- Cards ------------------------------------------------------ */
.portal-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 16px rgba(8, 39, 76, 0.08);
    border: 1px solid #d6e8f5;
}

.portal-card-title {
    color: #08274C;
    font-size: 20px;
    margin-bottom: 24px !important;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f6fb;
}

/* --- Stat cards ------------------------------------------------- */
.portal-stat-card {
    background: #f0f6fb;
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #d6e8f5;
}

.portal-stat-card--open {
    background: #fff8e6;
    border-color: #F7D987;
}

.portal-stat-label {
    font-size: 12px;
    font-weight: 700;
    color: #5a7a9a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.portal-stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #08274C;
}

/* --- Form elements ---------------------------------------------- */
.portal-label {
    color: #08274C;
    font-size: 14px;
    margin-bottom: 6px;
}

.portal-input {
    border: 1.5px solid #d6e8f5;
    border-radius: 10px;
    padding: 10px 14px;
    color: #08274C;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.portal-input:focus {
    border-color: #08274C;
    box-shadow: 0 0 0 3px rgba(8, 39, 76, 0.1);
    outline: none;
}

/* --- Radio cards ------------------------------------------------ */
.portal-radio-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid #d6e8f5;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    background: #fff;
}

.portal-radio-card input[type="radio"] {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #08274C;
    width: 18px;
    height: 18px;
}

.portal-radio-card.selected,
.portal-radio-card:has(input:checked) {
    border-color: #08274C;
    background: #f0f6fb;
}

/* --- Switch ----------------------------------------------------- */
.portal-switch .form-check-label {
    margin-left: 35px;
}

.portal-switch .form-check-input {
    width: 48px;
    height: 26px;
    cursor: pointer;
}

.portal-switch .form-check-input:checked {
    background-color: #08274C;
    border-color: #08274C;
}

.portal-switch .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(8, 39, 76, 0.15);
}

/* --- Buttons ---------------------------------------------------- */
.portal-btn-primary {
    background-color: #08274C;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 11px 28px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.2s;
    cursor: pointer;
}

.portal-btn-primary:hover {
    background-color: #0d3566;
    color: #fff;
}

.portal-btn-sm {
    display: inline-block;
    background: #d6e8f5;
    color: #08274C;
    border: none;
    border-radius: 8px;
    padding: 5px 14px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}

.portal-btn-sm:hover {
    background: #08274C;
    color: #fff;
}

/* --- Alerts ----------------------------------------------------- */
.portal-alert-success,
.portal-alert-error {
    border-radius: 10px;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 15px;
}

.portal-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #b8ddc3;
}

.portal-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f0b8be;
}

/* --- Table ------------------------------------------------------ */
.portal-table {
    color: #08274C;
    font-size: 14px;
}

.portal-table thead th {
    background: #f0f6fb;
    color: #08274C;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 16px;
    border-bottom: 2px solid #d6e8f5;
    white-space: nowrap;
}

.portal-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f6fb;
    vertical-align: middle;
}

.portal-table tbody tr:last-child td {
    border-bottom: none;
}

.portal-table tbody tr:hover td {
    background: #ddeef9;
}

/* --- Badges ----------------------------------------------------- */
.portal-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.portal-badge-paid {
    background: #d4edda;
    color: #155724;
}

.portal-badge-open {
    background: #fff3cd;
    color: #856404;
}

/* --- Setting row ------------------------------------------------ */
.portal-setting-row {
    padding: 20px;
    background: #f8fbfe;
    border-radius: 12px;
    border: 1px solid #d6e8f5;
}

.portal-setting-row small {
    margin-left: 83px;
}

/* --- Responsive ------------------------------------------------- */
@media (max-width: 991px) {
    .portal-sidebar {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 12px;
    }

    .portal-nav-link {
        margin-bottom: 0;
        padding: 8px 14px;
        font-size: 13px;
    }

    .portal-sidebar-divider {
        display: none;
    }

    .portal-card {
        padding: 20px 16px;
    }

    .portal-login-card {
        padding: 32px 20px;
    }

    .portal-stat-value {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .portal-table {
        font-size: 13px;
    }

    .portal-table thead th,
    .portal-table tbody td {
        padding: 10px 12px;
    }
}

/* --- Help mij modal --------------------------------------------- */
#helpmijModal .modal-content {
    background-color: #99C7E0;
}

#helpmijModal .btn-close {
    filter: brightness(0) saturate(100%) invert(40%) sepia(80%) saturate(800%) hue-rotate(320deg);
}

#helpmijModal [data-bs-dismiss="modal"].btn {
    background-color: #08274C !important;
    color: #FAFCFC !important;
    border-color: #08274C !important;
}