.elementor-672 .elementor-element.elementor-element-519b0be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b245c3f *//* Stijlen voor het bedankblok */
.bedankt-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px auto;
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.bedankt-card h1 {
    color: #D36E28;
    font-size: 28px;
    margin-bottom: 20px;
}

.bedankt-card h2 {
    color: #8F3514;
    font-size: 22px;
    margin-bottom: 20px;
}

.bedankt-card p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #41352D;
}

.highlight {
    font-weight: bold;
    color: #8F3514;
}

.bedankt-divider {
    height: 3px;
    background: linear-gradient(to right, #F3E9D8, #D36E28, #F3E9D8);
    margin: 30px 0;
    border: none;
}

.bedankt-cta-button {
    display: inline-block;
    background-color: #D36E28;
    color: white !important;
    padding: 12px 24px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.bedankt-cta-button:hover {
    background-color: #8F3514;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Verbeterde vinkje animatie met donkere achtergrond */
.success-checkmark {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #D36E28;
    border: 4px solid #D36E28;
}

.check-icon .icon-line {
    height: 5px;
    background-color: white;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 46px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}/* End custom CSS */