/*

TemplateMo 563 SEO Dream

https://templatemo.com/tm-563-seo-dream

/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
    --purple: #BC8CF2;
    --black: #000000;
    --white: #F7F5F2;
    --grey: #DFDFDE;
    --blue: #0000FF;
    --green: #33ccc5;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

    .grid-item img {
        display: block;
        max-width: 100%;
    }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hOneDefault h1 {
    /*border-bottom: 1px solid #eee;*/
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
    font-size: 60px;
    font-weight: 800;
    color: #2a2a2a;
    /*line-height: 72px;*/
    background: #FA9D4D;
    background: -webkit-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    background: -moz-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading {
    margin-bottom: 60px;
}

    .section-heading h6 {
        font-size: 15px;
        font-weight: 700;
        color: #33ccc5;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .section-heading h1 {
        font-size: 30px;
        text-transform: capitalize;
        color: #2a2a2a;
        font-weight: 800;
        position: relative;
        z-index: 2;
        line-height: 45px;
    }

        .section-heading h1 em {
            font-style: normal;
            color: #33ccc5;
        }

        .section-heading h1 span {
            color: #088ec3;
        }

.main-blue-button a {
    display: inline-block;
    background-color: #4771cb;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px !important;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #fff !important;
    transition: all .3s;
}

    .main-blue-button a:hover,
    .main-green-button button:hover {
        background-color: #fff !important;
        color: #4771cb !important;
        border-bottom: 2px solid #4771cb !important;
    }

.main-green-button a,
.main-green-button button {
    display: inline-block;
    background-color: #33ccc5;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #4771cb !important;
    transition: all .3s;
}

    .main-green-button a:hover,
    .main-green-button button:hover {
        background-color: #4771cb !important;
        color: #fff !important;
        border-bottom: 2px solid #33ccc5 !important;
    }

.green-blue-button {
    display: inline-block !important;
    width: auto;
    background-color: var(--green);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    /*text-transform: capitalize;*/
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid var(--blue);
    transition: all .3s;
    text-align: center;
}

    .green-blue-button:hover {
        display: inline-block !important;
        width: auto;
        background-color: var(--blue) !important;
        color: var(--white);
        border-bottom: 2px solid var(--blue) !important;
        text-align: center;
    }
/*--------------------- 2- Button CSS (Start) ---------------------*/
.btn {
    display: inline-block;
    background-color: #33ccc5;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #4771cb;
    transition: all .3s;
    text-decoration: none;
}

    .btn i {
        padding-left: 1rem;
    }

    .btn:hover {
        background-color: #fff !important;
        color: #4771cb !important;
    }

/*--------------------- 2- Button CSS (End) ---------------------*/

/*******************************Main**************************************/

/* 
---------------------------------------------
Main Style
--------------------------------------------- 
*/
.main {
    /*background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
    margin-top: 80px;
    /*position: relative;*/
    /*overflow: hidden;*/
    /*flex: 1;*/
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
    background-color: #33ccc5 !important;
    height: 80px;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
}
.logo{
    /*height: 40px;*/
    width: 300px;
}

    .background-header ,
    .background-header .main-nav .nav li a {
        color: #fff;
    }

    .background-header .main-nav .nav li:hover a {
        color: var(--blue);
    }

    .background-header .nav li a.active {
        position: relative;
        color: #fff;
    }

        .background-header .nav li a.active:after {
            position: absolute;
            width: 20px;
            height: 2px;
            background-color: #4771cb;
            content: '';
            left: 50%;
            bottom: 0px;
            transform: translateX(-10px);
        }

.header-area {
    background-color: #33ccc5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

    .header-area .main-nav {
        display: flex;
        align-items: center; /* 👈 dit centreert verticaal */
        justify-content: space-between;
        height: 100%;
    }

        .header-area .main-nav .logo {
            /*float: left;*/
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .header-area .main-nav .logo h4 {
                font-size: 20px;
                font-weight: 800;
                color: #fff;
                margin: 0;
                display: flex;
                align-items: center;
            }

                .header-area .main-nav .logo h4 img {
                    max-width: 30px;
                    margin-left: 8px;
                }

.background-header .main-nav .logo h4 {
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
}

.background-header .main-nav .nav {
    /*margin-top: 20px !important;*/
}

.header-area .main-nav .nav {
    display: flex;
    align-items: center;
    /*margin-top: 0;*/
}

    .header-area .main-nav .nav li {
        padding-left: 10px;
        padding-right: 0px;
    }

        .header-area .main-nav .nav li:last-child {
            padding-right: 0px;
            padding-left: 40px;
        }

            .header-area .main-nav .nav li:last-child a,
            .background-header .main-nav .nav li:last-child a {
                padding: 0px 20px;
                font-weight: 400;
            }

                .header-area .main-nav .nav li:last-child a:hover,
                .background-header .main-nav .nav li:last-child a:hover {
                    color: #4771cb !important;
                }
        /* basis (BELANGRIJK voor positionering) */
        .header-area .main-nav .nav li a {
            position: relative;
            display: inline-block;
            font-weight: 500;
            font-size: 15px;
            color: #fff;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            /*height: 40px;
            line-height: 40px;*/
            border: transparent;
            letter-spacing: 1px;
            padding: 10px 0; /* 👈 i.p.v. height/line-height */
        }

            /*.header-area .main-nav .nav li a::after {
                content: none;
            }*/
            /* Hover underline */
            .header-area .main-nav .nav li a::after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: -4px; /* iets onder de tekst */
                width: 0;
                height: 2px;
                background-color: var(--blue);
                transform: translateX(-50%);
                transition: width 0.3s ease;
            }
            /* hover + active */
            .header-area .main-nav .nav li a:hover::after,
            .header-area .main-nav .nav li a.active::after {
                width: 20px;
            }

            /* active kleur */
            .header-area .main-nav .nav li a.active {
                color: var(--blue) !important;
            }

            .header-area .main-nav .nav li:hover a,
            .header-area .main-nav .nav li a.active {
                color:var(--blue);
            }

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color:var(--blue);
    opacity: 1;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

    .header-area .main-nav .nav li.submenu:after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 12px;
        color: #2a2a2a;
        position: absolute;
        right: 18px;
        top: 12px;
    }

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

    .header-area .main-nav .nav li.submenu ul li {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .header-area .main-nav .nav li.submenu ul li a {
            opacity: 1;
            display: block;
            background: #f7f7f7;
            color: #2a2a2a !important;
            padding-left: 20px;
            height: 40px;
            line-height: 40px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            position: relative;
            font-size: 13px;
            font-weight: 400;
            border-bottom: 1px solid #eee;
        }

            .header-area .main-nav .nav li.submenu ul li a:hover {
                background: #fff;
                color: #33ccc5 !important;
                padding-left: 25px;
            }

                .header-area .main-nav .nav li.submenu ul li a:hover:before {
                    width: 3px;
                }

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

    .header-area .main-nav .menu-trigger span:before {
        -moz-transform-origin: 33% 100%;
        -ms-transform-origin: 33% 100%;
        -webkit-transform-origin: 33% 100%;
        transform-origin: 33% 100%;
        top: -10px;
        z-index: 10;
    }

    .header-area .main-nav .menu-trigger span:after {
        -moz-transform-origin: 33% 0;
        -ms-transform-origin: 33% 0;
        -webkit-transform-origin: 33% 0;
        transform-origin: 33% 0;
        top: 10px;
    }

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

    .header-area .main-nav .menu-trigger.active span:before {
        -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
        -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
        -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
        transform: translateY(6px) translateX(1px) rotate(45deg);
        background-color: #fff;
    }

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #fff;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    /*margin-top: 30px;*/
}

