body {
    background: #FBF7F0 !important;
    color: #003132;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1, .h1,
h2, .h2,
h4, .h4,
button.btn, a.btn,
.countup,
.filter-text,
button.filter-btn,
.team-name,
.navbar a,
.hero-f-huge,
.hero-f-big,
.breadcrumb-link,
footer h5 {
    font-family: "Crossfit", sans-serif;
    font-weight: 900;
    font-style: normal;
}

h3, .h3 {
    font-family: "Crossfit", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

.container-padding-lg{
    padding-left: 200px;
    padding-right: 200px;
}

.container-padding-sm{
    padding-left: 100px;
    padding-right: 100px;
}

.hand-left {
    background-image: url(/frontend/themes/twg/assets/images/hand-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 500px;
    position: fixed;
    left: -20px;
    top: 100px;
    z-index: -1;
}

.hand-right {
    background-image: url(/frontend/themes/twg/assets/images/hand-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 500px;
    position: fixed;
    right: -20px;
    top: 70vh;
    z-index: -1;
}

.text-black {
    color: #003132 !important
}

.bg-dark {
    background-color: #003132 !important
}

.navbar {
    margin-top: 50px;
    border-radius: 45px !important;
    padding: 15px;
    font-size: 20px;
}

.nav-link {
    color: #003132;
    transition: all 0.3s ease;
    width: fit-content;
}

.nav-link.active {
    border-bottom: 5px solid #003132;
}

.navbar-toggler{
    border: none !important;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .dropdown-item{
    color: #003132 !important;
}

.nav-link:hover{
    text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    transition: all 0.3s ease;
}

.btn {
    border-radius: 200px !important;
}

.btn:hover {
    box-shadow: 0 0px 15px rgba(0,0,0,0.20);
    scale: 1.05;
}

.btn-lg {
    padding: 12px 20px;
}

.btn-orange, .btn-orange:hover {
    background-color: #F6A833;
    border-color: #F6A833;
    transition: all 0.3s ease;
}

.btn-blue, .btn-blue:hover {
    background-color: #20b5ea;
    border-color: #20b5ea;
    transition: all 0.3s ease;
}

.btn-blue-light, .btn-blue-light:hover {
    background-color: #a2d8ef;
    border-color: #a2d8ef;
    transition: all 0.3s ease;
}

.btn-yellow, .btn-yellow:hover {
    background-color: #f7e367;
    border-color: #f7e367;
    transition: all 0.3s ease;
}

.btn-green, .btn-green:hover {
    background-color: #7ec399;
    border-color: #7ec399;
    transition: all 0.3s ease;
}

.btn-pink, .btn-pink:hover {
    background-color: #ed6c84;
    border-color: #ed6c84;
    transition: all 0.3s ease;
}

.btn-pink-light, .btn-pink-light:hover {
    background-color: #f5bcc1;
    border-color: #f5bcc1;
    transition: all 0.3s ease;
}

.btn-purple, .btn-purple:hover {
    background-color: #a693c6;
    border-color: #a693c6;
    transition: all 0.3s ease;
}

.btn-dark.active {
    background-color: #212529;
    border-color: #212529;
}

h1 {
    font-size: 12em;
    line-height: 1;
    position: relative;
    z-index: 2;
}

h2 {
    font-size: 6em;
    line-height: 1;
}

h3 {
    font-size: 2.5em;
    line-height: 1;
}

h4 {
    font-size: 1.5em;
    line-height: 1;
}

.text-content ol li,
.text-content ul li,
.text-content p,
p {
    font-size: 24px;
    line-height: 1.4;
}

.m-hero-small {
    margin-top: 200px;
}

.f-inter {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
}

.f-huge {
    font-size: 300px;
    margin-top: -40px;
}

.hero-f-huge {
    font-size: 28em;
    margin-top: -190px;
    margin-bottom: -150px;
}

.hero-f-big {
    font-size: 10em;
}

.hero {
    font-family: "Crossfit", sans-serif !important;
    font-weight: 900;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.drop-shadow-bg {
    position: relative;
    z-index: 0;
}

.drop-shadow-bg::after {
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FBF7F0;
    filter: blur(5px);
    -webkit-box-shadow:0px 0px 100px 100px #FBF7F0;
    -moz-box-shadow: 0px 0px 100px 100px #FBF7F0;
    box-shadow: 0px 0px 100px 100px #FBF7F0;
}

.hero-large-height{
    min-height: calc(100vh - 92px) !important;
}

.dropdown-menu{
    border: none !important;
}

.magic-word {
    background: linear-gradient(
        45deg,
        #75ba8f,
        #f3b4b9,
        #2babe2,
        #f6e46d,
        #75ba8f
    );
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.pulse-infinite {
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    will-change: unset;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1) translateZ(0) perspective(1px);
    }
    50% {
        transform: scale(1.148, 1.148) translateZ(0) perspective(1px);
    }
    100% {
        transform: scale(1, 1) translateZ(0) perspective(1px);
    };
}

#icon-rain {
    position: absolute;
    z-index: -1;
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.falling-icon {
    position: absolute;
    will-change: transform;
    opacity: 0.9;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.image-card {
    position: relative;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    overflow: hidden;
    transition-delay: 0.15s;

    /* Super smooth animation */
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.image-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    transition-delay: 0.15s;
}



.image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 49, 50, 1) 0%,      /* onderaan 100% zwart */
        rgba(0, 49, 50, 0.7) 30%,   /* zacht naar boven */
        rgba(0, 49, 50, 0) 70%      /* bovenaan transparant */
    );
}

.image-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    color: #fff;
    z-index: 1; /* boven de gradient */
}

.text-image-card {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;     /* vergelijkbaar met je ontwerp */
    min-height: 500px;
}

.text-icon {
    position: absolute;
    width: 72px;   /* pas aan naar jouw icoon */
    height: auto;
}

.text-icon-top-left {
    top: -18px;
    left: 24px;
}

.text-icon-bottom-right {
    bottom: -18px;
    right: 24px;
}

.brand-card {
    position: relative;
    border-radius: 0.5rem;
    min-height: 750px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.brand-logo-wrapper {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.brand-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.number-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #00423E; /* jouw donkergroen */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: #00423E;
}

.gallery-item {
    position: relative;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    background-size: cover;
    background-position: center;
    height: 220px;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.team-member {
    text-align: center;
    transition: transform 0.3s ease;
}

.team-photo {
    width: 200px;
    height: 200px;
    background: #bfbfbf;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
}

.team-name {
    margin-top: 0.75rem;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.team-member:hover .team-photo {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.20);
}

.team-member:hover .team-name {
    color: #00423E; /* jouw donkergroen */
}

.hidden-lg{
    display: none !important;
}

.breadcrumb-link {
    position: relative;
    z-index: 1;
}

.hero-small-f-big{
    font-size: 12em;
    user-select: none;
    position: relative;
    z-index: 0;
}

.hero-small-f-small{
    font-size: 8em;
    user-select: none;
    position: relative;
    z-index: 0;
}

.object-fit{
    min-width:100%;
    object-fit: cover;
}

.accordion-item {
    border-color: #003132 !important;
}
.accordion-button, .accordion-item {
    background: #FBF7F0;
}
.accordion-button:not(.collapsed) {
    background: #003132;
    color: white;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.twg-steps h1,
.twg-steps h4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;

    /* jouw titel-stijl */
    font-family: 'Anton', sans-serif; /* of via .anton-regular in plaats van hier */
    text-transform: uppercase;
    font-size: 2rem;          /* adjust naar je design */
}

/* Het nummer in <strong> wordt een cirkel */
.twg-steps h1 > strong,
.twg-steps h1 > b,
.twg-steps h4 > strong,
.twg-steps h4 > b {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #023C39;   /* randkleur zoals in je screenshot */

    font-family: 'Anton', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #023C39;

    flex-shrink: 0;
}

/* Paragraaf onder de titel: uitgelijnd met de titeltekst, niet met de cirkel */
.twg-steps h1 + p,
.twg-steps h4 + p {
    margin-left: 56px;  /* ongeveer (width 40 + border + gap). Fine-tunen naar smaak */
    margin-bottom: 2rem;

    /* jouw body-font */
    font-family: 'Inter';
    font-weight: 200; /* match met inter-200 / light */
    line-height: 1.6;
}

/* Als je meerdere paragrafen na elkaar onder één titel wil */
.twg-steps h1 + p + p,
.twg-steps h1 + p + p + p,
.twg-steps h4 + p + p,
.twg-steps h4 + p + p + p {
    margin-left: 56px;
}

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  z-index: 999;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  background-color: black;
  border: 1px solid black;
  width: 48px;
  height: 48px;
  padding: 0px !important;
}

.back-to-top:focus,.back-to-top:active,.back-to-top:hover, .back-to-top:visited {
  background-color: black !important;
  border: 1px solid black !important;
}

#twg-cookie-popup h3{
    text-transform: uppercase !important;
}

#twg-cookie-popup strong, #twg-cookie-popup label{
    font-family: 'Inter' !important;
}

#twg-cookie-toggle-button:hover{
    background-color: black !important;
    border: 1px solid black !important;
}

