/* AB Socalbird Mega Menu - deliberately scoped to avoid theme/global conflicts. */
.absc-root .absc-desktop-menu > ul > li.absc-has-mega-menu {
    position: static !important;
}

.absc-root .absc-desktop-menu .absc-mega-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 10px, 0);
    transition: opacity .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1), visibility .22s ease;
    z-index: 120;
}

.absc-root .absc-desktop-menu .absc-mega-dropdown-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.absc-root .absc-desktop-menu > ul > li.absc-has-mega-menu:hover > .absc-mega-dropdown,
.absc-root .absc-desktop-menu > ul > li.absc-has-mega-menu:focus-within > .absc-mega-dropdown,
.absc-root .absc-desktop-menu > ul > li.absc-has-mega-menu.absc-mega-open > .absc-mega-dropdown,
.absc-root .absc-desktop-menu > ul > li.absc-has-mega-menu.absc-submenu-open > .absc-mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.absc-root .absc-desktop-menu .absc-mega-dropdown a,
.absc-root .absc-desktop-menu .absc-mega-dropdown a:hover,
.absc-root .absc-desktop-menu .absc-mega-dropdown a:focus,
.absc-root .absc-desktop-menu .absc-mega-dropdown a:active {
    background-color: transparent !important;
}

/* Mobile off-canvas intentionally stays clean: assigned desktop Mega Menus do
 * not inject their large Elementor template into the mobile menu. */
.absc-root .absc-mobile-nav .absc-mega-dropdown {
    display: none !important;
}

.absc-mega-widget,
.absc-mega-widget * {
    box-sizing: border-box;
}

.absc-mega-widget {
    width: 100%;
    margin: 0;
    background: #ffffff;
    color: #151515;
    padding: 40px 36px 46px;
    font-family: "Courier New", Courier, monospace;
}

.absc-mega-widget__inner {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 28px;
}

.absc-mega-widget__nav {
    flex: 0 0 31%;
    width: 31%;
    min-width: 0;
    padding-top: 16px;
}

.absc-mega-widget__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.absc-mega-widget__nav-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    color: #151515 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: "Courier New", Courier, monospace;
    font-size: 22px !important;
    line-height: 1.15 !important;
    font-weight: 400;
    letter-spacing: .2px;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: normal !important;
    transition: opacity .2s ease, color .2s ease;
}

.absc-mega-widget__nav-link:hover,
.absc-mega-widget__nav-link:focus,
.absc-mega-widget__nav-link:active {
    color: #666666 !important;
    background: transparent !important;
    opacity: .75;
    outline: none;
}

.absc-mega-widget__count {
    font-size: .72em;
    opacity: .55;
}

.absc-mega-widget__cards {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.absc-mega-widget__card {
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    color: #222222 !important;
    background: transparent !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.absc-mega-widget__image-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 595px;
    overflow: hidden;
    background: #f3f3f3;
}

.absc-mega-widget__image {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transform: scale(1.001);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), opacity .35s ease;
}

.absc-mega-widget__card:hover .absc-mega-widget__image,
.absc-mega-widget__card:focus .absc-mega-widget__image {
    transform: scale(1.025);
    opacity: .90;
}

.absc-mega-widget__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #efefef;
}

.absc-mega-widget__card-title {
    display: block;
    padding-top: 15px;
    color: #222222 !important;
    background: transparent !important;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.absc-mega-widget__card:hover .absc-mega-widget__card-title,
.absc-mega-widget__card:focus .absc-mega-widget__card-title,
.absc-mega-widget__card:active .absc-mega-widget__card-title {
    color: #222222 !important;
    background: transparent !important;
}

@media (max-width: 1024px) {
    .absc-mega-widget__image-wrap {
        height: 420px;
    }

    .absc-mega-widget__nav-link {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .absc-mega-widget__inner {
        flex-direction: column;
    }

    .absc-mega-widget__nav {
        flex-basis: auto;
        width: 100%;
        padding-top: 0;
    }

    .absc-mega-widget__cards {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .absc-mega-widget__image-wrap {
        height: 360px;
    }
}