.header-area .container,
.header-area .row,
.header-area .col-12 {
    height: 100%;
}

.header-area.header-sticky .nav li a.active {
    color: #33ccc5;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 5px;
        padding-right: 10px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}
@media (min-width: 1025px) {
    .header-area .main-nav .nav {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .header-area .main-nav .nav {
        display: none;
    }

    .menu-trigger {
        display: block;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav li:last-child,
    .background-header .main-nav .nav li:last-child {
        display: none;
    }

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    .js-preloader.loaded {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

    .preloader-inner .dot {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 12px;
        left: 15px;
        background: #33ccc5;
        border-radius: 50%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: dot 2.8s infinite;
        animation: dot 2.8s infinite;
    }

    .preloader-inner .dots {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        -webkit-animation: dots 2.8s infinite;
        animation: dots 2.8s infinite;
    }

        .preloader-inner .dots span {
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            margin-left: 16px;
            background: #33ccc5;
            border-radius: 50%;
        }

/* 
---------------------------------------------
Container Style
--------------------------------------------- 
*/

.main-container {
    /*z-index: 2;*/
    position: relative;
    /*background-color: #fff;*/
    /*border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
}

/* 
---------------------------------------------
Home
--------------------------------------------- 
*/

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 120px 0px;
    margin-top: 100px !important;
    position: relative;
    overflow: hidden;
}

    .main-banner:after {
        content: '';
        background-image: url(../images/banner-dec-left.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 100px;
        width: 212px;
        height: 653px;
        z-index: -1;
    }

    .main-banner:before {
        content: '';
        /*background-image: url(../images/banner-dec-right.png);*/
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 100px;
        width: 1159px;
        height: 797px;
        z-index: -1;
    }

    .main-banner .left-content {
        margin-right: 45px;
    }

        /*.main-banner .left-content h6 {
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 400;
            color: #2a2a2a;
            margin-bottom: 8px;
        }

        .main-banner .left-content h4 {
            z-index: 2;
            position: relative;
            font-weight: 700;
            font-size: 20px;
            color: #2a2a2a;
        }*/

        .main-banner .left-content h1 {
            /*border-bottom: 1px solid #eee;*/
            margin-top: 0px;
            padding-top: 0px;
            margin-bottom: 45px;
            font-size: 40px;
            font-weight: 800;
            color: #2a2a2a;
            /*line-height: 10px;*/
            background: #FA9D4D;
            background: -webkit-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
            background: -moz-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
            background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .main-banner .left-content h2 {
            z-index: 2;
            position: relative;
            /*font-weight: 700;*/
            font-size: 20px;
            color: var(--black);
            margin-bottom: 20px;
        }

    .main-banner .right-image {
        text-align: right;
        position: relative;
        z-index: 2;
    }

        .main-banner .right-image img {
            max-width: 600px;
            min-height: 600px;
            border-radius: 30px;
            object-fit: cover;
        }

.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    height: 300px;
}

    .image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
    }

.image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    background: rgba(0,0,0,.45);
    color: white;
    transition: background .4s ease;
}

    .image-overlay h3 {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 10px 20px;
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        border-radius: 10px;
    }

    .image-overlay p {
        font-size: 1.1rem;
        max-width: 340px;
        line-height: 1.7;
        opacity: .9;
        transform: translateY(15px);
        transition: .4s ease;
        color:white;
    }

.image-card:hover img {
    transform: scale(1.08);
}

.image-card:hover .image-overlay {
    background: rgba(0,0,0,.6);
}

.image-card:hover h3,
.image-card:hover p {
    transform: translateY(0);
}
.main-wordpress {
    background-color: antiquewhite;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-wordpress img {
    max-width: 300px;
    min-height: 300px;
    border-radius: 30px;
    object-fit: cover;
}
    .main-wordpress h3 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 800;
        color: #000000;
        /*line-height: 10px;*/
       /* background: #FA9D4D;
        background: -webkit-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
        background: -moz-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
        background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
.main-SEO {
    margin-bottom: 10px;
    background-color: darkgray;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-SEO img {
    max-width: 300px;
    min-height: 300px;
    border-radius: 30px;
    object-fit: cover;
}

    .main-SEO h3 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 800;
        color: #000000;
        /*line-height: 10px;*/
        /*background: #FA9D4D;
    background: -webkit-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    background: -moz-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    }

/*Mijn werkwijze*/
.seo-workflow {
    padding: 80px 20px;
    background: #f8fafc;
}

.seo-workflow-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.seo-workflow-header {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.seo-workflow-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2563eb;
}

.seo-workflow-header h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.seo-workflow-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}

/* Steps */
.seo-workflow-steps {
    position: relative;
    display: grid;
    gap: 20px;
}

.seo-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 28px 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s ease;
}

    .seo-step:hover {
        transform: translateY(-4px);
        border-color: #2563eb;
        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    }

/* Number */
.seo-step-number {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 18px;
    font-weight: 700;
}

/* Content */
.seo-step-content {
    flex: 1;
}

    .seo-step-content h3 {
        margin: 2px 0 8px;
        font-size: 21px;
        line-height: 1.3;
        font-weight: 700;
        color: #111827;
    }

    .seo-step-content p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #64748b;
    }

/* Tablet */


/* Mobile */
@media (max-width: 480px) {

    .seo-workflow {
        padding: 50px 15px;
    }

    .seo-workflow-header h2 {
        font-size: 28px;
    }

    .seo-step {
        gap: 15px;
        padding: 20px;
    }

    .seo-step-number {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
        border-radius: 12px;
        font-size: 14px;
    }

    .seo-step-content h3 {
        font-size: 18px;
    }

    .seo-step-content p {
        font-size: 14px;
    }
}
/*Wat optimaliseer ik?*/
.seo-optimization {
    padding: 80px 20px;
    background: #ffffff;
}

.seo-optimization-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.seo-optimization-header {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.seo-optimization-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2563eb;
}

.seo-optimization-header h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.seo-optimization-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}

