/* custom css ws-2026 */
.header .logo img {
    max-height: 90px;
    margin-right: 0;
}

.alert-melding p {
    padding: 0 20px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: red;
}

section, .contact.section {
    padding: 60px 60px;
}

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

.contact .contact-card .contact-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--heading-color);
}

.form-control {
    height: auto;
    padding: 14px 20px;
    border-radius: 10px;
    background-color: 
 color-mix(in srgb, var(--background-color), #f5f8fd 30%) !important;
    border: 1px solid
 color-mix(in srgb, var(--default-color), transparent 90%);
    color: var(--default-color) !important;
    transition: all 0.3s ease;
}

#calendarReasonOther {
    font-size: 1rem;
}

.pricing-item.basic {
    border: lightgrey 1px solid;
}

.pricing .pricing-item.featured {
    border: 4px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}


.pricing .pricing-item.basic .pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

h1.eerste-titel {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    position: relative;
}

h1.eerste-titel:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.recent-img.custom {
    height: 412px;
}

button.startChat {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: 30px;
}

button.startChat:hover {
    background-color: 
 color-mix(in srgb, var(--accent-color), #000 15%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px 
 color-mix(in srgb, var(--accent-color), transparent 75%);
}

.spring_chat_message_verstuurd {
    bottom: -50px !important;
}

.spring_chat_message_bericht {
    padding: 0.5rem;
}

#spring_chat_overview .spring_chat_row[style="flex-direction: row; text-align: left;"] .spring_chat_message_bericht::before {
    bottom: -8px !important;
}

#spring_chat_overview .spring_chat_row .spring_chat_message_bericht::before {
    bottom: -7px !important;
}

body:not(.home) .header {
    background-color: #0b212b;
    max-height: 100px;
}

body:not(.home) main {
    margin-top: 100px;
}

.heading.has-banner {
    position: relative;
    background-size: cover;
    background-position: center;
}

.heading.has-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 6, 6, 0.6); /* donker tint */
    z-index: 1;
}

h1.heading-title.titel-wit {
    color: white;
    z-index: 1;
    position: relative;
}

.pricing .pricing-item.border-0 {
    --accent-color: rgba(from var(--surface-color, rgb(234, 124, 0)) clamp(0, calc(r - 100), 255) clamp(0, calc(g - 100), 255) clamp(0, calc(b - 100), 255) / .8);
    .btn-pricing {
        background-color: var(--accent-color);
        color: rgba(from var(--surface-color, rgb(234, 124, 0)) clamp(0, calc(r * 5 + 100), 255) clamp(0, calc(g * 5 + 100), 255) clamp(0, calc(b * 5 + 100), 255) / 1);
        text-shadow: 0 0 4px #000;
    }
}

#tips-posts.blog-posts .recent-img {
    height: fit-content;
}

.contact .contact-main-wrapper {
    grid-template-columns: none;
}

.privacy-terms > * {
    border-left: 2px solid #0b212b;
    padding-left: 4px;
}

@media screen and (max-width: 502px) {
    section.contact.section {
        padding: 0;
    }
}


@media screen and (max-width: 320px) {
   .contact .contact-content {
    width: 86%;
}

.section-title h2 {
    line-height: 27px;
}

.social-links {
    width: 100%;
}

.social-links.contact {
    width: 100%;
}
}

@media screen and (max-width: 497px) {
   .section-title h2::after {
    display: none;

}
}

@media screen and (max-width: 768px) {
   .experience-badge.aos-init.aos-animate {
    position: static;
}
}

.swiper-slide img {
    max-height: 200px;
    padding: 0 5px;
}
