body {
    background-color: var(--white);
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    transition: color var(--transition_speed) ease, background-color var(--transition_speed) ease;
    /* overflow: hidden; */
}

.breadcrumbs * {
    color: var(--text-color);
}

.breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--text-color);
}

/* FOOTER */
.contact-box-edge {
    height: 250px;
    width: 250px;
    border-radius: 6px;
    transition: all 0.5s ease;
    background-image: linear-gradient(163deg, #1e3e67 0%, #4b6f8e 100%);
}

.contact-box-edge:hover {
    box-shadow: 0 0 30px 2px rgba(30, 62, 103, 0.4); /* Using #1e3e67 for the shadow */
}

.contact-box {
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.4s ease;
    background-color: #212121;
    color: #e8e8e8;
}

.contact-box:hover {
    transform: scale(0.98);
    border-radius: 5px;
}

.contact-icon {
    width: 35px;
    height: 35px;
}

.contact-text {
    color: inherit;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.loader {
    font-size: 1.75rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-family: 'Bould', sans-serif;
}

/* 1. The Viewport CSS: Creates the window */
.word-scroll-viewport {
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

/* 2. The Track CSS: The moving part */
.word-track {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
}

/* 3. The Word CSS: Defines the height of each item */
.word {
    height: 2em;
    white-space: nowrap;
    color: #C7AD90;
}

.certification {
    height:75px;
    padding:15px;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: var(--transition);
}
.certification:hover {
    transition: var(--transition);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/* SOCIAL ICONS */
.social-card {
    display: flex;
    gap: 10px;
}

.socialContainer {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}

/* Facebook */
.containerTwo:hover {
    background-color: #1877F2;
    transition-duration: .3s;
}

/* linkdin*/
.containerThree:hover {
    background-color: #0072b1;
    transition-duration: .3s;
}

/* Whatsapp*/
.containerFour:hover {
    background-color: #128C7E;
    transition-duration: .3s;
}

.socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

.socialSvg {
    width: 17px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

/* HERO */
.hero_pre_container {
    background: -moz-linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
    background: linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
}

.hero_container {
    margin: 50px auto;
}

.titlecolor {
    color: #c7ad8f;
}

.text-bubble {
    border-radius: 5px;
    width: 125px;
    padding: 5px 8px;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
}

.bubble-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    padding: 0px;
}

.ball-label.hero, .pill-label, bubble-label.hero {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 42px;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px 4px 4px !important;
    line-height: 2rem;
}

.cta-title {
    font-size: 10px;
}

/* About us - Hero */
img.about_hero_img {
    display: block;
    width: 100%;
    height: 650px;
    border-radius: 5px;
    object-fit: cover;
}

.about-hero-image {
    width: 100%;
    height: 500px;
    max-height: 650px;
    object-fit: cover;
    border-radius: 15px !important;
    transition: transform 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.about-hero-image:hover {
    transform: scale(1.02);
}

.hero-about-bg {
    position: relative;
    overflow: visible;
}

.hero-about-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a2332 0%, #2d3e57 100%);
    z-index: -1;
}

.partner-logo-white {
    transition: all 0.3s ease;
    max-width: 150px;
}

.partner-logo-white:hover {
    filter: brightness(0) invert(1) opacity(1) !important;
    transform: scale(1.1);
}

.partner-logo-overlay {
    height: 30px;
    filter: brightness(0) invert(1) opacity(0.8);
    transition: opacity 0.3s ease;
    margin: 0 8px;
}

.partner-logo-overlay:hover {
    opacity: 1;
}

.partner-logos-horizontal {
    gap: 1rem !important;
}

.gradient-overlay {
    z-index: 1;
    pointer-events: none;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
}

.about_hero_img {
    position: relative;
    z-index: 0;
}

img.partner-logo {
    filter: brightness(0) invert(1);
    width: auto;
    max-width: 200px;
    margin: 25px auto;
    height: 35px;
}

.partner-logos-horizontal {
    margin-top: 2rem;
}

.partner-logo-small {
    transition: all 0.3s ease;
    max-width: 120px;
}

.partner-logo-small:hover {
    filter: grayscale(0%) opacity(1) !important;
    transform: scale(1.1);
}

div.partner-logos.about {
    border-radius: 5px;
}

.min-vh-75 {
    min-height: 75vh;
}

/* CASES - HERO */
.button-group.filter-button-group > button {
    background-color: transparent;
    color: #505963;
    border-radius: 5px;
    border: 0;
    padding: 5px 10px;
    margin-right: 10px;
}

/* PRIMARY BUTTON STYLING */
/* button.btn-primary {
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    color: #d5d9dd;
    padding: 1em 1.8em;
    background: -webkit-linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
    background: linear-gradient(45deg, rgba(6, 20, 38, 1) 0%, rgba(34, 58, 87, 1) 49%, rgba(6, 20, 38, 1) 100%);
    display: flex;
    transition: background 250ms ease, color 250ms ease;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}

button.btn-primary .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-primary .arrow {
    margin-top: 1px;
    width: 10px;
    height: 2px;
    position: relative;
    transition: 0.2s;
}

button.btn-primary .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid #c7ad90;
    border-width: 0 2px 2px 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}

button.btn-primary:hover {
    background: rgb(15, 16, 18);
    background: -moz-linear-gradient(45deg, rgba(15, 16, 18, 1) 0%, rgba(33, 37, 41, 1) 50%, rgba(15, 16, 18, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(15, 16, 18, 1) 0%, rgba(33, 37, 41, 1) 50%, rgba(15, 16, 18, 1) 100%);
    background: linear-gradient(45deg, rgba(15, 16, 18, 1) 0%, rgba(33, 37, 41, 1) 50%, rgba(15, 16, 18, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(15, 16, 18, 1) 0%, rgba(33, 37, 41, 1) 50%, rgba(15, 16, 18, 1) 100%);
    color: #ececec;
    border: 0;
}

button.btn-primary:hover .arrow {
    background: #c7ad90;
}

button.btn-primary:hover .arrow:before {
    right: 0;
}

button.btn-primary:focus {
    border: 0;
    box-shadow: none;
} */

/* SECONDARY BUTTON STYLING */
/* button.btn-secondary {
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    padding: 1em 1.8em;
    background: #D81E5B;
    display: flex;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
    transition: background 250ms ease, color 250ms ease;
}

button.btn-secondary:hover {
    background: #ad194a;
    color: #fff;
    border: 0;
}

button.btn-secondary:focus {
    border: 0;
    box-shadow: none;
} */

/* Cases */
.case_image_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cases_image_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%)
}

.section-title {
    font-size: 2.75rem;
}

.service_row {
    position: relative;
    overflow: hidden;
}

.service_row.webdesign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #21759B;
    transition: height .25s ease, background-color .25s ease;
    pointer-events: none;
    z-index: -1;
}

.service_row.webdesign:hover a,
.service_row.webdevelopment:hover a,
.service_row.webhosting:hover a,
.service_row.koppelingen:hover a,
.service_row.webdesign:hover h2,
.service_row.webdevelopment:hover h2,
.service_row.webhosting:hover h2,
.service_row.koppelingen:hover h2 {
    color: #D5D9DD;
}

.service_row.webdesign:hover::before {
    height: 100%;
}

.service_row.webdevelopment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #04151F;
    transition: height .25s ease, background-color .25s ease;
    pointer-events: none;
    z-index: -1;
}

