.elementor-11913 .elementor-element.elementor-element-4b6fbd30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ==========================================================
   BYTE BLAZE DESIGNS — PREMIUM SITE HEADER
   COMPLETE REPLACEMENT
========================================================== */


/* ==========================================================
   ELEMENTOR HEADER WRAPPER / STICKY FOUNDATION
========================================================== */

.elementor-location-header {
    position: sticky !important;
    top: 0;
    z-index: 99999 !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #040605 !important;

    overflow: visible !important;
}


/*
 * Remove spacing Elementor may place around the actual
 * custom HTML header.
 */

.elementor-location-header > .elementor-element,
.elementor-location-header > .e-con,
.elementor-location-header > .elementor-section,
.elementor-location-header > .elementor-section-wrap {
    width: 100% !important;
    max-width: none !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    overflow: visible !important;
}


/*
 * Remove spacing around the HTML widget itself.
 */

.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-html > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}


/*
 * WordPress admin toolbar adjustment.
 * Public visitors will remain at top: 0.
 */

body.admin-bar .elementor-location-header {
    top: 32px;
}

@media (max-width: 782px) {

    body.admin-bar .elementor-location-header {
        top: 46px;
    }

}


/* ==========================================================
   MAIN HEADER
========================================================== */

.bbd-site-header {
    position: relative;
    z-index: 1;

    isolation: isolate;

    width: 100%;

    margin: 0 !important;
    padding: 0;

    border-radius: 0 !important;

    background:
        linear-gradient(
            180deg,
            rgba(5, 8, 6, 0.995),
            rgba(2, 4, 3, 0.99)
        );

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);

    box-shadow:
        0 16px 45px rgba(0, 0, 0, 0.26);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    color: #ffffff;

    overflow: visible;
}


/* ==========================================================
   TOP ACCENT / GLOW
========================================================== */

.bbd-site-header::after {
    content: "";

    position: absolute;
    bottom: -1px;
    left: 50%;

    width: min(94%, 1660px);
    height: 1px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(148, 227, 12, 0.07),
            rgba(148, 227, 12, 0.28),
            rgba(148, 227, 12, 0.07),
            transparent
        );

    pointer-events: none;
}

.bbd-site-header__glow {
    position: absolute;
    top: -220px;
    left: -170px;
    z-index: -1;

    width: 600px;
    height: 430px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(148, 227, 12, 0.09),
            rgba(148, 227, 12, 0.025) 45%,
            transparent 72%
        );

    pointer-events: none;
}


/* ==========================================================
   INNER
========================================================== */

.bbd-site-header__inner {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(220px, 0.9fr)
        auto
        minmax(250px, 0.9fr);

    align-items: center;

    gap: clamp(22px, 3vw, 46px);

    width: calc(100% - 48px);
    max-width: 1560px;

    min-height: 96px;

    margin: 0 auto;
}


/* ==========================================================
   BRAND
========================================================== */

.bbd-site-header__brand {
    display: inline-flex;
    align-items: center;

    width: fit-content;
    max-width: 300px;

    text-decoration: none !important;
}

.bbd-site-header__logo {
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
}


/* ==========================================================
   DESKTOP NAV
========================================================== */

.bbd-site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;
}

.bbd-site-header__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 46px;

    padding: 10px 13px;

    border: 0;
    border-radius: 11px;

    background: transparent;

    color: rgba(255, 255, 255, 0.72) !important;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;
    white-space: nowrap;

    cursor: pointer;

    transition:
        color 0.22s ease,
        background 0.22s ease;
}

.bbd-site-header__nav-link:hover,
.bbd-site-header__nav-link:focus-visible {
    background: rgba(148, 227, 12, 0.055);

    color: #b2e060 !important;
}


/* ==========================================================
   DROPDOWN
========================================================== */

.bbd-site-header__dropdown {
    position: relative;
}

.bbd-site-header__dropdown-toggle svg {
    width: 14px;
    height: 14px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform 0.22s ease;
}

.bbd-site-header__dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;

    display: grid;
    grid-template-columns:
        minmax(210px, 0.75fr)
        minmax(520px, 1.75fr);

    width: min(820px, calc(100vw - 48px));

    padding: 15px;

    opacity: 0;
    visibility: hidden;

    transform:
        translate(-50%, 10px);

    border: 1px solid rgba(148, 227, 12, 0.18);
    border-radius: 23px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 227, 12, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(11, 15, 12, 0.985),
            rgba(3, 5, 4, 0.99)
        );

    box-shadow:
        0 35px 85px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.bbd-site-header__dropdown-menu::before {
    content: "";

    position: absolute;
    top: -15px;
    right: 0;
    left: 0;

    height: 15px;
}

