* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


@font-face {
    font-family: "Creato Display-ext-bold";
    src: url("../fonts/CreatoDisplay-ExtraBold.eot");
    src: url("../fonts/CreatoDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/CreatoDisplay-ExtraBold.woff2") format("woff2"),
        url("../fonts/CreatoDisplay-ExtraBold.woff") format("woff"),
        url("../fonts/CreatoDisplay-ExtraBold.ttf") format("truetype"),
        url("../fonts/CreatoDisplay-ExtraBold.svg#CreatoDisplay-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Creato Display-bold";
    src: url("../fonts/CreatoDisplay-Bold.eot");
    src: url("../fonts/CreatoDisplay-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/CreatoDisplay-Bold.woff2") format("woff2"),
        url("../fonts/CreatoDisplay-Bold.woff") format("woff"),
        url("../fonts/CreatoDisplay-Bold.ttf") format("truetype"),
        url("../fonts/CreatoDisplay-Bold.svg#CreatoDisplay-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Creato Display-reg";
    src: url("../fonts/CreatoDisplay-Regular.eot");
    src: url("../fonts/CreatoDisplay-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/CreatoDisplay-Regular.woff2") format("woff2"),
        url("../fonts/CreatoDisplay-Regular.woff") format("woff"),
        url("../fonts/CreatoDisplay-Regular.ttf") format("truetype"),
        url("../fonts/CreatoDisplay-Regular.svg#CreatoDisplay-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --white: #FFFFFF;
    --yellow: #FFC723;
    --bg-light-yellow: rgba(244, 235, 217, 0.40);
    --black: #000000;
    --light-dark: #1C1C1C;
    --blue: #2B3A67;
    --gray: #58595B;
    --red: #E61920;
    --light-yellow: #F4EBD9;
    --sky-blue: #058ED9;

    --Creato-extbold: 'Creato Display-ext-bold', sans-serif;
    --Creato-bold: 'Creato Display-bold', sans-serif;
    --Creato-reg: 'Creato Display-reg', sans-serif;
}

body {
    position: relative;
    overflow-x: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

a:active,
a:hover,
a:focus {
    outline: 0;

    text-decoration: none;
}

*:focus {
    outline: none;
}


p:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 0 0 0 20px;
    margin-left: 0;
    border-left: solid 5px #7cc9da;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

button,
select {
    text-transform: none;
}

select:focus {
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -moz-appearance: button;

    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */

    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;

    padding: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

body a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-decoration: none;
}

.container::after,
.container::before,
.row:before,
.row:after {
    display: none;
}

input,
input:hover,
input:focus,
textarea:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
input[type="text"]:focus,
button:focus,
button:active,
button:hover {
    line-height: normal;
    outline: 0;
    appearance: none;
    -moz-appearance: none;

    /* Firefox */
    -webkit-appearance: none;

    /* Safari and Chrome */
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    box-shadow: none;
    border-radius: 0;
    border: none;
    outline: none;
}

select {
    -moz-box-shadow: none;
    /* Firefox */
    -webkit-box-shadow: none;
    /* Safari and Chrome */
    box-shadow: none;
    border-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

input[type="checkbox"] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    /* Firefox */
    -webkit-appearance: checkbox;
    /* Safari and Chrome */
    border-radius: 0;
}

input[type="radio"] {
    appearance: radio;
    -moz-appearance: radio;
    /* Firefox */
    -webkit-appearance: radio;
    border-radius: 0;
}

input {
    font-size: 14px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
}

input[type="text"]:focus,
textarea:focus {
    outline: 0;
}

input[type="text"]:hover,
textarea:hover {
    outline: 0;
}

body a:hover,
body a:focus {
    text-decoration: none;
}

ul,
ol {
    padding: 0;
}

body a {
    display: inline-block;
    text-decoration: none;
}

ul li {
    position: relative;
}

ol li {
    position: relative;
    list-style-position: inside;
    margin-bottom: 5px;
}

body h1 {
    font-size: 56px;
    line-height: 100%;
    line-height: 1.21;
    font-family: var(--Creato-extbold);
}

body h2 {
    font-size: 44px;
    line-height: 1.25;
}

body h3 {
    font-size: 26px;
    line-height: 1.37;
}

body h4 {
    font-size: 22px;
    line-height: 1.68;
}

body h5 {
    font-size: 18px;
    line-height: 1.21;
}

body h6 {
    font-size: 16px;
    line-height: 1.21;
}

body :is(h2, h3, h4, h5, h6) {
    color: var(--black);
    font-family: var(--Creato-bold);
    margin-top: 0;
}

body :is(h2, h3, h4, h5, h6) span {
    color: var(--yellow);
}

body {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
    color: var(--gray);
    font-family: var(--Creato-reg);
}

p {
    font-size: 18px;
    line-height: 1.44;
    color: var(--gray);
    font-family: var(--Creato-reg);
}

.container {
    max-width: 1340px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.btn {
    background: #2B3A67;
    color: #fff;
    border-radius: 5px;
    padding: 19px 35px;
    font-size: 16px;
    line-height: 1.18;
    font-family: var(--Creato-bold);
}

.btn-yellow {
    background-color: var(--yellow);
    color: var(--black);
}

.blue_btn a:is(:hover, :focus) {
    background-color: var(--yellow);
    border-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-yellow:is(:hover, :focus) {
    background: #2B3A67;
    color: var(--white);
    border-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}

/* Header design start */
header {
    padding: 18px 0 18px;
    background-color: var(--white);
    box-shadow: 0px 0px 40.4px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

body.modal-open header {
    z-index: 999;
}

header .container {
    max-width: 1570px;
    width: 100%;
}

.header_inner,
.header_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_inner {
    gap: 30px;
}

.header_menu ul li {
    list-style: none;
}

.header_menu ul li a {
    color: var(--black);
    font-family: var(--Creato-bold);
    font-size: 18px;
}

.header_menu ul li a:hover {
    color: var(--yellow);
}

.header_inner {
    justify-content: space-between;
}

.header_menu ul {
    gap: 35px;
    margin: 0;
    justify-content: space-between;
}

.header-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
}

.header_menu {
    flex-grow: 1;
    padding-left: 70px;
}

.mobile-menu-trigger {
    display: none;
    width: 34px;
    height: 32px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 6px;
    z-index: 9;
}

header .mobile-menu-trigger span {
    display: block;
    width: 34px;
    height: 3px;
    background: var(--black);
    margin-bottom: 6px;
    transition: transform 0.3s ease-in-out;
    border-radius: 3px;
}

/* Footer */
footer {
    background-color: var(--black);
    background-image: url('../images/footer-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

footer .container {
    max-width: 1560px;
}

footer :is(p, li, a) {
    color: var(--white);
    font-size: 16px;
    font-family: var(--Creato-reg);
}

footer ul {
    list-style: none;
    margin: 0;
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 145px 0;
}

.footer-bottom {
    background-color: #1C1C1C;
    padding: 30px 0;
    text-align: center;
}

.footer_col:nth-child(1) {
    width: 30%;
    padding-right: 50px;
}

.footer_col:nth-child(2) {
    width: 15%;
}

.footer_col:nth-child(3) {
    width: 17%;
}

.footer_col:nth-child(4) {
    width: 15%;
}

.footer_row p {
    margin-bottom: 0;
}

footer h4 {
    color: var(--white);
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1.2;
    padding-top: 5px;
}

.menu .active {
    color: var(--yellow);
}

.footer_social_icon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_social_icon ul a {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #919191;
    border-radius: 5px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
}
.footer_social_icon ul a:focus{
    color: var(--white);
}
.footer_social_icon ul a:hover {
    border-radius: 15px;
    background-color: var(--white);
}

.footer_social_icon ul li:nth-child(1) a:hover svg path {
    fill: #3b5999;
}

.footer_social_icon ul li:nth-child(2) a:hover i {
    color: #c32aa3;
}

.footer_social_icon ul li:nth-child(3) a:hover svg path {
    fill: #000;
}

.footer_social_icon ul li a :is(i, svg) {
    transition: all .2s ease;
}

.footer_social_icon ul li a:hover :is(i, svg) {
    transform: scale(1.23);
}

.footer_links li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-address :is(p, a:not(:last-child)),
.footer_logo {
    margin-bottom: 25px;
}

.ftr-flex {
    display: flex;
    gap: 10px;
}

.ftr-flex svg {
    min-width: 17px;
    margin-top: 2px;
}

/* Faq */

section.faqs-section {
    padding: 90px 0px 100px;
}

section.faqs-section .faqs-main-title {
    margin-bottom: 30px;
    text-align: center;
}

section.faqs-section .faqs-data .faqs-row-data {
    margin-bottom: 0px;
    padding: 24px 16px 24px 88px;
    pointer-events: none;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    margin-bottom: 20px;
}

section.faqs-section .faqs-data .faqs-row-data:last-child {
    margin-bottom: 0px;
}

section.faqs-section .faqs-data .faqs-row-data .faqs-title {
    color: var(--black);
    position: relative;
    cursor: pointer;
    pointer-events: all;
    font-weight: 400;
    margin: 0;
}

section.faqs-section .faqs-data .faqs-row-data .faqs-title:after {
    position: absolute;
    content: "";
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    right: auto;
    left: -50px;
    top: 0;
}

section.faqs-section .faqs-data .faqs-row-data .faqs-title.active::after {
    background: url(../images/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2b3a67e0;
}



section.faqs-section .faqs-data .faqs-row-data .faqs-content .faqs-content-title {
    margin-bottom: 16px;
    position: relative;
}


section.faqs-section .faqs-data .faqs-row-data .faqs-content {
    display: none;
    padding-top: 16px;
    padding-bottom: 20px;
}

/* Banner section */

.banner_section {
    position: relative;
    padding-top: 110px;
}

.banner_section::before {
    position: absolute;
    content: "";
    background: linear-gradient(71deg, rgba(18, 102, 79, 0.72), rgba(5, 142, 217, 0.72));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero_banner {
    /* position: relative; */
}

.banner_section .hero_banner::after {
    position: absolute;
    content: "";
    background: url(../images/banner-bg-img.svg) no-repeat center / cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_section .container {
    max-width: 1556px;
    width: 100%;
}

.banner_section .banner_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero_banner .container {
    position: relative;
    z-index: 99;
}

.banner_sub_title {
    margin-bottom: 14px;
}

.banner_main_title {
    margin-bottom: 26px;
}

.banner_content {
    margin-bottom: 40px;
}

.banner_bullet_point .bullet_item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.banner_bullet_point .bullet_item:not(:last-child) {
    margin-bottom: 22px;
}

.banner_right_side .banner_sub_title h3 {
    color: var(--yellow);
    line-height: 1.2;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag::before {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 26px;
    background-color: hsl(220deg 2% 40% / 40%);
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

#telephone {
    padding-left: 87px !important;
}

.banner_right_side :is(p, li, h3, h1) {
    color: var(--white);
}

.banner_left_side .form_wrapper {
    max-width: 100%;
    box-shadow: 0px 0px 40px #00000038;
    border-radius: 16px;
    width: 100%;
    background: #fff;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.hero-data-inner {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    /* align-items: center; */
    justify-content: space-between;
}

.banner_left_side {
    max-width: 600px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    /* overflow: hidden; */
}

.banner_right_side {
    max-width: 51.6%;
    width: 100%;
    padding-right: 0;
    padding-top: 0px;
}

.hero-frm-wrapper-inner {
    padding: 38px 64px 0 50px;
}

.row-data {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.row-data select,
.row-data input {
    border-radius: 5px;
    border: 1px solid #58595B;
    background: #fff;
    padding: 10px 16px;
    height: 50px;
    width: 100%;
    font-size: 18px;
    font-family: var(--heading-font-normal);
    color: #000;
    z-index: 2;
    position: relative;
}

.row-data select {
    padding-right: 2px;
    padding-left: 5px;
    color: #9B9B9B;
}

.hero-contact-field {
    padding: 20px 50px 0;
    position: relative;
}

.hero-contact-field::before {
    position: absolute;
    content: "";
    background-image: url('../images/banner-form-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 317px;
    height: 333px;
    bottom: -54px;
    right: 0;
    z-index: -1;
    opacity: 0.5;

}

.hero-frm-wrapper-inner p {
    margin-top: 15px;
}

.form-first-column {
    display: flex;
    gap: 10px;
}

.form-first-column .aanhef.full-clm {
    max-width: 70px;
}

label {
    margin-bottom: 7px;
    display: inline-block;
    font-family: var(--Creato-reg);
    font-weight: 500;
}

.full-clm {
    width: 100%;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.form-check {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#form_check {
    height: 20px;
    width: 20px;
}

.submit-btn-form input.submit {
    padding: 17px 16px;
    gap: 8px;
    border-radius: 8px;
    position: relative;
    background-color: var(--yellow);
    font-family: var(--Creato-bold);
    color: var(--black);
    font-size: 16px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
}

.invester .full-clm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.invester input {
    max-width: calc(50% - 5px);
    width: 100%;
}

.iti__country-list {
    z-index: 999;
}

.hero-privacy-main {
    text-align: center;
    padding: 14px 0;
    background-color: #F4EBD9;
    margin-top: 36px;
}

.hero-privacy-policy p {
    font-family: var(--Creato-bold);
}

.bullet_item p {
    font-size: 22px;
    line-height: 1.13;
}

.hero-privacy-policy a {
    color: var(--sky-blue);
    font-family: var(--Creato-bold);
}

.form-checking {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.form-checking label#form_check-error {
    order: 3;
    width: 100%;
    margin-top: -5px;
}

.minimum_amt {
    width: calc(100% - 30px);
    line-height: 1.6;
}

#form_check-error {
    width: 100%;
}

.row-data.submit-btn-form {
    margin-top: 10px;
}

label#telephone-error {
    margin-top: -10px;
}

.error {
    color: #f00;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

input.error {
    border-color: #f00;
}

/* .tag-title {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(10px, -7px);
    text-align: center;
}

.tag-title p {
    font-size: 17px;
    color: #fff;
    font-family: var(--Creato-bold);
    position: absolute;
    top: 0;
    rotate: 45deg;
    width: 100%;
    transform: translate(40px, 8px);
} */

.tag-title {
    position: absolute;
    z-index: 99;
    top: -6px;
    right: -7px;
    transform: translate(5px, -6px);
    text-align: center;
}

.tag-title.desktop {
    display: block;
}

.tag-title.mobile {
    display: none;
}

.tag-title p {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    font-family: var(--Creato-bold);
    position: absolute;
    top: 0;
    rotate: 45deg;
    width: 100%;
    transform: translate(39px, 17px);
}

.invester {
    width: 100%;
}

.invester_cal {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.invester_cal input {
    max-width: 100%;
    width: 100%;
}

.half-clm {
    flex: 1;
}

/* digital_logo section */
.digital_logo {
    padding: 50px 0;
}

.digital_logo .container {
    max-width: 1662px;
    width: 100%;
}

.digital_logo .slick-list {
    margin: 0 -18px;
    padding: 50px 0;
}

.digital_logo .slick-slide {
    margin: 0 18px;
}

.service-item {
    box-shadow: 0px 0px 30px #00000026;
    background-color: var(--white);
    padding: 40px 25px;
    border-radius: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.digital_logo .slick-slide>div {
    height: 100%;
}

.service-item img {
    mix-blend-mode: luminosity;
    opacity: 0.65;
}

/*  */
.digital_logo .slick-track {
    display: flex !important;
}

.digital_logo .slick-slide {
    height: inherit !important;
}

.digital_logo .slick-slide>div {
    height: 100%;
}

/* voordelen_section  */
.voordelen_section {
    padding: 90px 0 80px;
    background-color: var(--bg-light-yellow);
    position: relative;
    z-index: 1;
}

.section-bg-main {
    position: relative;
}

.section-bg-main::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url(../images/section-bg-01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.voordelen_section .container {
    max-width: 1360px;
    z-index: 99;
}

.voordelen_title {
    text-align: center;
}

.voordelen_title h2 {
    margin-bottom: 13px;
}

.voordelen-slider {
    margin-top: 10px;
}

.voordelen-item {
    background: #fff;
    padding: 40px 35px 73px;
    box-shadow: 0px 0px 30px #00000026;
    border-radius: 10px;
}

.voordelen_inner .slick-slide {
    margin: 20px 24px;
}

.voordelen_inner .slick-list {
    margin: 0 -20px;
}

.voordelen-icon {
    margin-top: 6px;
    margin-bottom: 35px;
}

.voordelen-desc h3 {
    margin-bottom: 23px;
}

.voordelen-desc p {
    font-size: 18px;
}

.voordelen-icon img {
    height: 67px;
    width: 65px;
    object-fit: contain;
}

.voordelen_inner button.slick-arrow {
    top: calc(50% - 54px);
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.voordelen_inner .slick-next.slick-arrow {
    right: -64px;
    left: auto;
    background-image: url(../images/next-icon.svg);
    background-repeat: no-repeat;
}

.voordelen_inner .slick-prev.slick-arrow {
    left: -64px;
    right: auto;
    background-image: url(../images/prev-icon.svg);
    background-repeat: no-repeat;
}

/* about_section */
.about_section {
    padding: 100px 0;
    position: relative;
}

.about_section::before {
    position: absolute;
    content: "";
    /* background-image: url(../images/2.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about_section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.about_section .left_side_img {
    max-width: 560px;
    width: 100%;
}

.about_section .right_side_content {
    max-width: 609px;
    width: 100%;
}


.about_img_container {
    position: relative;
    padding-bottom: 125%;
    border-radius: 10px;
    overflow: hidden;
}

.about_img_container img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.about_section h2 {
    margin-bottom: 23px;
}

.about_section h3 {
    margin-bottom: 28px;
}

.about_section .right_side_content p {
    margin-bottom: 40px;
}

/* beoordelingen-section */
.beoordelingen-section {
    padding: 90px 0 65px;
    background-color: rgb(244 234 215 / 47%);
}

.beoordelingen-section__text-inner {
    text-align: center;
}

.beoordelingen-section__text-inner h2 {
    margin-bottom: 15px;
}

.beoordelingen-section-repeater .slick-slide {
    margin: 35px 22px;
}

.beoordelingen-section-repeater .slick-list {
    margin: 0 -20px;
}

.beoordelingen-section-repeater__item {
    background-color: var(--white);
    padding: 56px 47px 61px 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #00000026;
    position: relative;
}

.beoordelingen-section-repeater__item-image img {
    display: inline-block;
}

.beoordelingen-section-repeater__item-image {
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

h4.beoordelingen-section-repeater__item-title {
    margin-bottom: 0px;
}

.beoordelingen-section-desc {
    margin-top: 18px;
}

.beoordelingen-section .container {
    max-width: 1360px;
}

/* gallery-section */
.gallery-section {
    padding: 90px 0 100px;
    background-color: #F7F7F7;
}

.gallery-sec-wrapp {
    text-align: center;
}

.gallery-image-container {
    position: relative;
}

.gallery-item-wrapp {
    position: relative;
    padding-bottom: 133.3%;
}

.gallery-image-container img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery-item-content {
    position: absolute;
    bottom: 0;
    max-width: 80%;
    padding: 30px;
    z-index: 2;
}

.gallery-sec-wrapp h4 {
    font-size: 26px;
}

.gallery-item-content p {
    color: var(--white);
    font-size: 22px;
    font-family: var(--Creato-bold);
}

.gallery_wrapper {
    margin-top: 35px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.37), rgba(0, 0, 0, 0.37));
    z-index: 1;
}

.gallery_wrapper button.slick-arrow {
    top: calc(50% - 23px);
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.gallery_wrapper .slick-prev.slick-arrow {
    left: 0px;
    right: auto;
    background-image: url(../images/gallery-prev.svg);
    background-repeat: no-repeat;
}

.gallery_wrapper .slick-next.slick-arrow {
    right: 0px;
    left: auto;
    background-image: url(../images/gallery-next.svg);
    background-repeat: no-repeat;
}

/* map section */
.map_section {
    padding: 100px 0;
}

.map-left-side-content h2 {
    line-height: 1.2;
    margin-bottom: 22px;
}

.map-left-side-content h3 {
    margin-bottom: 28px;
}

#map {
    overflow: hidden;
    height: auto;
    border-radius: 10px;

}

#map img {
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.map-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* gap: 30px; */
}

.map-left-side-content {
    max-width: 32.6%;
    padding-right: 45px;
    width: 100%;
}

.map-left-side-content p:not(:last-child) {
    margin-bottom: 20px;
}

.map_right {
    max-width: 67.3%;
    width: 100%;
}

.map_section .container {
    max-width: 1561px;
}

.map_section iframe {
    width: 100%;
    height: 535px;
}

/* map sectionend */
/* counting_section */
.counting_section {
    padding: 100px 0;
    background: url(../images/bg-shape.svg) no-repeat center/cover;
    background-color: rgb(42 54 94 / 98%);
    z-index: 9999;
    position: relative;
}


.counting_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.possible_amount {
    margin-top: 20px;
    text-align: center;
}

.counting_left_side_content {
    max-width: 605px;
    width: 100%;
}

.counting_right_side_content {
    max-width: 535px;
    width: 100%;
    padding: 61px 40px;
    background-color: var(--white);
    border-radius: 10px;
    position: relative;
    z-index: 8;
}

.counting_right_side_content::before,
.counting_right_side_content::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.counting_right_side_content::before {
    background-image: url(../images/Path-12758.svg);
    width: 66px;
    height: 68px;
    top: 13px;
    right: 17px;
}

.counting_right_side_content::after {
    background-image: url(../images/form-bg-icon.svg);
    max-width: 253px;
    width: 100%;
    height: 263px;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    z-index: -1;
}

.possible_amount h5 {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin: 0;
}

.possible_amount h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 7px);
    background-image: url(../images/Icon-akar-info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 15px;
}

.counting_left_side_content :is(p, h2) {
    color: var(--white);
}

.counting_left_side_content h2 {
    margin-bottom: 20px;
}

.counting_left_side_content p:not(.counting_list p) {
    margin-bottom: 30px;
}

.counting_item_wrapp {
    display: flex;
    align-items: center;
    gap: 9px;
}

.counting_item_wrapp:not(:last-child) {
    margin-bottom: 18px;
}

.counting_item_wrapp img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}

.counting_right_title h3 {
    margin-bottom: 15px;
    margin-top: 0;
}

.counting_right_title p {
    margin-bottom: 36px;
}

.couting_field label {
    display: block;
    margin-bottom: 7px;
    font-family: var(--Creato-reg);
    font-weight: 500;
    font-size: 16px;
}

.couting_field input {
    border: 1px solid #58595B;
    border-radius: 5px;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 25px;
    color: #9B9B9B;
    font-size: 15px;
}

.counting_right_side_content .btn-yellow {
    width: 100%;
}

button:hover {
    line-height: inherit;
}

header .mobile-menu-trigger.active span:first-child {
    transform: rotate(44deg) translate(0, 13px);
}

header .mobile-menu-trigger.active span:nth-child(2) {
    opacity: 0;
}

header .mobile-menu-trigger.active span:last-child {
    transform: rotate(-49deg) translate(0, -12px);
}

.modal-backdrop.in {
    /* z-index: 0; */
}

.modal-header p {
    line-height: 1.4;
}

/*  */
/* Tabs */
.tabbing-main-section {
    padding: 90px 0 100px;
}

.tabs {
    margin-top: 65px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 33px;
    overflow: auto;
    border-bottom: 1px solid #909090;
}



ul#tabs-nav li {
    cursor: pointer;
    position: relative;
    padding-bottom: 17px;
}

ul#tabs-nav li::before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--blue);
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: var(--blue);
}

ul#tabs-nav li:hover::before,
ul#tabs-nav li.active::before {
    transform: scaleX(1);
}

#tabs-nav li a {
    text-decoration: none;
    font-family: var(--Creato-bold);
    color: #909090;

}

div#tabs-content {
    margin-top: 50px;
}

.tab-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tab-content h2 {
    width: 100%;
}

.tab-image {
    max-width: 658px;
    width: 100%;
}

.tab-inner-content {
    max-width: 543px;
    width: 100%;
}

.tab-image-container {
    position: relative;
    padding-bottom: 71%;
    border-radius: 10px;
    overflow: hidden;
}

.tab-image-container img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}


/* popop design */

.modal-content {
    padding: 65px 49px 30px 39px;
}

h3.modal-title {
    margin-bottom: 20px;
}

.modal-body {
    margin-top: 30px;
    padding: 0;
    border: 1px solid #B8B8B8;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0;
}

.row {
    margin: 0;
}

.modal-header {
    padding: 0;
}

.modal-dialog {
    max-width: 893px;
    width: 100%;
}

.total_investment_btn {
    padding: 25px 25px 18px;
    border-bottom: 1px solid #B8B8B8;
}


.total_investment_btn {
    padding: 25px 25px 18px;
    border-bottom: 1px solid #B8B8B8;
    font-family: var(--Creato-bold);
    font-size: 20px;
    color: var(--black);
}

.model-content {
    padding: 30px 30px 0px;
}

.model-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.number-count {
    font-family: var(--Creato-bold);
    color: var(--blue);
    font-size: 20px;
    word-break: break-word;

}

.column {
    max-width: calc(33.3% - 13.3px);
    width: 100%;
    padding: 17px 13px 15px;
    border: 1px solid #58595B;
    border-radius: 5px;
}


.column h5 {
    font-family: var(--Creato-reg);
    font-size: 16px;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
}

.column h5 p {
    font-weight: 500;
    font-family: var(--Creato-reg);
    max-width: calc(100% - 22px);
    font-size: 16px;
    margin-bottom: 0;
    word-wrap: break-word;
}

.model-row:not(:last-child) {
    margin-bottom: 20px;
}

.net_worth {
    text-align: center;
    background: #F4EBD9;
    padding: 18px;
    margin-top: 29px;
    border-radius: 0 0px 10px 10px;
    font-size: 22px;
    color: var(--black);
    font-family: var(--Creato-bold);
}

.modal-header .close {
    height: 40px;
    width: 40px;
    background: #F4EBD9;
    border-radius: 50%;
    position: absolute;
    z-index: 1111111;
    right: 31px;
    top: 26px;
    opacity: 1;
}

section.faqs-section .faqs-data .faqs-row-data.faq-active {
    /* margin-bottom: 0px; */
    /* padding: 50px 16px 24px 88px; */
}

.banner-bg-mobile {
    display: none;
}

.mobile-menu-trigger.active span {
    background-color: var(--white);
}

header .header_logo_img a img:not(.desktop-logo) {
    display: none;
}

.relative-column {
    position: relative;
}

.valid-error-wrapper {
    position: absolute;
    right: 13px;
    top: 42px;
    z-index: 2;
}

.error-img {
    display: none;
}

.hero-contact-field input.error+label+.valid-error-wrapper .error-img {
    display: block;
}

/* Pivercy-policy */
body:is(.privacy-policy, .terms-and-conditions) header {
    position: relative;
}

body:is(.privacy-policy, .terms-and-conditions) .pivercypolicy {
    padding: 50px 0 80px;
}

.privacy-policy #introduction {
    margin-top: 50px;
}

.pivercypolicy h2,
.pivercypolicy h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
}

section.pivercypolicy div {
    margin-bottom: 30px;
}

section.pivercypolicy p,
section.pivercypolicy ul li {
    margin-bottom: 10px;
    word-break: break-all;
}

section.pivercypolicy ul li {
    list-style-type: disc;
}

section.pivercypolicy ul {
    margin-top: 20px;
    padding-left: 40px;
}

/* .privacy-policy br{
    display: none;
} */

/* tearm and condition */
body.terms-and-conditions .pivercypolicy li li li {
    list-style-type: none;
}

/* .list-sec ul br,
body.terms-and-conditions .pivercypolicy br {
    display: none;
} */

body.terms-and-conditions .pivercypolicy p {
    margin-bottom: 20px;
    line-height: 1.4;
}

body.terms-and-conditions .pivercypolicy li {
    line-height: 1.5;
}

body.terms-and-conditions .pivercypolicy h3 {
    margin-top: 30px;
}

body:is(.privacy-policy, .terms-and-conditions) .pivercypolicy h1 {
    margin-bottom: 30px;
}

.iti__flag {
    background-image: url(../img/flags.png) !important;
}

div#form-message {
    width: 100%;
    text-align: center;
}

.hero-data-inner #form-message p {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

#form-message p.success {
    background-color: #d4edda;
    color: #155724;
}

#form-message p.error {
    background-color: #f8d7da;
    color: #721c24;
}

.counting_section #error_message {
    margin-top: -16px !important;
    margin-bottom: 10px;
}

body.modal-open .modal::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body.modal-open .modal::-webkit-scrollbar-track {
    background: transparent !important;
}

/* Handle */
body.modal-open .modal::-webkit-scrollbar-thumb {
    background: transparent !important;
}

/* Handle on hover */
body.modal-open .modal::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}

.model-row h5 span {
    margin-left: 6px;
    background: #F4EBD9;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    color: #7f6f6f;
    cursor: pointer;
}

.calculator-responsive,
.responsive-stickey-btn {
    display: none;
}

.responsive-stickey-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 999999;
}

.responsive-stickey-btn a {
    width: 100%;
    border-radius: 0;
}

body.modal-open .responsive-stickey-btn {
    display: none;
}

body.body_m_open .responsive-stickey-btn {
    display: none;
}

.modal.fade.in {
    background: #0807079c;
}

/* Pivercy-policy End */

.gm-style-iw-chr>.gm-style-iw-ch {
    display: none !important;
}

.gm-ui-hover-effect {
    width: 26px !important;
    height: 25px !important;
    margin-left: auto !important;
    opacity: 1 !important;

    position: absolute !important;
    top: 0;
    right: 0;
}

.gm-ui-hover-effect>span {
    margin: 0 !important;
    background-repeat: no-repeat !important;
    width: 20px !important;
    height: 20px !important;
}

.beoordelingen_slide button.slick-arrow {
    top: calc(50% - 54px);
    position: absolute;
    z-index: 11;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-size: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: none;
}
.beoordelingen_slide  .slick-next.slick-arrow {
    right: 0px;
    left: auto;
    background-image: url(../images/next-icon.svg);
    background-repeat: no-repeat;
}
.beoordelingen_slide .slick-prev.slick-arrow {
    left: 0px;
    right: auto;
    background-image: url(../images/prev-icon.svg);
    background-repeat: no-repeat;
}
.gm-style-iw.gm-style-iw-c {
    padding-top: 25px !important;
} 
/* popop design end */

body:is(.privacy-policy,.terms-and-conditions) .header_menu,
body:is(.privacy-policy, .terms-and-conditions) .header-btn ,
body:is(.privacy-policy, .terms-and-conditions) .footer_col:nth-child(2){
    display: none;
}
@media(max-width:1800px) {
    .header_menu ul {
        gap: 35px;
    }

    .banner_section .container {
        max-width: 1590px;
    }

    h3.beoordelingen-section__text-content {
        margin-bottom: -4px;
    }

    .hero-data-inner {
        gap: 5%;
    }

    .banner_left_side {
        max-width: 590px;
    }

}

@media(max-width:1560px) {
    .row-data input {
        padding: 10px 12px;
    }

    .header_inner {
        gap: 16px;
    }

    .header_menu ul {
        gap: 20px;
    }

    .header_menu {
        padding-left: 10px;
    }

    header .container {
        padding: 0 48px;
    }

    .header-btn {
        padding-left: 20px;
    }

    .hero-data-inner {
        gap: 30px;
    }

    .banner_bullet_point .bullet_item {
        gap: 11px;
    }


    .banner_section .container,
    .digital_logo .container,
    footer .container {
        padding: 0 50px;
    }

    .banner_right_side {
        max-width: 53%;
    }

    .service-item {
        padding: 32px 25px;
    }

    .digital_logo {
        padding: 30px 0;
    }

    .voordelen_section {
        padding: 70px 0 80px;
    }

    .voordelen-item {
        padding: 40px 29px 73px;
    }

    .voordelen_inner button.slick-arrow {
        top: calc(50% - -26px);
    }

    .voordelen_section {
        padding: 70px 0 54px;
    }

    .about_section {
        padding: 80px 0;
    }

    .beoordelingen-section {
        padding: 71px 0 54px;
    }

    .tabbing-main-section {
        padding: 60px 0 80px;
    }

    .map_section .container {
        padding: 0 50px;
    }

    .map-left-side-content {
        max-width: 34.6%;
    }

    .map_right {
        max-width: 60.6%;
    }

    .map-row {
        justify-content: end;
    }

    .map_section {
        padding: 80px 0;
    }

    .gallery-section {
        padding: 70px 0 80px;
    }

    .gallery-item-content {
        max-width: 100%;
    }

    section.faqs-section {
        padding: 60px 0px 80px;
    }
    .banner_right_side .banner_sub_title h3{
        font-size: 28px;
    }
    .banner_content > h3{
        font-size: 28px;
    }
    .bullet_item p {
        font-size: 24px;
        word-break: break-word;
    }
    /* .banner_right_side {
        max-width: 54%;
    }
    .banner_left_side {
        max-width: 49.3%;
    } */
}

@media(max-width:1450px) {
    .header_menu {
        padding-left: 0;
        position: absolute;
        background: #2B3A67;
        width: 100%;
        bottom: -67px;
        left: 0;
    }

    .header_menu ul {
        gap: 15px;
        max-width: 619px;
        margin: auto;
    }


    .header_menu {
        padding: 15px 0;
    }

    .header_menu ul li a {
        color: #fff;
    }

    .hero_banner .container {
        padding: 0 48px;
    }

    /*     
    .btn {
        padding: 17px 22px;
    } */
    .hero-data-inner {
        padding: 106px 0 60px;
    }

    .hero-data-inner {
        gap: 20px;
    }

    .banner_right_side {
        max-width: 52.1%;
    }

    .banner_left_side {
        max-width: 44.3%;
    }

    .counting_row {
        gap: 30px;
    }

    .voordelen_section {
        padding: 60px 0 54px;
    }

    .gallery-item-wrapp {
        min-height: 504px;
    }

    .gallery-item-content {
        padding: 30px 25px;
    }

    .map_right {
        max-width: 60.6%;
    }

    .map-left-side-content {
        max-width: 36%;
    }

}

@media(max-width:1451px) and (min-width:1280px) {
    body.mac .voordelen_inner .slick-next.slick-arrow {
        right: -45px;
    }

    body.mac .voordelen_inner .slick-prev.slick-arrow {
        left: -40px;
    }
}

@media(max-width:1380px) {
    .hero-data-inner {
        padding: 90px 0 52px;
    }

    .banner_right_side {
        max-width: 47%;
    }

    .banner_left_side {
        max-width: 50.3%;
    }

    .banner_main_title {
        margin-bottom: 11px;
    }

    .banner_right_side .banner_sub_title h3 {
        margin-bottom: 0;
    }

    .banner_main_title h1 {
        margin-top: 0;
    }

    .banner_bullet_point .bullet_item:not(:last-child) {
        margin-bottom: 10px;
    }

    .container {
        padding: 0 50px;
    }

    .voordelen_inner .slick-slide {
        margin: 20px 10px;
    }

    .voordelen_inner .slick-list {
        margin: 0px -10px;
    }

    .voordelen_inner button.slick-arrow {
        width: 20px;
        height: 20px;
        top: calc(50% - 24px);
    }

    .voordelen_inner .slick-prev.slick-arrow {
        left: -30px;
    }

    .voordelen_inner .slick-next.slick-arrow {
        right: -30px;
    }

    .voordelen-item {
        box-shadow: 0px 1px 13px #00000026;
    }

    .banner_content {
        margin-bottom: 20px;
    }

    .banner_bullet_point .bullet_item {
        align-items: self-start;
    }

    .bullet_item img {
        height: 18px;
        width: 18px;
        margin-top: 5px;
    }

    .service-item {
        padding: 22px 20px;
    }

    .digital_logo {
        padding: 10px 0;
    }

    .voordelen-item {
        padding: 40px 24px 64px;
    }

    .voordelen_section {
        padding: 70px 0 60px;
    }

    .about_section {
        padding: 80px 0 60px;
    }

    .about_section .left_side_img {
        max-width: 46%;
        width: 100%;
    }

    .about_section .right_side_content {
        max-width: 50%;
        width: 100%;
        padding-right: 36px;
    }

    .beoordelingen-section {
        padding: 50px 0 54px;
    }

    .beoordelingen-section-repeater__item {
        padding: 56px 25px 61px 25px;
    }

    .beoordelingen-section-repeater .slick-slide {
        margin: 35px 10px;
    }

    .beoordelingen-section-repeater .slick-list {
        margin: 0 -10px;
    }

    .beoordelingen-section-repeater__item {
        box-shadow: 0px 0px 20px #00000026;
    }

    .beoordelingen-section {
        padding: 50px 0 17px;
    }

    .tab-inner-content {
        max-width: 42.5%;
    }

    .tab-image {
        max-width: 55.9%;
    }

    .tabbing-main-section {
        padding: 60px 0 60px;
    }

    .counting_section {
        padding: 60px 0;
    }

    .counting_left_side_content {
        max-width: 46%;
    }

    .counting_right_side_content {
        max-width: 45.4%;
    }

    .gallery-item-wrapp {
        min-height: unset;
    }

    .gallery_wrapper {
        margin-top: 30px;
    }

    .gallery-item-content {
        padding: 20px;
    }

    .gallery-item-content p {
        line-height: 1.5;
        font-size: 20px;
    }

    .gallery_wrapper button.slick-arrow {
        top: calc(50% - 20px);
        width: 30px;
        height: 30px;
    }

    .gallery_wrapper .slick-next.slick-arrow {
        right: 40px;
    }

    .gallery_wrapper .slick-prev.slick-arrow {
        left: 40px;
    }

    .gallery-section {
        padding: 60px 0;
    }

    section.faqs-section {
        padding: 60px 0px 90px;
    }

    .footer_row {
        padding: 105px 0 118px;
    }

    .footer_col:nth-child(1) {
        width: 30%;
        padding-right: 10px;
    }

    .footer_col:nth-child(3) {
        width: 20%;
    }

    .footer_col:nth-child(2) {
        width: 13%;
    }
}

@media(max-width:1199px) {
    .minimum_amt {
        width: calc(100% - 50px);
    }

    body h1 {
        font-size: 46px;
    }

    body h2 {
        font-size: 38px;
        line-height: 1.25;
    }

    header .container {
        padding: 0 25px;
    }

    .banner_right_side h3 {
        font-size: 22px;
    }

    .about_section h3 {
        font-size: 22px;
        line-height: 1.37;
    }

    .banner_right_side {
        max-width: 48%;
    }

    .banner_left_side {
        max-width: 49.8%;
    }

    .hero-data-inner {
        padding: 57px 0;
    }

    .form-first-column {
        width: 100%;
    }

    .hero-frm-wrapper-inner {
        padding: 38px 36px 0 25px;
    }

    .hero-contact-field {
        padding: 20px 24px 0;
    }

    .hero_banner .container {
        padding: 0 30px;
    }

    .hero-frm-wrapper-inner h3 {
        padding-right: 41px
    }

    /* .banner_left_side {
        margin-top: 50px;
    } */
     .hero-data-inner{
        margin-top: 50px;
     }

    .digital_logo {
        padding: 10px 0;
    }

    .service-item {
        box-shadow: 0px 0px 11px #00000026;
    }


    .digital_logo .slick-slide {
        margin: 0 15px;
    }

    .digital_logo .slick-list {
        margin: 0 -15px;
    }

    .voordelen_section {
        padding: 50px 0 50px;
    }

    .voordelen_wrapper {
        max-width: 780px;
        margin: auto;
    }

    .voordelen_inner .slick-next.slick-arrow {
        right: -64px;
    }

    .voordelen_inner .slick-prev.slick-arrow {
        left: -64px;
    }

    .voordelen_inner button.slick-arrow {
        top: calc(50% - 6px);
    }

    .tabs {
        margin-top: 40px;
    }

    .about_section .left_side_img,
    .about_section .right_side_content {
        max-width: 100%;
        padding-right: 0;
    }

    .about_section h3 {
        margin-bottom: 20px;
    }


    .footer_col:nth-child(1) {
        max-width: 410px;
        width: 100%;
        padding-right: 10px;
    }

    .footer_col:nth-child(2),
    .footer_col:nth-child(4) {
        max-width: 305px;
        width: 100%;
    }

    footer .menu {
        display: flex;
        flex-wrap: wrap;
    }

    footer .menu li {
        width: 42%;
    }

    .footer_col:nth-child(3) {
        max-width: 500px;
        width: 100%;
    }

    .footer_col:nth-child(4),
    .footer_col:nth-child(3) {
        margin-top: 82px;
    }

    .footer_row {
        padding: 70px 0 118px;
    }

    .footer-address {
        display: flex;
        gap: 10px;
    }

    .digital_logo .container {
        padding: 0 30px;
    }

    .service-item {
        padding: 22px 30px;
    }

    .about_section .row {
        max-width: 708px;
    }

    .about_section .row,
    .counting_row,
    .map-row {
        max-width: 808px;
        margin: auto;
    }

    .counting_row {
        gap: 72px;
    }

    .about_img_container {
        padding-bottom: 47.6%;
    }

    .about_section {
        padding: 60px 0 60px;
    }

    .beoordelingen-section-repeater {
        max-width: 780px;
        margin: auto;
    }

    .beoordelingen-section-repeater .slick-slide {
        margin: 30px 10px;
    }

    .beoordelingen-section-repeater__item {
        padding: 56px 25px 65px 25px;
    }

    .tabbing-main-section .container {
        max-width: 910px;
        margin: auto;
    }

    .tab-content {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .tab-inner-content,
    .tab-image,
    .map-left-side-content,
    .map_right {
        max-width: 100%;
    }

    .counting_right_side_content {
        padding: 60px 40px;
    }

    div#tabs-content {
        margin-top: 35px;
    }


    .tab-image-container {
        padding-bottom: 47%;
    }

    .counting_left_side_content,
    .counting_right_side_content {
        max-width: 100%;
    }

    .counting_section {
        padding: 65px 0;
    }

    .counting_right_title p {
        margin-bottom: 17px;
    }

    .map_section {
        padding: 60px 0;
    }

    .map-left-side-content {
        padding-right: 0;
        padding-bottom: 40px;
    }

    .map-left-side-content h3 {
        margin-bottom: 20px;
    }

    #map {
        height: 450px !important;
    }

    .gallery-section {
        padding: 52px 0;
    }

    .gallery-sec-wrapp h2 {
        margin-bottom: 0;
    }

    section.faqs-section .faqs-main-title {
        margin-bottom: 20px;
    }

    section.faqs-section {
        padding: 60px 0px 60px;
    }

    footer {
        background-image: url(../images/footer-img-responsive.png);
        background-size: contain;
        background-position: bottom right -70px;
    }

    .model-row {
        gap: 10px;
    }

    .hero-frm-wrapper-inner p {
        padding-right: 25px;
    }

    /* .gm-ui-hover-effect{
        right: -10px;
    } */
}