.service_row.webdevelopment:hover::before {
    height: 100%;
}

.service_row.webhosting::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #F17300;
    transition: height .25s ease, background-color .25s ease;
    pointer-events: none;
    z-index: -1;
}

.service_row.webhosting:hover::before {
    height: 100%;
}

.service_row.koppelingen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #710000;
    transition: height .25s ease, background-color .25s ease;
    pointer-events: none;
    z-index: -1;
}

.service_row.koppelingen:hover::before {
    height: 100%;
}

a.un {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 2px;
    background-image: linear-gradient(#000 0 0);
    background-position: 0 100%;
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s,
    background-position 0s 0.3s;
}

a.un:hover {
    background-position: 100% 100%;
    background-size: 100% 2px;
}

.service_row.webdevelopment a.un,
.service_row.koppelingen a.un {
    background-image: linear-gradient(#D5D9DD 0 0);
}

/* BOX CHANGER 2.0 */
.uq-list-inline {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.uq-list-inline li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 25px;
    /*width: 100%;*/
}

.rounded-nav {
    background-color: #f4f5f7;
    border-radius: 35px;
    padding: 10px;
    width: auto;
}

.rounded-nav ul li.active {
    background-color: #fff;
    color: #13253f;
    box-shadow: 0px 5px 10px 0px #00000017;
    transition: all 0.3s ease-in-out;
}

.content-cards-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
}

.content-card {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}
/* END Listed Items */

/* Contact pagina */
.company-details {
}

.company-details .col-md-4:not(:last-child) {
    border-right: 1px solid #e2e4e8;
}

.company-details .subtext {
    color: #d5d9dd;
    font-weight: 500;
}

/* Hero */
.hero-grandient-overlay::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    z-index: 2;
    pointer-events: none;
}

