/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

*:focus {
    outline: 2px solid #B9CC33;
    outline-offset: 2px;
}

*:focus:not(:focus-visible) {
    outline: none;
}

*:focus-visible {
    outline: 2px solid #B9CC33;
    outline-offset: 2px;
}


/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    scroll-behavior: smooth;
}

.scroll-anchor {
    scroll-margin-top: 120px;
}

body {
    font-size: 18px;
    color: #052D49;
    font-weight: 300;
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    line-height: 1.33;
    background-color: #F7F8F9;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
    font-weight: 800;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
    color: #052D49;
    font-family: "please-display-vf";
}

h1,
.h1 {
    font-size: 80px;
}

h2,
.h2 {
    font-size: 40px;
}

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

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.highlight {
    display: inline;
    position: relative;
    z-index: 2;
}

.highlight:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 21px;
    background: #B9CC33;
    z-index: -1;
    border-radius: 4px;
    display: inline-block;
}

@media (max-width:1199px) {
    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 38px;
    }

    .highlight:after {
        height: 14px;
    }
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: inherit;
    background: #fff;
    border: 1px solid #000;
}

input {
    line-height: normal
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='url'],
input[type='date'],
select,
textarea {
    padding: 11px;
    width: 100%;
    display: block;
    box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #F7F8F9;
    font-size: 18px;
    line-height: 18px;
    color: #F7F8F9;
    font-weight: 300;
    font-family: 'fira sans', sans-serif;
}

select option {
    background-color: #0B2A4A;
    color: #F7F8F9;
}

::-webkit-input-placeholder {
    color: rgb(247, 248, 249, .75);
    ;
}

:-ms-input-placeholder {
    color: rgb(247, 248, 249, .75);
    ;
}

::placeholder {
    color: rgb(247, 248, 249, .75);
}

textarea {
    max-height: 90px;
    resize: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #B9CC33;
    outline-offset: 2px;
    border-color: #B9CC33;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    border: none;
    margin-right: 10px
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
    cursor: pointer;
    line-height: normal;
    overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default;
    opacity: .6;
}

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

label {
    color: #0F1429;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
}

ul,
ol,
dl {
    font-size: 100%;
    line-height: 1.1
}

dl {
    margin: 0 0 1em 0
}

dd {
    margin: 0 0 1em .8em
}

ul {
    list-style: disc;
    margin: 0 0 1em 0;
    padding-left: 1.5em
}

ol {
    list-style-type: decimal;
    margin: 0 0 1em 0;
    padding-left: 1em
}

ol ol {
    list-style-type: lower-latin;
    margin-top: 0
}

p,
li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
}

p {
    padding-bottom: 42px;
}

blockquote,
cite,
q,
var,
dfn {
    font-style: italic
}

blockquote {
    background: transparent;
    padding: 0px 0px 30px;
    position: relative;
}

blockquote:before {
    content: "“";
}

blockquote:after {
    content: "”";
    line-height: 0;
}

blockquote p,
blockquote:before,
blockquote:after {
    padding: 0;
    display: inline;
    font-size: 50;
    font-style: italic;
    font-weight: 400;
}

small {
    font-size: 85%;
    line-height: 1.75
}

pre,
code,
kbd,
tt,
samp,
var {
    font-size: 100%
}

pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

pre,
code {
    color: #800
}

kbd,
samp,
var {
    color: #888;
    font-weight: 700
}

acronym,
abbr {
    border-bottom: 1px #6e5951 dotted;
    font-variant: small-caps;
    cursor: help
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

em {
    font-style: italic
}

img {
    max-width: 100%;
    height: auto
}

.ec-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

figure {
    margin: 0
}

a {
    color: #0F1429;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: #892303;
}

a:active {
    outline: none
}

p a,
li a {
    color: #052D49;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

p a:hover,
li a:hover {
    color: #B9CC33;
}

/* Footer: reset naar originele stijl */
.footer-main p a,
.footer-main li a,
.footer-bottom p a,
.footer-bottom li a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
}

/* Donkere achtergrond: lichtblauw, hover groen */
.about-block-dark p a,
.about-block-dark li a,
.content70-bg-dark p a,
.content70-bg-dark li a,
.contact-form-card p a,
.contact-form-card li a,
.cta-section p a,
.cta-section li a {
    color: #A4BAE1;
}

.about-block-dark p a:hover,
.about-block-dark li a:hover,
.content70-bg-dark p a:hover,
.content70-bg-dark li a:hover,
.contact-form-card p a:hover,
.contact-form-card li a:hover,
.cta-section p a:hover,
.cta-section li a:hover {
    color: #B9CC33;
}

table {
    border: 1px solid #130101;
    margin: 0 0 24px 0;
    border-collapse: collapse;
    width: 100%;
}

caption {
    font-variant: small-caps
}

th,
td {
    vertical-align: top;
    padding: 7px 15px;
    font-size: 16px;
    border-bottom: 1px solid #130101;
    border-right: 1px solid #130101;
    text-align: left;
}

th {
    letter-spacing: 1px;
    color: #ca6d06;
    font-weight: 500;
    font-family: "Kanit";
}

strong,
b {
    font-weight: 700
}

.btn,
input.btn,
button.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px 10px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s all ease-in-out;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.33;
    color: #052D49;
    font-weight: 700;
    background: #B9CC33;
    font-family: "please-display-vf";
}

.btn i {
    color: inherit;
}

input[type="file"] {
    padding: 0;
    border: none;
    font-size: 13px;
    color: #FCFCFC;
    font-style: italic;
}

.btn:hover,
input[type="submit"]:hover,
.btn-light {
    background-color: #A4BAE1;
    color: #052D49;
}

.btn-blue {
    background-color: #052D49;
    color: #fff;
}

.btn-blue:hover,
.btn-light:hover {
    color: #052D49;
    background: #B9CC33;
}

.btn.btn-outline {
    background: transparent;
    color: #052D49;
    border: 2px solid #052D49;
}

.btn.btn-outline:hover {
    border-color: #B9CC33;
    color: #B9CC33;
    background: transparent;
}

