body {
    font-family: "Montserrat", sans-serif;
}

/* menu */

.navbar {
    background: #FFF!important;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: right;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.48);
    z-index: 100;
}

.nav-item {
    margin-left: 20px;
}

.nav-link {
    color: #000000!important;
}

.dropdown-menu {
    border: 0px;
    border-radius: 0px;
    padding-bottom: 0px;
}

.dropdown-item {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 34px;
}

.navbar-brand {
    height: 42px;
    width: auto;
}

.header-image {
    width: 100%;
    height: auto;
}

.header-logo {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    height: 142px;
    width: auto;
}

.subheader-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    height: 142px;
    width: auto;
}

.sub-header {
    position: relative;
    background-color: #EF7B10;
    height: 42px;
    width: 100%;
    font-size: 16px;
    color: #FFF;  
}

.sub-header a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}

@media (max-width: 1280px) {
    .sub-header {
        display: none;
    }
    .header-logo {
        display: flex;
    }
}

@media (max-width: 768px) {
    .header-mobile {
        display: block!important;
    }
    .header {
        display: none;
    }
}

/* styling headings and text */

h1 {
    color: #1D208C;
    line-height: 2.5rem;
    font-weight: normal;
    letter-spacing: 1px;
}

h3 {
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
}

p {
    color: #1D208C;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6rem;
}

.bg-blue {
    background-color: #1D208C;
    color: #FFFFFF;
}

/* buttons */