.bbd-site-header__dropdown:hover
.bbd-site-header__dropdown-menu,
.bbd-site-header__dropdown:focus-within
.bbd-site-header__dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform:
        translate(-50%, 0);
}

.bbd-site-header__dropdown:hover
.bbd-site-header__dropdown-toggle svg,
.bbd-site-header__dropdown:focus-within
.bbd-site-header__dropdown-toggle svg {
    transform: rotate(180deg);
}


/* ==========================================================
   DROPDOWN INTRO
========================================================== */

.bbd-site-header__dropdown-intro {
    padding: 25px;

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(148, 227, 12, 0.07),
            rgba(255, 255, 255, 0.015)
        );
}

.bbd-site-header__dropdown-intro > span {
    display: block;

    margin-bottom: 12px;

    color: #94e30c;

    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;

    text-transform: uppercase;
}

.bbd-site-header__dropdown-intro strong {
    display: block;

    margin-bottom: 12px;

    color: #ffffff;

    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

.bbd-site-header__dropdown-intro p {
    margin: 0;

    color: rgba(255, 255, 255, 0.49) !important;

    font-size: 0.7rem;
    line-height: 1.7;
}


/* ==========================================================
   DROPDOWN SERVICE LINKS
========================================================== */

.bbd-site-header__dropdown-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 4px;

    padding: 7px;
}

.bbd-site-header__dropdown-links > a {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    align-items: center;

    gap: 10px;

    min-width: 0;

    padding: 12px 13px;

    border-radius: 12px;

    color: inherit !important;
    text-decoration: none !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.bbd-site-header__service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 29px;
    height: 29px;

    border: 1px solid rgba(148, 227, 12, 0.18);
    border-radius: 8px;

    background: rgba(148, 227, 12, 0.045);

    color: #94e30c;

    font-size: 0.54rem;
    font-weight: 800;
}

.bbd-site-header__dropdown-links strong {
    display: block;

    margin-bottom: 2px;

    color: rgba(255, 255, 255, 0.88);

    font-size: 0.69rem;
    font-weight: 800;
    line-height: 1.35;
}

.bbd-site-header__dropdown-links small {
    display: block;

    color: rgba(255, 255, 255, 0.39);

    font-size: 0.56rem;
    font-weight: 600;
    line-height: 1.4;
}

.bbd-site-header__dropdown-links > a:hover,
.bbd-site-header__dropdown-links > a:focus-visible {
    background: rgba(148, 227, 12, 0.05);

    transform: translateY(-1px);
}


/* ==========================================================
   DROPDOWN FOOTER
========================================================== */

.bbd-site-header__dropdown-footer {
    grid-column: 1 / -1;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 8px;
    padding: 14px 16px;

    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.bbd-site-header__dropdown-footer > span {
    color: rgba(255, 255, 255, 0.42);

    font-size: 0.62rem;
    font-weight: 650;
}

.bbd-site-header__dropdown-footer > a {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #b2e060 !important;

    font-size: 0.65rem;
    font-weight: 800;
    text-decoration: none !important;
}


/* ==========================================================
   RIGHT ACTIONS
========================================================== */

.bbd-site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 11px;
}

.bbd-site-header__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 2px;

    color: inherit !important;
    text-decoration: none !important;
}

.bbd-site-header__phone span {
    color: rgba(255, 255, 255, 0.36);

    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}

.bbd-site-header__phone strong {
    color: rgba(255, 255, 255, 0.82);

    font-size: 0.68rem;
    font-weight: 800;
}

.bbd-site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    min-height: 48px;

    padding: 12px 17px;

    border: 1px solid rgba(148, 227, 12, 0.55);
    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #94e30c,
            #b2e060
        );

    color: #101510 !important;

    font-size: 0.68rem;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;

    box-shadow:
        0 10px 28px rgba(148, 227, 12, 0.12);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.bbd-site-header__cta:hover,
.bbd-site-header__cta:focus-visible {
    transform: translateY(-2px);

    box-shadow:
        0 14px 34px rgba(148, 227, 12, 0.2);
}


/* ==========================================================
   MOBILE BUTTON
========================================================== */

.bbd-site-header__mobile-toggle {
    display: none;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 5px;

    width: 47px;
    height: 47px;

    padding: 0;

    border: 1px solid rgba(148, 227, 12, 0.2);
    border-radius: 13px;

    background: rgba(148, 227, 12, 0.045);

    cursor: pointer;
}