.content-section {
    margin-top: clamp(75px, 10vw, 120px);
    margin-bottom: clamp(75px, 10vw, 120px);
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-block {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    padding: 40px 0;
}

.content-block:last-child {
    margin-bottom: 0;
}

.content-block.reverse {
    flex-direction: row-reverse;
}

.text-content {
    flex: 1;
    max-width: 500px;
}

.text-content h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.text-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.image-content {
    flex: 1;
    max-width: 500px;
}

.image-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 124, 186, 0.3);
}

/* ============================================================================ */
/* BOOTSTRAP (ACCORDION) */
/* ============================================================================ */
.accordion {
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: .5em;
}
.accordion-button {
    border-radius: var(--bs-accordion-border-radius) var(--bs-accordion-border-radius) 0 0;
}
.accordion-button.collapsed {
    border-radius: var(--bs-accordion-border-radius);
}
.accordion-collapse {
    border-radius: 0 0 var(--bs-accordion-border-radius) var(--bs-accordion-border-radius);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312263F'%3E%3Cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v6h6a.5.5 0 0 1 0 1h-6v6a.5.5 0 0 1-1 0v-6h-6a.5.5 0 0 1 0-1h6v-6A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E") !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312263F'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E") !important;
}
/* ============================================================================ */
/* BOOTSTRAP (END) */
/* ============================================================================ */

/* ============================================================================ */
/* MEDIA QUERIES (ALWAYS KEEP AT BOTTOM!) */
/* ============================================================================ */
@media only screen and (min-width: 768px) {
    .values-header, .team-header, .over-ons-header {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) {
    .content-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .uq-list-inline li {
        width: auto;
    }
}

@media only screen and (max-width: 992px) {
    .min-vh-75 {
        min-height: auto;
        padding: 3rem 0;
    }

    .about-hero-image {
        max-height: 400px;
        margin-bottom: 2rem;
    }

    .hero-about-bg {
        min-height: auto !important;
        padding-top: 100px !important;
        padding-bottom: 3rem;
    }

    .partner-logos-horizontal {
        justify-content: center;
        margin-top: 1.5rem;
        gap: 2rem !important;
    }

    .partner-logo-white {
        height: 30px !important;
    }

    h1.display-3 {
        font-size: 2.5rem !important;
    }

    .content-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .content-block,
    .content-block.reverse {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .content-wrapper {
        padding: 0 15px;
    }

    .content-block {
        margin-bottom: 60px;
        padding: 20px 0;
    }

    .about-hero-image {
        height: 300px;
        max-height: 400px;
    }

    .hero-about-bg {
        padding: 100px 0 2rem 0 !important;
        min-height: 60vh !important;
    }

    .partner-logos-horizontal {
        gap: 1rem !important;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .partner-logo-overlay {
        height: 20px;
        margin: 10px;
        object-fit: contain;
    }

    h1.display-3 {
        font-size: 2.5rem !important;
    }

    .col-lg-10, .col-lg-8 {
        padding: 0 1rem;
    }

    .position-relative[style*="margin-bottom: -150px"] {
        margin-bottom: -75px !important;
    }
}

/* ============================================================================ */
/* MEDIA QUERIES (END) */
/* ============================================================================ */