.btn-link {
    color: #052D49;
    background: none;
    font-size: 18px;
    line-height: 1.33;
    font-family: "please-display-vf";
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-link:hover {
    color: #A4BAE1;
}

.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.row>div {
    padding-left: 15px;
    padding-right: 15px
}

.col1 {
    width: 8.33%
}

.col2 {
    width: 16.66%
}

.col3 {
    width: 25%
}

.col4 {
    width: 33.33%
}

.col5 {
    width: 41.66%
}

.col6 {
    width: 50%
}

.col7 {
    width: 58.34%
}

.col8 {
    width: 66.66%
}

.col9 {
    width: 75%
}

.col10 {
    width: 83.33%
}

.col11 {
    width: 91.66%
}

.col12 {
    padding: 0 15px;
    width: 100%
}

.col-auto {
    width: auto;
}

.d-flex {
    display: flex
}

.align-center {
    align-items: center
}

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

.align-end {
    align-items: flex-end
}

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

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

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

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

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

.mar1 {
    margin: 0 6.33%
}

.mar2 {
    margin: 0 16.66%
}

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

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

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.no-padding {
    margin: 0;
}

.no-padding>div {
    padding: 0;
}

.w-100 {
    width: 100%;
}

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

.border-20 {
    border-radius: 20px;
}

/* header */
.site-header {
    background-color: #F9F9F8;
    position: relative;
    z-index: 999;
}

.usp-header .usp-list-header {
    list-style: none;
    padding: 16px 0 14px;
    border-bottom: 1px solid #052D49;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    margin: 0;
}

.usp-header .usp-list-header li {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.usp-header .usp-list-header span {
    font-size: 14px;
    font-weight: 400;
    font-family: "please-display-vf";
    color: #052D49;
}

.usp-header .usp-list-header i {
    color: #B9CC33;
    margin-right: 4px;
}

/* Minimal header — logo only, centered */
.site-header-minimal .header-inner {
    justify-content: center;
}

.site-header-minimal .toggle-icon {
    display: none !important;
}

.navigation-bar {
    padding: 30px 0;
}

.sticky .navigation-bar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #F9F9F8;
    padding: 20px 0;
    border-bottom: 1px solid #052D49;
}

.toggle-icon {
    display: none;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background: radial-gradient(81.36% 81.36% at 50% 50%, #052D49 0%, #052D49 100%);
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 4px;
    display: block;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 72px;
    align-items: center;
}

.site-nav li {
    position: relative;
    padding: 0;
}

.site-nav a {
    transition: .3s all linear;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-family: "please-display-vf";
    font-size: 18px;
    line-height: 1.33;
    font-weight: 700;
    color: #052D49;
}

.site-nav a:not(.btn):hover {
    color: #A4BAE1;
}

.mobile-menu-header {
    display: none;
}

.toggle-icon-close {
    cursor: pointer;
}

.toggle-icon-close .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.toggle-icon-close .bar2 {
    opacity: 0;
}

.toggle-icon-close .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}


@media (max-width:1199px) {

    body.nav-resizing .site-nav {
        transition: none !important;
    }

    .menu-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-nav .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .site-nav .mobile-menu-header img {
        height: 30px;
    }

    .site-nav {
        position: fixed;
        background-color: #F9F9F8;
        left: 0;
        top: 0;
        padding: 30px;
        z-index: 9;
        overflow-y: auto;
        height: 100vh;
        transform: translateX(-120%);
        width: 100%;
        max-width: 100%;
        transition: .5s all ease-in-out;
    }

    .site-nav.show {
        transform: translateX(0);
    }

    .site-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .toggle-icon {
        display: block;
    }

    /* Blue mobile menu override */
    .site-nav.site-nav-blue {
        background-color: #A4BAE1;
    }

    .site-nav.site-nav-blue::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/shape.svg) no-repeat left center;
        background-size: auto 80%;
        pointer-events: none;
        z-index: 0;
    }

    .site-nav.site-nav-blue .mobile-menu-header,
    .site-nav.site-nav-blue ul {
        position: relative;
        z-index: 1;
    }

    .site-nav.site-nav-blue a:not(.btn):hover {
        color: #052D49;
        opacity: .6;
    }

    .site-nav.site-nav-blue .btn {
        background-color: #052D49;
        color: #F9F9F8;
    }

    .site-nav.site-nav-blue .btn:hover {
        background-color: #0a3d5e;
    }
}

/* Footer Style */
.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.svg) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
}

.connect-us {
    position: relative;
    padding: 22px 0 45px;
}

.connect-us:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 35%;
    background-color: #052D49;
    z-index: -1;
}

.connect-us-inner {
    background-color: #B9CC33;
    padding: 82px 15% 70px;
    max-width: 1162px;
    margin: 0 auto;
}

.connect-us-inner .highlight:after {
    background-color: #F9F9F8;
}

.footer-main {
    background-color: #052D49;
    padding: 88px 0 130px;
}

.footer-main *:not(.btn) {
    color: #F7F8F9;
}

.footer-main .btn {
    background-color: #A4BAE1;
    color: #052D49;
}

.footer-main .btn:hover {
    background-color: #B9CC33;
    color: #052D49;
}

.footer-main .btn i {
    color: inherit;
}

.footer-main .h3 {
    margin-bottom: 35px;
}

.footer-logo-wrap {
    width: 22%;
}

.footer-newsletter {
    max-width: 380px;
}

.footer-nav {
    max-width: 160px;
}

.footer-logo {
    margin-bottom: 28px;
    display: inline-block;
}

.footer-tagline strong {
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
}

.footer-social p {
    line-height: 2;
}

.footer-contact-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #F7F8F9;
    font-size: 16px;
    line-height: 1.6;
}

.footer-contact-list li a:first-child {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border: 1px solid #F7F8F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7F8F9;
    transition: .3s all ease-in-out;
}

.footer-contact-list li a:first-child:hover {
    border-color: #B9CC33;
    color: #B9CC33;
}

.footer-contact-list li a:not(:first-child) {
    color: #F7F8F9;
    transition: .3s color ease-in-out;
}

.footer-contact-list li a:not(:first-child):hover {
    color: #B9CC33;
}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-links li a {
    padding: 8px;
    width: 45px;
    height: 45px;
    border: 1px solid #F7F8F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

.social-links li a:hover {
    border-color: #B9CC33;
    color: #B9CC33;
}

.footer-menu a:hover {
    color: #B9CC33 !important;
}

.footer-bottom {
    padding: 12px 0;
    background-color: #A4BAE1;
}

.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.footer-bottom ul li {
    position: relative;
}

.footer-bottom ul li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -12px;
    color: #052D49;
    top: 0;
}

.footer-bottom * {
    color: #052D49;
    font-size: 14px;
    font-weight: 300;
}

.footer-bottom a {
    text-decoration: underline;
}

@media (min-width:2800px) {
    .footer-main {
        background: none;
        position: relative;
    }

    .footer-main:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70%;
        background-color: #052D49;
        z-index: -1;
    }

    .connect-us:after {
        display: none;
    }
}

@media (max-width:1100px) {
    .footer-main {
        padding: 88px 0 80px;
    }

    .social-links li a {
        width: 44px;
        height: 44px;
    }

    .footer-bottom .col-auto {
        width: 100%;
        margin-top: 10px;
    }

    .footer-bottom ul {
        justify-content: center;
    }

    .footer-bottom .col-auto:first-child ul {
        flex-direction: column;
        gap: 5px;
    }

    .footer-bottom .col-auto:first-child ul li::after {
        display: none;
    }
}