.bbd-site-header__mobile-toggle span {
    display: block;

    width: 20px;
    height: 2px;

    border-radius: 999px;

    background: #b2e060;

    transition:
        transform 0.22s ease,
        opacity 0.22s ease;
}

.bbd-site-header__mobile-toggle.is-active
span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.bbd-site-header__mobile-toggle.is-active
span:nth-child(2) {
    opacity: 0;
}

.bbd-site-header__mobile-toggle.is-active
span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* ==========================================================
   MOBILE MENU
========================================================== */

.bbd-site-header__mobile-menu {
    display: none;

    border-top: 1px solid rgba(255, 255, 255, 0.06);

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(148, 227, 12, 0.07),
            transparent 35%
        ),
        #040605;
}

.bbd-site-header__mobile-menu.is-open {
    display: block;
}

.bbd-site-header__mobile-menu-inner {
    width: calc(100% - 36px);
    max-width: 760px;

    margin: 0 auto;
    padding: 20px 0 28px;
}

.bbd-site-header__mobile-menu-inner > a,
.bbd-site-header__mobile-services summary {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 54px;

    padding: 10px 4px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.065);

    color: rgba(255, 255, 255, 0.82) !important;

    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none !important;
}

.bbd-site-header__mobile-services summary {
    cursor: pointer;

    list-style: none;
}

.bbd-site-header__mobile-services summary::-webkit-details-marker {
    display: none;
}

.bbd-site-header__mobile-services summary svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: #94e30c;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform 0.2s ease;
}

.bbd-site-header__mobile-services[open]
summary svg {
    transform: rotate(180deg);
}

.bbd-site-header__mobile-service-links {
    display: grid;

    gap: 2px;

    padding: 10px 0 14px 16px;
}

.bbd-site-header__mobile-service-links a {
    padding: 10px 0;

    color: rgba(255, 255, 255, 0.52) !important;

    font-size: 0.69rem;
    font-weight: 650;
    text-decoration: none !important;
}

.bbd-site-header__mobile-contact {
    margin-top: 23px;
    padding: 18px;

    border: 1px solid rgba(148, 227, 12, 0.15);
    border-radius: 15px;

    background: rgba(148, 227, 12, 0.035);
}

.bbd-site-header__mobile-contact span {
    display: block;

    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.4);

    font-size: 0.58rem;
    font-weight: 700;
}

.bbd-site-header__mobile-contact a {
    color: #ffffff !important;

    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none !important;
}

.bbd-site-header__mobile-cta {
    margin-top: 11px !important;

    justify-content: center !important;

    border: 0 !important;
    border-radius: 14px;

    background: #94e30c;

    color: #111511 !important;
}


/* ==========================================================
   FOCUS
========================================================== */

.bbd-site-header a:focus-visible,
.bbd-site-header button:focus-visible,
.bbd-site-header summary:focus-visible {
    outline: 2px solid #94e30c;
    outline-offset: 3px;
}


/* ==========================================================
   SMALL DESKTOP
========================================================== */

@media (max-width: 1260px) {

    .bbd-site-header__inner {
        grid-template-columns:
            minmax(190px, 0.8fr)
            auto
            auto;

        gap: 16px;
    }

    .bbd-site-header__nav-link {
        padding-right: 9px;
        padding-left: 9px;

        font-size: 0.69rem;
    }

    .bbd-site-header__phone {
        display: none;
    }

}


/* ==========================================================
   TABLET / MOBILE NAV
========================================================== */

@media (max-width: 1024px) {

    .bbd-site-header__inner {
        display: flex;
        justify-content: space-between;

        width: calc(100% - 36px);

        min-height: 82px;
    }

    .bbd-site-header__brand {
        max-width: 255px;
    }

    .bbd-site-header__logo {
        max-height: 56px;
    }

    .bbd-site-header__nav,
    .bbd-site-header__phone,
    .bbd-site-header__cta {
        display: none;
    }

    .bbd-site-header__mobile-toggle {
        display: flex;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .bbd-site-header__inner {
        width: calc(100% - 28px);

        min-height: 76px;
    }

    .bbd-site-header__brand {
        max-width: 215px;
    }

    .bbd-site-header__logo {
        max-height: 50px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 390px) {

    .bbd-site-header__brand {
        max-width: 185px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .bbd-site-header *,
    .bbd-site-header *::before,
    .bbd-site-header *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

}/* End custom CSS */