/**
 * Softicode Header Footer Builder frontend styles.
 */
.softicode-hfb {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    clear: both;
}

.softicode-hfb *,
.softicode-hfb *::before,
.softicode-hfb *::after {
    box-sizing: border-box;
}

.softicode-hfb--header {
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .08);
}

.softicode-hfb--footer {
    background: #0f172a;
    color: #e5e7eb;
}

.softicode-hfb--footer a {
    color: inherit;
}

.softicode-hfb-is-sticky {
    position: sticky;
    top: 0;
    z-index: var(--softicode-hfb-z-index, 9999);
}

body.admin-bar .softicode-hfb-is-sticky {
    top: 32px;
}

.softicode-hfb-inner {
    width: min(var(--softicode-hfb-max-width, 1180px), calc(100% - 32px));
    margin-inline: auto;
}

.softicode-hfb-container-full > .elementor,
.softicode-hfb-container-full > .e-con,
.softicode-hfb-container-full > .wp-block-group {
    width: 100%;
}

.softicode-hfb-starter-header {
    padding: 12px 24px;
    background: #fff;
}

.softicode-hfb-starter-header__row {
    margin-bottom: 0;
    align-items: center !important;
}

.softicode-hfb-starter-header .wp-block-site-title a {
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

.softicode-hfb-starter-header .wp-block-navigation a {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
}

.softicode-hfb-starter-header .wp-block-button__link {
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-weight: 800;
    padding: 11px 18px;
}

.softicode-hfb-starter-footer {
    padding: 48px 24px 24px;
    background: #0f172a;
    color: #e5e7eb;
}

.softicode-hfb-starter-footer h1,
.softicode-hfb-starter-footer h2,
.softicode-hfb-starter-footer h3,
.softicode-hfb-starter-footer h4,
.softicode-hfb-starter-footer h5,
.softicode-hfb-starter-footer h6 {
    color: #fff;
}

.softicode-hfb-starter-footer a {
    color: #e5e7eb;
    text-decoration: none;
}

@media (max-width: 782px) {
    body.admin-bar .softicode-hfb-is-sticky {
        top: 46px;
    }
}

@media (max-width: 767px) {
    .softicode-hfb-starter-header {
        padding: 10px 16px;
    }

    .softicode-hfb-starter-header__row {
        gap: 10px;
    }

    .softicode-hfb-starter-header .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: auto !important;
    }
}