/*--------------------------------------------------------------
# main styles
--------------------------------------------------------------*/
.hero-section {
    padding: 38px 0 238px;
    background: #F7F8F9;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero-bg.svg) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 1;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 70%;
    background: #A4BAE1;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-text h1 {
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width:2200px) {
    .hero-section::after {
        height: 30%;
    }
}

@media (max-width:990px) {
    .hero-section::after {
        height: 13%;
    }
}

/* usp section */
.usp-block {
    padding: 140px 0 140px;
    background-color: #A4BAE1;
    position: relative;
}

.usp-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/shape.svg) no-repeat center left;
    height: 100%;
    width: 100%;
    background-size: auto 70%;
}

.usp-block .container {
    position: relative;
    z-index: 1;
}

.usp-list {
    display: flex;
    gap: 25px 15px;
    flex-wrap: wrap;
}

.usp-item {
    flex: 1 1 calc(50% - 15px);
    background-color: #F7F8F9;
    padding: 52px 45px 42px;
}

.usp-item h3 {
    margin-bottom: 24px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #052D49;
    padding-bottom: 30px;
}

.usp-item h3 i {
    color: #B9CC33;
}

.usp-item p {
    padding: 0;
}

/* events section */
.events-block {
    padding: 154px 0 110px;
    background-color: #052D49;
}

.events-block .section-header-text * {
    color: #fff;
}

.event-card {
    background-color: #F7F8F9;
    transition: .3s all ease-in-out;
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.event-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

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

.events-block .slick-slide {
    padding: 0 10px;
    display: flex !important;
    height: auto;
}

.events-block .slick-slide > div {
    display: flex;
    width: 100%;
}

.events-block .slick-arrow {
    color: #F7F8F9;
    border: 1px solid #F7F8F9;
}

.events-block .slick-arrow:hover {
    border-color: #A4BAE1;
    color: #A4BAE1;
}

.events-block .slick-dots {
    justify-content: center;
    padding: 35px 0 0;
}

.event-card-content {
    padding: 38px 24px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.events-block .slick-track {
    display: flex !important;
}

.event-card-content h3 {
    margin-bottom: 16px;
}

.event-card-content p {
    padding: 0 0 34px;
}

.event-sum {
    gap: 15px;
    padding: 0 0 28px;
}

.event-sum>span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #052D49;
    background-color: rgba(164, 186, 225, 0.5);
    border-radius: 10px;
    padding: 7px 16px;
    width: fit-content;
}

.event-sum>span i {
    font-size: 13px;
    margin-right: 6px;
}

.event-btns {
    gap: 15px;
}

.event-btns .btn-link {
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width:1580px) {
    .events-block .event-slider {
        position: relative;
        padding-bottom: 60px;
    }
    .events-block .slick-arrow {
        position: absolute;
        bottom: 0;
        top: auto;
        transform: none;
    }
    .events-block .slick-prev {
        left: 0;
    }
    .events-block .slick-next {
        right: 0;
    }
    .events-block .slick-dots {
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 55px;
        right: 55px;
        height: 45px;
        align-items: center;
    }
}

/* our-network section */
.our-network {
    padding: 132px 0 80px;
}

.network-logos {
    margin-bottom: 20px;
}

.network-nav {
    width: 450px;
    max-width: 38%;
}

.network-nav-btns {
    gap: 15px;
}

.our-network .slick-list {
    margin: 0 -8px;
}

.network-logos .slick-slide {
    box-sizing: border-box;
    padding: 0 8px;
    height: auto;
}

@media (min-width:1440px) {

    .network-logos .slick-slide.slick-active,
    .network-logos .slick-slide {
        width: calc(1440px / 6);
    }

    .network-logos .slick-slide.animate-width {
        width: calc((1440px / 6) * 2 - 16px);
    }
}

@media (min-width:1200px) and (max-width:1439px) {

    .network-logos .slick-slide.slick-active,
    .network-logos .slick-slide {
        width: calc((100vw - 30px) / 6);
    }

    .network-logos .slick-slide.animate-width {
        width: calc(((100vw - 30px) / 6) * 2 + 16px);
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .network-logos .slick-slide.slick-active,
    .network-logos .slick-slide {
        width: calc((100vw - 30px) / 4);
    }

    .network-logos .slick-slide.animate-width {
        width: calc(((100vw - 30px) / 4) * 2 + 16px);
    }
}



.network-logos .slick-track {
    display: flex;
}

.network-logos .slick-slide>div,
.network-logo-item {
    height: 100%;
}

.slick-slide img.network-image {
    filter: grayscale(1);
    object-fit: cover;
    height: 100%;
    transition: .3s all ease-in-out;
}

.network-item-detail {
    margin-bottom: 10px;
}

.network-item-detail .h3 {
    margin-bottom: 10px;
}

.network-item-detail p {
    padding: 0;
}

.slick-slide.slick-current img {
    filter: none;
    mix-blend-mode: normal;
}

.network-nav-btns .slick-arrow {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
}

.network-logo-item {
    position: relative;
    overflow: hidden;
}

.network-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F8F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s all ease-in-out;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.slick-slide.slick-current:hover .network-text {
    opacity: 1;
}

.network-text img {
    margin: 0 auto 24px;
}

.network-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.network-social-links li a {
    padding: 8px;
    width: 45px;
    height: 45px;
    border: 1px solid #052D49;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #052D49;
    transition: .3s all ease-in-out;
}

.network-social-links li a:hover {
    border-color: #A4BAE1;
    color: #A4BAE1;
}

/* partners section */
.partners-inner {
    background-color: #A4BAE1;
    border-radius: 40px;
    padding: 90px 7.75% 105px;
    margin-bottom: 45px;
}

.partners-header {
    margin-bottom: 10px;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 20px;
}

.partner-logo-item {
    width: calc(20% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F7F8F9;
    padding: 28px 20px;
    text-decoration: none;
}

.large-logo-item {
    width: calc(41% - 16px);
    border-color: #052D49;
    padding: 38px 24px;
}


/* about section */
.about-us {
    position: relative;
}

.about-us:before {
    content: "";
    width: 50%;
    height: 76%;
    position: absolute;
    background: url(../images/ons-bg.svg) no-repeat right bottom;
    background-size: auto 100%;
    bottom: -9%;
    right: calc(100vw / 2 + 280px);
    z-index: -2;
}

.about-us-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/shape.svg) no-repeat center left;
    background-size: auto 60%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.blog-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/shape-light.svg) no-repeat right top 15%;
    background-size: auto 60%;
    top: 0;
    right: 0;
    z-index: -1;
}

