/* === PRIMARY COLOR: BLUE === */
/* .site-bg-primary {
    background-color: #0057A0 !important;
}

.site-text-primary {
    color: #0057A0 !important;
}

.site-border-primary {
    border-color: #0057A0 !important;
} */

/* === SECONDARY COLOR: RED === */
/* .bg-secondry {
    background-color: #D62828 !important;
}

.text-secondry {
    color: #D62828 !important;
}

.border-secondry {
    border-color: #D62828 !important;
} */

/* === GENERAL BLACK === */
/* .text-black {
    color: #000000 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.border-black {
    border-color: #000000 !important;
} */
.breadcrumbs-text {
    color: #ccc;
}

li a:active {
    color: #a80808;
}

.clear {
    clear: both;
    display: block;
}

.empty20 {
    height: 20px;
    display: block;
}

.empty50 {
    height: 50px;
    display: block;
}

.empty150 {
    height: 250px;
    display: block;
}

.empty200 {
    height: 200px;
    display: block;
}

.empty250 {
    height: 150px;
    display: block;
}

.site-button-secondry {
    background-color: #0d6efd !important;
}

.has-mega-menu {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 800px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    z-index: 999;
}

.has-mega-menu:hover .mega-menu {
    display: block;
}

.mega-menu .col-4 {
    float: left;
    width: 33.333%;
    padding: 0 15px;
}

.mega-menu h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #004080;
}

.mega-menu ul {
    list-style: none;
    padding: 0;
}

.mega-menu li {
    margin-bottom: 18px;
    font-size: 14px;
}

.mega-menu li a {
    margin-bottom: 18px;
    font-size: 14px;
    color: #004080;
    font-weight: 700;
}

.mega-menu li a:hover {
    margin-bottom: 18px;
    font-size: 14px;
    color: #a80808;
    font-weight: 700;
}

.widget {
    border-top: 6px solid #004080;
}

.sidebar-widget {
    border-top: 6px solid #004080;
}

@keyframes scrollTicker {
    0% {
        top: 0;
    }

    33% {
        top: -120px;
    }

    66% {
        top: -240px;
    }

    100% {
        top: 0;
    }
}

.social-icons {
    background-color: #fff;
    padding: 5px;
}

.header-style-2 .main-bar {
    max-width: 1000px;
    margin: 0 auto -60px;
}

.slider-heading-bkg {
    padding: 5px;
    color: #fff;
}

/* about section */
.about-right-v3 {
    color: #fff;
}

.p-a30 {
    color: #fff;
}

.flaticon-city,
.flaticon-decorating,
.flaticon-chart,
.flaticon-sketch,
.flaticon-builder,
.flaticon-drill,
.flaticon-crane,
.flaticon-paint {
    color: #fff;
}

.icon-content {
    color: #222222 !important;
}

/* Make native checkboxes visible inside the modal */
#afspraak-modal input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: auto;
    /* Safari */
    accent-color: #0e5bd8;
    /* tick + box color */
    width: 18px;
    height: 18px;
    margin: 0;
    background: #fff;
    /* visible on white modal */
    border: 1px solid #666;
    /* fallback if accent-color is ignored */
    opacity: 1;
    filter: none;
    box-shadow: none;
    outline: none;
}

/* In case a global rule is dimming them inside pill labels */
#afspraak-modal label input[type="checkbox"] {
    position: relative;
    top: 0;
    left: 0;
}

/* Optional: nicer focus ring when tabbing */
#afspraak-modal input[type="checkbox"]:focus-visible {
    outline: 2px solid #0e5bd8;
    outline-offset: 2px;
    border-radius: 4px;
}

.portfolio-item {
    display: none;
}

.diesnst-paragraph {
    width: 100%;
}

.meer-laden {
    display: none !important;
}

button.scroltop {
    margin-right: 100px;
    margin-bottom: 10px;
}