body {
    font-size: 18px;
}

b,
strong {
    font-weight: bolder;
}

.highlight {
    color: var(--main-color1);
    font-weight: bold;
}

footer {
    background: #353535;
}

.white-color {
    color: white;
}

.flex-direction-column {
    flex-direction: column;
}

img {
    max-width: 100%;
}

.display-flex {
    display: flex;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.button,
button {}

.about-image {
    padding: 20px;
    padding-left: 50px;
}

p {
    margin-bottom: 15px;
}

.bold {
    font-weight: bold;
}

.flex-align-items-start {
    align-items: flex-start;
}

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

input.error,
textarea.error {
    border-color: rgb(189, 29, 29);
}

.error-message p,
.text-danger {
    color: rgb(189, 29, 29) !important;
}

.success-message p,
.text-success {
    color: rgb(35, 124, 41) !important;
}

.bg-main1,
.bg-main {
    background: var(--main-color1);
}

.bg-main2 {
    background: var(--main-color2);
}

.bg-white {
    background-color: white !important;
}

.pr-2 {
    padding-right: 20px;
}

.flex {
    display: flex;
}

.text-main {
    color: var(--main-color1);
}

.flex-align-items-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.h-auto {
    height: auto !important;
}

.google-map {
    height: 400px;
    margin-top: 80px;
}

.image-404 {
    max-height: 200px;
    max-width: 90%;
    margin-bottom: 40px;
}

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

.display-flex {
    display: flex;
}

.gap-2 {
    gap: 20px;
}

.gap-3 {
    gap: 30px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pointer {
    cursor: pointer
}

.header-logo {
    height: 60px;
    width: auto;
    min-width: 202px;
}

.header-content {
    align-items: center;
    gap: 20px;
}

.team-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

h5 {
    font-weight: bold;
}

.main-banner img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: center;
}

.case-tile {
    margin: 0;
}

.case-link {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.case-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-caption {
    margin-top: 6px;
    font-size: 12px;
}

/* ⭐ eerste case groter */
.case-featured {
    grid-column: span 2;
    grid-row: span 2;
}

/* mobile */
@media (max-width:768px) {

    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* featured terug normaal maken */
    .case-featured {
        grid-column: span 2;
        grid-row: span 1;
    }
}

.services-block-footer {
    margin-bottom: 250px;
}

.socials-list {
    display: flex;
    gap: 20px;
    font-size: 25px;
}

.socials-list li a {
    color: white;
}

.socials-list li a:hover {
    opacity: 0.65;
}

.contact_info .socials-list {}

.contact_info .socials-list li {}

@media(max-width: 1550px) {
    .container {
        max-width: none;
        width: 92%;
    }
}

@media(max-width: 1200px) {
    header .logo {
        flex: 1;
    }

    .pager-section {
        padding: 110px 0 0;
        margin-bottom: 50px;
    }

    .breadcrumb {
        padding: 0;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .pager-info>h2,
    .pg-title-head>h2 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .banner-content>h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner-content>p {
        font-size: inherit;
        line-height: inherit;
    }
}

@media(max-width: 1199px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 991px) {
    .team-head {
        padding: 060px 50px;
    }

    .widget-info {
        max-width: none;
    }

    .widget-contact.text-right {
        text-align: left !important;
    }

    .widget-category.text-right {
        text-align: left !important;
    }

    .pager-section {
        margin-bottom: 60px;
    }

    .about-text {
        margin-top: 0;
    }

    .sub-title {
        font-size: 25px;
    }

    .about-image {
        padding: 0;
    }

    .breadcrumb li {
        padding: 0 10px;
    }

    .breadcrumb li:before {
        top: 3px;
    }

    .block {
        padding: 90px 0;
    }
}


@media(max-width: 850px) {}

@media(max-width: 768px) {
    .banner-content>h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .abt-txt {
        max-width: 100%;
        margin-bottom: 10px;
        position: relative;
        margin: 0;
        left: 0;
        width: 100%;
        display: block;
    }
    .project-text .sub-title {
        font-size: 23px;
    }
    .arch-section .sub-title {
        font-size: 23px;
    }
    .pager-info>h2, .pg-title-head>h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .block2 {
        padding: 65px 0;
    }

    .lnk-default {
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
    }
}

@media(max-width: 767px) {}

@media(max-width: 650px) {
    .container {
        width: 95%;
    }
}

@media(max-width: 575px) {}

@media(max-width: 576px) {
    .banner-content>h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .abt-txt {
        padding: 33px 43px 15px;
    }
    .sub-title, .project-info > h3,  .team-head > h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .ft-links {
        margin-top: 0;
    }
    .btn-default {
        height: 48px;
        line-height: 48px;
        padding: 0 40px;
    }
}

@media(max-width: 500px) {}

@media(max-width: 450px) {
    .container {
        width: 96%;
    }
}
@media(max-width: 400px) {}

@media(max-width: 350px) {}

@media(max-width: 300px) {}