/* Leadstrium Header Footer Elementor */
.lshfe-template {
    width: 100%;
    position: relative;
    z-index: var(--lshfe-z-index, 9999);
}

.lshfe-template-header,
.lshfe-template-topbar,
.lshfe-template-announcement {
    left: 0;
    right: 0;
}

.lshfe-is-sticky {
    position: sticky;
    top: 0;
}

.admin-bar .lshfe-is-sticky {
    top: 32px;
}

.lshfe-is-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.lshfe-is-boxed > .elementor,
.lshfe-is-boxed > .elementor-location-header,
.lshfe-is-boxed > .elementor-location-footer,
.lshfe-is-boxed > .elementor-section-wrap,
.lshfe-is-boxed > * {
    max-width: var(--lshfe-template-width, var(--lshfe-max-width, 1240px));
    margin-left: auto;
    margin-right: auto;
}

.lshfe-device-desktop,
.lshfe-device-mobile {
    display: block;
}

@media (max-width: 920px) {
    .lshfe-device-desktop { display: none !important; }
}

@media (min-width: 921px) {
    .lshfe-device-mobile { display: none !important; }
}

.lshfe-nav ul,
.lshfe-nav .menu {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lshfe-nav a {
    color: inherit;
    text-decoration: none;
    font-weight: 800;
}

.lshfe-mobile-toggle,
.lshfe-search-toggle,
.lshfe-back-to-top,
.lshfe-search-close,
.lshfe-mobile-close {
    cursor: pointer;
}

.lshfe-mobile-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(37, 99, 235, .18);
    background: #fff;
    color: #0f172a;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
}

.lshfe-mobile-toggle span {
    display: block;
    width: 17px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}

.lshfe-mobile-toggle b {
    margin-left: 4px;
}

.lshfe-search-toggle {
    border: 1px solid rgba(37, 99, 235, .18);
    background: #fff;
    color: #0f172a;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 800;
}

.lshfe-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, .84);
    backdrop-filter: blur(10px);
    padding: 24px;
}

.lshfe-search-overlay.is-open {
    display: flex;
}

.lshfe-search-overlay form {
    width: min(720px, 100%);
    background: #fff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 30px 100px rgba(0,0,0,.28);
}

.lshfe-search-overlay label span {
    display: block;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 26px;
    font-weight: 900;
}

.lshfe-search-overlay input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 16px 18px;
    font-size: 18px;
}

.lshfe-search-overlay button[type="submit"] {
    margin-top: 16px;
    border: 0;
    border-radius: 14px;
    padding: 14px 22px;
    background: #2563eb;
    color: #fff;
    font-weight: 900;
}

.lshfe-search-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0f172a;
    font-size: 28px;
}

.lshfe-back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 16px 35px rgba(37,99,235,.28);
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: .2s ease;
}

.lshfe-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lshfe-mobile-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(380px, 92vw);
    z-index: 100001;
    background: #07162d;
    color: #fff;
    transform: translateX(105%);
    transition: transform .24s ease;
    padding: 28px;
    box-shadow: -20px 0 70px rgba(0,0,0,.32);
}

.lshfe-mobile-drawer.is-open {
    transform: translateX(0);
}

.lshfe-mobile-drawer .lshfe-nav ul,
.lshfe-mobile-drawer .lshfe-nav .menu {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.lshfe-mobile-close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 0;
    background: rgba(255,255,255,.12);
    color: #fff;
    border-radius: 999px;
    width: 42px;
    height: 42px;
    font-size: 24px;
}

.lshfe-starter-header {
    max-width: 1240px;
    margin: 0 auto;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #0f172a;
}

.lshfe-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    text-decoration: none;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.lshfe-brand:before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    display: inline-block;
}

.lshfe-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lshfe-starter-footer {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 34px;
    color: #cbd5e1;
}

.lshfe-starter-footer strong {
    color: #fff;
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
}

.lshfe-starter-footer a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    margin: 8px 0;
}

@media (max-width: 920px) {
    .lshfe-starter-header .lshfe-nav {
        display: none;
    }
    .lshfe-starter-footer {
        grid-template-columns: 1fr;
    }
    .admin-bar .lshfe-is-sticky {
        top: 46px;
    }
}