.blog-section {
    padding: 148px 0 120px;
    position: relative;
}

.blog-section-header {
    padding: 70px 50px;
    border: 1px solid #052D49;
}

.blog-card-link {
    display: block;
    text-decoration: none;
}

.blog-card-link h3,
.blog-card-link p {
    color: #F7F8F9;
}

.blog-card-link:hover .btn,
.blog-card-link:focus .btn {
    background-color: #B9CC33;
    color: #052D49;
}

.blog-section-header-link {
    display: block;
    text-decoration: none;
}

.blog-section-header-link h2,
.blog-section-header-link p {
    color: #052D49;
}

.blog-section-header-link:hover .btn,
.blog-section-header-link:focus .btn {
    background-color: #052D49;
    color: #F9F9F8;
}

.blog-card {
    border: 1px solid #D9D5CF;
    transition: .3s all ease-in-out;
    background-color: #052D49;
    padding: 43px 34px;
}

.blog-card h3,
.blog-card p {
    color: #F7F8F9;
}

.blog-card h3 {
    margin-bottom: 20px;
}

.blog-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-wrapper .col6 {
    margin-bottom: 22px;
}

.blog-sum {
    gap: 15px;
    padding: 0 0 35px;
}

.blog-sum>span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #F7F8F9;
    background-color: rgba(247, 248, 249, .3);
    border-radius: 10px;
    padding: 7px 16px;
    width: fit-content;
}

.blog-sum>span i {
    font-size: 16px;
    margin-right: 6px;
}

@media (max-width:1200px) and (min-width:992px) {
    .blog-card {
        padding: 34px;
    }

    .blog-sum>span {
        padding: 7px 10px;
        font-size: 16px;
    }

    .blog-section-header {
        padding: 50px 30px;
    }
}

.about-us-inner {
    padding: 110px 0 220px;
    position: relative;
}

.about-text .col5 {
    width: 37.66%;
}

.about-text-usp {
    width: 90.33%;
    margin-left: auto;
    margin-right: 0;
}

.about-text-usp ul {
    list-style: none;
    padding: 52px 0 0;
    margin: 64px 0 0;
    border-top: 1px solid #052D49;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 16px;
}

.about-text-usp ul li {
    width: calc(49% - 8px);
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.about-text-usp ul li span {
    font-size: 22px;
    font-weight: 700;
    color: #052D49;
    font-family: "please-display-vf";
}

.about-text-usp ul li i {
    margin-top: 5px;
    color: #A4BAE1;
}

@media (max-width:1200px) {
    .hero-section {
        padding: 38px 0 162px;
    }

    .about-text .col5 {
        width: 48%;
    }

    .about-text-usp {
        width: 96%;
    }

    .about-us-inner {
        padding: 110px 0 140px;
    }

    .network-nav {
        max-width: 70%;
    }
}

@media (max-width:991px) {
    .hero-section .row {
        flex-direction: column-reverse;
    }

    .usp-block .row,
    .blog-section .row:not(.row-blog-inner),
    .about-us-inner .row:not(.about-text) {
        flex-direction: column;
    }

    .hero-section .col5,
    .hero-section .col6,
    .usp-block .col4,
    .usp-block .col8,
    .blog-section .col4,
    .blog-section .col8,
    .about-us-inner .col4,
    .about-us-inner .col8 {
        width: 100%;
    }

    .hero-section .col6,
    .usp-block .col4,
    .blog-section .col4,
    .about-us-inner .col4 {
        margin-bottom: 40px;
    }

    .about-text-usp {
        width: 100%;
        margin-left: 0;
    }

    .about-text-usp ul li {
        width: 100%;
    }

    .network-nav {
        max-width: 98%;
    }

    .footer-main .row {
        gap: 40px 20px;
    }

    .footer-logo-wrap,
    .footer-newsletter {
        width: 48%;
        order: 1;
    }

    .footer-newsletter {
        order: 2;
    }

    .footer-social {
        width: 60%;
        order: 3;
    }

    .footer-nav {
        width: 100%;
        order: 4;
        max-width: 100%;
    }

    .footer-nav .footer-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .connect-us:after {
        height: 60%;
    }
}

@media (max-width:767px) {

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header .section-header-text.col8,
    .section-header .section-header-btn.col4 {
        width: 100%;
    }

    .section-header .section-header-btn {
        justify-content: flex-start;
        margin: 25px 0;
    }

    .hero-section .col6,
    .about-text .col5 {
        display: none;
    }

    .hero-section .col5 {
        text-align: center;
    }

    .blog-wrapper .col6,
    .about-text .col6,
    .footer-main .row>div {
        width: 100%;
    }

    .connect-us:after {
        height: 80%;
    }

    .partner-logo-item {
        width: calc(50% - 10px);
        padding: 22px 16px;
        aspect-ratio: 1 / 1;
    }

    .swiper-pagination-custom {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .partner-logo-item.large-logo-item {
        width: 100%;
        padding: 38px 24px;
        aspect-ratio: auto;
    }

    .blog-section,
    .about-us-inner,
    .events-block,
    .usp-block,
    .our-network {
        padding: 68px 0 60px;
    }

    .usp-item {
        flex: 1 1 100%;
        padding: 42px 36px 34px;
    }

    .partners-inner {
        padding: 60px 24px 65px;
        margin-bottom: 15px;
    }

    .blog-sum {
        flex-direction: column;
        gap: 8px;
    }

    .blog-sum>span {
        white-space: nowrap;
    }
}

/*--------------------------------------------------------------
# Swiper Network Section
--------------------------------------------------------------*/
.our-network-swiper {
    padding: 132px 0 80px;
    background-color: #F9F9F8;
}

.our-network-swiper .section-header-text * {
    color: #052D49;
}

.networkSwiper {
    overflow: hidden;
    margin-bottom: 20px;
}

.networkSwiper .swiper-wrapper {
    align-items: stretch;
}

/* Swiper container */
.networkSwiper {
    overflow: hidden;
    width: 100%;
    --network-swiper-speed: 500ms;
}

.networkSwiper .swiper-wrapper {
    align-items: stretch;
}

/* Slide widths - matches Slick layout */
.networkSwiper .swiper-slide {
    width: calc((100% - 80px) / 6);
    height: auto;
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    transition: transform var(--network-swiper-speed) ease-in-out;
}

.network-logo-item-swiper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    transition: width var(--network-swiper-speed) ease-in-out;
}

.network-logo-item-swiper img.network-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 0.3s ease-in-out;
}

.networkSwiper .swiper-slide-active .network-logo-item-swiper img.network-image {
    filter: none;
}

.networkSwiper .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
}

.network-text-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F8F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.networkSwiper .swiper-slide-active:hover .network-text-swiper {
    opacity: 1;
}