.btn-primary {
    background-color: #EF7B10;
    color: #FFFFFF;
    border: 1px solid #EF7B10;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #FFF;
    color: #EF7B10;
    border: 1px solid #EF7B10;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-primary-invert {
    background-color: #FFFFFF;
    color: #EF7B10;
    border: 1px solid #EF7B10;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

a.btn-primary-invert:hover {
    background-color: #EF7B10;
    color: #FFFFFF;
    border: 1px solid #EF7B10;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

/* Helden cards */
@media (min-width: 1440px) {
    .helden-card-col {
        width: 20%;
    }
}

.helden-card {
    color: #E8E8E8;
    text-align: left;
    padding: 0px;
}

.helden-card p {
    color: #E8E8E8;
}

.helden-link {
    text-decoration: none;
    font-weight: 600;
}

.helden-card-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer {
    background-color: #EF7B10;
}

.footer-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.footer a {
    display: block;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 1.5rem;
}

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

.footer p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.whatsapp-footer {
    width: 24px;
    height: 24px;
}

/* Nummer Navigator header */

.nn-header {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 500px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.nn-header-content {
    position: relative;
    z-index: 1;
    flex: 0 0 56%;
    max-width: 56%;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--nn-header-from, #F6042E) 0%, var(--nn-header-to, #C10F5C) 100%);
    padding: 3rem 4rem 6rem 3rem;
}

.nn-header-divider {
    position: relative;
    flex: 0 0 8px;
    max-width: 8px;
    background-color: #FFFFFF;
}

.nn-header-divider-logo {
    position: absolute;
    left: 56%;
    bottom: 0%;
    transform: translateX(-50%);
    width: 258px;
    height: auto;
    z-index: 3;
}

.nn-header-media {
    position: relative;
    flex: 1 1 auto;
    background-color: #000;
    overflow: hidden;
}

.nn-header-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nn-logo {
    position: absolute;
    bottom: 0px;
    right: 10%;
    height: 80px;
    width: auto;
    z-index: 3;
}

@media (max-width: 1024px) {
    .nn-header-video {
        object-fit: cover;
    }
}

.nn-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D208C;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.nn-header-text h1 {
    color: var(--nn-header-title-color, #FFFFFF);
    font-weight: 700;
}

.nn-header-subtitle {
    color: var(--nn-header-subtitle-color, #FFFFFF);
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 1px;
}

.nn-header-copy {
    color: var(--nn-header-copy-color, #FFFFFF);
    max-width: 500px;
    margin-top: 1.5rem;
}

.nn-play-btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 2rem;
}

.nn-play-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--nn-play-btn-bg, #FFFFFF);
    border-radius: 4px;
    color: var(--nn-play-btn-color, #EF7B10);
    margin-right: 0.75rem;
}

.nn-play-btn-label {
    color: var(--nn-play-btn-label-color, #FFFFFF);
    font-weight: 700;
    letter-spacing: 1px;
}

@media (max-width: 991.98px) {
    .nn-header {
        flex-direction: column;
        min-height: auto;
        clip-path: none;
    }

    .nn-header-content {
        flex-basis: auto;
        max-width: 100%;
        padding: 2.5rem 1.5rem 3rem;
    }

    .nn-header-divider {
        flex-basis: 8px;
        max-width: 100%;
        width: 100%;
    }

    .nn-header-divider-logo {
        display: none;
    }

    .nn-header-media {
        height: 300px;
        order: 0;
    }

    .nn-header-divider {
        order: 1;
    }

    .nn-header-content {
        order: 2;
        overflow: hidden;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    }
}

/* Nummer Navigator people grid */

.nn-people-slider-wrapper {
    position: relative;
    padding: 0 44px 36px;
}

.nn-people-slide {
    height: auto;
}

.nn-people-nav {
    position: absolute;
    top: calc(50% - 18px);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid rgba(29, 32, 140, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D208C;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 2;
    transition: opacity 0.2s ease;
}

.nn-people-nav:hover {
    background-color: #EF7B10;
    color: #FFFFFF;
}

.nn-people-nav.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.nn-people-nav-prev {
    left: 0;
}

.nn-people-nav-next {
    right: 0;
}

.nn-people-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nn-people-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(29, 32, 140, 0.25);
    opacity: 1;
}

.nn-people-pagination .swiper-pagination-bullet-active {
    background-color: #EF7B10;
}

.nn-people-item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
    color: var(--nn-people-item-color, #1D208C);
}

.nn-people-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nn-people-overlay {
    position: absolute;
    inset: 0;
    background: var(--nn-people-overlay-color, linear-gradient(135deg, rgba(246, 4, 46, 0.85) 0%, rgba(193, 15, 92, 0.85) 100%));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.nn-people-item:hover .nn-people-overlay,
.nn-people-item:focus .nn-people-overlay,
.nn-people-item.active .nn-people-overlay {
    opacity: 1;
}

.nn-people-info {
    text-align: left;
}

.nn-people-info h5 {
    color: #1D208C;
    font-weight: 700;
}

.nn-people-info p {
    color: #1D208C;
}

.nn-people-social {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    color: #0A66C2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
}

.nn-people-tag {
    position: absolute;
    left: 0;
    bottom: 18px;
    background-color: #FFFFFF;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.15;
    padding: 5px 18px 5px 10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

/* Toekomst als Accountant */

.taa-hero {
    padding: 4rem 0;
}

.taa-hero-title {
    color: #1D208C;
    font-weight: 300;
    line-height: 1.2;
}

.taa-hero-title strong {
    font-weight: 700;
}

.taa-hero-copy {
    max-width: 480px;
    margin: 1.25rem 0 2rem;
}

.taa-hero-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.taa-stats {
    background-color: #EF7B10;
    padding: 4rem 0;
}

.taa-stats-title {
    color: #FFFFFF;
    font-weight: 700;
}

.taa-stat-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    padding: 1.5rem;
}

.taa-stat-icon-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}

.taa-stat-icon {
    color: #FFFFFF;
    font-size: 1.75rem;
}

.taa-stat-value {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.taa-stat-copy {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0;
}

.taa-routes {
    padding: 4rem 0;
}

.taa-route-card {
    position: relative;
    height: 100%;
    border: 1px solid #1D208C;
    border-radius: 8px;
    padding: 2rem;
    transition: border-color 0.2s ease;
}

.taa-route-card:hover {
    border-color: #EF7B10;
}

.taa-route-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background-color: #E8E8E8;
    color: #1D208C;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
}

.taa-route-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background-color: #1D208C;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    transition: background-color 0.2s ease;
}

.taa-route-card:hover .taa-route-icon {
    background-color: #EF7B10;
}

.taa-route-title {
    color: #1D208C;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.taa-route-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.taa-route-list li {
    color: #1D208C;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
    font-size: 15px;
    line-height: 1.4;
}

.taa-route-list i {
    color: #1D208C;
    margin-top: 0.2rem;
    transition: color 0.2s ease;
}

.taa-route-card:hover .taa-route-list i {
    color: #EF7B10;
}

.taa-route-card .btn-primary-invert {
    color: #1D208C;
    border-color: #1D208C;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.taa-route-card:hover .btn-primary-invert:not(:hover) {
    color: #EF7B10;
    border-color: #EF7B10;
}

.taa-cta {
    background-color: #1D208C;
}

.taa-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
}

.taa-cta-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.taa-faq {
    padding: 4rem 0 6rem;
}

.taa-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.taa-faq-item {
    border-bottom: 1px solid #E8E8E8;
}

.taa-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    color: #1D208C;
    font-weight: 700;
    text-decoration: none;
}

.taa-faq-icon {
    color: #1D208C;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.taa-faq-question:not(.collapsed) .taa-faq-icon {
    transform: rotate(180deg);
}

.taa-faq-answer {
    padding: 0 0 1.25rem;
    color: #1D208C;
}

@media (max-width: 991.98px) {
    .taa-cta-content {
        padding: 2.5rem 1.5rem;
    }
}

/* Nummer Navigator video slider */

.nn-video-slider-wrapper {
    padding: 40px 0 70px;
}

.nn-video-slider {
    padding: 20px 0;
}

.nn-video-slide {
    width: 260px;
    height: 420px;
}

.nn-video-slide-media {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.nn-video-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nn-video-slide-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.65);
    transition: opacity 0.3s ease;
}

.swiper-slide-active .nn-video-slide-media::after {
    opacity: 0;
}

.nn-video-slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D208C;
    font-size: 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 2;
}

.swiper-slide-active .nn-video-slide-play {
    opacity: 1;
    pointer-events: auto;
}

.nn-video-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .nn-video-slide {
        width: 200px;
        height: 320px;
    }
}