@media(max-width:1024px){
    .bullet_item p {
        font-size: 20px;
    }
    .banner_right_side .banner_sub_title h3 {
        font-size: 25px;
    }
    .banner_right_side h3 {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .hero-data-inner {
        margin-top: 0px;
    }
    .tag-title.desktop {
        display: none;
    }

    .tag-title.mobile {
        display: block;
    }

    .banner_left_side .form_wrapper {
        overflow: unset;
    }

    .banner_right_side,
    .banner_left_side {
        max-width: 100%;
    }

    .banner_right_side {
        position: relative;
        z-index: 1111;
        padding: 152px 30px 100px;
    }

    .banner_section .banner_right_side::before {
        position: absolute;
        content: "";
        background: linear-gradient(71deg, rgba(18, 102, 79, 0.72), rgba(5, 142, 217, 0.72));
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .banner_section .banner_right_side::after {
        position: absolute;
        content: "";
        background: url(../images/banner-bg-img.svg);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: top -170px left -70px;
    }

    .banner_section::before,
    .banner_section .hero_banner::after {
        display: none;
    }

    .banner_right_side>div {
        z-index: 111;
        position: relative;
    }

    .banner-bg-desktop {
        display: none;
    }

    .banner_bullet_point .bullet_item:not(:last-child) {
        margin-bottom: 15px;
    }

    .hero-frm-wrapper-inner {
        padding: 31px 40px 0 55px;
    }

    .hero-contact-field {
        padding: 20px 54px 0;
    }

    .row-data select {
        padding-right: 0px;
        padding-left: 2px;
    }

    .row-data select,
    .row-data input {
        font-size: 15px;
    }

    .form_wrapper label {
        font-size: 16px;
    }

    .banner_section .banner_img.banner-bg-mobile {
        display: block;
        z-index: -1;
    }

    .hero-data-inner {
        padding: 0;
    }

    .hero_banner .container {
        padding: 0;
    }

    .banner_content {
        margin-bottom: 23px;
    }

    .bullet_item p {
        font-size: 18px;
    }

    .tab-inner-content,
    .tab-image {
        max-width: 100%;
    }

    .banner_left_side .form_wrapper {
        max-width: 678px;
        box-shadow: 0px 0px 40px #00000038;
        margin: auto;
    }

    .banner_left_side {
        margin-top: 0;
        padding-top: 40px;
    }

    :is(.counting_right_side_content, .counting_left_side_content) {
        max-width: 100%;
    }

    .footer_row {
        gap: 10px;
    }

    .voordelen_inner .slick-next.slick-arrow {
        right: -25px;
    }

    .voordelen_inner .slick-prev.slick-arrow {
        left: -25px;
    }

    .digital_logo .container {
        padding: 0 50px;
    }

    .digital_logo .slick-slide {
        margin: 0 15px;
    }

    .service-item {
        padding: 36px 30px;
    }

    .digital_logo {
        padding: 28px 0;
    }

    .voordelen_section {
        padding: 40px 0;
    }

    .voordelen-slider {
        margin-top: 20px;
    }

    .voordelen-icon {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .voordelen-desc h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .voordelen-desc p {
        font-size: 16px;
        line-height: 1.5;
    }

    .voordelen-icon img {
        height: 60px;
        width: 64px;
        object-fit: contain;
    }

    .voordelen-item {
        padding: 40px 24px 54px;
    }

    .about_img_container {
        padding-bottom: 49.4%;
    }

    .about_section .right_side_content p {
        margin-bottom: 35px;
    }

    .about_section h3 {
        margin-bottom: 12px;
    }

    .beoordelingen-section {
        padding: 60px 0 20px;
    }

    .beoordelingen-section-repeater__item {
        padding: 50px 25px 60px 25px;
    }

    .beoordelingen-section-desc {
        margin-top: 25px;
    }

    .tab-image-container {
        padding-bottom: 52%;
    }

    div#tabs-content {
        margin-top: 35px;
    }

    .tabbing-main-section {
        padding: 90px 0 60px;
    }

    .counting_row {
        gap: 50px;
    }

    .counting_right_side_content {
        padding: 50px 21px 40px;
    }

    .counting_right_title p {
        margin-bottom: 16px;
    }

    .counting_right_title h3 {
        margin-bottom: 10px;
        margin-top: 0;
        word-break: break-all;
    }

    .counting_section {
        padding: 65px 0 55px;
    }

    .map_section {
        padding: 50px 0 60px;
    }

    .gallery-section {
        padding: 52px 0 60px;
    }

    .gallery_wrapper .slick-list {
        padding: 0 19% 0 0;
    }

    section.faqs-section .faqs-data .faqs-row-data {
        padding: 28px 16px 24px 84px;
    }

    section.faqs-section {
        padding: 50px 0px 20px;
    }

    .footer_col:nth-child(1) {
        max-width: 50%;
    }

    .footer_col:nth-child(2),
    .footer_col:nth-child(4) {
        max-width: 32%;
        width: 100%;
    }

    .footer_col:nth-child(4),
    .footer_col:nth-child(3) {
        margin-top: 50px;
    }

    .footer_col:nth-child(3) {
        max-width: 62%;
        width: 100%;
    }

    .tag-title {
        transform: translate(13px, -7px);
        text-align: center;
    }

    .tag-title img {
        width: 96%;
    }

    .column {
        max-width: calc(50% - 5px);
    }

    .column h5 {
        font-size: 14px;
        display: flex;
    }

    header .btn-yellow{
        padding: 19px 25px;
    }
    .header_logo_img a {
        max-width: 210px;
    }
}

@media(max-width:810px) {
    .calculator-responsive {
        margin-right: 20px;
    }

    .modal.in .modal-dialog {
        /* height: 100%; */
        background: #07070742;
        display: flex;
        align-items: center;
    }

    .calculator-responsive,
    .responsive-stickey-btn {
        display: block;
    }

    .responsive-stickey-btn a {
        font-size: 17px;
    }

    header .header_logo_img a img:not(.mobile-logo) {
        display: block;
        padding-top: 4px;
    }

    header .header_logo_img a img:not(.desktop-logo) {
        display: none;
    }

    .modal-dialog {
        margin: 0;
    }

    footer {
        background-image: url(../images/footer-img-responsive.png);
        background-size: 110%;
        background-position: bottom right -70px;
    }

    .mobile-menu-trigger {
        display: flex;
        width: 26px;
    }

    .header_menu {
        position: fixed;
        height: 100%;
        background: rgb(42 54 94 / 100%);
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
        flex: unset;
    }

    header {
        padding: 11px 0px;
    }

    .header_menu ul {
        gap: 45px;
        flex-direction: column;
        margin-top: 150px;
        align-items: center;
    }

    .header_menu ul li a {
        color: #ffffff;
    }

    .header_menu.m_open {
        transform: translateX(00%);
    }

    .header-btn .btn {
        display: none;
    }

    .banner_section {
        padding-top: 67px;
    }

    .bullet_item p {
        font-size: 16px;
        line-height: 1.3;
    }

    .banner_bullet_point {
        padding-right: 30px;
    }

    .banner_left_side .form_wrapper {
        max-width: calc(100% - 60px);
    }

    .banner_right_side {
        padding: 55px 28px 55px;
    }

    .banner_sub_title {
        margin-bottom: 9px;
    }

    .hero-data-inner {
        gap: 0;
    }

    .banner_right_side h3 {
        font-size: 20px;
    }

    .banner_content {
        margin-bottom: 15px;
    }

    .banner_bullet_point .bullet_item:not(:last-child) {
        margin-bottom: 18px;
    }

    .hero-frm-wrapper-inner {
        padding: 41px 25px 0 25px;
    }

    .form_wrapper label {
        font-size: 15px;
    }

    .minimum_amt {
        font-size: 15px;
    }

    .hero-frm-wrapper-inner p {
        margin-top: 0px;
    }

    .hero-contact-field {
        padding: 15px 25px 0;
    }

    .hero-frm-wrapper-inner h3 {
        padding-right: 13%;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .submit-btn-form input.submit {
        height: 56px;
    }

    .hero-privacy-main {
        margin-top: 30px;
    }

    .hero-privacy-policy {
        font-size: 15px;
    }

    .footer_col:nth-child(1),
    .footer_col:nth-child(2),
    .footer_col:nth-child(3),
    .footer_col:nth-child(4) {
        max-width: 100%;
    }

    .footer_col:nth-child(1) {
        margin-bottom: 30px;
    }

    .footer_col:nth-child(4),
    .footer_col:nth-child(3) {
        margin-top: 30px;
    }

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

    body h1 {
        font-size: 28px;
    }

    body h2 {
        font-size: 26px;
        line-height: 1.35;
    }

    body h3 {
        font-size: 20px;
    }

    body h4 {
        font-size: 20px;
        line-height: 1.48;
    }

    p {
        font-size: 16px;
    }


    .header_logo_img a {
        max-width: 185px;
    }

    .btn {
        padding: 14px 12px;
        font-size: 15px;
    }

    header .container {
        padding: 0 20px;
    }

    .header_inner {
        gap: 10px;
    }

    .beoordelingen-section-desc {
        margin-top: 25px;
    }

    .beoordelingen-section-repeater__item-text p {
        line-height: 1.6;
    }

    h4.beoordelingen-section-repeater__item-title {
        margin-bottom: 10px;
    }

    .beoordelingen-section-repeater__item {
        padding: 35px 16px 26px 24px;
    }

    .beoordelingen-section-repeater .slick-slide {
        margin: 16px 12px;
    }

    section.faqs-section .faqs-data .faqs-row-data {
        padding: 16px 16px 16px 50px;
        margin-bottom: 17px;
    }

    section.faqs-section .faqs-data .faqs-row-data .faqs-title:after {
        height: 28px;
        width: 28px;
        top: 3px;
        left: -36px;
    }

    .footer_row {
        padding: 70px 0 77px;
    }

    .footer-bottom {
        padding: 25px 35px;
        margin-bottom: 35px;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .footer_col:nth-child(2),
    .footer_col:nth-child(3),
    .footer_col:nth-child(4) {
        width: 100%;
        padding-right: 0;
    }

    .footer-address :is(p, a:not(:last-child)) {
        margin-bottom: 15px;
    }

    .footer_logo {
        max-width: 248px;
        margin-bottom: 25px;
        width: 100%;
    }

    footer h4 {
        margin-bottom: 15px;
        padding-top: 0;
    }

    .footer_social_icon ul a {
        height: 40px;
        width: 40px;
    }

    .digital_logo .slick-list {
        margin: 0 -9px;
        padding: 10px 0;
    }

    .banner_left_side {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .digital_logo .slick-slide {
        margin: 0 9px;
    }

    .digital_logo {
        padding: 0px 0 40px;
    }

    .digital_logo .container,
    .container,
    .map_section .container,
    footer .container {
        padding: 0 30px;
    }

    .service-item {
        padding: 29px 30px;
    }

    .voordelen_section {
        padding: 43px 0 30px;
    }

    .about_section .btn {
        /* max-width: 161px;
        width: 100%; */
        padding: 18px 12px;
    }

    .voordelen-slider {
        margin-top: 0;
    }

    .voordelen_title h2 {
        margin-bottom: 0;
    }

    .voordelen-item {
        padding: 21px 18px 33px;
    }

    /* .voordelen_inner .slick-slide{
        pointer-events: none;
    } */

    .voordelen-icon img {
        height: 75px;
        width: 75px;
    }

    .voordelen-icon {
        margin-bottom: 33px;
    }

    .voordelen-desc h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .about_section {
        padding: 50px 0 60px;
    }

    .about_img_container {
        padding-bottom: 59.4%;
        min-height: 196px;
    }

    .about_section .row {
        gap: 25px;
    }

    .about_section h3 {
        font-size: 20px;
    }

    .about_section .right_side_content p {
        margin-bottom: 32px;
        font-size: 18px;
    }

    .beoordelingen-section {
        padding: 53px 0 40px;
    }

    .beoordelingen-section__text-inner h2 {
        margin-bottom: 10px;
    }

    ul#tabs-nav {
        overflow: auto;
        margin: 0 -30px 0 0;
        gap: 25px;
    }

    ul#tabs-nav::-webkit-scrollbar {
        width: 0px;
        display: none;
    }

    ul#tabs-nav::-webkit-scrollbar-track {
        background: transparent !important;
    }

    ul#tabs-nav::-webkit-scrollbar-thumb {
        background: transparent !important;
    }

    ul#tabs-nav::-webkit-scrollbar-thumb:hover {
        background: transparent !important;
    }

    #tabs-content {
        margin-top: 28px;
    }

    ul#tabs-nav li {
        white-space: nowrap;
        padding-bottom: 15px;
    }

    #tabs-nav li a {
        font-size: 15px;
    }

    .tabbing-main-section {
        padding: 55px 0 50px;
    }

    .tabs {
        margin-top: 23px;
    }

    div#tabs-content {
        margin-top: 30px;
    }

    .tab-image-container {
        min-height: 191px;
    }

    .tab-content {
        gap: 25px;
    }

    .counting_item_wrapp p {
        font-size: 15px;
    }

    .counting_section {
        padding: 44px 0 84px;
    }

    .counting_left_side_content p:not(.counting_list p) {
        margin-bottom: 20px;
    }

    .counting_item_wrapp:not(:last-child) {
        margin-bottom: 12px;
    }

    .counting_item_wrapp {
        align-items: start;
        gap: 5px;
    }

    .counting_item_wrapp img {
        height: 16px;
        width: 16px;
        margin-top: 5px;
    }

    .counting_row {
        gap: 30px;
    }

    .counting_right_side_content {
        padding: 20px 17px 40px;
    }

    .possible_amount h5 {
        font-size: 15px;
    }

    .map_section {
        padding: 69px 0 60px;
    }

    .map-left-side-content h2 {
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .map-left-side-content h3 {
        margin-bottom: 10px;
    }

    .map-left-side-content p:not(:last-child) {
        margin-bottom: 14px;
    }

    .map-left-side-content {
        padding-right: 0;
        padding-bottom: 21px;
    }

    #map {
        height: 350px !important;
    }

    .map_section {
        padding: 69px 0 50px;
    }

    .gallery-sec-wrapp h2 {
        margin-bottom: 0;
        font-size: 28px;
    }

    .gallery-sec-wrapp h4 {
        font-size: 20px;
    }

    .gallery-section {
        padding: 45px 0 50px;
    }

    .gallery-item-wrapp {
        min-height: 364px;
        padding-bottom: 115%;
    }

    .gallery_wrapper .slick-list {
        padding: 0 30% 0 0;
    }

    .gallery_wrapper .slick-prev.slick-arrow {
        left: 10px;
    }

    .gallery_wrapper .slick-next.slick-arrow {
        right: 20px;
    }

    .gallery-item-content p {
        line-height: 1.5;
        font-size: 17px;
    }

    .gallery-item-content {
        padding: 20px 17px 20px 20px;
    }

    section.faqs-section .faqs-main-title {
        margin-bottom: 17px;
        font-size: 28px;
    }

    section.faqs-section {
        padding: 50px 0px 50px;
    }

    /* .column {
        max-width: 100%;
    } */



    .modal-content {
        padding: 65px 20px 30px 20px;
    }

    .net_worth {
        font-size: 16px;
        padding: 10px;
    }

    .iti--separate-dial-code .iti__selected-dial-code {
        margin-left: 6px;
        font-size: 15px;
    }

    #telephone {
        padding-left: 86px !important;
    }

    .row-data select,
    .row-data input {
        font-size: 14px;
    }

    .beoordelingen-section-repeater__item-image {
        bottom: 20px;
        right: 20px;
    }

    .beoordelingen-section-repeater__item-image img {
        max-width: 37px;
    }

    body:is(.privacy-policy, .terms-and-conditions) .pivercypolicy {
        padding: 30px 0 80px;
    }

    .privacy-policy #introduction {
        margin-top: 35px;
    }

    .pivercypolicy h2,
    .pivercypolicy h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .beoordelingen_slide button.slick-arrow {
        display: block;
    }
    .beoordelingen-section-repeater {
        padding: 0 15px;
    }
    .beoordelingen_slide button.slick-arrow {
        top: calc(50% - 4px);
    }
    .beoordelingen_slide .slick-next.slick-arrow {
        right: -34px;
    }
    .beoordelingen_slide .slick-prev.slick-arrow {
        left: -32px;
    }
    
}
 