.network-text-swiper img.network-logo {
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: 0 auto 24px;
}

/* Swiper navigation */
.network-nav-swiper {
    width: 450px;
    max-width: 38%;
}

.network-item-detail-swiper {
    margin-bottom: 10px;
}

.network-item-detail-swiper .h3 {
    margin-bottom: 10px;
}

.network-item-detail-swiper p {
    padding: 0;
}

button.swiper-button-prev-custom,
button.swiper-button-next-custom {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #052D49 !important;
    border-radius: 10px;
    background: transparent !important;
    color: #052D49;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    font-size: 18px;
}

button.swiper-button-prev-custom:hover,
button.swiper-button-next-custom:hover {
    border-color: #B9CC33 !important;
    color: #B9CC33;
}

.network-nav-swiper .network-nav-btns {
    gap: 10px;
}

.swiper-pagination-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding: 0;
    justify-content: flex-start;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: none;
    border: 1px solid #A4BAE1;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    background: #A4BAE1;
    border-color: #A4BAE1;
    width: 32px;
    border-radius: 20px;
}

/* Ensure pagination container has height */
.swiper-pagination-custom:empty::before {
    content: '';
    display: block;
    height: 16px;
}

@media (max-width: 1200px) {
    .network-nav-swiper {
        max-width: 70%;
    }

    .networkSwiper .swiper-slide {
        width: calc((100% - 48px) / 4);
    }
}

@media (max-width: 767px) {
    .network-nav-swiper {
        max-width: 100%;
        width: 100%;
    }

    .network-logo-item-swiper img.network-image {
        height: 350px;
    }

    .our-network-swiper {
        padding: 68px 0 60px;
    }

    .networkSwiper .swiper-slide {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-hero {
    padding: 60px 0 50px;
    background-color: #F7F8F9;
    position: relative;
}

.contact-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: url(../images/shape-light.svg) no-repeat right top;
    opacity: .3;
    pointer-events: none;
}

.contact-hero-text {
    max-width: 50%;
}

.contact-hero-text p {
    padding-bottom: 0;
}

.contact-content {
    padding: 0 0 140px;
    background-color: #F7F8F9;
    position: relative;
}

.contact-info a {
    color: #A4BAE1;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.contact-info a:hover {
    color: #B9CC33;
}

.contact-wysiwyg-content p {
    margin-bottom: 0.5em;
    padding-bottom: 0;
}

.contact-wysiwyg-content ul {
    list-style: none;
    padding-left: 0;
}

.contact-wysiwyg-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.contact-wysiwyg-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #B9CC33;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 50px;
    padding: 40px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #D9D5CF;
}

.contact-detail-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-detail-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #A4BAE1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #052D49;
    font-size: 20px;
}

.contact-detail-item h5 {
    margin-bottom: 2px;
}

.contact-detail-item p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}


.contact-form-card {
    background-color: #052D49;
    padding: 50px 44px;
}

