
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*** GENERIC CSS ***/
html,body {
    font-family: "Inter", sans-serif;
}

body {
    font-size: 16px;
    background: #f5f5f5;
    color: #12003A;
}

.background-donker-blauw {
    background: #12003A;
    padding: 80px 0px;
    color: #fff;
}
.background-donker-blauw .display-1,
.background-donker-blauw .display-2,
.background-donker-blauw .display-3,
.background-donker-blauw .display-4,
.background-donker-blauw .display-5,
.background-donker-blauw .display-6,
.background-donker-blauw p,
.background-donker-blauw ul,
.background-donker-blauw a {
    color: #fff;
}

.background-licht{
    background: transparent;
    padding: 80px 0px;
    color: #12003A;
}
.background-licht .display-1,
.background-licht .display-2,
.background-licht .display-3,
.background-licht .display-4,
.background-licht .display-5,
.background-licht .display-6,
.background-licht p,
.background-licht ul,
.background-licht a {
    color: #12003A;
}


.check ul,
ul.check {
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.check ul li,
ul.check li {
  align-items: top;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-flow: row wrap;
  font-size: 18px;
  font-weight: 500;
}

.check ul li::before,
ul.check li::before {
  content: "";
  background-image: url('/wp-content/themes/mindworkz/assets/img/check-icon.svg');
  background-position: bottom;
  flex-shrink: 0;
  height: 23px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #12003A;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400 ;
}

.display-1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
}

h2, .display-2 {
    font-size:40px;
    font-weight: bold;
    line-height: 1.1;
}

h3, .display-3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}