/* Two columns */
.seo-optimization-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Cards */
.seo-optimization-card {
    padding: 35px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    transition: all 0.3s ease;
}

    .seo-optimization-card:hover {
        transform: translateY(-5px);
        border-color: #2563eb;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    }

/* Card header */
.seo-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

    .seo-card-header h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700;
        color: #111827;
    }

/* Check icon */
.seo-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

/* Checklist */
.seo-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .seo-checklist li {
        position: relative;
        display: flex;
        align-items: center;
        padding: 13px 0;
        font-size: 16px;
        line-height: 1.5;
        color: #475569;
        border-bottom: 1px solid #e2e8f0;
    }

        .seo-checklist li:last-child {
            border-bottom: none;
        }

        /* Checkmark */
        .seo-checklist li::before {
            content: "✓";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 23px;
            height: 23px;
            margin-right: 12px;
            flex-shrink: 0;
            border-radius: 50%;
            background: #dbeafe;
            color: #2563eb;
            font-size: 13px;
            font-weight: 700;
        }

/* Tablet */


/* Mobile */
@media (max-width: 480px) {

    .seo-optimization {
        padding: 50px 15px;
    }

    .seo-optimization-header h2 {
        font-size: 28px;
    }

    .seo-optimization-card {
        padding: 24px 20px;
    }

    .seo-checklist li {
        font-size: 15px;
    }
}

/*SeoPakketten*/
#SeoPakketten{
    text-align: center;
}

/*Waarom AJ Dev Solutions*/
.aj-why-us {
    padding: 80px 20px;
    background: #f8fafc;
}

.aj-why-us-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.aj-why-us-header {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.aj-why-us-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2563eb;
}

.aj-why-us-header h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.aj-why-us-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}

/* Grid */
.aj-why-us-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* Item */
.aj-why-us-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: all 0.3s ease;
}

    .aj-why-us-item:hover {
        transform: translateY(-3px);
        border-color: #2563eb;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    }

/* Check */
.aj-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-size: 20px;
    font-weight: 700;
}

/* Text */
.aj-why-us-item h3 {
    margin: 1px 0 7px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #111827;
}

.aj-why-us-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

/* Tablet & mobiel */


/* Kleine mobiele schermen */
@media (max-width: 480px) {

    .aj-why-us {
        padding: 50px 15px;
    }

    .aj-why-us-header h2 {
        font-size: 28px;
    }

    .aj-why-us-item {
        padding: 20px;
        gap: 14px;
    }

    .aj-check {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .aj-why-us-item h3 {
        font-size: 17px;
    }
}

/*Veelgestelde vragen*/

/* =========================
   FAQ SECTION
========================= */

.aj-faq {
    padding: 90px 20px;
    background: #ffffff;
}

.aj-faq-container {
    max-width: 900px;
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.aj-faq-header {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.aj-faq-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2563eb;
}

.aj-faq-header h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.aj-faq-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}


/* =========================
   FAQ ITEMS
========================= */

.aj-faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aj-faq-item {
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: all 0.3s ease;
}

    .aj-faq-item.active {
        border-color: #2563eb;
        background: #ffffff;
    }


/* =========================
   QUESTION
========================= */

.aj-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 25px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

    .aj-faq-question:hover {
        color: #2563eb;
    }


/* =========================
   PLUS ICON
========================= */

.aj-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-size: 22px;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.aj-faq-item.active .aj-faq-icon {
    transform: rotate(45deg);
}


/* =========================
   ANSWER
========================= */

.aj-faq-answer {
    display: none;
    padding: 0 25px 23px;
}

.aj-faq-item.active .aj-faq-answer {
    display: block;
}

.aj-faq-answer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}


/* =========================
   CTA
========================= */

.aj-faq-cta {
    margin-top: 80px;
    padding: 55px 40px;
    text-align: center;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.aj-faq-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.aj-faq-cta h2 {
    margin: 0 0 15px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
}

.aj-faq-cta p {
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
}


/* =========================
   BUTTONS
========================= */

.aj-faq-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.aj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}