.contact-form-card h3,
.event-modal-card h3 {
    color: #F9F9F8;
    margin-bottom: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form .form-row {
    gap: 16px;
}

.contact-form .form-group-half {
    flex: 1;
}

.contact-form label {
    display: block;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    color: #F9F9F8;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    background-color: rgba(247, 248, 249, .1);
    border: 1px solid rgba(247, 248, 249, .25);
    border-radius: 10px;
    color: #F9F9F8;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(247, 248, 249, .4);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #B9CC33;
    background-color: rgba(247, 248, 249, .15);
}

.contact-form textarea {
    max-height: none;
    resize: vertical;
}

/* Gravity Forms styling — shared .ec-form class for all dark-bg forms */
.ec-form .gform_wrapper {
    margin: 0;
    padding: 0;
}

.ec-form .gform_wrapper .gform_fields {
    row-gap: 10px;
}

.ec-form .gform_wrapper .gfield--type-html {
    margin-bottom: -10px;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #F9F9F8;
}

.ec-form .gform_wrapper .gfield_label,
.ec-form .gform_wrapper .gform-field-label {
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    color: #F9F9F8 !important;
    margin-bottom: 8px;
}

.ec-form .gform_wrapper .gfield_required,
.gform_required_legend,
.gform_heading,
.gform_description {
    display: none;
}

.ec-form .gform_wrapper input[type="text"],
.ec-form .gform_wrapper input[type="email"],
.ec-form .gform_wrapper input[type="tel"],
.ec-form .gform_wrapper input[type="url"],
.ec-form .gform_wrapper input[type="number"],
.ec-form .gform_wrapper select,
.ec-form .gform_wrapper textarea {
    background-color: rgba(247, 248, 249, .1) !important;
    border: 1px solid rgba(247, 248, 249, .25) !important;
    border-radius: 10px !important;
    color: #F9F9F8 !important;
    padding: 14px 18px !important;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.ec-form .gform_wrapper select {
    padding: 0 18px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    padding-right: 48px !important;
}

.ec-form .gform_wrapper input::placeholder,
.ec-form .gform_wrapper textarea::placeholder {
    color: rgba(247, 248, 249, .4) !important;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ec-form .gform_wrapper input:focus,
.ec-form .gform_wrapper textarea:focus,
.ec-form .gform_wrapper select:focus {
    border-color: #B9CC33 !important;
    background-color: rgba(247, 248, 249, .15) !important;
    outline: none !important;
    box-shadow: none !important;
}

.ec-form .gform_wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

.ec-form .gform_wrapper .gform_footer,
.ec-form .gform_wrapper .gform-footer {
    padding: 0 !important;
    margin-top: 20px;
}

.ec-form .gform_wrapper .gform_button,
.ec-form .gform_wrapper input[type="submit"],
.ec-form .gform_wrapper button[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100% !important;
    background: #B9CC33 !important;
    color: #052D49 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 22px 10px !important;
    font-family: "please-display-vf" !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: .4s all ease-in-out;
}

.ec-form .gform_wrapper .gform_button:hover,
.ec-form .gform_wrapper input[type="submit"]:hover,
.ec-form .gform_wrapper button[type="submit"]:hover {
    background-color: #A4BAE1 !important;
}

.ec-form .gform_wrapper .gform_button i,
.ec-form .gform_wrapper button[type="submit"] i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: inherit !important;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
}

/* Checkbox styling */
.ec-form .gform_wrapper .gfield_checkbox label,
.ec-form .gform_wrapper .gchoice label {
    color: #F9F9F8 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
}

.ec-form .gform_wrapper .gchoice {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.ec-form .gform_wrapper .gfield_checkbox input[type="checkbox"],
.ec-form .gform_wrapper .gfield_radio input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    margin: 0 !important;
    margin-right: 8px !important;
    border: 2px solid rgba(247, 248, 249, .3) !important;
    border-radius: 5px !important;
    background: rgba(247, 248, 249, .1) !important;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.ec-form .gform_wrapper .gfield_radio input[type="radio"] {
    border-radius: 50% !important;
}

.ec-form .gform_wrapper .gfield_radio input[type="radio"]::before {
    display: none !important;
}

.ec-form .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked,
.ec-form .gform_wrapper .gfield_radio input[type="radio"]:checked {
    background: #B9CC33 !important;
    border-color: #B9CC33 !important;
}

.ec-form .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::after,
.ec-form .gform_wrapper .gfield_radio input[type="radio"]:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #052D49;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Radio label styling */
.ec-form .gform_wrapper .gfield_radio label {
    color: #F9F9F8 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
}

/* Links in forms */
.ec-form .gform_wrapper a {
    color: #B9CC33 !important;
    text-decoration: underline !important;
}

.ec-form .gform_wrapper a:hover {
    color: #A4BAE1 !important;
}

/* White text */
.ec-form p,
.ec-form .gform_wrapper p {
    color: #F9F9F8 !important;
}

.ec-form .gform_wrapper .gfield--type-product label,
.ec-form .gform_wrapper .gfield--type-total label {
    color: #F9F9F8 !important;
}

/* Product/totaal veld: € prefix buiten het invoerveld */
.ec-form .gform_wrapper .ec-price-field {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ec-form .gform_wrapper .ec-price-field > label {
    width: 100%;
}
.ec-form .gform_wrapper .ec-currency-prefix {
    display: flex;
    align-items: center;
    background-color: rgba(247, 248, 249, .18);
    border: 1px solid rgba(247, 248, 249, .25);
    border-right: none;
    border-radius: 10px 0 0 10px;
    color: #F9F9F8;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    flex-shrink: 0;
}
.ec-form .gform_wrapper .ec-currency-prefix + input {
    border-radius: 0 10px 10px 0 !important;
    border-left: none !important;
    flex: 1;
    min-width: 0;
}
.ec-form .gform_wrapper .ec-price-field:focus-within .ec-currency-prefix {
    border-color: #B9CC33 !important;
    background-color: rgba(247, 248, 249, .15);
}
.ec-form .gform_wrapper .ec-price-field:focus-within .ec-currency-prefix + input {
    border-color: #B9CC33 !important;
}
.ec-form .gform_wrapper .ec-price-field .ec-currency-prefix + input:focus {
    outline: none !important;
}

/* Section break */
.ec-form .gform_wrapper .gsection {
    border-bottom: none !important;
    border-top: none !important;
    margin-top: 10px;
    padding-bottom: 0;
}

.ec-form .gform_wrapper .gsection_title {
    color: #F9F9F8 !important;
    font-family: "please-display-vf";
    font-weight: 700;
}

/* Validation */
.ec-form .gform_wrapper .gfield_error .gfield_label {
    color: #F9F9F8 !important;
}

.ec-form .gform_wrapper .gfield_error input,
.ec-form .gform_wrapper .gfield_error textarea {
    border-color: #ff6b6b !important;
}

.ec-form .gform_wrapper .validation_message {
    color: #ff6b6b !important;
    font-size: 13px;
}

.ec-form .gform_wrapper .gform_validation_errors {
    background-color: rgba(255, 107, 107, .1) !important;
    border: 1px solid #ff6b6b !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    box-shadow: none !important;
}

.ec-form .gform_wrapper .gform_validation_errors h2,
.ec-form .gform_wrapper .gform_validation_errors .gform_submission_error {
    color: #ff6b6b !important;
    font-size: 16px;
    font-weight: 400;
}

.ec-form .gform_wrapper .gform_validation_errors .gform-icon {
    color: #ff6b6b !important;
}

/* Confirmation message */
.ec-form .gform_confirmation_message {
    color: #F9F9F8 !important;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

/* Description text */
.ec-form .gform_wrapper .gform_description,
.ec-form .gform_wrapper .gfield_description {
    color: rgba(247, 248, 249, .6);
}

/* Override GF theme CSS variables */
.ec-form .gform_wrapper.gform-theme {
    --gf-color-in-ctrl: rgba(247, 248, 249, .1);
    --gf-color-in-ctrl-contrast: #F9F9F8;
    --gf-color-in-ctrl-darker: rgba(247, 248, 249, .15);
    --gf-color-out-ctrl-dark: #F9F9F8;
    --gf-color-out-ctrl-dark-darker: #F9F9F8;
    --gf-ctrl-border-color: rgba(247, 248, 249, .25);
    --gf-ctrl-bg-color: rgba(247, 248, 249, .1);
    --gf-ctrl-color: #F9F9F8;
    --gf-ctrl-color-hover: #F9F9F8;
    --gf-ctrl-color-focus: #F9F9F8;
    --gf-ctrl-icon-color: rgba(247, 248, 249, .6);
    --gf-ctrl-icon-color-hover: #F9F9F8;
    --gf-ctrl-icon-color-focus: #F9F9F8;
    --gf-ctrl-placeholder-color: rgba(247, 248, 249, .4);
    --gf-ctrl-label-color-primary: #F9F9F8;
    --gf-ctrl-label-color-secondary: rgba(247, 248, 249, .6);
    --gf-ctrl-desc-color: rgba(247, 248, 249, .6);
    --gf-color-primary: #B9CC33;
    --gf-color-primary-contrast: #052D49;
    --gf-radius: 10px;
}

/* Footer newsletter overrides */
.footer-newsletter .newsletter-form.ec-form {
    padding: 0;
    background-color: transparent;
}

.footer-newsletter .newsletter-form .gform_wrapper .gfield {
    grid-column: 1 / -1 !important;
}

.footer-newsletter .newsletter-form .gform_wrapper .gfield_label,
.footer-newsletter .newsletter-form .gform_wrapper .gform-field-label {
    display: block;
    color: #F9F9F8;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

/* GF List field add/delete buttons */
.gform_wrapper .add_list_item {
    background-color: #B9CC33 !important;
    color: #052D49 !important;
    border: none !important;
}

.gform_wrapper .delete_list_item {
    background-color: #D94040 !important;
    color: #fff !important;
    border: none !important;
}

@media (max-width: 1199px) {
    .contact-content .row {
        flex-direction: column;
    }

    .contact-content .col5,
    .contact-content .col6 {
        width: 100%;
    }

    .contact-info {
        margin-bottom: 60px;
    }

    .contact-hero-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-form .form-row {
        flex-direction: column;
    }

    .contact-details {
        grid-template-columns: 1fr;
    }

    .contact-hero {
        padding: 30px 0 40px;
    }

    .contact-content {
        padding: 0 0 68px;
    }

    .contact-form-card {
        padding: 36px 24px;
    }

}

/*--------------------------------------------------------------
# Members Page (Leden)
--------------------------------------------------------------*/
.members-section {
    padding: 0 0 140px;
    background-color: #F7F8F9;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

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

.member-image {
    overflow: hidden;
    margin-bottom: 20px;
}

.member-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: grayscale(1);
    transition: filter 0.3s ease-in-out;
}

.member-card:hover .member-image img {
    filter: none;
}

.member-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.member-info-text {
    flex: 1;
    min-width: 0;
}

.member-info h4 {
    margin-bottom: 0;
}

.member-info p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #6b7280;
}

.member-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
    max-width: 148px;
}

.member-socials li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #052D49;
    background: transparent;
    color: #052D49;
    font-size: 16px;
    transition: .3s all ease-in-out;
}

.member-socials li a:hover {
    border-color: #B9CC33;
    color: #B9CC33;
}

.members-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
}

.members-pagination a {
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.pagination-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #D9D5CF;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    color: #052D49;
}

.pagination-num:hover,
.pagination-num.active {
    background-color: #B9CC33;
    border-color: #B9CC33;
    color: #052D49;
}

.pagination-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #052D49;
    color: #052D49;
    font-size: 16px;
}

.pagination-arrow:hover {
    border-color: #B9CC33;
    color: #B9CC33;
}

.members-cta {
    background-color: #A4BAE1;
    padding: 80px 0;
}

.members-cta-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.members-cta-inner h2 {
    margin-bottom: 15px;
}

.members-cta-inner p {
    padding-bottom: 0;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .members-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 767px) {
    .members-section {
        padding: 0 0 68px;
    }

    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .member-image img {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .member-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .member-socials {
        width: 100%;
    }

    .members-pagination {
        margin-top: 40px;
    }

    .members-cta {
        padding: 60px 0;
    }
}

/*--------------------------------------------------------------
# About Page (Over ons)
--------------------------------------------------------------*/
.about-block-section {
    padding: 70px 0;
    background-color: #F7F8F9;
}

.about-block-section:first-of-type {
    padding-top: 0;
}

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

.about-block-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.about-block-text {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-block-text h2 {
    margin-bottom: 20px;
}

.about-block-text p {
    padding-bottom: 20px;
}

.about-block-text .btn {
    align-self: flex-start;
    margin-top: 10px;
}

.about-block-flipped .about-block-text {
    padding-left: 0;
    padding-right: 60px;
}

/* Light blue block */
.about-block-blue {
    background-color: #A4BAE1;
}

.about-block-blue h2,
.about-block-blue p {
    color: #052D49;
}

/* Dark navy block */
.about-block-dark {
    background-color: #052D49;
}

.about-block-dark h2,
.about-block-dark p,
.about-block-dark ul,
.about-block-dark ol,
.about-block-dark li {
    color: #F9F9F8;
}

/* Full-width text */
.about-fulltext-section {
    padding: 160px 0;
    background-color: #F7F8F9;
}

.about-fulltext {
    max-width: 80%;
    margin: 0 auto;
}

.about-fulltext.ec-content-width-100 {
    max-width: 100%;
}

.about-fulltext.ec-content-width-90 {
    max-width: 90%;
}

.about-fulltext.ec-content-width-80 {
    max-width: 80%;
}

.about-fulltext.ec-content-width-70 {
    max-width: 70%;
}

.about-fulltext.ec-content-width-60 {
    max-width: 60%;
}

.about-fulltext.ec-content-width-50 {
    max-width: 50%;
}

.about-fulltext p:last-child {
    padding-bottom: 0;
}

.about-fulltext a {
    color: #052D49;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about-fulltext a:hover {
    color: #B9CC33;
}

.about-fulltext strong,
.about-fulltext b {
    font-weight: 700;
}

/* Photo album */
.photo-album {
    padding: 0 0 140px;
    background-color: #F7F8F9;
    position: relative;
    overflow: hidden;
}

.photo-album::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape-light.svg) no-repeat right top 15%;
    background-size: auto 60%;
    z-index: 0;
    pointer-events: none;
}

.photo-album .container {
    position: relative;
    z-index: 1;
}

.photo-album .contact-hero-text {
    margin-bottom: 50px;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.photo-grid-item {
    overflow: hidden;
    cursor: pointer;
    transition: opacity .3s ease;
}

.photo-grid-item:hover {
    opacity: .85;
}

.photo-grid-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .photo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .about-block {
        flex-direction: column;
    }

    .about-block .col6 {
        width: 100%;
    }

    .about-block-image img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .about-block-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    .about-block-flipped .about-block-text {
        padding-left: 15px;
        padding-right: 15px;
        order: 2;
    }

    .about-block-flipped .about-block-image {
        order: 1;
    }

    .about-fulltext {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-block-section {
        padding: 40px 0;
    }

    .about-block-section:first-of-type {
        padding-top: 0;
    }

    .about-fulltext-section {
        padding: 40px 0;
    }

    .photo-album {
        padding: 0 0 68px;
    }

    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/
.events-listing {
    padding: 70px 0;
    background-color: #F7F8F9;
}

.event-item {
    overflow: hidden;
}

.event-item-main {
    align-items: stretch;
}

.event-item-image {
    position: relative;
}

.event-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-item-content {
    padding: 40px 50px;
}

.event-item-content h2 {
    margin-bottom: 20px;
}

.event-item-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-item-meta li {
    font-size: 15px;
    font-weight: 400;
    color: #6b7280;
    padding-bottom: 0;
}

.event-item-meta li i {
    color: #A4BAE1;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.event-item-content p {
    padding-bottom: 20px;
}

.event-item-buttons {
    gap: 20px;
}

.event-item-buttons .btn-link {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.event-item-buttons .btn-link i {
    transition: transform .3s ease;
}

/* Blue event section (full-width) */
.event-item-blue {
    background-color: #A4BAE1;
    padding: 70px 0;
}

.event-item-blue .event-item {
    padding: 0;
}

.event-item-blue h2,
.event-item-blue p,
.event-item-blue .event-item-meta li {
    color: #052D49;
}

.event-item-blue .event-item-meta li i {
    color: #052D49;
    opacity: .5;
}

.event-item-blue .btn-link {
    color: #052D49;
}

.event-item-blue .event-item-extra {
    border-top-color: rgba(5, 45, 73, .15);
}

/* Expandable extra content */
.event-item-extra {
    display: none;
    padding: 0;
    margin-bottom: 20px;
}

.event-item-extra p:last-child {
    padding-bottom: 0;
}

/* Event signup modal */
.event-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.event-modal.active {
    opacity: 1;
    visibility: visible;
}

.event-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 45, 73, .92);
}

.event-modal-card {
    position: relative;
    z-index: 1;
    background: #052D49;
    padding: 50px;
    width: 100%;
    max-width: 640px;
    max-height: 90vh;
    overflow-y: auto;
}

.event-modal-card h3 {
    color: #F9F9F8;
    margin-bottom: 30px;
}

.event-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #F9F9F8;
    font-size: 20px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s ease;
}

.event-modal-close:hover {
    color: #B9CC33;
}

.event-modal-form .form-group {
    margin-bottom: 20px;
}

.event-modal-form label {
    display: block;
    color: #F9F9F8;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.event-modal-form input[type="text"],
.event-modal-form input[type="email"] {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #F9F9F8;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    transition: border-color .3s ease;
}

.event-modal-form input[type="text"]:focus,
.event-modal-form input[type="email"]:focus {
    outline: none;
    border-color: #B9CC33;
}

.event-modal-form input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.form-group-checkbox {
    margin-bottom: 20px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #B9CC33;
    cursor: pointer;
}

.checkbox-label span {
    color: #F9F9F8;
    font-size: 16px;
}

.guest-fields {
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .event-item-main {
        flex-direction: column;
    }

    .event-item-main .col4,
    .event-item-main .col8 {
        width: 100%;
    }

    .event-item-blue .event-item-image {
        order: -1;
    }

    .event-item-image img {
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
    }

    .event-item-content {
        padding: 30px;
    }

    .event-item-blue {
        padding: 68px 0;
    }
}

@media (max-width: 767px) {
    .events-listing {
        padding: 0 0 68px;
    }

    .event-item-content {
        padding: 24px 20px;
    }

    .event-item-meta {
        flex-direction: column;
        gap: 6px;
    }


    .event-modal-card {
        padding: 30px 24px;
        margin: 15px;
    }
}

/*--------------------------------------------------------------
# Blog Grid (Actueel)
--------------------------------------------------------------*/
.blog-grid-section {
    padding: 70px 0;
    background-color: #F7F8F9;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-grid-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

.blog-grid-card:hover {
    box-shadow: 0 8px 30px rgba(5, 45, 73, .1);
}

.blog-grid-card:hover .btn {
    background-color: #B9CC33;
    color: #052D49;
}

.blog-grid-card-image {
    overflow: hidden;
}

.blog-grid-card-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.blog-grid-card:hover .blog-grid-card-image img {
    transform: scale(1.03);
}

.blog-grid-card-content {
    padding: 30px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-grid-card-content .btn {
    margin-top: auto;
    display: inline-flex;
    align-self: center;
}

.blog-grid-cat {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.blog-grid-card-content h3 {
    color: #052D49;
    margin-bottom: 15px;
}

.blog-grid-card-content p {
    color: #052D49;
    padding-bottom: 20px;
}



@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .blog-grid-section {
        padding: 0 0 68px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-grid-card-content {
        padding: 24px 20px;
    }
}

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 45, 73, .92);
}

.lightbox-content {
    position: relative;
    max-width: 80%;
    max-height: 80vh;
    z-index: 1;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    border-radius: 20px;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    background: none;
    border: 2px solid rgba(255, 255, 255, .3);
    color: #F9F9F8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    border-color: #B9CC33;
    color: #B9CC33;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: 2px solid rgba(255, 255, 255, .3);
    color: #F9F9F8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    border-color: #B9CC33;
    color: #B9CC33;
}

.lightbox-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.lightbox-counter {
    color: #F9F9F8;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
}

.lightbox-download {
    color: #F9F9F8;
    text-decoration: none;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, .3);
    padding: 10px 20px;
    border-radius: 30px;
    transition: .3s all ease-in-out;
}

.lightbox-download:hover,
.lightbox-download:focus,
.lightbox-download:active {
    border-color: #B9CC33;
    color: #B9CC33;
}

.lightbox-download i,
.lightbox-download-all i {
    margin-right: 8px;
}

.lightbox-download-all {
    color: #F9F9F8;
    text-decoration: none;
    font-family: "please-display-vf";
    font-weight: 700;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, .3);
    padding: 10px 20px;
    border-radius: 30px;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.lightbox-download-all:hover,
.lightbox-download-all:focus,
.lightbox-download-all:active {
    border-color: #B9CC33;
    color: #B9CC33;
}

@media (max-width: 767px) {
    .lightbox-content {
        max-width: 90%;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-prev,
    .lightbox-next,
    .lightbox-close {
        width: 44px;
        height: 44px;
    }

    .lightbox-close {
        top: 15px;
        right: 15px;
    }
}

/* Content 70% block */
.content70-section {
    padding: 60px 0;
}

.content70-section + .content70-section {
    padding-top: 70px;
}

.content70-inner {
    width: 70%;
    max-width: 980px;
    margin: 0 auto;
}

.content70-wysiwyg h2,
.content70-wysiwyg h3 {
    margin-bottom: 16px;
}

.content70-wysiwyg p {
    margin-bottom: 0.5em;
    padding-bottom: 0;
}

.content70-wysiwyg a {
    color: #052D49;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.content70-wysiwyg a:hover {
    color: #B9CC33;
}

.content70-wysiwyg strong,
.content70-wysiwyg b {
    font-weight: 700;
}

.content70-wysiwyg ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #B9CC33;
    margin-right: 10px;
}

.content70-wysiwyg ul li {
    list-style: none;
    margin-bottom: 6px;
}

.content70-wysiwyg ul {
    padding-left: 0;
}

.content70-bg-blue {
    background-color: #A4BAE1;
}

.content70-bg-blue h2,
.content70-bg-blue h3,
.content70-bg-blue p,
.content70-bg-blue li {
    color: #052D49;
}

.content70-bg-dark {
    background-color: #052D49;
}

.content70-bg-dark h2,
.content70-bg-dark h3,
.content70-bg-dark p,
.content70-bg-dark li {
    color: #F9F9F8;
}



.content70-form-card {
    background-color: #052D49;
    padding: 50px 44px;
}

.content70-form-card h3 {
    color: #F9F9F8;
    margin-bottom: 20px;
}

.content70-form-desc {
    color: rgba(249, 249, 248, 0.7);
    font-size: 15px;
    margin-bottom: 0;
}

.content70-form-footer {
    margin-top: 20px;
    font-size: 13px;
    color: rgba(249, 249, 248, 0.6);
    line-height: 1.5;
}

.content70-form-footer a {
    color: #B9CC33;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .content70-inner {
        width: 85%;
    }

    .content70-form-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .content70-inner {
        width: 92%;
    }

    .content70-section {
        padding: 40px 0;
    }

    .content70-form-card {
        padding: 30px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .networkSwiper .swiper-slide,
    .network-logo-item-swiper {
        transition: none;
    }
}