p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #12003A;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title {
    margin-bottom: 50px;
}
.section-title .display-2 {
    margin-bottom: 35px;
}
.buttons{
    display: flex;
    gap: .5rem 1rem;
    flex-wrap: row wrap;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.btn {
    padding: 0px 25px;
    color: #ffffff;
    background: #12003A;
    text-align: center;
    transition: all 0.6s ease;
    font-weight: 500;
    min-width: 120px;
    line-height: 50px;
    border-radius: 45px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    line-height: 50px;
    transition: transform 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
}
.btn::before {
    content: '';
    background: url(../img/arrow-icon.svg) no-repeat center center;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: inline-block;
    order: 2;
    transition: all .3s;
}
.btn:hover::before {
    transform: rotate(45deg);
}
.btn:hover{
    transform: scale(1.05);
}           


.btn-default {
    color: #ffffff;
    background: #12003A;
}
.btn-default:hover {
    background: #F3904D !important;
    border-color: #F3904D !important;
}
.btn-default:hover::before {
    filter: brightness(0) saturate(100%) invert(21%) sepia(88%) saturate(5411%) hue-rotate(268deg) brightness(29%) contrast(129%);
}


.btn-primary {
    background: transparent linear-gradient(90deg, #E83A66 0%, #F2904D 47%, #F9B034 100%) 0% 0% no-repeat padding-box;
}
.btn-primary::before {
    background: url(../img/arrow-icon-black.svg) no-repeat center center;
    transition: all .3s;
}
.btn-primary:hover {
    background: #F3904D !important;
    border-color: #F3904D !important;
}
.btn-primary {
    background: transparent linear-gradient(90deg, #E83A66 0%, #F2904D 47%, #F9B034 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #E83A66 0%, #F2904D 0%, #F9B034 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
}
.btn-primary:hover::after {
    opacity: 1;
}


.btn-secondary {
    background: rgba(255,255,255,0.1);
    /* background: transparent; */
    backdrop-filter: blur(7px);
    color: #fff;
}
.btn-secondary:hover {
    background: #fff;
    color: #12003A;
    opacity: 1;
    backdrop-filter:unset;
}
.btn-secondary:hover::before {
    filter: brightness(0) saturate(100%) invert(21%) sepia(88%) saturate(5411%) hue-rotate(268deg) brightness(29%) contrast(129%);
}

.btn-call::before {
    content: "\f095";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 18px;
    margin-right: 5px;
    order: 0;
    color: #fff;
    background: none;
    height: auto;
    width: auto;
}
.btn-call:hover::before {
    transform: none ;
}


.gform_wrapper .form-button {
    transition: all .3s ease-in-out;
    color: #ffffff;
    background: linear-gradient(90deg, #E83A66 0%, #F2904D 47%, #F9B034 100%) 0% 0% no-repeat padding-box !important;
    position: relative;
    align-items: center;
    border-radius: 45px;
    display: inline-flex;
    overflow: hidden;
}
.gform_wrapper .form-button:hover {
    background: linear-gradient(90deg, #E83A66 0%, #F2904D 47%, #F9B034 100%) 0% 0% no-repeat padding-box !important;
}
.gform_wrapper .form-button::before{
    position: absolute;
    right: 20px;
    content: '';
    background-image: url('/wp-content/themes/mindworkz/assets/img/arrow-icon-black.svg');
    width: 11px;
    height: 11px;
    display: inline-block;
    transition: all .3s;
    z-index: 2;
}
.gform_wrapper .form-button:hover::before {
    transform: rotate(45deg);
}
.gform_wrapper .form-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #E83A66 0%, #F2904D 0%, #F9B034 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
}
.gform_wrapper .form-button:hover::after {
    opacity: 1;
}
.gform_wrapper .form-button input {
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 45px 15px 25px !important;
    box-shadow: none !important;
    z-index: 2;
}
.gform_wrapper .form-button:hover input {
    background: transparent !important;
    color: #fff !important;
}

/*** GRAVITY FORMS FIELD STYLES ***/
.gform_wrapper .gfield textarea.small {
    height: 10rem !important;
}
.gform_wrapper .gform_fields{
    gap: 8px 5px !important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select{
    font-size: 18px !important;
    padding: 12px 20px !important;
    height: auto !important;
    border-radius: 0px !important;
    border: 3px solid rgba(197, 197, 214, .3) !important;
    transition: all .3s ease-in-out !important;
    outline: none !important;
    box-shadow: none !important;
}
.gform_wrapper textarea{
    padding-top:  15px !important;
    padding-bottom: 15px !important;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder{
    color: #C5C5D6 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.gfield,
.gform-grid-col{
    position: relative !important;
    overflow: hidden !important;
}
.gfield label,
.gform-field-label {
    position: absolute;
    top: -25px;
    left: 22px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(18, 0, 58, .7) !important;
    transition: all .3s ease-in-out;
}
fieldset .gform-field-label {
    left: 28px !important;
}
.gfield:hover input,
.gfield:focus input,
.gfield input:focus,
.gfield input:focus-within,
.gfield:hover select,
.gfield:focus select,
.gfield select:focus,
.gfield:focus select:focus,
.gfield select:focus-within {
    border-color: #F3904D !important;
    padding-top: 22px !important;
    padding-bottom: 2px !important;
}
.gfield:hover textarea,
.gfield:focus textarea,
.gfield textarea:focus,
.gfield:focus textarea:focus,
.gfield textarea:focus-within{
    border-color: #F3904D !important;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}
.gfield:hover .gfield_label,
.gfield:focus .gfield_label,
.gfield:focus-within .gfield_label, 
.gfield:hover .gform-field-label,
.gfield:focus .gform-field-label,
.gfield:focus-within .gform-field-label {
    top: 10px;
}



.list.white {
    color: #fff;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #12003A;
    font-size: 18px;
}

.list li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

.list li:before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #F3904D;
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 20px;
}

/*** HEADER ***/
.header{
    width: 100%;
    z-index: 999;
    position: relative;
    overflow: visible;
    transition: all .3s;
}

.hero-header.fixed {
    position: fixed;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
}

.hero-header.fixed .main-nav .navbar {
    padding: 6px 0px;
}

.navbar-brand.logo img {
    max-height: 50px;
}

.navbar-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    position: relative;
    padding: 20px 0px;
}

.main-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    
}

.main-nav .navbar .navbar-nav>.nav-item {
    margin-left: 45px;
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn {
    margin-left: 35px;
}

.main-nav .navbar .navbar-nav>.nav-item>a {
    color: #12003A;
    padding: 15px 0px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item>a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 3px;
    border-radius: 3px;
    background: #F3904D;
    transition: all .3s;
    z-index: 1;
}

.navbar-light .navbar-nav>.nav-item:hover>a::before,
.navbar-light .navbar-nav>.nav-item.active>a::before {
    width: 100%;
}

.main-nav .navbar .navbar-nav>.nav-item.lbtn a {
    padding: 0px 30px;
    display: block;
    color: #ffffff;
    background: #12003A;
    text-align: center;
    transition: all 0.6s ease;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 188px;
    line-height: 50px;
    border-radius: 45px;
}

.navbar-light .navbar-nav>.nav-item.lbtn>a img {
    margin-left: 10px;
    margin-right: -5px;
    transition: all .3s ease;
}

.navbar-light .navbar-nav>.nav-item.lbtn>a::before,
.navbar-light .navbar-nav>.nav-item.callbtn>a::before {
    display: none;
}

.main-nav .navbar .navbar-nav>.nav-item.lbtn:hover> a {
    background: #F3904D !important;
    color: #fff !important;
}

.main-nav .navbar .navbar-nav>.nav-item.lbtn:hover> a img {
    filter: invert(0) brightness(100);
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn .call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    background: linear-gradient(101deg, #E83A66 0%, #F2904D 47%, #F9B034 100%);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn a i {
    transition: transform 0.3s ease;
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn:hover i {
    transform: scale(1.1);
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn:hover .call-btn,
.main-nav .navbar .navbar-nav>.nav-item.callbtn:focus .call-btn {
    transform: scale(1.1);
}

.main-nav .navbar .navbar-nav>.nav-item.callbtn a i {
    margin-right: 0px;
    position: relative;
    top: 0px;
    font-size: 22px;
    vertical-align: middle;
    color: #fff !important;
    transform: rotate(18deg);
}

.main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children>a {
    margin-right: 20px;
}

.main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -20px;
    width: 11px;
    height: 11px;
    background: url(../img/arrow-icon.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all .3s;
}

.main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children:hover>a:after,
.main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children.active>a:after {
    transform: rotate(135deg);
}

.main-nav .navbar .navbar-nav>.nav-item>a:hover,
.main-nav .navbar .navbar-nav>.nav-item>a:focus,
.main-nav .navbar .navbar-nav>.nav-item>a.active {
    background: none !important;
    color: #F3904D !important;
}

.main-nav .navbar .navbar-nav>.nav-item.active>a.dropdown-toggle::before {
    transform: rotate(180deg);
    margin-top: -3px;
}

.main-nav .navbar .navbar-nav>.nav-item> .sub-menu {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 85px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
    width: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    min-width: 1320px;
    background: #fff !important;
    border: none;
    border-radius: 0px;
    padding: 0px 12px;
}

.main-nav .navbar .navbar-nav>.nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sub-menu .space {
    padding: 0 40px;
}

.sub-menu .nav-tabs {
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
    flex-flow: column;
    border-right: 1px solid #EAEAED;
}

.sub-menu .nav-tabs li {
    display: inline-block;
    width: 100%;
    margin: 0px;
}

.sub-menu .nav-tabs li a {
    display: inline-block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 20px 45px !important;
    font-family: "Poppins", sans-serif;
    color: #12003A;
    font-size: 16px;
    font-weight: 600;
    border-radius: 60px 0px 0px 60px;
    margin: 0px;
    position: relative;
}

.sub-menu .nav-tabs li a img {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    transition: all .3s;
    filter: brightness(0) saturate(100%) invert(21%) sepia(88%) saturate(5411%) hue-rotate(268deg) brightness(29%) contrast(129%);
}

.sub-menu .nav-tabs li a:hover img,
.sub-menu .nav-tabs li a.active img {
    filter: none;
    transform: rotate(45deg);
}

.sub-menu .nav-tabs li a:hover,
.sub-menu .nav-tabs li a.active {
    color: #F3904D;
    background: rgba(18, 0, 58,.05);
}

.sub-menu .tab-content {
    padding: 50px 0;
    position: relative;
}
.sub-menu .tab-content .menu-image{
    aspect-ratio: 5/4;
    width: 100%;
    object-fit: cover;
}

.sub-menu .tab-content h3 {
    font-weight: bold !important;
    font-family: "Inter", sans-serif !important;
    font-size: 26px !important;
    color: #12003A;
}

.sub-menu .tab-content p {
    font-size: 16px;
    line-height: 30px;
    margin: 25px 0px;
}

/* Tab Pane Slide Up Animation */
@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane.show {
    animation: slideUpFadeIn 0.4s ease-out;
}

.sub-menu .bg {
    background: #12003A;
    padding: 35px 40px;
}

.sub-menu .bg h3 {
    font-size: 35px !important;
    font-weight: bold !important;
    color: #fff;
}

.sub-menu .btn-default:hover {
    line-height: 50px !important;
    background: #F3904D;
}

.sub-menu .btn-default:hover img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(26%) saturate(5439%) hue-rotate(247deg) brightness(93%) contrast(120%);
}


/*** BREADCRUMBS ***/
.breadcrumbs {
    color: #12003A;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.breadcrumbs i {
    margin-left: 10px;
    margin-right: 5px;
}

.breadcrumbs a {
    position: relative;
    overflow: hidden;
}
.breadcrumbs-separator {
    margin: 0 10px;
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
}

.breadcrumbs-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 1px;
    background: #12003A;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right;
}

.breadcrumbs-separator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 1px;
    background: #12003A;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right;
}

.breadcrumbs a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #12003A;
    height: 1px;
    transition: all .3s;
    width: 0%;
}

.breadcrumbs a:hover,
.breadcrumbs a.active {
    color: #12003A;
}

.breadcrumbs a.active::before,
.breadcrumbs a:hover::before {
    width: 100%;
}


/*** TEXT IMAGE BLOCK ***/
.text-image{
    position: relative;
}
.text-image.section-large .order-lg-1 .image-wrapper {
    margin-left: -90px;
}
.text-image.section-large .order-lg-2 .image-wrapper {
    margin-right: -90px;
}
.text-image .order-lg-2 .text-wrapper {
    padding-left: 90px;
}
.text-image .order-lg-1 .text-wrapper {
    padding-right: 90px;
}

/*
.section-overlap + section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #f5f5f5;
    z-index: 2;
}
*/

/*** CONTACT INFO ***/
.contact-info {
    padding: 80px 0px 70px 0px;
}

.contact-info .link {
    color: #F3904D;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.contact-info .link span {
    position: relative;
}

.contact-info .link img {
    transition: all .3s;
    margin-left: 5px;
}

.contact-info .link:hover,
.contact-info .link.active {
}

.contact-info .link:hover img,
.contact-info .link.active img { 
    transform: rotate(45deg);
}

.contact-info .link {
    color: #F3904D;
    font-size: 18px;
    font-weight: 600;
}

.contact-info .link:hover span:before {
    width: 100%;
}

.contact-info .link span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F3904D;
    height: 1px;
    transition: all .3s;
    width: 0%;
}


.contact-info p {
    margin-top: 40px;
    margin-bottom: 30px;
}

.contact-info .btn-default {
    margin-top: 40px;
}

.contact-info .btn-default:hover i {
    color: #12003A;
}

.contact-info .btn-default i {
    margin-right: 15px;
    margin-left: -5px;
    transition: all .3s;
}

.contact-info .bg {
    background: #fff;
    margin-top: 40px;
    padding: 50px 55px;
    position: absolute;
    z-index: 3;
}

.contact-info .bg h2 {
    margin-bottom: 40px;
}

.contact-info .form-group {
    position: relative;
    margin-bottom: 5px;
}

.form-control {
    height: 50px;
    border: 2px solid rgba(197, 197, 214, .3);
    box-shadow: none;
    border-radius: 0px;
    color: #F3904D;
    font-size: 18px;
    font-weight: 500;
    padding-left: 17px;
    font-family: "Inter", sans-serif;
}

.form-control:focus,
.contact-info .form-group.active .form-control {
    box-shadow: none !important;
    border-color: #F3904D;
    height: 63px;
    color: #F3904D;
}

.contact-info .form-group select.form-control {
    height: 50px !important;
    color: #12003A;
    background: url(../img/down-arrow.png) 96% 50% no-repeat;
}

.contact-info .form-group.active label {
    color: #12003A;
    font-size: 12px;
    opacity: .5;
    top: 6px;
}

.contact-info .form-group label {
    display: inline-block;
    color: #12003A;
    font-size: 18px;
    font-weight: 500;
    padding-left: 17px;
    font-family: "Inter", sans-serif;
    position: absolute;
    top: 13px;
    left: 0px;
    pointer-events: none;
    transition: all .3s;
}

.contact-info .form-group textarea.form-control {
    height: 195px !important;
    padding-top: 25px;
    resize: none;
}

.contact-info .form-group textarea.form-control:focus {
    height: 195px;
}

.contact-info .bg .btn-default {
    margin-top: 15px;
}


/*** OUR LOCATION ***/
.locations {
    padding: 65px 0px;
    position: relative;
  --parallax-y: 0px;
}

.locations::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    bottom: 15%;
    z-index: 1;
    background: url(../img/services-boxes2.png) 0% 60% no-repeat, url(../img/box-parralax.png) 92% 40% no-repeat;
    background-size: 200px, 140px;
   background-attachment: fixed;
    pointer-events: none;
    z-index: 0;
    transform: translate3d(0, var(--parallax-y), 0);
    will-change: transform;
    z-index: 1;
}

.locations .list {
    height: 400px;
}

.location-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.location-box .img {
    display: inline-block;
    width: 100%;
}

.location-box h4 {
    color: #fff;
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

.location-box p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.link-call {
    display: inline-block;
    color: #F3904D;
    font-size: 18px;
    font-weight: 500;
}

.link-call:hover {
    color: #fff;
}

.link-call .fa {
    width: 40px;
    height: 40px;

    border: 2px solid rgba(197, 197, 214,0.25);
    transform: rotate(30deg);

    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

/**/
.link-call span {
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding-top: 2px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.link-call span:before, 
.link-call span:after {
    content: '';
    position: absolute;
    box-sizing: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.link-call span:before {
    border: 2px solid transparent;
    top: 2px;
    left: 0;
}

.link-call span:after {
    top: 02px;
    left: 0;
    border: 0 solid transparent;
    border-radius: 100%;
}

.link-call:hover span:before {
    transform: rotate(405deg);
}

.link-call:hover span:before {
    border-top-color: rgba(243, 144, 77,1);
    border-right-color: rgba(243, 144, 77,1);
    border-bottom-color: rgba(243, 144, 77,1);
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.link-call:hover span:after {
    transform: rotate(315deg);
}

.link-call:hover span:after {
    border-top: 2px solid rgba(243, 144, 77,1);
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(315deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

/**/

.locations .down p {
    color: #fff;
    font-size: 18px;
    opacity: 0.5;
    margin: 0;
    margin-top: 50px;
}

.locations .down p span {
    display: inline-block;
    margin: 0px 30px;
}

/*** FAQ ***/
.faq {
    padding: 110px 0px;
}


.faq .accordion {
    border: none;
    background: none;
}

.faq .accordion-item {
    border: none;
    border-radius: 0px !important;
    background: none;
}

.faq .accordion-item button {
    border-radius: 0px !important;
    color: #F3904D;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #eaeaef;
    border-bottom: none;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 30px 50px 30px 50px;
}

.faq .accordion-item button.collapsed {
    border-bottom: 1px solid #eaeaef;
    color: #12003A;
    background: none !important;
}

.faq .accordion-item .accordion-button.collapsed::before,
.faq .accordion-item .accordion-button.collapsed::after {
    background: #000;
}

.faq .accordion-item .accordion-button::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 18px;
    margin-top: -5px;
    height: 12px;
    width: 2px;
    background: #F3904D;
    opacity: 0;
}

.faq .accordion-item .accordion-button.collapsed::before {
    opacity: 1;
}

.faq .accordion-item .accordion-button::after {
    position: absolute;
    top: 48%;
    left: 13px;
    background: #F3904D;
    height: 2px;
    width: 12px;
}

.faq .accordion-body {
    background: #fff;
    padding: 0px 50px 50px 50px;
    border-top: none;
}

.faq .accordion-body p {
    font-size: 16px;
}


/*** WHY CHOOSE ***/
#why-choose {
    padding-bottom: 50px;
}

#why-choose .img {
    /* padding-left: 60px; */
}

#why-choose .section-title {
    padding-left: 70px;
    max-width: 550px;
    margin: 20px 0px;
}

#why-choose .btn-default {
    margin-top: 30px;
    margin-bottom: 0px;
}


/*** FOOTER ***/
#footer {
    padding: 90px 0px 0px 0px;
    background: url(../img/bg-footer.png) 90% 25% no-repeat;
}

#footer h3 {
    font-size: 26px !important;
    font-weight: bold !important;
    margin-bottom: 45px;
}

#footer p {
    font-size: 16px;
    margin-bottom: 40px;
}

#footer .btn-default {
    min-width: 300px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

#footer .btn-default img {
    position: absolute;
    top: 20px;
    right: 20px;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #12003A;
    font-size: 18px;
    margin-bottom: 55px;
}

#footer ul li {
    position: relative;
    margin-bottom: 5px;
}