/* Primary */
.aj-btn-primary {
    background: #2563eb;
    color: #ffffff;
}

    .aj-btn-primary:hover {
        background: #1d4ed8;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* Secondary */
.aj-btn-secondary {
    background: #ffffff;
    color: #2563eb;
    border: 1px solid #2563eb;
}

    .aj-btn-secondary:hover {
        background: #eff6ff;
        color: #1d4ed8;
    }


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .aj-faq {
        padding: 60px 16px;
    }

    .aj-faq-header {
        margin-bottom: 40px;
    }

        .aj-faq-header h2 {
            font-size: 32px;
        }

        .aj-faq-header p {
            font-size: 16px;
        }

    .aj-faq-question {
        padding: 19px 20px;
        font-size: 16px;
    }

    .aj-faq-answer {
        padding: 0 20px 20px;
    }

    .aj-faq-cta {
        margin-top: 60px;
        padding: 40px 20px;
    }

        .aj-faq-cta h2 {
            font-size: 28px;
        }

    .aj-btn {
        width: 100%;
    }
}
@media (max-width: 767px) {

    .aj-why-us {
        padding: 60px 16px;
    }

    .aj-why-us-header {
        margin-bottom: 40px;
    }

        .aj-why-us-header h2 {
            font-size: 32px;
        }

        .aj-why-us-header p {
            font-size: 16px;
        }

    .aj-why-us-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .seo-optimization {
        padding: 60px 16px;
    }

    .seo-optimization-header {
        margin-bottom: 40px;
    }

        .seo-optimization-header h2 {
            font-size: 32px;
        }

        .seo-optimization-header p {
            font-size: 16px;
        }

    .seo-optimization-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .seo-optimization-card {
        padding: 28px 24px;
    }

    .seo-card-header h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .seo-workflow {
        padding: 60px 16px;
    }

    .seo-workflow-header {
        margin-bottom: 40px;
    }

        .seo-workflow-header h2 {
            font-size: 32px;
        }

        .seo-workflow-header p {
            font-size: 16px;
        }

    .seo-step {
        gap: 18px;
        padding: 22px;
    }

    .seo-step-number {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .seo-step-content h3 {
        font-size: 19px;
    }

    .seo-step-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .background-header .main-nav .nav {
        /*margin-top: 80px !important;*/
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #33ccc5 !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #33ccc5;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

        .header-area .container {
            padding: 0px;
        }

        .header-area .logo {
            margin-left: 30px;
        }

        .header-area .menu-trigger {
            display: block !important;
        }

        .header-area .main-nav {
            overflow: hidden;
        }

            .header-area .main-nav .nav {
                position: absolute;
                top: 10%;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 0;
                overflow: hidden;
                float: none;
                width: 100%;
                display: none;
                -webkit-transition: all 0s ease 0s;
                -moz-transition: all 0s ease 0s;
                -o-transition: all 0s ease 0s;
                transition: all 0s ease 0s;
                margin-left: 0px;
            }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 91px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .header-area .main-nav .nav li a {
            height: 50px !important;
            line-height: 50px !important;
            padding: 0px !important;
            border: none !important;
            background: #f7f7f7 !important;
            color: #191a20 !important;
        }

            .header-area .main-nav .nav li a:hover {
                background: #eee !important;
                color: #33ccc5 !important;
            }

        .header-area .main-nav .nav li.submenu ul {
            position: relative;
            visibility: inherit;
            opacity: 1;
            z-index: 1;
            transform: translateY(0%);
            transition-delay: 0s, 0s, 0.3s;
            top: 0px;
            width: 100%;
            box-shadow: none;
            height: 0px;
        }

            .header-area .main-nav .nav li.submenu ul li a {
                font-size: 12px;
                font-weight: 400;
            }

                .header-area .main-nav .nav li.submenu ul li a:hover:before {
                    width: 0px;
                }

            .header-area .main-nav .nav li.submenu ul.active {
                height: auto !important;
            }

        .header-area .main-nav .nav li.submenu:after {
            color: #3B566E;
            right: 25px;
            font-size: 14px;
            top: 15px;
        }

        .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
            height: 0px;
        }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex;
    }
}

.Main-Wat-is-Seo {
    background: #FFF8EE;
    padding-top: 10px;
    padding-bottom: 30px;
}
.Main-Mijn-werkwijze {
    background: #F5F8FD;
}
.Main-seo-optimization {
    background: #F2FBFB;
}
.Main-aj-why-us {
    background: #F8F8F8;
}
.Main-aj-faq {
    background: #FFF9F4
}
/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/
#features {
    padding-top: 0px;
}

.features .features-content {
    z-index: 2;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
    text-align: center;
    padding: 30px;
    border-radius: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
}

    .features-item:hover {
        background: rgb(51,204,197);
        background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
    }

        .features-item:hover h4 {
            color: #fff;
        }

        .features-item:hover p {
            color: #fff;
        }

        .features-item:hover .line-dec {
            background-color: rgba(255,255,255,0.3);
        }

/*.first-feature:hover .icon {
    background-image: url(../images/features-icon-white-01.png);
}

.second-feature:hover .icon {
    background-image: url(../images/features-icon-white-02.png);
}*/

.features-item .number h6 {
    background-repeat: no-repeat;
    width: 110px;
    height: 69px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 69px;
    margin-top: -65px;
    margin-bottom: 30px;
}

.features-item .first-number h6 {
    background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
    background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
    background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
    background-image: url(../images/features-number-04.png);
}

/*.first-feature .icon {
    background-image: url(../images/Home/Kennismaking.png);
}

.second-feature .icon {
    background-image: url(../images/Home/Ontwerp.png);
}

.third-feature .icon {
    background-image: url(../images/Home/Bouw.png);
}

.fourth-feature .icon {
    background-image: url(../images/Home/Livegang.png);
}*/

.features-item .icon {
    width: 93px;
    height: 93px;
    margin: 0 auto;
    transition: all 0.5s;
    object-fit: cover;
}

.features-item h4 {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2a2a2a;
    position: relative;
    transition: all 0.5s;
}

.features-item .line-dec {
    width: 100px;
    height: 2px;
    background-color: rgba(51,204,197,0.3);
    margin: 30px auto;
    transition: all 0.5s;
}

.features-item p {
    position: relative;
    margin-top: 0px;
    transition: all 0.5s;
}

.skills-content {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 110px 0px 50px 0px;
}

