* {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

.navbar {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background-color: #375f93;
    color: white;
}

.navbar-brand .logo-img {
    width: 200px;
}

.navbar .nav-link {
    font-size: 1.15rem;
    font-weight: 600;
    color: white;
    padding: 0.5rem 1rem !important;
    border-radius:  30px;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .navbar .nav-link {
       border-radius: 0;
    }

}

.navbar .nav-item:not(.dropdown) .nav-link:hover {
    text-decoration: none;
    background-color: #007ACC;
    transition: background-color 0.3s;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);

}

.navbar .dropdown-menu {
    padding: 0.5rem 0;
    border: 0;
    border-radius: 0;
    background-color: #375f93;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.navbar .dropdown-item {
    padding: 0.5rem 1rem;
    color: white;
    font-weight: 600;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: #007ACC;
    color: white;
}

@media screen and (max-width: 991px) {
    .navbar .dropdown-menu {
        position: static;
        display: block;
        width: calc(100% - 1rem);
        margin: 0 0 0 1rem;
        box-shadow: none;
    }
}

@media screen and (min-width: 992px) {
    .navbar .dropdown {
        position: relative;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        top: 100%;
        left: 0;
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown:hover > .nav-link {
        text-decoration: none;
        background-color: #007ACC;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        border-radius: 30px 30px 30px 0;
    }
}

.navbar .navbar-toggler {
    border: unset;
}

.navbar .navbar-toggler:focus {
    box-shadow: unset;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e ");
}

.btn {
    padding: 12px 22px !important;
    border: 1px solid transparent !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    height: unset !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    opacity: 1 !important;
    transition: 0.3s !important;
}

.btn:hover {
    text-decoration: unset;
}

.btn-primary {
    background-color: #007ACC !important;
    color: white !important;

    &:hover {
        background-color: #254063 !important;
        color: white !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
}

.hero-section {
    position: relative;


}
.hero-section-image {
    width: 100%; 
    min-height: 400px;
    object-fit: cover;
    height: auto;
    display: block;

}


.hero-content {
    position: absolute;
    max-width: 600px;
    width: calc(100% - 40px);
    margin: 0 auto;
    inset: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    }

.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Form Styles */
.form-section {
    background: #fff;
    padding: 3rem;
    margin-bottom: 4rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.form-title {
    color: #375f93;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    color: #375f93;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.form-label {
    color: #375f93;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control, .form-select, textarea.form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem;
}

.form-control:focus, .form-select:focus, textarea.form-control:focus {
    background-color: #fff;
    border-color: #375f93;
    box-shadow: 0 0 0 0.2rem rgb(55, 95, 147);
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    color: #333;
    margin-left: 0.5rem;
    cursor: pointer;
}

.form-group {
    margin-bottom: 1.5rem;
}

.btn-submit {
    background-color: #007ACC;
    border-color: #375f93;
    color: white;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #375f93;
    border-color: #375f93;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.aanmeldingen-overzicht {
    background: #fff;
    padding: 3rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.aanmeldingen-overzicht__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.aanmeldingen-overzicht__counts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.aanmeldingen-overzicht__count {
    background-color: #e8f1f8;
    border-radius: 4px;
    color: #375f93;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

.aanmeldingen-overzicht__section + .aanmeldingen-overzicht__section {
    border-top: 1px solid #dee2e6;
    margin-top: 3rem;
    padding-top: 3rem;
}

.aanmeldingen-overzicht__section h2 {
    color: #375f93;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.aanmeldingen-overzicht__table-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.aanmeldingen-overzicht__table {
    margin-bottom: 0;
    min-width: 1050px;
}

.aanmeldingen-overzicht__table thead th {
    background-color: #375f93;
    border-bottom: 0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.875rem 1rem;
    vertical-align: middle;
    white-space: nowrap;
}

.aanmeldingen-overzicht__table tbody td {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem;
    vertical-align: top;
}

.aanmeldingen-overzicht__table tbody tr:nth-child(even) td {
    background-color: #f8fafc;
}

.aanmeldingen-overzicht__table a {
    color: #007ACC;
    text-decoration: none;
}

.aanmeldingen-overzicht__table a:hover {
    text-decoration: underline;
}

.aanmeldingen-overzicht__table small {
    color: #6c757d;
}

.aanmeldingen-overzicht__empty {
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #6c757d;
    margin: 0;
    padding: 1rem;
}

.aanmeldingen-overzicht__pagination {
    margin-top: 1.5rem;
}

.aanmeldingen-overzicht__pagination .page-link {
    border-color: #dee2e6;
    color: #375f93;
}

.aanmeldingen-overzicht__pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 95, 147, 0.25);
}

.aanmeldingen-overzicht__pagination .page-item.active .page-link {
    background-color: #375f93;
    border-color: #375f93;
    color: #fff;
}

.aanmeldingen-overzicht__pagination .page-item.disabled .page-link {
    color: #adb5bd;
}

/* Responsive */
@media (max-width: 768px) {    
    .form-section {
        padding: 2rem 1.5rem;
    }

    .aanmeldingen-overzicht {
        padding: 2rem 1.5rem;
    }

    .aanmeldingen-overzicht__heading {
        flex-direction: column;
    }
}

.footer-section {
    background-color: #375f93;
    color: #ecf0f1;
    margin-top: 4rem;
}

.footer-column {
    margin-bottom: 2rem;
}

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-text {
    color: #fff;
    font-size: 0.95rem;
    margin: 0;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-contact p {
    color: #fff;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.footer-contact i {
    color: white;
    font-size: 1.2rem;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #375f93;
    transform: translateX(5px);
}

.footer-copyright {
    color: #95a5a6;
    font-size: 0.9rem;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }
    
    .footer-contact p {
        justify-content: center;
    }
    
    .footer-links {
        text-align: center;
    }
}
