html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Mobile header action row and slide-out drawer */
@media (max-width: 991.98px) {
    body.has-sticky-header {
        --site-header-height: 82px;
    }

    body.site-menu-open {
        overflow: hidden;
    }

    header.header-anim .main-header-nav,
    header.header-anim.fixed .main-header-nav {
        min-height: 82px;
    }

    header.header-anim .navbar {
        padding: 0.4rem 0.7rem;
    }

    header.header-anim .mobile-header-shell {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 0.55rem;
        min-height: 72px;
    }

    header.header-anim .mobile-header-logo {
        flex: 0 0 auto;
        margin-right: auto !important;
        order: 1;
    }

    header.header-anim .navbar-brand img,
    header.header-anim.fixed .navbar-brand img {
        height: 52px;
        transform: none;
    }

    header.header-anim .mobile-header-controls {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.32rem;
        justify-content: flex-end;
        order: 2;
        width: auto;
    }

    header.header-anim .mobile-header-controls > .d-none.d-md-flex {
        display: none !important;
    }

    header.header-anim .mobile-header-contact {
        display: flex !important;
        flex: 0 0 auto;
        margin: 0 !important;
        order: 1;
        width: auto;
    }

    header.header-anim .mobile-header-contact .row {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 0.32rem;
        margin: 0;
    }

    header.header-anim .mobile-header-contact .col-lg-8 {
        display: none !important;
    }

    header.header-anim .mobile-header-contact .col-lg-2,
    header.header-anim .mobile-header-contact .col-6 {
        flex: 0 0 auto;
        max-width: none;
        padding: 0;
        width: auto;
    }

    header.header-anim .mobile-header-cta {
        display: inline-flex !important;
        flex: 0 0 auto;
        margin: 0 !important;
    }

    header.header-anim .mobile-header-cta-join {
        order: 2;
    }

    header.header-anim .mobile-header-cta-list {
        order: 3;
    }

    header.header-anim .header-icon-link,
    header.header-anim .header-action-btn,
    header.header-anim .navbar-toggler {
        align-items: center;
        border-radius: 999px;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        min-height: 42px;
        min-width: 42px;
        padding: 0;
        width: 42px;
    }

    header.header-anim .header-action-btn .fa {
        font-size: 1rem;
    }

    header.header-anim .header-action-text {
        clip: rect(0 0 0 0);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    header.header-anim .navbar .fa-4x,
    header.header-anim.fixed .navbar .fa-4x {
        font-size: 1.35rem;
    }

    header.header-anim .navbar-toggler {
        background: #fff;
        border: 1px solid rgba(18, 18, 18, 0.18);
        flex: 0 0 auto;
        margin: 0;
        order: 4;
    }

    header.header-anim .navbar-toggler .icon-bar {
        background: #121212;
        display: block;
        height: 2px;
        margin: 3px 0;
        width: 17px;
    }

    header.header-anim .mobile-header-menu-wrap {
        display: block;
        flex: 0 0 auto;
        margin: 0;
        order: 5;
        padding: 0;
        position: static;
        width: auto;
    }

    header.header-anim .mobile-header-menu-wrap > .container {
        display: block;
        padding: 0 !important;
        width: auto;
    }

    header.header-anim .site-menu-drawer {
        background: #fff;
        box-shadow: -18px 0 42px rgba(18, 18, 18, 0.18);
        display: block !important;
        height: 100vh;
        max-width: 88vw;
        overflow-y: auto;
        padding: 0 1rem 1.25rem;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(105%);
        transition: transform 280ms ease;
        width: 330px;
        z-index: 1400;
    }

    header.header-anim .site-menu-drawer.show {
        transform: translateX(0);
    }

    header.header-anim .site-menu-drawer__header {
        align-items: center;
        border-bottom: 1px solid rgba(18, 18, 18, 0.09);
        display: flex;
        font-family: "mulisemibold";
        justify-content: space-between;
        margin: 0 -1rem 0.7rem;
        min-height: 62px;
        padding: 0 1rem;
    }

    header.header-anim .site-menu-drawer__close {
        align-items: center;
        background: transparent;
        border: 0;
        color: #121212;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    header.header-anim .site-menu-drawer .navbar-nav {
        display: block;
        width: 100%;
    }

    header.header-anim .site-menu-drawer .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(18, 18, 18, 0.08);
        padding: 0.9rem 0;
        white-space: normal;
    }

    header.header-anim .site-menu-drawer .dropdown-menu {
        border: 0;
        box-shadow: none;
        display: block;
        float: none;
        max-height: none;
        padding: 0 0 0.6rem 0.75rem !important;
        position: static;
        width: 100%;
    }

    header.header-anim .site-menu-drawer .dropdown-menu .row {
        display: block;
        margin: 0;
    }

    header.header-anim .site-menu-drawer .dropdown-menu .col-6,
    header.header-anim .site-menu-drawer .dropdown-menu .col-md-4 {
        flex: none;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    .site-menu-backdrop {
        background: rgba(18, 18, 18, 0.38);
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 240ms ease;
        z-index: 1300;
    }

    header.header-anim.menu-open .site-menu-backdrop,
    body.site-menu-open .site-menu-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 430px) {
    header.header-anim .navbar-brand img,
    header.header-anim.fixed .navbar-brand img {
        height: 44px;
    }

    header.header-anim .mobile-header-controls {
        gap: 0.22rem;
    }

    header.header-anim .header-icon-link,
    header.header-anim .header-action-btn,
    header.header-anim .navbar-toggler {
        height: 38px;
        min-height: 38px;
        min-width: 38px;
        width: 38px;
    }
}

/* Stable mobile action header: no scroll resizing, five equal icon buttons. */
@media (max-width: 991.98px) {
    body.has-sticky-header {
        --site-header-height: 64px;
    }

    header.header-anim,
    header.header-anim.fixed {
        background: #fff;
        box-shadow: 0 6px 18px rgba(18, 18, 18, 0.08);
        backdrop-filter: none;
    }

    header.header-anim .main-header-nav,
    header.header-anim.fixed .main-header-nav,
    header.header-anim .mobile-header-shell,
    header.header-anim.fixed .mobile-header-shell {
        height: 64px;
        min-height: 64px;
    }

    header.header-anim .main-header-nav {
        padding: 0;
    }

    header.header-anim .navbar {
        padding: 0 12px;
    }

    header.header-anim .mobile-header-shell {
        justify-content: center;
        max-width: 100%;
        width: 100%;
    }

    header.header-anim .mobile-header-controls {
        display: grid;
        grid-template-columns: repeat(5, 44px);
        gap: 8px;
        justify-content: center;
        width: 100%;
    }

    header.header-anim .mobile-header-contact {
        display: contents !important;
    }

    header.header-anim .mobile-header-contact .row {
        display: contents;
    }

    header.header-anim .mobile-header-contact .col-lg-2,
    header.header-anim .mobile-header-contact .col-6 {
        display: contents;
    }

    header.header-anim .mobile-header-contact .col-lg-8,
    header.header-anim .mobile-header-controls > .d-none.d-md-flex {
        display: none !important;
    }

    header.header-anim .header-phone-link {
        grid-column: 1;
    }

    header.header-anim .header-whatsapp-link {
        grid-column: 2;
    }

    header.header-anim .mobile-header-cta-join {
        grid-column: 3;
        order: initial;
    }

    header.header-anim .mobile-header-cta-list {
        grid-column: 4;
        order: initial;
    }

    header.header-anim .navbar-toggler {
        grid-column: 5;
        order: initial;
    }

    header.header-anim .mobile-header-cta,
    header.header-anim.fixed .mobile-header-cta {
        display: contents !important;
        margin: 0 !important;
        max-width: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    header.header-anim .header-icon-link,
    header.header-anim .header-action-btn,
    header.header-anim .navbar-toggler,
    header.header-anim.fixed .header-icon-link,
    header.header-anim.fixed .header-action-btn,
    header.header-anim.fixed .navbar-toggler {
        align-items: center;
        border-radius: 999px;
        display: inline-flex;
        height: 44px;
        justify-content: center;
        min-height: 44px;
        min-width: 44px;
        padding: 0;
        width: 44px;
    }

    header.header-anim .header-action-btn {
        position: relative;
    }

    header.header-anim .header-action-text {
        clip: rect(0 0 0 0);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    header.header-anim .navbar .fa-4x,
    header.header-anim.fixed .navbar .fa-4x,
    header.header-anim .header-action-btn .fa {
        font-size: 1.22rem;
        line-height: 1;
    }

    header.header-anim .navbar-toggler {
        background: #fff;
        border: 1px solid rgba(18, 18, 18, 0.22);
        box-shadow: none;
        flex-direction: column;
        gap: 4px;
    }

    header.header-anim .navbar-toggler .icon-bar {
        background: #121212;
        border-radius: 999px;
        display: block;
        height: 2px;
        margin: 0;
        width: 18px;
    }
}

@media (max-width: 340px) {
    header.header-anim .mobile-header-controls {
        grid-template-columns: repeat(5, 42px);
        gap: 5px;
    }

    header.header-anim .header-icon-link,
    header.header-anim .header-action-btn,
    header.header-anim .navbar-toggler,
    header.header-anim.fixed .header-icon-link,
    header.header-anim.fixed .header-action-btn,
    header.header-anim.fixed .navbar-toggler {
        height: 42px;
        min-height: 42px;
        min-width: 42px;
        width: 42px;
    }
}

/* Mobile-only sticky footer navigation */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .mobile-bottom-nav {
        align-items: stretch;
        background: rgba(255, 255, 255, 0.97);
        border: 1px solid rgba(18, 18, 18, 0.08);
        border-bottom: 0;
        border-radius: 18px 18px 0 0;
        bottom: 0;
        box-shadow: 0 -12px 32px rgba(18, 18, 18, 0.16);
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0;
        left: 0;
        min-height: calc(70px + env(safe-area-inset-bottom));
        padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 1250;
        -webkit-backdrop-filter: saturate(145%) blur(12px);
        backdrop-filter: saturate(145%) blur(12px);
    }

    .mobile-bottom-nav__item {
        align-items: center;
        border-radius: 14px;
        color: #555;
        display: flex;
        flex-direction: column;
        font-family: "mulisemibold";
        font-size: 0.72rem;
        gap: 4px;
        justify-content: center;
        line-height: 1.05;
        min-height: 54px;
        min-width: 44px;
        padding: 6px 2px;
        text-align: center;
        transform: translateY(0);
        transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
        white-space: nowrap;
    }

    .mobile-bottom-nav__item i {
        display: block;
        font-size: 1.45rem;
        line-height: 1;
    }

    .mobile-bottom-nav__item span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-bottom-nav__item:hover,
    .mobile-bottom-nav__item:focus,
    .mobile-bottom-nav__item:active {
        color: #f48f00;
        transform: translateY(-2px);
    }

    .mobile-bottom-nav__item.is-active {
        background: rgba(244, 143, 0, 0.12);
        color: #f48f00;
    }

    .mobile-bottom-nav__item.is-active i {
        transform: scale(1.04);
    }
}

@media (max-width: 360px) {
    .mobile-bottom-nav {
        padding-left: 4px;
        padding-right: 4px;
    }

    .mobile-bottom-nav__item {
        font-size: 0.66rem;
        gap: 3px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .mobile-bottom-nav__item i {
        font-size: 1.28rem;
    }
}

img,
iframe,
video {
    max-width: 100%;
}

.post-title,
.blog-title,
.term-name,
.catlinks h3,
.dropdown-item {
    overflow-wrap: anywhere;
}

.mobile-search-submit .search-btn-icon {
    display: none;
}

@media (max-width: 991.99px) {
    body.has-sticky-header {
        --site-header-height: 96px;
    }

    header.header-anim {
        position: fixed !important;
        z-index: 1200;
    }

    header.header-anim .main-header-nav {
        min-height: 88px;
    }

    header.header-anim.fixed .main-header-nav {
        min-height: 68px;
    }

    header.header-anim .navbar {
        padding: 0.55rem 0.75rem;
    }

    header.header-anim .mobile-header-shell,
    header.header-anim .mobile-header-controls {
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        white-space: normal !important;
    }

    header.header-anim .mobile-header-shell {
        align-items: center;
    }

    header.header-anim .navbar-brand img {
        height: 76px;
        width: auto;
        transform-origin: left center;
    }

    header.header-anim.fixed .navbar-brand img {
        height: 62px;
        transform: scale(0.9);
    }

    header.header-anim .navbar .fa-4x {
        font-size: 2rem;
    }

    header.header-anim.fixed .navbar .fa-4x {
        font-size: 1.55rem;
    }

    header.header-anim .order-lg-last {
        margin-left: 0 !important;
    }

    header.header-anim .order-lg-last .btn {
        min-width: auto;
        padding: 0.45rem 0.7rem;
        font-size: 0.86rem;
        line-height: 1.1;
        white-space: nowrap;
    }

    header.header-anim .navbar-toggler {
        margin-left: auto;
    }

    header.header-anim.fixed .navbar-toggler {
        order: 2;
    }

    header.header-anim .mobile-header-menu-wrap {
        flex: 1 0 100%;
        padding: 0;
    }

    header.header-anim .navbar-collapse {
        background: #fff;
        flex-basis: 100%;
        margin-top: 0.35rem;
        z-index: 1300;
    }

    header.header-anim .navbar-nav {
        width: 100%;
    }

    header.header-anim .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 0.8rem 0.25rem;
    }

    header.header-anim .dropdown-menu.mega-menu {
        max-height: 65vh;
        overflow-y: auto;
        padding: 0.75rem !important;
        width: 100%;
    }

    header.header-anim .dropdown.show > .dropdown-menu {
        display: block;
    }

    header.header-anim .dropdown-menu.mega-menu .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wide-tb-120,
    .wide-tb-100,
    .wide-tb-90,
    .wide-tb-80,
    .wide-tb-70 {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .breadcrumbs-page {
        min-height: 120px;
    }
}

@media (max-width: 767.99px) {
    .section-title h1,
    .section-title .h1 {
        font-size: 1.65rem;
        line-height: 1.25;
    }

    .blog-wrap-home,
    .popular-categories,
    .popular-locations,
    .popular-locations-alternate,
    .vendor-wrap-alt {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }

    .blog-wrap-home .post-img img,
    .popular-categories img,
    .popular-locations img,
    .popular-locations-alternate img,
    .vendor-wrap-alt img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .main-content.content {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .weddingdir-sidebar {
        margin-top: 2rem;
    }

    footer {
        text-align: center;
    }

    footer .btn {
        white-space: normal;
    }
}

@media (max-width: 575.99px) {
    body.has-sticky-header {
        --site-header-height: 78px;
    }

    header.header-anim .mobile-header-shell {
        align-items: center;
        flex-wrap: nowrap;
    }

    header.header-anim .navbar-brand img {
        display: block;
        height: 58px;
        margin: 0;
        width: auto;
    }

    header.header-anim.fixed .navbar-brand img {
        height: 48px;
        transform: scale(0.92);
    }

    header.header-anim .mobile-header-logo {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        margin-right: 0 !important;
        order: 1;
    }

    header.header-anim .mobile-header-controls {
        align-items: center;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        min-width: 0;
        order: 2;
        width: auto;
    }

    header.header-anim .mobile-header-contact {
        flex: 0 0 auto;
        justify-content: flex-end;
        margin-right: 0 !important;
        order: 1;
        width: auto;
    }

    header.header-anim .mobile-header-contact .row {
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
    }

    header.header-anim .mobile-header-contact .col-6 {
        flex: 0 0 auto;
        max-width: none;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        width: auto;
    }

    header.header-anim .navbar .fa-4x {
        font-size: 1.65rem;
    }

    header.header-anim.fixed .navbar .fa-4x {
        font-size: 1.35rem;
    }

    header.header-anim .mobile-header-cta {
        display: none !important;
    }

    header.header-anim .navbar-toggler {
        margin-left: 0;
        order: 2;
        padding: 0.25rem 0;
    }

    header.header-anim .mobile-header-menu-wrap {
        flex-basis: 100%;
        order: 3;
    }

    header.header-anim .navbar-collapse {
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
        position: absolute;
        right: 0rem;
        top: 100%;
        width: calc(100vw - 1.5rem);
        z-index: 1000;
    }

    .wide-tb-120,
    .wide-tb-100,
    .wide-tb-90,
    .wide-tb-80,
    .wide-tb-70,
    .wide-tb-60,
    .wide-tb-50 {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .main-content.content.wide-tb-90 {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .owl-carousel .item {
        padding-left: 2px;
        padding-right: 2px;
    }

    .btn,
    button,
    input,
    select,
    textarea {
        max-width: 100%;
    }

    .slider-form .row.no-gutters {
        flex-wrap: nowrap;
    }

    .slider-form .row.no-gutters > .col-10 {
        flex: 1 1 auto;
        max-width: none;
        width: auto;
    }

    .slider-form .row.no-gutters > .col-2 {
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
    }

    .mobile-search-submit {
        align-items: center;
        display: inline-flex;
        height: 100%;
        justify-content: center;
        min-height: 44px;
        padding-left: 0;
        padding-right: 0;
        width: 48px;
    }

    .mobile-search-submit .search-btn-label {
        display: none;
    }

    .mobile-search-submit .search-btn-icon {
        display: inline-block;
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    body.has-sticky-header {
        --site-header-height: 82px;
    }

    body.site-menu-open {
        overflow: hidden;
    }

    header.header-anim .main-header-nav,
    header.header-anim.fixed .main-header-nav {
        min-height: 82px;
    }

    header.header-anim .mobile-header-shell {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 0.55rem;
        min-height: 72px;
    }

    header.header-anim .mobile-header-logo {
        flex: 0 0 auto;
        margin-right: auto !important;
        order: 1;
    }

    header.header-anim .navbar-brand img,
    header.header-anim.fixed .navbar-brand img {
        height: 52px;
        transform: none;
    }

    header.header-anim .mobile-header-controls {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.32rem;
        justify-content: flex-end;
        order: 2;
        width: auto;
    }

    header.header-anim .mobile-header-controls > .d-none.d-md-flex,
    header.header-anim .mobile-header-contact .col-lg-8 {
        display: none !important;
    }

    header.header-anim .mobile-header-contact {
        display: flex !important;
        flex: 0 0 auto;
        margin: 0 !important;
        order: 1;
        width: auto;
    }

    header.header-anim .mobile-header-contact .row {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.32rem;
        margin: 0;
    }

    header.header-anim .mobile-header-contact .col-lg-2,
    header.header-anim .mobile-header-contact .col-6 {
        flex: 0 0 auto;
        max-width: none;
        padding: 0;
        width: auto;
    }

    header.header-anim .mobile-header-cta {
        display: inline-flex !important;
        flex: 0 0 auto;
        margin: 0 !important;
    }

    header.header-anim .mobile-header-cta-join {
        order: 2;
    }

    header.header-anim .mobile-header-cta-list {
        order: 3;
    }

    header.header-anim .header-icon-link,
    header.header-anim .header-action-btn,
    header.header-anim .navbar-toggler {
        align-items: center;
        border-radius: 999px;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        min-height: 42px;
        min-width: 42px;
        padding: 0;
        width: 42px;
    }

    header.header-anim .header-action-text {
        clip: rect(0 0 0 0);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    header.header-anim .navbar .fa-4x,
    header.header-anim.fixed .navbar .fa-4x {
        font-size: 1.35rem;
    }

    header.header-anim .navbar-toggler {
        background: #fff;
        border: 1px solid rgba(18, 18, 18, 0.18);
        flex: 0 0 auto;
        margin: 0;
        order: 4;
    }

    header.header-anim .mobile-header-menu-wrap {
        display: block;
        flex: 0 0 auto;
        margin: 0;
        order: 5;
        padding: 0;
        position: static;
        width: auto;
    }

    header.header-anim .site-menu-drawer {
        background: #fff;
        box-shadow: -18px 0 42px rgba(18, 18, 18, 0.18);
        display: block !important;
        height: 100vh;
        max-width: 88vw;
        overflow-y: auto;
        padding: 0 1rem 1.25rem;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(105%);
        transition: transform 280ms ease;
        width: 330px;
        z-index: 1400;
    }

    header.header-anim .site-menu-drawer.show {
        transform: translateX(0);
    }

    header.header-anim .site-menu-drawer__header {
        align-items: center;
        border-bottom: 1px solid rgba(18, 18, 18, 0.09);
        display: flex;
        font-family: "mulisemibold";
        justify-content: space-between;
        margin: 0 -1rem 0.7rem;
        min-height: 62px;
        padding: 0 1rem;
    }

    header.header-anim .site-menu-drawer__close {
        align-items: center;
        background: transparent;
        border: 0;
        color: #121212;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    header.header-anim .site-menu-drawer .navbar-nav {
        display: block;
        width: 100%;
    }

    header.header-anim .site-menu-drawer .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(18, 18, 18, 0.08);
        padding: 0.9rem 0;
        white-space: normal;
    }

    header.header-anim .site-menu-drawer .dropdown-menu {
        border: 0;
        box-shadow: none;
        display: block;
        float: none;
        max-height: none;
        padding: 0 0 0.6rem 0.75rem !important;
        position: static;
        width: 100%;
    }

    header.header-anim .site-menu-drawer .dropdown-menu .row {
        display: block;
        margin: 0;
    }

    header.header-anim .site-menu-drawer .dropdown-menu .col-6,
    header.header-anim .site-menu-drawer .dropdown-menu .col-md-4 {
        flex: none;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    .site-menu-backdrop {
        background: rgba(18, 18, 18, 0.38);
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 240ms ease;
        z-index: 1300;
    }

    header.header-anim.menu-open .site-menu-backdrop,
    body.site-menu-open .site-menu-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 430px) {
    header.header-anim .navbar-brand img,
    header.header-anim.fixed .navbar-brand img {
        height: 44px;
    }

    header.header-anim .mobile-header-controls {
        gap: 0.22rem;
    }

    header.header-anim .header-icon-link,
    header.header-anim .header-action-btn,
    header.header-anim .navbar-toggler {
        height: 38px;
        min-height: 38px;
        min-width: 38px;
        width: 38px;
    }
}