.skill-item {
    text-align: center;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #ddd;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 5px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #fd6a54;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 75px;
            border-bottom-left-radius: 75px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value {
        text-align: center;
        color: #2a2a2a;
        display: flex;
        width: 100%;
        border-radius: 50%;
        font-size: 32px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 700;
    }

        .progress .progress-value div {
            margin-top: 10px;
        }

        .progress .progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }

    /* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
    .progress[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-1 1.5s linear forwards;
    }

    .progress[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-2 1.5s linear forwards;
    }

    .progress[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-3 1.5s linear forwards;
    }

    .progress[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-4 1.5s linear forwards;
    }

    .progress[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-1 1.5s linear forwards 1.5s;
    }

    .progress[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.5s;
    }

    .progress[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-3 1.5s linear forwards 1.5s;
    }

    .progress[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-4 1.5s linear forwards 1.5s;
    }

    .progress[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-5 1.5s linear forwards 1.5s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}


/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
    padding-top: 130px;
}

.about-us .section-heading {
    margin-bottom: 40px;
}

.about-us .left-image img {
    margin-right: 45px;
    max-width: 600px;
    min-height: 800px;
    border-radius: 30px;
    object-fit: cover;
}

.about-us .about-item h4 {
    font-size: 38px;
    font-weight: 800;
    color: #088ec3;
}

.about-us .about-item h6 {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: capitalize;
}

.about-us p {
    margin: 40px 0px;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
    padding-top: 120px;
}

    .our-services .section-heading {
        text-align: center;
        margin-left: 75px;
        margin-right: 75px;
    }

    .our-services .container-fluid {
        padding: 0px 80px;
    }

.service-item {
    padding: 60px 30px;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
    transition: all .3s;
    margin-bottom: 30px;
    min-height: 400px;
}

    .service-item:hover {
        background-color: #fff;
        border: 2px solid transparent;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }

    .service-item .icon {
        margin-top: 10px;
        width: 80px;
        height: 80px;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        background-color: #f7f7f7;
        border-radius: 50%;
    }

        .service-item .icon img {
            width: 38px;
            height: 38px;
        }

    .service-item h4 {
        font-size: 22px;
        font-weight: 700;
        color: #2a2a2a;
        margin-bottom: 15px;
    }


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
    padding-top: 100px;
    overflow: hidden;
}

    .our-portfolio .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

.portfolio-item {
    margin-bottom: 30px;
    border-radius: 50px;
}

   /* .portfolio-item:hover .thumb .hover-content {
        opacity: 1;
        visibility: visible;
    }

    .portfolio-item .thumb {
        position: relative;
        border-radius: 50px;
    }

        .portfolio-item .thumb img {
            border-radius: 50px;
            overflow: hidden;
        }

        .portfolio-item .thumb .hover-content {
            border-radius: 50px;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            background: rgb(51,204,197);
            background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transition: all .5s;
        }

            .portfolio-item .thumb .hover-content .inner-content {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                text-align: center;
            }

                .portfolio-item .thumb .hover-content .inner-content h4 {
                    font-size: 20px;
                    font-weight: 700;
                    color: #fff;
                    margin-bottom: 10px;
                }

                .portfolio-item .thumb .hover-content .inner-content span {
                    font-size: 15px;
                    color: #fff;
                }

.our-portfolio .owl-nav {
    display: inline-block !important;
    position: absolute;
    top: -117px;
    right: 15%;
    max-width: 1320px;
}

    .our-portfolio .owl-nav .owl-next {
        margin-left: 10px;
    }

    .our-portfolio .owl-nav span {
        width: 46px;
        height: 46px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        font-size: 30px;
        border: 2px solid #eee;
        border-radius: 50%;
        color: #ddd;
        transition: all 0.5s;
    }

        .our-portfolio .owl-nav span:hover {
            color: #33ccc5;
            border-color: #33ccc5;
        }*/

.controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 2rem;
}

    .controls .button {
        cursor: pointer;
        margin: 0.5rem;
    }

        .controls .button.active {
            cursor: pointer;
            background-color: var(--blue);
            color: var(--white);
        }

.portfolio .box-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 👈 FIX  hier kan je aangeven hoveel imges worden getoond naast elkaar*/
    gap: 1rem;
    padding: 2rem 0;
}

.portfolio-item {
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1; /* 👈 perfect vierkant */
}

    .portfolio-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .portfolio-item .content {
        position: absolute;
        top: 10%;
        left: 10%;
        height: 80%;
        width: 80%;
        border-radius: 0.5rem;
        background-color: rgba(0, 0, 0, 0.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: scale(0);
        transition: 0.3s ease;
        pointer-events: none;
    }
        .portfolio-item .content a {
            pointer-events: auto;
        }

        .portfolio-item .content h4 {
            font-size: 2rem;
            font-weight: bold;
            color: var(--blue);
            transform-origin: top;
            -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
            opacity: 0;
            padding-bottom: 1rem;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .portfolio-item .content p {
            font-size: 1.8rem;
            font-weight: 400;
            color: var(--white);
            transform-origin: top;
            -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
            opacity: 0;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .portfolio-item .content .view-btn {
            font-size: 2rem;
            color: var(--blue);
            transform-origin: top;
            -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
            opacity: 0;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            border-radius: 5rem;
            margin-top: 1.5rem;
        }

    .portfolio-item:hover .content {
        transform: scale(1.05);
    }

        .portfolio-item:hover .content h4 {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .portfolio-item:hover .content p {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .portfolio-item:hover .content .view-btn {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

    .portfolio-item:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

/*CSS3 Animation Effects for Magnific Popup*/

/* start state */
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* animate in */
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-img {
    max-width: 90vw !important;
    max-height: 80vh !important;
}
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
    margin-top: 0px;
    padding: 120px 0px;
    /*background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    
    background: #00F260;
    background: -webkit-linear-gradient(to right, #0575E6, #00F260);
    background: linear-gradient(to right, #0575E6, #00F260);
    background-position-x: 0%;
    background-position-y: 0%;
}

    .contact-us .section-heading {
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .contact-us .contact-info {
        /*padding: 40px 30px;*/
        padding-top: 10px;
        padding-bottom: 10px;
        border: 2px solid #eee;
        border-radius: 25px;
        color: #afafaf;
        transition: all .5s;
    }

        .contact-us .contact-info ul li {
            text-align: center;
            display: block;
            margin-bottom: 30px;
        }

            .contact-us .contact-info ul li a {
                font-size: 15px;
                color: #afafaf;
                transition: all .5s;
            }

            .contact-us .contact-info ul li:hover a {
                color: #2a2a2a;
            }

            .contact-us .contact-info ul li:last-child {
                margin-bottom: 0px;
            }

            .contact-us .contact-info ul li .icon {
                margin-bottom: 10px;
            }

                .contact-us .contact-info ul li .icon img {
                    max-width: 32px;
                }

form#contact {
    position: relative;
    background-color: #fff;
    padding: 60px 80px;
    border-radius: 50px;
    text-align: center;
}

    form#contact input {
        width: 100%;
        height: 46px;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid #efefef;
        outline: none;
        font-size: 15px;
        font-weight: 300;
        color: #2a2a2a;
        padding: 0px 20px;
        margin-bottom: 20px;
    }

        form#contact input::placeholder {
            color: #aaa;
        }

    form#contact textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: 180px;
        min-height: 140px;
        height: 140px;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid #efefef;
        outline: none;
        font-size: 15px;
        font-weight: 300;
        color: #2a2a2a;
        padding: 15px 20px;
        margin-bottom: 20px;
    }

        form#contact textarea::placeholder {
            color: #aaa;
        }

    form#contact button {
        display: inline-block;
        background-color: #33ccc5;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-top: 20px;
        text-transform: capitalize;
        padding: 12px 25px;
        border-radius: 23px;
        letter-spacing: 0.25px;
        border-bottom: 2px solid #4771cb !important;
        transition: all .3s;
        outline: none;
        border: none;
    }

        form#contact button:hover {
            background-color: #4771cb !important;
            color: #fff !important;
            border-bottom: 2px solid #33ccc5 !important;
        }