/* Held test */

.held-test-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(29, 32, 140, 0.1);
}

.held-test-card-bar {
    height: 6px;
    background-color: #EF7B10;
}

.held-test-card-body {
    padding: 3rem 2.5rem;
}

.held-test-title {
    color: #1D208C;
    font-weight: 800;
    font-size: 2rem;
}

.held-test-subtitle {
    color: #1D208C;
    font-size: 1rem;
    margin-top: 1rem;
}

.held-test-option {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    border: 2px solid #E3E1F2;
    border-radius: 10px;
    padding: 1.75rem 1.5rem;
    transition: border-color 0.2s ease;
}

.held-test-option:hover {
    border-color: #EF7B10;
}

.held-test-option-active {
    border-color: #EF7B10;
}

.held-test-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 10px;
    background-color: #1D208C;
    color: #FFFFFF;
    font-size: 22px;
}

.held-test-option-icon-active {
    background-color: #EF7B10;
}

.held-test-option-title {
    display: block;
    color: #1D208C;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.held-test-option-text {
    display: block;
    color: #1D208C;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.held-test-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    color: #1D208C;
    font-weight: 700;
    font-size: 0.9rem;
}

.held-test-back-btn:hover {
    color: #EF7B10;
}

@media (max-width: 575.98px) {
    .held-test-card-body {
        padding: 0;
    }
}

.taa-route-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.taa-route-modal-body {
    padding: 3rem;
}

.taa-route-modal-title {
    color: #1D208C;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Auth forms (login, register, password reset, etc.) */

.auth-card {
    max-width: 700px;
}

.auth-title {
    color: #1D208C;
    font-weight: 700;
}

.auth-field {
    text-align: left;
}

.auth-label {
    display: block;
    color: #1D208C;
    font-size: 14px;
    margin-bottom: 0.4rem;
}

.auth-input {
    border: 1px solid #C7C6E8;
    border-radius: 6px;
    padding: 0.65rem 0.9rem;
    color: #1D208C;
}

.auth-input:focus {
    border-color: #1D208C;
    box-shadow: none;
}

.auth-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.auth-terms .form-check-input {
    margin-top: 0.2rem;
    border: 1px solid #C7C6E8;
}

.auth-terms-label {
    color: #1D208C;
    font-size: 14px;
}

.auth-terms-label a {
    color: #1D208C;
    text-decoration: underline;
}

.auth-disclaimer {
    color: #1D208C;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.auth-submit {
    border-radius: 50px;
    padding: 0.75rem 2.5rem;
}

.auth-link {
    color: #1D208C;
    font-size: 14px;
    text-decoration: underline;
}