#footer ul li a {
    display: inline-block;
    color: #12003A;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

#footer ul li a:hover {
    color: #12003A;
}

#footer ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #12003A;
    height: 1px;
    transition: all .3s;
    width: 0%;
}

#footer ul li a:hover:before {
    width: 100%;
}

#footer .copy {
    color: #F3904D;
    border-top: 1px solid #eaeaef;
    padding: 35px 0px;
    margin-top: 50px;
}

#footer .copy p {
    margin: 10px 0px;
}

#footer .copy p img {
    margin-right: 5px;
}

#footer .copy ul {
    margin: 0px;
}

#footer .copy ul li {
    display: inline-block;
    margin: 0px;
    margin-left: 15px;
}

#footer .copy ul li a {
    display: inline-block;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgba(18, 0, 58, 0.2);
}

#footer .copy ul li a:hover {
    color: #fff;
    transform: scale(1.11);
    background: rgba(18, 0, 58, 1);
}



/*** Sidemenu ***/
.menu-btn {
    color: #fff !important;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}

.menu-btn:before,
.menu-btn:after {
    display: none;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #000 !important;
    height: 2px;
    margin: 3px 0px;
    transition: all .3s;
    float: right;
}

.menu-btn div {
    margin-left: 0px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
}
/**/
.side-menu {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 50%;
    background-color: #fff;
    height: 100%;
    z-index: 999999;
    padding: 40px 20px;
    -webkit-transition: all ease 0.9s;
    transition: all ease 0.9s;
    overflow-y: scroll;
}

.side-menu .logo img {
    max-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.side-menu ul.main-menu>li>a {
    padding: 0px 20px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #12003A;
}

.side-menu ul.main-menu li a.btn-default {
    color: #fff;
}

.side-menu ul.main-menu li a.btn-default:hover {
    background: #F3904D !important;
    color: #fff !important;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
    background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.CloseBtn {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:3px;
	 display: inline-block;
	text-align:center;
    color: #12003A;
}

.CloseBtn img {
	height: 20px;
	display: inline-block;
	-webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    color: #12003A;
}

.CloseBtn:hover img {
    transform: rotate(90deg);
}

/**/
.side-menu ul.main-menu.navbar-nav {
	margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
    color: #F3904D;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 5px;
    font-size: 12px;
    background: #ebebeb;
    color: #000;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children:hover>a {
    color: #F3904D !important;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
	background:none;
    color:#000;
    border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #fff;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current .sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}

.side-menu .sub-menu .space {
    padding: 20px 0px 20px 0px;
}


/*** PAGE BANNER ***/
.hero {
    padding: 80px 0px 0px 0px;
}



/*** DIGITAL PARTNER ***/
.partner-digital {
    position: relative;
    z-index: 2;
}
section .shapes::before {
    position: absolute;
    content: "";
    top: 805px;
    left: 0px;
    width: 186px;
    height: 186px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}
section .shapes::after {
    position: absolute;
    content: "";
    top: 991px;
    left: 186px;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}
section .shape::after {
    position: absolute;
    content: "";
    top: 900px;
    right: 186px;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}


.partner-digital .list {
    margin-bottom: 200px;
}

.te .section-title {
    padding-top: 80px;
    transition: all .5s;
}

.partner-digital .section-title .display-4 {
    margin-bottom: 40px;
}

.partner-digital .btn-default.gradient-bg {
    margin-top: 20px;
}

.partner-digital p {
    margin-bottom: 30px;
}

.digital-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    aspect-ratio: 12/13;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.digital-box>img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: all .4s ease-in-out;
}

.digital-box:hover img {
    transform: scale(1.1);
}

.digital-box.tps {
    margin-top: 80px;
}

.digital-box::before {
    background: transparent linear-gradient(360deg, #150C29 0%, #150C29D4 40%, #150C2900 100%) 0% 0% no-repeat padding-box;
    transition: all 0.4s ease-in-out;
    top: 50px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -15%;
    left: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.digital-box:hover::before {
    top: 0px;
}

.digital-box .overlay {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 2;
}

.labels{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 5px;
}
.labels .label {
    display: inline-block;
    background: #12003A;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
}

.tags {
    display: inline-block;
}

.tags div {
    display: inline-block;
    background: #12003A;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags.lg div {
    font-size: 16px;
    padding: 15px 20px 10px;
    clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0 100%);

}

.digital-box .display-4 {
    color: #fff;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.digital-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 15px 0px !important;
    min-height: 77px;
}
.digital-box .buttons {
    margin-top: 0;
    margin-bottom: 0;
}

/** BIG CTA ***/
.ctagroot {
    position: relative;
    padding-bottom: 0 !important;
}
.ctagroot .shape::before {
    position: absolute;
    content: "";
    top: 150px;
    right: 0px;
    width: 186px;
    height: 186px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}


/*** SMART SOLUTION ***/
.text-quote {
    padding: 110px 0px;
    position: relative;
}

.text-quote .bg {
    background: transparent linear-gradient(55deg, #E83A66 0%, #F2904D 47%, var(---f9b034-geel) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(55deg, #E83A66 0%, #F2904D 47%, #F9B034 100%) 0% 0% no-repeat padding-box;
    padding: 30px 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.text-quote .bg p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.text-quote .bg h6 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif !important;
}

.text-quote .mtp {
    margin-top: 130px;
}

.text-quote p {
    margin-bottom: 20px;
}

.text-quote .btn-default {
    margin-top: 20px;
}

.text-quote .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.text-quote .bg-1::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 857px;
    height: 857px;
    background: radial-gradient(closest-side at 50% 50%, #F9B034 0%, #F9F9F9 100%);
    mix-blend-mode: multiply;
    opacity: 0.25;
    pointer-events: none;
}

.text-quote .bg-1 .row {
    position: relative;
    z-index: 1;
}

.text-quote .imgleft>img,
.text-quote .imgleft>div,
#why-choose .imgleft>img  {
    max-width: 106%;
    width: 106% !important;
    position: relative;
    left: -6%;
}

.partner-digital .imgleft>img,
.partner-digital .imgleft>div {
    max-width: 108%;
    width: 108% !important;
    position: relative;
    left: -8%;
}


.text-quote.casespage .bg-1::before {
    left: 20%;
}

.text-quote.casespage .bg-1::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0%;
    width: 40%;
    height: 40% ;
    background: radial-gradient(closest-side at 50% 50%, #434DF7 0%, #F9F9F9 100%);
    opacity: 0.15;
    pointer-events: none;
}

.text-quote .bg-2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -155px;
    width: 857px;
    height: 857px;
    background: radial-gradient(closest-side at 50% 50%, #434DF7 0%, #F9F9F9 100%);
    opacity: 0.15;
    pointer-events: none;
}

.text-quote .bg-2 .row {
    position: relative;
    z-index: 1;
}

.text-quote .bg-3::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 30px;
    width: 857px;
    height: 857px;
    background: transparent radial-gradient(closest-side at 50% 50%, #F9B034 0%, #F9F9F9 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.25;
    pointer-events: none;
}

.text-quote .bg-3 .row {
    position: relative;
    z-index: 1;
}

.teambox {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.teambox h4 {
    color: #12003A;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 15px;
}

.teambox p {
    color: #12003A;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.teaminfo {
    display: inline-block;
    width: 100%;
    background: transparent linear-gradient(46deg, #E83A66 0%, #F2904D 47%, #F9B034 100%) 0% 0% no-repeat padding-box;
    padding: 36px 30px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.teaminfo p {
    color: #fff;
    font-size: 26px;
}

.teaminfo h6 {
    color: #12003A;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 40px;
}

.teaminfo h6 a {
    position: relative;
    overflow: hidden;
}

.teaminfo h6 a.active::before, 
.teaminfo h6 a:hover::before {
    width: 100%;
}

.teaminfo h6 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #12003A;
    height: 1px;
    transition: all .3s;
    width: 0%;
}

.owl-theme .owl-nav {
    margin-top: 30px;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 0px 10px;
    transform: rotate(45deg);
    vertical-align: top;
    transition: all .3s;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] img {
    position: relative;
    top: -2px;
    transition: all .3s;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-prev {
    transform: rotate(-135deg);
    margin-left: 0;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
}

.owl-carousel.owl-theme.collaborate-carousel .owl-nav [class*=owl-]:hover img {
    filter: invert(1) brightness(20.5);
}

/*** OUR CASES ***/
.cases {
    padding: 0px 70px;
}

.cases .bg {
    background: #ccc;
    background: #000;
    padding: 0px 40px 130px 40px;
    position: relative;
}

.cases .bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(2deg, #12003A 0%, #434DF700 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: luminosity;
    opacity: 0.89;
    pointer-events: none;
}

.cases .align {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    height: 50px;
}

.cases .img img {
    position: relative;
    z-index: 2;
    top: 0px;
}

.cases .label {
    display: inline-block;
    background: #12003A;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cases h4 {
    color: #fff;
    font-size: 40px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.cases p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 15px 0px !important;
}

.owl-carousel .owl-item img {
    max-height: 60%;
    display: inline-block;
    width: auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.cases .owl-dots {
    position: absolute;
    bottom: -90px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cases .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

.cases .owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    margin: 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    position: relative;
    z-index: 99;
    float: left;
}

.cases .owl-theme .owl-dots .owl-dot.active span,
.cases .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.cases .btn-white:hover {
    background: #F3904D !important;
    color: #fff;
}

.cases .btn-white:hover img {
    transform: rotate(45deg);
    filter: brightness(0) saturate(100%) invert(9%) sepia(26%) saturate(5439%) hue-rotate(247deg) brightness(93%) contrast(120%);
}

/*** CTA ***/
.cta {
    position: relative;
    padding: 80px 0px; 
}
.cta .ctashapes::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -40px;
    width: 186px;
    height: 186px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}
.cta .ctashapes::after {
    position: absolute;
    content: "";
    bottom: 186px;
    left: 146px;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}
.cta .ctashape::after {
    position: absolute;
    content: "";
    bottom: 150px;
    right: 0px;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
}
.cta .cta-box{
    position: relative;
    margin-top: 150px;
    padding: 0px 80px;
    margin: 0 80px;
}
.cta .cta-box::before {
    background: #12003A;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
    left: -40px;
    top: 40px;
    bottom: 0;
    right: -40px;
    content: '';
    position: absolute;
}
.cta .section-title {
    margin: 40px 0 0;
}

.cta .section-title .display-2 {
    margin-bottom: 20px;
    color: #fff;
}

.cta .section-title p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
}

.cta .img img {
    position: relative;
    z-index: 1;
    margin-top: -60px;
}


/*** CASES PAGE ***/
.cases-overview {
    padding: 0px 70px;
    background: #12003A;
    padding: 0px 0px 0px 0px;
    margin-top: 300px;
  --parallax-y: 0px;
}

.cases-overview .bg-1>div {
    position: relative;
    z-index: 2;
}

.cases-overview .bg-1>div.zindex {
    z-index: 99;
}

.cases-overview .bg-1::before {
    content: '';
    position: absolute;
    top: -10%;
    right: 0%;
    width: 50%;
    height: 50%;
    background: radial-gradient(closest-side at 50% 50%, #F9B034 0%, #F9F9F9 100%);
    mix-blend-mode: multiply;
    opacity: 0.25;
    pointer-events: none;
}

.cases-overview .top-minus {
    top: -250px;
    position: relative;
}

.cases-overview .btn-group {
    background: #fff;
    display: flex;
    justify-content: space-between;
    border: none;
    border-radius: 50px;
    margin-bottom: 100px;
    gap: 22px;
    padding: 10px 10px;
}

.cases-overview .btn-group >button {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    text-align: center;
    min-width: 150px;
    background: #fff;
    font-size: 16px;
    padding: 10px 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #12003A;
}

.cases-overview .btn-group >button.active {
    background: linear-gradient(90deg, #E83A66 0%, #F2904D 47%, #F9B034 100%);
    color: #fff;
}

.cases-overview .nav-tabs {
    background: #fff;
    display: flex;
    justify-content: space-between;
    border: none;
    border-radius: 50px;
    margin-bottom: 100px;
}

.cases-overview .nav-tabs li {
    padding: 8px;
    margin: 0px;
}

.cases-overview .nav-tabs li a {
    width: 100%;
    margin: 0px;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    text-align: center;
    min-width: 150px;
    background: #fff;
    font-size: 16px;
    padding: 8px 48px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #12003A;
}

.cases-overview .nav-tabs li a.active {
    background: linear-gradient(90deg, #E83A66 0%, #F2904D 47%, #F9B034 100%);
    color: #fff;
}

.cases-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.cases-box .tags {
    position: absolute;
    top: 15px;
    right: 10px;
}

.cases-box.tps {
    margin-top: 120px;
}

.cases-overview .grid>div:nth-child(2) {
    margin-top: 120px;
}

.cases-box .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.cases-box:hover .img img {
    transform: scale(1.1);
    opacity: .8;
}

.cases-box .img img {
    display: inline-block;
    width: 100%;
    transition: all .3s;
}

.cases-box .text {
    display: inline-block;
    width: 100%;
    z-index: 2;
}

.cases-box .text h6 {
    color: #F3904D;
    font-size: 18px !important;
    margin-top: 20px;
}

.cases-box .text p {
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

/*** BANNER ***/
.hero-home {
    padding: 10px 80px 0px 80px;
}
.hero-home .scroll-btn::before{
    position: absolute;
    content: "";
    bottom: -34px;
    left: 17px;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
    z-index: 1;
}


.scroll-down {
    position: relative;
    display: block;
    font-size: 0.933rem;
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 10px 10px 10px 40px;
}
.scroll-down::before {
    display: block;
    position: absolute;
    top:-2px;
    left:0;
    width: 30px;
    height: 50px;
    border: 3px solid rgba(255,255,255,1);
    border-radius: 16px;
    content:"";
}
.scroll-down::after {
    display: block;
    position: absolute;
    top:9px;
    left:14px;
    width: 3px;
    height: 8px;
    background: rgba(255,255,255,1);
    border-radius: 5px;
    content:"";
    animation-name: scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;

}

@keyframes scroll {
  0% { opacity: 1; height: 8px;}
  20% { opacity: 1; height: 8px;}
  30% { transform: translateY(0); opacity: 1; height: 19px;}
  40% { opacity: 1;}
  80% { transform: translateY(19px); opacity: 0; height: 0;}
  81% { transform: translateY(0); opacity: 0; height: 8px;}
  100% { opacity: 1; height: 8px;}
}

/* .scroll-down {
    width: 35px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    background: transparent;
}

.scroll-down::before {
    content: "";
    position: absolute;
    top: 8px; 
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 10px;
    background: #fff;
    border-radius: 3px;
    animation: scrollWheel 2s infinite ease-in-out;
}

.scroll-down::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 2px;
    background: transparent;
} */

.hero-home{
    position: relative;
    overflow: hidden;
    --parallax-y: 0px;
}
.hero-home .scroll-btn {
	width: 30px;
	height: 50px;
    display: inline-block;
    position: absolute;
    bottom: 105px;
    right: 160px;
    z-index: 9999;
}

.hero-home .video-space {
    padding: 110px 100px;
    position: relative;
    overflow: hidden;
}

.hero-home .video-space .align {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.hero-home .video-space .container {
    position: relative;
    z-index: 2;
}

.hero-home .video-space::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: #12003A; */
    background: transparent linear-gradient(88deg, #150C29E6 0%, #150C2900 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
    z-index: 1;
}
.hero-home .shapes{
    position:absolute;
    right:0;
    z-index:1;
}
.hero-home  .shape {
    position:absolute;
    left:0;
    z-index:1;
}
.hero-home .shapes::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 186px;
    height: 186px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
    z-index: 1;
}
.hero-home .shapes::after {
    position: absolute;
    content: "";
    top: 186px;
    right: 186px;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
    z-index: 1;
}
.hero-home  .shape::after {
    position: absolute;
    content: "";
    top: 200px;
    left: 0;
    width: 101px;
    height: 101px;
    background: var(---ffffff-wit) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.1;
    z-index: 1;
}
@media (max-width: 1399px) {
    .hero-home .shapes::before {
        width: 150px;
        height: 150px;
        right: 80px;
    }
    .hero-home .shapes::after {
        width: 80px;
        height: 80px;
        top: 150px;
    }
    .hero-home .shape::after {
        width: 80px;
        height: 80px;
    }
}

.hero-home .owl-carousel.owl-theme.banner-carousel.owl-loaded.owl-drag {
    position: relative;
}

.hero-home .owl-carousel:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    bottom: 15%;
    z-index: 999;
    background: url(../img/box-parralax.png) 90% 90% no-repeat;
    background-size: 85px;
    background-attachment: fixed;
    pointer-events: none;
}

.hero-home .item .video-space:after {
    display: none;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}

.hero-home .tags div {
    font-size: 25px;
}

.hero-home .display-1 {
    color: #fff;
    font-size: 100px !important;
    line-height: 95px !important;
    display: block;
    font-weight: 700 !important;
    margin-top: 20px;
}

.hero-home p {
    color: #fff;
    margin: 35px 0px;
    max-width: 65%;
}

.subtitle {
    display: inline-block;
    background: #12003A;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    transform: rotate(-2deg);
}

.subtitle span {
    display: inline-block;
    transform: rotate(2deg);
}

.hero-home .owl-theme .owl-nav {
    margin: 0px;
}

.hero-home  .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    left: 10px;
    color: #fff;
    font-size: 40px;
    background: none !important;
    border-radius: 0px !important;
}

.hero-home  .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

.hero-home .video-space {
    position: relative;
    z-index: 3;
  --parallax-y: 0px;
}

.hero-home .element-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 150px;
    height: 150px;
    background: url(../img/element-1.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
    transform: translate3d(0, var(--parallax-y), 0);
    will-change: transform;
}
.hero-home .element-2 {
    position: absolute;
    bottom: 15%;
    right: 10%;
    width: 120px;
    height: 120px;
    background: url(../img/element-2.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
    transform: translate3d(0, var(--parallax-y), 0);
    will-change: transform;
}

/*** TEXT SLIDER ***/
.text-slider .owl-theme .owl-nav{
    text-align: left;
}

/*** SMALL-INFO ***/
.text-small .section-title {
    margin: 50px 0px;
}

.text-small .section-title p {
    margin: 35px 0px;
}

.text-small .section-title .btn-default {
    margin: 5px 10px;
}
.text-services.background-blue {
    padding-bottom: 150px !important;
}
.text-services .section-title {
    margin-top: 90px;
    padding-right: 90px;
}

/*** digital-partner homi ***/
.partner-digital.homi{
    margin-top: 130px;
}
.partner-digital.homi .row {
    position: relative;
    z-index: 2;
}

.partner-digital.homi .section-title {
    margin: 0px 0px 0px 0px;
}

.partner-digital.homi .top-minus {
    top: -250px;
    position: relative;
    margin-bottom: -250px;
}

.digital-box .reveal-block {
    transition: all .3s ease-in-out;
    position: relative;
    margin-bottom: -150px;
    position: relative;
    opacity: 0;
}

.digital-box:hover .reveal-block {
    margin-bottom: 0px;
    opacity: 1;
}

/*** AGENT REVOLUTION ***/
.featured-news {
    position: relative;
    overflow: hidden;
    padding: 90px 0px 110px 0px;
}
.featured-news .image-wrapper {
    position: relative;
    margin-left: -90px;
}
.featured-news .text-wrapper {
    padding-left: 90px;
}
.featured-news .tags {
    position: absolute;
    top: 15px;
    left: 0px;
}

.featured-news .container {
    position: relative;
    z-index: 2;
}

.featured-news::before {
    content: '';
    position: absolute;
    top: -10%;
    right: 10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(closest-side at 50% 50%, #F9B034 0%, #F9F9F9 100%);
    mix-blend-mode: multiply;
    opacity: 0.25;
    pointer-events: none;
}

.featured-news .btn-default {
    margin-top: 35px;
}

.featured-news .btn-default img {
    margin-left: 40px;
}

.featured-news .owl-theme .owl-nav {
    margin: 0px;
}

.featured-news .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    left: 10px;
    color: #fff;
    font-size: 40px;
    background: none !important;
    border-radius: 0px !important;
}

.featured-news .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

/*** LOGOS ***/
.logos-section {
    padding-top: 80px;
}

.logos {
    padding: 0px 0px 70px 0px;
    position: relative;
}

.logos::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60%;
    height: 70%;
    background: radial-gradient(closest-side at 50% 50%, #F9B034 0%, #F9F9F9 100%);
    mix-blend-mode: multiply;
    opacity: 0.25;
    z-index: 1;
    pointer-events: none;
}

.logos::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 10%;
    width: 60%;
    height: 70%;
    opacity: 0.25;
    background: radial-gradient(closest-side at 50% 50%, #434DF7 0%, #F9F9F9 100%);
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.logos>div {
    position: relative;
    z-index: 2;
}

.logos .section-title {
    margin-bottom: 60px;
}

.logobox {
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    padding: 0px 25px;
    aspect-ratio: 1 / .7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/*** WEBDESIGN SOLUTION PAGE ***/
.hero {
    position: relative;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero::before {
    content: '';
    position: absolute;
    top: 11%;
    left: -24%;
    width: 70%;
    height: 70%;
    background: radial-gradient(closest-side at 50% 50%, #434DF7 0%, #F9F9F9 100%);
    opacity: 0.15;
    z-index: -3;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0%;
    width: 70%;
    height: 70%;
    background: radial-gradient(closest-side at 50% 50%, #F9B034 0%, #F9F9F9 100%);
    mix-blend-mode: multiply;
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
}

.hero .container.lg {
    z-index: 3;
    position: relative;
}

.hero + .background-donker-blauw::before  {
    content: '';
    background: #12003A;
    display: block;
    z-index: -2;
    height: 200px;
    position: absolute;
    top: -200px;
    width: 100%;
}


.partner-digital.webdesign-solution::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    bottom: 15%;
    z-index: 1;
    background: url(../img/box-parralax.png) 0% 50% no-repeat;
    background-size: 130px;
    background-attachment: fixed;
    z-index: 1;
    pointer-events: none;
}

.partner-digital.webdesign-solution .top-minus {
    margin-top: 0px;
}

.partner-digital.webdesign-solution .owl-carousel .owl-stage-outer {
    width: 80vw;
}

.partner-digital.webdesign-solution .custom-nav button:first-child {
    transform: rotate(-135deg);    
}

.partner-digital.webdesign-solution .custom-nav button:first-child img {
    top: -2px;
}

.partner-digital.webdesign-solution .custom-nav button img {
    position: relative;
    transition: all .3s;
}

.partner-digital.webdesign-solution .custom-nav button:hover {
    background: none;
}

.partner-digital.webdesign-solution .custom-nav button:hover img {
    filter: invert(.5) brightness(7);
}

.partner-digital.webdesign-solution .custom-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 20px;
    transform: rotate(45deg);
    vertical-align: top;
    transition: all .3s;
}

.buildbox {
    background: #fff;
    padding: 50px 35px 40px 35px;
}

.buildbox h3 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    margin-top: 0px;
    position: relative;
    padding: 10px 0px;
    min-height: 85px;
}

.buildbox.small {
    padding: 20px 35px 20px 35px;
}

.buildbox.small h3 {
    font-size: 18px !important;
}

.buildbox.small p {
    min-height: 95px;
}

.buildbox h3 i {
    color: #F3904D;
    margin-right: 10px;
}

.buildbox h3::before {
    content: '';
    background: #F3904D;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 10px 10px 0px;
    left: -35px;
}

.buildbox p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Equal height for websitebuild-carousel items */
.websitebuild-carousel{
    margin-bottom: 50px;
}
.websitebuild-carousel .owl-stage{
    display: flex;
}

.websitebuild-carousel .owl-item, 
.websitebuild-carousel .owl-item .item{
    display: flex;
    flex: 1;
}

.websitebuild-carousel .buildbox{ 
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.partner-digital.webdesign-solution .list {
    margin: 0px;
    margin-bottom: 35px;
}

.partner-digital.webdesign-solution .btn-default {
    margin: 0px;
}

.partner-digital.webdesign-solution .bottom {
    bottom: -45px;
    position: relative;
    margin-top: 70px;
}


.review{
    padding: 150px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.review .bg {
    padding: 70px 70px 50px 70px;
    background: #12003A;
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 150px;
}
.review .bg .art {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.review .bg .align {
    position: absolute;
    bottom: -46px;
    left: 120px;
}

.review .bg p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.review .bg h6 {
    color: #fff;
}

/*** INFO PLAN ***/
.steps {
    padding: 150px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.steps .section-title {
    margin-bottom: 50px;
}

.steps .owl-carousel .owl-stage-outer {
    width: 100vw;
}

.steps .custom-nav button:first-child {
    transform: rotate(-135deg);    
}

.steps .custom-nav button:first-child img {
    top: -2px;
}

.steps .custom-nav button img {
    position: relative;
    transition: all .3s;
}

.steps .custom-nav button:hover {
    background: none;
}

.steps .custom-nav button:hover img {
    filter: invert(.5) brightness(7);
}

.steps .btn-default:hover {
    color: #12003A;
}

.steps .custom-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 20px;
    transform: rotate(45deg);
    vertical-align: top;
    transition: all .3s;
}

.planbox .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.planbox .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.planbox .img::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent linear-gradient(359deg, #150C29 0%, #150C2900 100%) 0% 0% no-repeat padding-box;
    /* mix-blend-mode: multiply; */
    opacity: 0.6;
    opacity: 1;
}

.planbox .img h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    color: #fff;
    font-size: 32px !important;
    font-weight: bold !important;
    margin: 0px;
    padding: 0px 40px 40px 40px;
}

.planbox .img .num {
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 2;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    opacity: 0.35;
    -webkit-text-stroke-width: 1px; /* Sets the width of the stroke */
    -webkit-text-stroke-color: #fff; /* Sets the color of the stroke */
    color:transparent; /* Sets the fill color of the text */
}

.planbox .text {
    padding: 20px 40px 40px 40px;
}

.planbox .text p {
    color: #C5C5D6;
    font-size: 16px;
    line-height: 1.8;
}

/*** WHY-CHOOSE us ***/
.blocks-section {
    background: #12003A;
    padding: 450px 0px 130px 0px;
    margin-top: -330px;
    position: relative;
  --parallax-y: 0px;
}

.blocks-section .row {
    z-index: 1;
}

.blocks-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    bottom: 15%;
    z-index: 1;
    background: url(../img/box-parralax.png) 95% 50% no-repeat;
    background: url(../img/services-boxes2.png) 0% 50% no-repeat, url(../img/box-parralax.png) 95% 50% no-repeat;
    background-size: 165px, 85px;
    background-attachment: fixed;
    pointer-events: none;
    z-index: 0;
    transform: translate3d(0, var(--parallax-y), 0);
    will-change: transform;
    z-index: 1;
}

.blocks-section .section-title {
    margin-top: 60px;
}

.blocks-section .buildbox.small {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.blocks-section .btn-default {
    margin-top: 30px;
}

.blocks-section .btn-default:hover {
    color: #12003A;
}


/*** ***/
.services {
    overflow: visible;
    position: relative;
    padding-top: 100px;
}

/*
.services::before {
    content: '';
    position: absolute;
    top: -38%;
    left: -20%;
    width: 78%;
    height: 147%;
    background: radial-gradient(closest-side at 50% 50%, #434DF7 0%, #F9F9F9 100%);
    opacity: 0.15;
    z-index: -3;
    pointer-events: none;
}
*/

.services .container.position-relative {
    padding-bottom: 20px;
}

@media (min-width: 1500px) {
.container.lg {
    max-width: 1500px;
}

}

/*** INFO NEW ***/
#info-new {
    padding: 70px 0px 130px 0px;
}

#info-new .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2 !important;
}


#filter-btn {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 4;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}


/**/
@media only screen and (min-width: 768px) {
    #sidebar.fixed {
        position: fixed !important;
        top: 100px !important;
        margin-top: 0px;
        max-width: 526px;
        width: auto;
    }
}


.partner-digital.with-purple {
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.partner-digital.with-purple .bottom {
    bottom: 0px;
}

.arrowstyle.owl-theme .owl-nav {
    margin: 0px;
}

.arrowstyle.black.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
}

.arrowstyle.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    left: 10px;
    width: auto !important;
    height: auto !important;
    transform: rotate(0deg) !important;
    color: #fff;
    font-size: 40px;
    background: none !important;
    border-radius: 0px !important;
}

.arrowstyle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

.owl-carousel.arrowstyle .owl-stage-outer {
    width: 100% !important;
    overflow: hidden !important;
}


/**/
.cases-overview::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    bottom: 15%;
    z-index: 1;
    background: url(../img/services-boxes.png) 0% 50% no-repeat, url(../img/box-parralax.png) 95% 30% no-repeat, url(../img/case-boxes.png) 90% 100% no-repeat;
    background-size: 200px, 85px, 240px;
    background-attachment: fixed;
    pointer-events: none;
    z-index: 0;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
  z-index: 1;
}

.cases-overview {
    position: relative;
}

.cases-overview .row {
    z-index: 1;
}


#filter-btn {

}

#filter-box.active {
    position: fixed;
    z-index: 99;
    width: 90%;
    left: 5%;
    top: 100px;
}

/*** SCROLL COLUMNS ***/
.scrol-col {
    transition: transform 0.1s ease-out;
    display: flex;
    flex-direction: column;
}

.scrol-col-1 {
    height: auto;
    position: sticky;
    top: 0;
}

.scrol-col-2 {
    height: 100%;
    margin-bottom: -80px;
}

/* Smooth sticky positioning for section-title */
.section-title.sticky {
    position: sticky;
    top: 80px;
    z-index: 10;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
}

.section-title.sticky.active {
    opacity: 1;
    transform: translateY(0);
}

/* Keep original sticky-top for compatibility */
.text-services .section-title.sticky-top {
    position: sticky;
    top: 80px;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

#footer {
    background: none;
}

#footer .row.justify-content-between {
    background: url('../img/bg-footer.png') no-repeat;
    background-position-x: 90%;
    background-position-y: 25%;
    background-size: auto;
    background-size: contain;
    background-position: top right;
}