/*
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
    text-align: center;
    margin: 30px 0px;
}

    footer p a {
        color: #33ccc5;
        transition: all .5s;
    }

        footer p a:hover {
            color: #4771cb;
        }

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
    .header-area .main-nav .logo h4 {
        font-size: 22px;
        line-height: 70px;
       
        margin: 0; /* ❗ BELANGRIJK */
        line-height: normal; /* ❗ reset */
        display: flex;
        align-items: center;
    }

        .header-area .main-nav .logo h4 img {
            max-width: 22px;
            margin-left: 0px;
        }

    .header-area .main-nav .nav li:last-child {
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .logo h4 {
        font-size: 20px;
        
        margin: 0; /* ❗ BELANGRIJK */
        line-height: normal; /* ❗ reset */
        display: flex;
        align-items: center;
    }

    .main-banner .left-content {
        margin-right: 0px;
    }

    .main-banner {
        text-align: center;
    }

        .main-banner:before {
            display: none;
        }

        .main-banner .right-image {
            margin: 30px auto 0px auto;
            text-align: center;
        }

    .features-item {
        margin-bottom: 45px;
    }

    .last-features-item,
    .last-skill-item {
        margin-bottom: 0px !important;
    }

    .skill-item {
        margin-bottom: 30px;
    }

    .service-item {
        text-align: center;
    }

        .service-item .icon {
            margin-top: 0px;
            margin-bottom: 30px;
        }

    .about-us .left-image {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 45px;
    }

    .our-portfolio .owl-nav {
        display: none !important;
    }

    .contact-info {
        margin-top: 60px;
    }

    form#contact {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo h4 {
        font-size: 22px;
        
        margin: 0; /* ❗ BELANGRIJK */
        line-height: normal; /* ❗ reset */
        display: flex;
        align-items: center;
    }

        .header-area .main-nav .logo h4 img {
            max-width: 22px;
            margin-left: 5px;
        }

    .main-banner .info-stat {
        margin-bottom: 15px;
    }

    .service-item {
        text-align: center;
        padding: 30px;
    }

        .service-item .icon {
            float: none;
            margin-right: 0px;
            margin-bottom: 15px;
        }

        .service-item .right-content {
            display: inline-block;
        }

    .our-portfolio .section-heading,
    .about-us .section-heading,
    .about-us .about-item,
    .about-us p,
    .about-us .main-green-button {
        text-align: center;
    }

    .our-services .section-heading {
        margin-left: 15px;
        margin-right: 15px;
    }

    .about-us .about-item {
        margin-top: 15px;
    }

    form#contact {
        padding: 30px;
    }
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 25px;
}

    .faq .faq-container .faq-item:last-child {
        margin-bottom: 0;
    }

    .faq .faq-container .faq-item h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin: 0 30px 0 0;
        transition: 0.3s;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
    }

        .faq .faq-container .faq-item h3 .num {
            color: var(--blue);
            padding-right: 5px;
        }

        .faq .faq-container .faq-item h3:hover {
            color: var(--blue);
        }

    .faq .faq-container .faq-item .faq-content {
        display: grid;
        grid-template-rows: 0fr;
        transition: 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
        
    }

        .faq .faq-container .faq-item .faq-content p {
            margin-bottom: 0;
            overflow: hidden;
        }

    .faq .faq-container .faq-item .faq-toggle {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 16px;
        line-height: 0;
        transition: 0.3s;
        cursor: pointer;
    }

        .faq .faq-container .faq-item .faq-toggle:hover {
            color: var(--accent-color);
        }

.faq .faq-container .faq-active h3 {
    color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color);
}

/*--------------------------------------------------------------
# Privacyverklaring Section
--------------------------------------------------------------*/
.privacyverklaring ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    
}

.privacyverklaring li {
    margin-bottom: 8px;
    list-style: disc;
}
    .privacyverklaring li::marker {
        color: black;
    }
.privacyverklaring h2{
     margin-bottom: 10px;
}
/*--------------------------------------------------------------
# cookieverklaring Section
--------------------------------------------------------------*/

.cookieverklaring ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.cookieverklaring li {
    margin-bottom: 8px;
    list-style: disc;
}

    .cookieverklaring li::marker {
        color: black;
    }

.cookieverklaring h2 {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# cookie-banner
--------------------------------------------------------------*/
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #222;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

    .cookie-banner a {
        color: #fff;
        text-decoration: underline;
    }

    .cookie-banner p {
        margin: 0;
        color: white;
    }

/* ============================================================
   SERVICES / PRICING
   ============================================================ */

.section-head {
    text-align: center;
    margin-bottom: 4rem;
}

    .section-head .section-tag {
        display: flex;
        justify-content: center;
    }

    .section-head .section-sub {
        margin-inline: auto;
    }

.services {
    background: #f5f5f5;
    padding-bottom: 50px;
}

.plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
    margin-top: 50px;
    
}

.plan {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    
}

    .plan:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        border-color: rgba(42,110,69,0.18);
    }

