/* ============================================================
   SSF Navbar — CTA button + EN toggle
   ============================================================ */

.ssf-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Alexandria', sans-serif;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
    line-height: 1.3;
    box-sizing: border-box;
    height: 40px;
}

.ssf-nav-btn-outline {
    background: #ffffff;
    color: #082a6d;
    border: 1.5px solid #082a6d;
}
.ssf-nav-btn-outline:hover,
.ssf-nav-btn-outline:focus {
    background: #082a6d;
    color: #ffffff;
}

.ssf-nav-btn-solid {
    background: #082a6d;
    color: #ffffff;
    border: 1.5px solid #082a6d;
    box-shadow: 0 2px 8px rgba(8, 42, 109, .25);
}
.ssf-nav-btn-solid:hover,
.ssf-nav-btn-solid:focus {
    background: #0a3a8f;
    border-color: #0a3a8f;
    color: #ffffff;
}

/* icon after text in markup → lands on the left in RTL */
.ssf-nav-btn-icon { gap: 8px; }
.ssf-nav-btn-icon img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    display: block;
}

.ssf-nav-btns-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 10px;
}

/* ============================================================
   EN toggle — matches CTA pill style
   ============================================================ */
.bd-button-45,
.bd-button-45:link,
.bd-button-45:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #082a6d !important;
    color: #ffffff !important;
    border: 1.5px solid #082a6d !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 8px rgba(8, 42, 109, .25) !important;
    padding: 0 11px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Alexandria', sans-serif;
}
.bd-button-45:hover,
.bd-button-45:focus {
    background-color: #0a3a8f !important;
    border-color: #0a3a8f !important;
    color: #ffffff !important;
}
.bd-button-45:active {
    background-color: #061f52 !important;
}

.bd-linkbutton-3 { margin-top: 0 !important; }

/* ============================================================
   Row alignment
   ============================================================ */
.bd-headerarea-1 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bd-headerarea-1 .bd-vertical-align-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.bd-headerarea-1 .bd-columnwrapper-39 .bd-vertical-align-wrapper {
    justify-content: flex-end;
    padding-left: 24px;
    box-sizing: border-box;
}

/* ============================================================
   Header shell
   ============================================================ */
.bd-headerarea-1 .bd-containereffect-2.container-effect.container {
    max-width: 1320px;
}
.bd-headerarea-1 .bd-section-3 {
    background-color: #ffffff !important;
    opacity: 1 !important;
    padding: 5px 0;
    border-radius: 18px !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    margin-top: 16px;
}

/* Tablet: CTA + EN hidden below 1200px */
@media (max-width: 1199px) {
    .bd-headerarea-1 .bd-columnwrapper-36 {
        display: none !important;
    }
    .bd-headerarea-1 .row {
        justify-content: flex-start;
    }
    .bd-headerarea-1 .bd-columnwrapper-40 {
        margin-left: auto;
    }
    .bd-headerarea-1 .bd-columnwrapper-39 .bd-vertical-align-wrapper {
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }
    .bd-headerarea-1 .bd-columnwrapper-40 .bd-vertical-align-wrapper {
        padding: 0 15px 0 0;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    .bd-hmenu-3 .navbar-toggle {
        float: none;
        margin: 0;
    }
}

/* Phone: tighter insets + inset floating bar */
@media (max-width: 767px) {
    .bd-headerarea-1 .bd-columnwrapper-39 .bd-vertical-align-wrapper {
        padding: 0 0 0 10px;
    }
    .bd-headerarea-1 .bd-columnwrapper-40 .bd-vertical-align-wrapper {
        padding: 0 10px 0 0;
    }
    .bd-headerarea-1 .bd-section-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .bd-headerarea-1 .bd-containereffect-2.container-effect.container {
        margin-left: 16px;
        margin-right: 16px;
        width: auto;
        height: auto;
    }
}