.simple-hero {
    height: 456px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    color: white;
    padding: 100px 20px;
}

/* Fade overlay */
.simple-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 25%,
        rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.simple-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    z-index: 999;
    text-align: start;
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 150px 35px 0;
}

@media (max-width: 535px) {
    .hero-content {
        padding: 80px 35px 0;
    }
}

.hero-titel {
    font-size: 44px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 5px;
}

@media (max-width: 699px) {
    .hero-titel-oo {
        font-size: 30px !important;
    }

    .hero-tekst {
        font-size: 18px !important;
    }
}

@media (max-width: 380px) {
    .hero-titel-oo {
        font-size: 26px !important;
    }

    .hero-tekst {
        font-size: 16px !important;
    }

    .hero-button {
        font-size: 16px !important;
        height: 40px !important;
        width: 186px !important;
        padding: 0 !important;

    }
}

.hero-tekst {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 30px;
}

.hero-button {
    font-size: 18px;
    font-weight: 400 !important;
    text-decoration: none !important;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;          
    width: 239px;
    height: 50px;
    background-color: #4D6D48;
    color: white;
    padding: 0;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: background-color 0.3s ease;
    gap: 30px;
    line-height: 1;
}

.hero-button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='white' d='M598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L470.6 169.3C458.1 156.8 437.8 156.8 425.3 169.3C412.8 181.8 412.8 202.1 425.3 214.6L498.7 288L64 288C46.3 288 32 302.3 32 320C32 337.7 46.3 352 64 352L498.7 352L425.3 425.4C412.8 437.9 412.8 458.2 425.3 470.7C437.8 483.2 458.1 483.2 470.6 470.7L598.6 342.7z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    transition: transform 0.55s 
cubic-bezier(.2, .9, .3, 1);
}

.hero-button:hover::after {
    transform: rotate(0deg);
}

.hero-button:hover {
    background-color: transparent;
    border: 2px solid #fff;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #4F7046;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s ease;
    height: 50px;
    width: 238px;
    border: 2px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
    gap: 30px;
    padding: 0;
    line-height: 1;
}

.cta-button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='white' d='M598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L470.6 169.3C458.1 156.8 437.8 156.8 425.3 169.3C412.8 181.8 412.8 202.1 425.3 214.6L498.7 288L64 288C46.3 288 32 302.3 32 320C32 337.7 46.3 352 64 352L498.7 352L425.3 425.4C412.8 437.9 412.8 458.2 425.3 470.7C437.8 483.2 458.1 483.2 470.6 470.7L598.6 342.7z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    transition: transform 0.55s 
    cubic-bezier(.2, .9, .3, 1);
}

.cta-button:hover {
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
}


.cta-button:hover::after {
    transform: rotate(0deg);
}


.onder-gradient {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

@media (max-width: 799px) {
    .onder-gradient {
        height: 60px;
    }
}