@media(max-width:575px) {
    .header-btn {
        padding-left: 10px;
    }

    #map {
        height: 570px !important;
    }

    .modal-content {
        padding: 38px 15px 30px 15px;
    }


    h3.modal-title {
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .column h5 p {
        font-size: 14px;
    }

    .tag-title p {
        font-size: 15px;
        padding: 0 5px;
        transform: translate(35px, 17px);
    }

    .form-first-column {
        flex-wrap: wrap;
    }

    .form-first-column .aanhef.full-clm {
        max-width: 100%;
    }

    .row-data select {
        padding-right: 5px;
        padding-left: 12px;
    }

    .half-clm {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }

    .modal-header .close {
        height: 30px;
        width: 30px;
        right: 22px;
        top: 18px;
    }

    .model-content {
        padding: 20px 15px 0px;
    }

    .column {
        padding: 9px 12px 9px;
    }

    .model-row {
        gap: 10px;
    }

    .column h5 {
        font-size: 14px;
    }

    .number-count {
        font-size: 15px;
    }

    .total_investment_btn {
        padding: 18px 25px 18px;
        font-size: 18px;
    }

    .about_section .btn {
        max-width: 100%;
        width: 100%;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 14px;
    }

    .footer-bottom {
        padding: 25px 36px;
    }
    .beoordelingen_slide button.slick-arrow { 
        width: 20px;
        height: 20px;
    }
 
    .beoordelingen-section-desc { 
        padding-bottom: 15px;
    }
    footer .menu { 
        gap: 0 10px;
    }
}

