﻿body, html {
    font-size: 16px;
    height: 100%;
    font-family: "Lato", sans-serif;
    background-color: #fff;
    padding-top: 0rem;
    font-weight: 400;
    font-style: normal;
}

.btn{
    border-radius:50px;
    font-size:1.1rem;
}

.btn-sm {
    --bs-btn-padding-y: 0.3rem;
    --bs-btn-padding-x: 0.7rem;
    font-size: 0.9rem !important;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}


a.link-blauw {
    color: #00868e;
}

a.link-blauw:hover,
a.link-blauw:active {
    color: #000;
}

.bg-slowyourlife-oranje {
    background-color: #e8722c;
}

.bg-slowyourlife-blauw {
    background-color: #00868e;
}

.btn-warning {
    background-color: #e8722c !important;
    border-color: #e8722c !important;
    color: #fff;
}

.btn-primary {
    background-color: #00868e;
    border-color: #00868e;
}

.btn-secondary {
    background-color: #000;
    border-color: #000;
}

    .btn-secondary:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000;
    }

.btn-primary:active {
    background-color: #1b5152 !important; /* Darker shade on click */
    border-color: #1b5152 !important;
}

.btn-primary:focus {
    background-color: #1b5152;
    border-color: #1b5152;
}

.btn-primary:hover {
    background-color: #1b5152;
    border-color: #1b5152;
}

.btn-primary.disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.body-pd {
    padding-top: 80px;
}

.logo-checkout {
    min-width: 150px;
    height: auto;
}

.logo {
    min-width: 150px;
    height: auto;
}

.nav {
    --bs-nav-link-padding-x: 0.6rem !important;
    --bs-nav-link-padding-y: 0.5rem !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #00868e;
}

.nav-tabs .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
}

.form-disabled {
    background-color: #ececec;
    border-color: #ccc;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.swiper-button-next-dark, .swiper-button-prev-dark {
    color: #000 !important;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
}

.mySwiperImages2 {
    height: 80%;
    width: 100%;
}

.mySwiperImages {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .mySwiperImages .swiper-slide-images {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiperImages .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-slide-images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    color: #000;
}

.custom-offcanvas{
    max-width:90%;
}

.icon-top {
    font-size:1.75rem;
}

.steptext{
    font-size:0.6rem;
}

.form-check-input {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #00868e;
    border-color: #00868e;
    box-shadow: none !important;
}
.status-small {
    font-size:0.8rem;
}

@media (min-width: 992px) {
    .status-small {
        font-size: 1rem;
    }

    .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }

    .steptext {
        font-size: 1rem;
    }

    .body-pd {
        padding-top: 150px;
    }

    .offcanvas-start {
        width: 500px !important;
    }

    .logo {
        min-width: 240px;
        height: auto;
    }

    .display-1 {
        line-height: 4rem;
        margin-bottom: 2rem;
    }

    .icon-top {
        font-size: 2rem;
    }
}

/* Remove default pill styles */
.nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 2px solid transparent;
    color: #000 !important;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Add active state */
.nav-pills .nav-link.active {
    border-bottom-color: #00868e;
    background-color: transparent;
    color: #000 !important;
}

.img-fluid {
    object-fit: cover;
}

.pattern {
    background-image: url("/images/pattern.svg");
    background-repeat: repeat;
    background-size: 425px 260px;
}

.pattern-light {
    background-image: url("/images/pattern-light.svg");
    background-repeat: repeat;
    background-size: 425px 260px;
}

.pattern-light-wave {
    background-image: url("/images/pattern-light-wave.svg");
    background-repeat: repeat;
    background-size: 425px 260px;
}

.pattern-dark {
    background-image: url("/images/pattern-dark.svg");
    background-repeat: repeat;
    background-size: 425px 260px;
}

/* Rotate arrow when collapse is open */
.collapse-btn[aria-expanded="true"] .bi {
    transform: rotate(180deg);
}

/* Transition effect */
.bi {
    transition: transform 0.3s ease-in-out;
}

.top-10 {
    top: -10px;
}

.alert-success {
    background-color: #26c35a;
    color: #fff;
    border: 0px solid #26c35a;
    padding: 10px;
}

.alert-warning {
    background-color: #e8722c;
    color: #fff;
    border: 0px solid #e8722c;
    padding: 10px;
}

.alert-danger {
    background-color: #dc3545;
    color: #fff;
    border: 0px solid #dc3545;
    padding: 10px;
}

.form-control {
    box-shadow: none !important; /* Remove default shadow */
}

    /* Remove shadow and border on focus */
    .form-control:focus {
        box-shadow: none !important;
        border-color: #00868e;
    }

.btn:focus {
    box-shadow: none !important;
}