footer{
    z-index: 1;
    position: relative;
}

footer ul{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

footer .logo-footer {
    width: 150px !important;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item.focus, .dropdown-item:focus {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg);
}

@media only screen and (max-width: 1800px) {
    .hand-left{
        width: 200px;
        height: 500px;
    }

    .hand-right{
        width: 200px;
        height: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    .f-huge{
        font-size: 250px !important;
        margin-top: -35px;
    }

    .container-padding-lg{
        padding-left: 150px;
        padding-right: 150px;
    }

    .hidden-md{
        display: none !important;
    }

    .hero-f-huge{
        font-size: 20em;
        margin-top: -150px;
        margin-bottom: -150px;
    }
}

@media only screen and (max-width: 991px) {
    h2{
        font-size: 5em !important;
    }

    .container-padding-lg{
        padding-left: 75px;
        padding-right: 75px;
    }

    .f-huge{
        font-size: 200px !important;
        margin-top: -25px;
    }

    .hero-f-huge{
        font-size: 18em;
        margin-top: -140px;
        margin-bottom: -150px;
    }

    .hero-f-big{
        font-size: 7em;
    }

    .hero-small-f-big{
        font-size: 7em;
    }

    .hero-small-f-small{
        font-size: 7em;
    }

    .hidden-sm{
        display: none !important;
    }

    .hidden-md{
        display: block !important;
    }

    .hidden-lg{
        display: block !important;
    }

    .m-hero-small{
        margin-top: 96px
    }
}

@media only screen and (min-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1140px; /* zelf kiezen */
        z-index: 1030;
    }

    .hero-large-height{
        min-height: calc(100vh - 85px);
    }

    .gallery-item-tall {
        height: 520px;
    }
    .gallery-item-medium {
        height: 460px;
    }

    .image-card-wrapper:nth-child(2),
    .image-card-wrapper:nth-child(4) {
        margin-top: -30px; /* speels effect — pas aan */
    }
}

@media only screen and (max-width: 767px) {

    .f-huge{
        font-size: 160px !important;
        margin-top: -20px;
    }
    .hero-f-huge{
        font-size: 13em;
        margin-top: -110px;
        margin-bottom: -150px;
    }

    .hero-f-big{
        font-size: 7em;
    }

    .mobile-icon{
        width: 25%;
    }

    footer{
        text-align: center !important;
    }
}

@media only screen and (max-width: 576px) {
    h2{
        font-size: 3em !important;
    }

    .brand-logo {
        width: 90px;
        height: 90px;
    }

    .team-photo {
        width: 90px;
        height: 90px;
    }

    .f-huge{
        font-size: 120px !important;
        margin-top: -15px
    }

    .hero-f-huge{
        font-size: 7em;
        margin-top: -50px;
        margin-bottom: -150px;
    }

    .hero-f-big{
        font-size: 3em;
    }

    .hidden-xs{
        display: none !important;
    }

    .container-padding-sm{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .container-padding-lg{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .hero-small-f-big{
        font-size: 4em;
    }

    .hero-small-f-small{
        font-size: 4em;
    }

    .filter-text{
        width: 100%;
    }
}