@media(max-width:374px) {
    .column {
        max-width: 100%;
    }

    .modal-open .modal {
        margin-top: 0;
    }

    .modal.in .modal-dialog {
        height: auto;
    }

    .modal-header .close {
        right: 12px;
        top: 10px;
    }

    h3.modal-title {
        padding-right: 20px;
    }

    /* .modal.in .modal-dialog {
        height: auto; 
        display: unset; 
    } */



}

@media(max-width:365px) {
    .header-btn {
        padding-left: 5px;
    }

    .possible_amount h5 {
        font-size: 14px;
        padding-left: 21px;
    }

    .header-btn {
        padding-left: 10px;
    }

    .header_logo_img a {
        max-width: 180px;
    }
}

@media(max-width:355px) {
    .header_logo_img a {
        max-width: 175px;
    }

    header .container {
        padding: 0 10px;
    }

    .possible_amount h5::before {
        background-size: contain;
        height: 13px;
        width: 13px;
        top: calc(50% - 6px);
    }

    .possible_amount h5 {
        font-size: 13px;
        padding-left: 18px;
    }
}

@media(max-width:330px) {
    .header_logo_img a {
        max-width: 151px;
    }

    header .mobile-menu-trigger span {
        width: 28px;
    }

    .header-btn {
        padding-left: 5px;
    }
}


.Stars {
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: fit-content;
    color: #ddd;
}

.Stars::before {
    content: "★★★★★";
    /* Base layer for 5 unfilled stars */
    font-size: inherit;
    color: transparent;
}

.Stars::after {
    content: "★★★★★";
    /* Overlay layer for filled stars */
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--rating) / 5 * 100%);
    /* Width based on rating value */
    color: var(--yellow);
    /* Filled star color */
    overflow: hidden;
}

#form-message p {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

#form-message p.success {
    background-color: #d4edda;
    color: #155724;
}

#form-message p.error {
    background-color: #f8d7da;
    color: #721c24;
}