.plan--popular {
    border-color: rgba(42, 110, 69, 0.22);
    box-shadow: 0 0 0 1px rgba(42, 110, 69, 0.22), 0 4px 16px rgba(0,0,0,0.10);
    transform: scale(1.025);
    background: linear-gradient(160deg, rgba(42,110,69,0.04) 0%, var(--surface) 55%);
}

    .plan--popular:hover {
        transform: scale(1.025) translateY(-5px);
        box-shadow: 0 0 0 1px rgba(42, 110, 69, 0.22), 0 12px 40px rgba(0,0,0,0.12);
    }

.popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #2a6e45;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
    border-radius: 8px;
    white-space: nowrap;
}

.plan-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: .8rem;
}

.plan-name {
    /*font-family: var(--font-display);*/
    font-size: 0.78rem;
    font-weight: 700;
    color: #9e9880;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.plan--popular .plan-name {
    color: #2a6e45;
}

.plan-price-wrap {
    display: flex;
    align-items: flex-end;
    gap: 0.15rem;
    line-height: 1;
}

.plan-currency {
    /*font-family: var(--font-display);*/
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-2);
    padding-bottom: 0.3rem;
    margin-right: 3px;
}

.plan-price {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.plan-price--custom {
    font-size: 40px;
}

.plan-price-wrap--custom {
    align-items: center;
}

.plan-tagline {
    font-size: 0.88rem;
    color: #5a5646;
    line-height: 1.5;
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

    .plan-features li {
        display: flex;
        align-items: center;
        gap: 0.7rem;
        font-size: 0.9rem;
        color: #5a5646;
    }

.feat-on {
    color: #1c1b14 !important;
}

.feat-off {
    opacity: 0.38;
}

.feat-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #edf7ef;
    color: #2b7a46;
    font-size: 12px;
}

.plan-btn {
    display: inline-block;
    background-color: #33ccc5;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #4771cb;
    transition: all .3s;
    text-decoration: none;
}

    .plan-btn:hover {
        background-color: #4771cb;
        color: #ffffff;
    }

.plan-btn-blue {
    display: inline-block;
    background-color: #4771cb;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #4771cb;
    transition: all .3s;
    text-decoration: none;
}

    .plan-btn-blue:hover {
        background-color: #ffffff;
        color: #4771cb;
    }
/* ============================================================
   MOBIELE OPTIMALISATIE - AJ Dev Solutions
   Toegevoegd: september 2026

   Dit blok staat bewust HELEMAAL ONDERAAN site.css.
   Er is niets uit de bestaande CSS verwijderd; deze regels
   overschrijven alleen op kleine schermen.

   Inhoud:
   01. Basis (geen horizontale scroll, media schaalt mee)
   02. Afbeeldingen kleiner op mobiel
   03. Teksten kleiner op mobiel
   04. Knoppen gecentreerd en volledige breedte
   05. Grids (pakketten en portfolio) onder elkaar
   06. Ruimte en padding compacter
   07. Formulier en cookiebanner
   ============================================================ */

/* ---------------------------------------------
   01. BASIS
--------------------------------------------- */
@media (max-width: 991px) {

    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    /* Lange woorden en URL's mogen nooit de layout oprekken */
    h1, h2, h3, h4, h5, h6, p, li, a {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ---------------------------------------------
   02. AFBEELDINGEN
   Oorzaak van "afbeeldingen te groot": vaste
   min-height / max-width in pixels (600px, 800px).
--------------------------------------------- */
@media (max-width: 991px) {

    img {
        max-width: 100%;
    }

    /* Banner op de homepagina */
    .main-banner .right-image img {
        max-width: 100%;
        min-height: 0;
        height: auto;
        max-height: 320px;
        object-fit: cover;
    }

    /* Foto op de pagina Over mij */
    .about-us .left-image {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

        .about-us .left-image img {
            max-width: 100%;
            min-height: 0;
            height: auto;
            max-height: 380px;
            margin-right: 0;
            object-fit: cover;
        }

    /* Blokken WordPress en SEO op de homepagina */
    .main-wordpress img,
    .main-SEO img {
        max-width: 100%;
        min-height: 0;
        height: auto;
        max-height: 260px;
        display: block;
        margin: 0 auto 20px auto;
        object-fit: cover;
    }

    /* Twee klikbare kaarten onder de banner */
    .image-card {
        height: 240px;
    }
}

@media (max-width: 575px) {

    .main-banner .right-image img {
        max-height: 240px;
    }

    .about-us .left-image img {
        max-height: 300px;
    }

    .main-wordpress img,
    .main-SEO img {
        max-height: 210px;
    }

    .image-card {
        height: 200px;
    }
}


/* ---------------------------------------------
   03. TEKSTGROOTTES
--------------------------------------------- */
@media (max-width: 767px) {

    /* Vangnet voor koppen zonder eigen mobiele regel */
    h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    h3 {
        font-size: 19px;
        line-height: 1.35;
    }

    p {
        font-size: 15px;
        line-height: 26px;
    }

    /* Homepagina banner */
    .main-banner .left-content h1 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .main-banner .left-content h2 {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .hOneDefault h1 {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    /* Sectiekoppen */
    .section-heading {
        margin-bottom: 32px;
    }

        .section-heading h1,
        .section-heading h2 {
            font-size: 24px;
            line-height: 32px;
        }

        .section-heading h6 {
            font-size: 13px;
        }

    /* Blokken WordPress en SEO */
    .main-wordpress h2,
    .main-wordpress h3,
    .main-SEO h2,
    .main-SEO h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    /* Overlay op de twee kaarten */
    .image-overlay {
        padding: 20px;
    }

        .image-overlay h2,
        .image-overlay h3 {
            font-size: 18px;
            padding: 8px 14px;
            letter-spacing: 0.5px;
        }

        .image-overlay p {
            font-size: 14px;
            line-height: 1.5;
        }

    /* Portfolio */
    .portfolio-item .content h4 {
        font-size: 17px;
        padding-bottom: 0.5rem;
    }

    .portfolio-item .content p {
        font-size: 13px;
    }

    .portfolio-item .content .view-btn {
        font-size: 18px;
        margin-top: 10px;
    }

    /* Features en diensten */
    .features-item h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }

    .features-item .line-dec {
        margin: 20px auto;
    }

    .service-item h4 {
        font-size: 19px;
    }

    /* FAQ-pagina */
    .faq .content h1,
    .faq .content h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    .faq .faq-container .faq-item {
        padding: 16px;
    }

        .faq .faq-container .faq-item h3 {
            font-size: 16px;
            line-height: 22px;
            margin-right: 25px;
        }

    /* Privacy en cookies */
    .privacyverklaring h1,
    .cookieverklaring h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .privacyverklaring h2,
    .cookieverklaring h2 {
        font-size: 20px;
    }

    .privacyverklaring h3,
    .cookieverklaring h3 {
        font-size: 17px;
    }
}


/* ---------------------------------------------
   04. KNOPPEN
   Oorzaak van "knoppen niet in het midden":
   Bootstrap-kolommen col-9 offset-3 gelden ook op
   mobiel, waardoor de knoppen naar rechts schuiven.
--------------------------------------------- */
@media (max-width: 991px) {

    /* Offset uitschakelen op klein scherm */
    .col-9.offset-3,
    .col-8.offset-2 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }

    /* Knoppenrijen centreren */
    .main-banner .left-content,
    .main-banner .left-content .row,
    .main-wordpress .row > [class*="offset-"],
    .main-SEO .row > [class*="offset-"],
    .aj-faq-buttons,
    .main-green-button,
    .main-blue-button {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {

    /* Alle call-to-action knoppen: gecentreerd, gelijke breedte,
       en groot genoeg om met de duim te raken (min. 48px hoog) */
    .green-blue-button,
    .plan-btn,
    .plan-btn-blue,
    .aj-btn,
    .main-green-button a,
    .main-green-button button,
    .main-blue-button a,
    form#contact button {
        display: block !important;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto 12px auto !important;
        padding: 14px 20px !important;
        min-height: 48px;
        line-height: 20px;
        text-align: center;
        float: none;
    }

    /* Laatste knop in een rij zonder extra ruimte eronder */
    .aj-faq-buttons {
        flex-direction: column;
        gap: 0;
    }

    /* Filterknoppen op de portfoliopagina blijven naast elkaar */
    .controls {
        gap: 8px;
        margin-top: 1rem;
    }

        .controls .button {
            margin: 0;
            padding: 10px 16px;
            font-size: 14px;
        }
}


/* ---------------------------------------------
   05. GRIDS
   Pakketten en portfolio stonden ook op mobiel
   in 3 kolommen.
--------------------------------------------- */
@media (max-width: 991px) {

    .plans {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 30px;
    }

    .plan {
        padding: 1.6rem;
        gap: 1.25rem;
    }

        /* Uitgelicht pakket niet vergroten: valt anders buiten beeld */
        .plan--popular,
        .plan--popular:hover,
        .plan:hover {
            transform: none;
        }

    .portfolio .box-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 0;
    }
}

@media (max-width: 767px) {

    .plan-price,
    .plan-price--custom {
        font-size: 32px;
    }

    .plan-currency {
        font-size: 1.5rem;
    }

    .plan-tagline,
    .plan-features li {
        font-size: 0.9rem;
    }
}

@media (max-width: 359px) {

    .portfolio .box-container {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}


/* ---------------------------------------------
   06. RUIMTE EN PADDING
--------------------------------------------- */
@media (max-width: 767px) {

    .page-section {
        margin-top: 60px;
    }

    .main-banner {
        padding-bottom: 60px;
    }

    .our-services {
        padding-top: 60px;
    }

        .our-services .container-fluid {
            padding-left: 15px;
            padding-right: 15px;
        }

        .our-services .section-heading {
            margin-left: 0;
            margin-right: 0;
        }

    .service-item {
        min-height: 0;
        padding: 24px 18px;
        margin-bottom: 20px;
    }

    .our-portfolio {
        padding-top: 60px;
    }

    #about {
        padding-top: 70px;
    }

    #features {
        padding-top: 0;
    }

    .features .features-content {
        border-radius: 24px;
    }

    .features-item {
        padding: 24px 18px;
        border-radius: 24px;
        margin-bottom: 35px;
    }

    .skills-content {
        padding: 60px 0 20px 0;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .contact-us {
        padding: 60px 0;
    }

        .contact-us .section-heading {
            margin-left: 0;
            margin-right: 0;
        }

    .main-wordpress,
    .main-SEO {
        padding: 24px 18px;
    }
}


/* ---------------------------------------------
   07. FORMULIER EN COOKIEBANNER
--------------------------------------------- */
@media (max-width: 767px) {

    form#contact {
        padding: 24px 18px;
        border-radius: 24px;
    }

        /* 16px voorkomt dat iOS automatisch inzoomt bij typen */
        form#contact input,
        form#contact textarea {
            font-size: 16px;
        }

    .contact-us .contact-info {
        margin-top: 30px;
    }

        .contact-us .contact-info ul li {
            margin-bottom: 20px;
        }

    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px 16px;
    }

        .cookie-banner p {
            font-size: 14px;
            line-height: 1.5;
        }
}


/* ---------------------------------------------
   08. SCROLLGEDRAG EN ANIMATIES (WOW.js / AOS)

   Probleem: html en body hadden allebei height: 100%
   met display: flex. Daardoor scrolde de BODY en niet
   het venster. WOW.js en AOS luisteren naar het venster,
   zien scrollTop altijd 0 en halen de "visibility: hidden"
   er nooit meer af. Alles onder de eerste schermhoogte
   bleef daardoor onzichtbaar (vooral op mobiel, want daar
   valt bijna alles onder de vouw).

   Oplossing: body mag groeien, het venster scrollt weer.
   De sticky footer blijft werken via flex op .main.
--------------------------------------------- */
html {
    height: auto;
}

body {
    height: auto;
    min-height: 100vh;
}

.main {
    flex: 1 0 auto;
}

/* Vangnet: op mobiel geen scroll-animaties, alles direct zichtbaar.
   Zo blijft de pagina leesbaar, ook als een animatiescript faalt. */
@media (max-width: 767px) {

    .wow,
    [data-aos],
    [data-aos].aos-init {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        animation-name: none !important;
        animation: none !important;
        transition: none !important;
    }

    .logo {
        
        width: 250px;
    }
}