.step {
    width: 33.3%; /* Equal width for each step */
    text-align: center;
    position: relative;
}

    .step .circle {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: white;
        margin: auto;
    }

    .step.active .circle {
        background: #0093a0; /* Bootstrap primary color */
    }

    .step.completed .circle {
        background: #036c74; /* Bootstrap success color */
    }

.step-line {
    width: 100%;
    height: 5px;
    background: #000;
    z-index: -1;
}

.step.active .step-line {
    background: #0093a0; /* Success color for completed steps */
}


.step.completed .step-line {
    background: #036c74; /* Success color for completed steps */
}

.btn:active {
    transform: scale(0.95); /* Slight shrink effect */
}

.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.fw-200 {
    font-weight: 200;
}

.fw-100 {
    font-weight: 100;
}

.betaalmethodes img {
    max-width: 35px
}

/* Style for making the radio buttons look like buttons */
.payment-method {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.payment-method input[type="radio"] {
    display: none;
}

.payment-method input:checked + label {
    background-color: #00868e;
    color: white;
    border: 1px solid #00868e;
    border-radius: 0.375rem;
}

.payment-method input:checked + label:hover {
    background-color: #00868e;
    color: white;
    border: 1px solid #00868e;
    border-radius: 0.375rem;
}

.payment-method label {
    display: block;
    cursor: pointer;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f8f9fa;
    border-radius: 0.375rem;
}

.payment-method img {
    max-width: 100px;
    margin-bottom: 10px;
}

.payment-type {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

    .payment-type:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .payment-type input[type="radio"] {
        display: none;
    }

    .payment-type input:checked + label {
        background-color: #00868e;
        color: white;
        border: 1px solid #00868e;
        border-radius: 0.375rem;
    }

        .payment-type input:checked + label:hover {
            background-color: #00868e;
            color: white;
            border: 1px solid #00868e;
            border-radius: 0.375rem;
        }

    .payment-type label {
        display: block;
        cursor: pointer;
        padding: 15px;
        transition: all 0.3s ease-in-out;
        border: 1px solid #f8f9fa;
        border-radius: 0.375rem;
    }

    .payment-type img {
        max-width: 100px;
        margin-bottom: 10px;
    }

.custom-close-btn {
    filter: invert(1);
    opacity: 1;
}

.offcanvas-body .nav-item,
.offcanvas-body .nav-link {
    font-weight:300;
    font-size:1.5rem;
    width: 100% !important;    
    color: #fff !important;
    display: block !important;
    text-align: center !important;   
}

.offcanvas-body .nav-link {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* Add active state */
.offcanvas-body .nav-pills .nav-link.active {
    border-bottom-color: #00868e; /* Change color as needed */
    background-color: transparent;
    color: #fff !important;
}

.offcanvas-body .dropdown-item{
    color:#fff !important;
}

.list-group .active {
    background-color: #00868e;
}

.badge-small {
    font-size:0.7rem;
}

.order-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.order-header {
    font-weight: bold;
    background-color: #f8f9fa;
    padding: 10px 0;
}

.tekstnaastfoto a{
    color:#000;
}

/* Change hover color */
.dropdown-item:hover {
    background-color: #00868e !important; /* Your desired hover background color */
    color: white !important; /* Optional: text color on hover */
}

/* Change active (click) color */
.dropdown-item:active {
    background-color: #000 !important; /* Your desired active background color */
    color: white; /* Optional: text color when clicked */
}

/* Custom CSS for a smooth, modern Bootstrap dropdown */

/* Hide the dropdown menu initially without using display: none */
.dropdown-menu {
    /* Use visibility and opacity for smooth transitions */
    visibility: hidden;
    opacity: 0;
    /* Start the menu slightly above its final position */
    transform: translateY(-10px);
    /* Add a smooth transition for all animated properties */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s ease-out;
    /* Box-shadow, border, and padding from before */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none;
    padding: 8px;
    background-color: #ffffff;
}

    /* When the dropdown is open (has the 'show' class), make it visible */
    .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

/*-------------------------------------
  - Dropdown Item Styling -
-------------------------------------*/

/* Target the individual dropdown items */
.dropdown-item {
    /* The rest of your original styling remains here */
    padding: 10px 15px;    
    color: #333;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 6px;
}

    /* Style the dropdown item on hover */
    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #f0f2f5;
        color: #000;
    }

    /* Remove the default hover background from the active item */
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #007bff;
        color: #fff;
    }

/*-------------------------------------
  - Dropdown Toggle (Link) Styling -
-------------------------------------*/

.nav-link.dropdown-toggle {
    transition: all 0.2s ease;
}

    .nav-link.dropdown-toggle[aria-expanded="true"] {
        color: #007bff;
    }

.dropdown-divider {
    margin: 8px 0;
    border-top-color: #e9ecef;
}

.dropdown-toggle::after {
    display: none;
}

/* Add custom Bootstrap icon */
.dropdown-toggle {
    position: relative;
}

.dropdown-toggle .bi-chevron-down {
    margin-left: 0.5rem;
    font-size: 0.875em;
    transition: transform 0.3s ease;
}

/* Optional: Rotate arrow when dropdown is open */
.dropdown-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}
/* Mobile dropdown behavior inside offcanvas */
.offcanvas .dropdown-menu {
    position: static !important; /* stack below the toggle item */
    float: none; /* reset Bootstrap float */
    margin-top: 0.25rem; /* small gap under toggle */
    margin-bottom: 0.25rem !important; /* small gap under toggle */
    box-shadow: none; /* remove desktop shadow */
    padding: 0; /* align items with menu */
    transition: none; /* no animation for mobile */
    visibility: visible; /* always visible when 'show' is added */
    opacity: 1;
    transform: none !important;
    background-color: #0093a0;
}

