.section-transition{
    margin: 60px auto 40px;
    /*max-width: 820px;*/
    font-size: 1.08rem;
    color: #6b6761; /* warm taupe-grey that matches theme */
    font-style: italic;
    line-height: 1.65;
    text-align: center;
}

p.section-transition {
    margin: 40px auto 28px;
    /*max-width: 860px;*/
    padding-left: clamp(16px,5vw,32px);
    padding-right: clamp(16px,5vw,32px);
    font-size: 1.08rem;
    line-height: 1.65;
    color: #6b6761;
    font-style: italic;
    text-align: center;
}

.language-switcher .btn {
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    color: #fff;
    font-weight: 500;
}
.language-switcher .dropdown-menu { min-width: 110px;background-color: #9B9A84; }
.language-switcher .dropdown-item { text-transform: uppercase; }
.language-switcher .dropdown-item:hover { background-color: #f2f2f2; }

.navbar-toggler {
    background: var(--accent-color);
}

.who-its-for .therapy-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #aaa;
}

.who-its-for .therapy-step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.who-its-for .therapy-step-content h3 {
    text-transform: none;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.corporate-form {
    text-align: start !important;
}

.feature-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list ul li {
    position: relative;
    color: var(--primary-color);
    /*text-transform: capitalize;*/
    padding-left: 30px;
    margin-bottom: 20px;
}

.feature-list ul {
    list-style: none;
}

.feature-list ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}

.navigation-container{
    max-width: 1400px !important;
}


/* Mobile navbar menu styling */
/*@media (max-width: 991.98px) {
    .main-header .navbar-collapse {
        background: var(--accent-color);
        padding: 1rem;
        border-radius: 0.5rem;
    }
    .main-header .nav-link {
        color: #ffffff;
    }
    .main-header .nav-link:hover,
    .main-header .nav-link:focus {
        color: #e2e8f0;
    }
    .main-header .dropdown-menu {
        background: #0f172a;
        border: 1px solid rgba(255,255,255,0.08);
    }
    .main-header .dropdown-item {
        color: #ffffff;
    }
    .main-header .dropdown-item:hover,
    .main-header .dropdown-item:focus {
        color: #0f172a;
        background: var(--accent-color);
    }
}*/

/* Make the toggler icon visible if you’re not using navbar-dark */
/*.navbar-toggler {
    border-color: rgba(0,0,0,.25);
}*/
/*.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='rgba(0,0,0,0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/