.offcanvas .dropdown-item:hover {
    background-color:#fff !important;
    color:#000 !important;
    border-radius:8px;
}

 .offcanvas .dropdown-item {
    padding: 10px 15px;
    border-radius: 0; /* flush look */
}

.offcanvas .offcanvas-end{
    border:0px solid black;
}

.offcanvas .dropdown-item::after {
    float: right;
    content: "\f138";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6;
    vertical-align: -.125em;
}


.mark, mark {
    padding: 0rem;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}

.review-section {
    background: #f8f9fa;
    padding: 6rem 1rem;
}

.review-section2 {
    background: #f8f9fa;
    padding: 1.5rem;
}

.review-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.quote-icon {
    font-size: 2rem;
    color: #dee2e6;
    flex-shrink: 0;
    position: relative;
    top: -10px; /* pull upward */
}

.review-text {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    padding-right:8%;
}

.review-text2 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
}

.stars .bi-star-fill {
    font-size: 2rem;
    color: #009d92; /* golden yellow */
    margin-right: 0.25rem;
}

.reviewer {
    margin-top: 1rem;
    font-weight: 500;    
}

.text-center-block {
    text-align: center;
    margin-top: 0.5rem;
}

.header p {
    color:#fff;
}


.image-wrapper {
    position: relative;
    overflow: hidden;
}

    .image-wrapper img {
        display: block;
        transition: opacity 1s ease-in-out;
    }

    .image-wrapper .img-alt {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }


.changetext-white p{
    color:#fff;
}

.changetext-white h1 {
    color: #fff;
}

.changetext-white h2 {
    color: #fff;
}


.my-custom-primary {
    background-color: #00878e;
    color: white;
}

.my-custom-primary:hover {
    background-color: #000;
    color: #fff;
}

.btn-heelal {
    background-color: #465771;
    color: white;
}

.btn-heelal:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 90px) {
    .mainrow {
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .quote-icon {
        font-size: 3.5rem !important;
        color: #dee2e6;
        flex-shrink: 0;
        position: relative;
        top: -10px; /* pull upward */
    }

    .review-text {
        font-size: 1.75rem !important;                
    }

    .review-text2 {
        font-size: 1.75rem;      
    }

    .illustratie {
        width: 160%;
        margin-top: 0rem;
        margin-right: -1rem !important;
        position: absolute;
        transform: translateY(-50%) !important;
    }
}

.pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin: 0 4px;
    text-align: center;
    padding: 0;
}

.pagination .page-item.active .page-link {
    background-color: #00868e;
    border-color: #00868e;
    color: #fff !important;
}

.pagination .page-link i {
    font-size: 1rem;
}

.card-img-top {
    width: 100%;
    aspect-ratio: 1 / 1; /* Makes height equal to width */
    object-fit: cover;
    object-position: center;
}

.text-slowyourlife {
    color: #00868e;
}

.text-block a{
    color:#000;
}

.webinar-card {
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 1.5rem;
}

.webinar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.session-badge {
    margin: 0.2rem 0.2rem 0.2rem 0;
    font-size: 0.9rem;
    min-width:80px;
}

.btn-primary:disabled{
    background-color:black;
    border:1px solid #000;
}


/* Post-it note styling */
.postit-note {
    background-color: #f7ffb9;
    padding: 2rem;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
    transform: rotate(-2deg); 
    position: relative;
}
   

/* Error styling */
.error-text {
    color: #dc3545;
    font-size: 0.875rem;
}

input.is-invalid, textarea.is-invalid {
    border-color: #dc3545;
}

.tooltip-wide .tooltip-inner {
    width: 250px; /* fixed width */
    max-width: 250px; /* prevent expansion */
    white-space: normal; /* allow wrapping */
    text-align: center; /* optional: center text */
}

.h4, h4 {
    font-size: 1.2rem;
}


#gdpr-box {
    display: none;
    width: 100%;
    background: #fff;
    color: #000;
    font-size:0.9rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

    #gdpr-box div a {
        color: #00868e;
        text-decoration: underline;
    }