/* AsiaEstate header navigation */

.ae-header-nav {
    position: fixed;
    top: 25px;
    left: 50%;
    z-index: 9995;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    transform: translateX(-50%);
    pointer-events: auto;
}

.ae-header-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #17233d;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 850;
    white-space: nowrap;
    transition: color .18s ease, opacity .18s ease;
}

.ae-header-nav a:hover {
    color: #0f172a;
    text-decoration: none;
    opacity: .78;
}

/* On home hero header is transparent, links should be white */
body.ae-home-body .ae-header-nav a {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

body.ae-home-body .ae-header-nav a:hover {
    color: #ffffff;
    opacity: .82;
}

@media (max-width: 991px) {
    .ae-header-nav {
        top: 24px;
        left: auto;
        right: 18px;
        gap: 16px;
        transform: none;
    }

    .ae-header-nav a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .ae-header-nav {
        top: 22px;
        right: 12px;
        gap: 10px;
    }

    .ae-header-nav a {
        font-size: 11.5px;
        font-weight: 850;
    }
}

/* AsiaEstate mobile burger menu */
.ae-mobile-burger {
    display: none;
}

.ae-mobile-menu {
    display: none;
}

@media (max-width: 767px) {
    .ae-header-nav {
        display: none !important;
    }

    .ae-mobile-burger {
        position: fixed !important;
        top: 15px !important;
        right: 14px !important;
        z-index: 10020 !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        width: 42px !important;
        height: 42px !important;
        border: 1px solid rgba(23, 35, 61, .12) !important;
        border-radius: 11px !important;
        background: rgba(255, 255, 255, .92) !important;
        box-shadow: 0 10px 26px rgba(15, 23, 42, .10) !important;
        cursor: pointer !important;
        padding: 0 !important;
    }

    .ae-mobile-burger span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #17233d !important;
        transition: transform .18s ease, opacity .18s ease !important;
    }

    body.ae-home-body .ae-mobile-burger {
        background: rgba(15, 23, 42, .34) !important;
        border-color: rgba(255, 255, 255, .18) !important;
        backdrop-filter: blur(14px) saturate(130%) !important;
        -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
        box-shadow: none !important;
    }

    body.ae-home-body .ae-mobile-burger span {
        background: #ffffff !important;
    }

    body.ae-mobile-menu-open .ae-mobile-burger span:nth-child(1) {
        transform: translateY(6px) rotate(45deg) !important;
    }

    body.ae-mobile-menu-open .ae-mobile-burger span:nth-child(2) {
        opacity: 0 !important;
    }

    body.ae-mobile-menu-open .ae-mobile-burger span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg) !important;
    }

    .ae-mobile-menu {
        position: fixed !important;
        top: 64px !important;
        right: 14px !important;
        left: 14px !important;
        z-index: 10010 !important;
        display: grid !important;
        gap: 8px !important;
        padding: 12px !important;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, .96) !important;
        border: 1px solid rgba(15, 23, 42, .08) !important;
        box-shadow: 0 18px 50px rgba(15, 23, 42, .18) !important;
        opacity: 0 !important;
        transform: translateY(-10px) !important;
        pointer-events: none !important;
        transition: opacity .18s ease, transform .18s ease !important;
    }

    body.ae-mobile-menu-open .ae-mobile-menu {
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    .ae-mobile-menu a {
        display: flex !important;
        align-items: center !important;
        min-height: 46px !important;
        padding: 12px 14px !important;
        border-radius: 11px !important;
        background: #f6f8fb !important;
        color: #17233d !important;
        text-decoration: none !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        font-weight: 850 !important;
    }

    .ae-mobile-menu a:active {
        background: #eef2f7 !important;
    }
}

/* AsiaEstate: hide native Resido mobile header artifacts on home */
@media (max-width: 767px) {
    body.ae-home-body .header,
    body.ae-home-body .header.header-light,
    body.ae-home-body .main-header,
    body.ae-home-body .site-header,
    body.ae-home-body #header,
    body.ae-home-body .nav-menu,
    body.ae-home-body .navbar,
    body.ae-home-body .navbar-area,
    body.ae-home-body .header-inner,
    body.ae-home-body .header-wrap,
    body.ae-home-body .menu-wrapper,
    body.ae-home-body .main-menu {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        border-bottom: 0 !important;
        min-height: 0 !important;
    }

    /* Убираем синие/цветные полосы и старые мобильные кнопки темы */
    body.ae-home-body .mobile_nav,
    body.ae-home-body .mobile-nav,
    body.ae-home-body .mobile-menu,
    body.ae-home-body .mobile-menu-trigger,
    body.ae-home-body .menu-toggle,
    body.ae-home-body .navbar-toggler,
    body.ae-home-body .hamburger,
    body.ae-home-body .nav-toggle,
    body.ae-home-body .btn-show-menu,
    body.ae-home-body .show-mobile-menu,
    body.ae-home-body .header-menu-button,
    body.ae-home-body .navigation-portrait,
    body.ae-home-body .submenu-indicator,
    body.ae-home-body .nav-menus-wrapper {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    /* Наш бургер оставляем */
    body.ae-home-body .ae-mobile-burger {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 42px !important;
        height: 42px !important;
    }

    body.ae-home-body .ae-mobile-menu {
        visibility: visible !important;
    }

    /* Убираем возможную полоску под бургером */
    body.ae-home-body .header::before,
    body.ae-home-body .header::after,
    body.ae-home-body .main-header::before,
    body.ae-home-body .main-header::after,
    body.ae-home-body .site-header::before,
    body.ae-home-body .site-header::after,
    body.ae-home-body #header::before,
    body.ae-home-body #header::after,
    body.ae-home-body .nav-menu::before,
    body.ae-home-body .nav-menu::after {
        display: none !important;
        content: none !important;
        background: transparent !important;
        border: 0 !important;
    }
}

/* AsiaEstate: remove native Resido header artifacts on home desktop too */
body.ae-home-body .header,
body.ae-home-body .header.header-light,
body.ae-home-body .main-header,
body.ae-home-body .site-header,
body.ae-home-body #header,
body.ae-home-body .header-inner,
body.ae-home-body .header-fixed,
body.ae-home-body .header-wrap,
body.ae-home-body .navbar,
body.ae-home-body .navbar-area,
body.ae-home-body .navigation,
body.ae-home-body .nav-menu,
body.ae-home-body .main-menu,
body.ae-home-body .menu-wrapper {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    outline: 0 !important;
}

/* Убираем полосы/заливки через псевдоэлементы */
body.ae-home-body .header::before,
body.ae-home-body .header::after,
body.ae-home-body .main-header::before,
body.ae-home-body .main-header::after,
body.ae-home-body .site-header::before,
body.ae-home-body .site-header::after,
body.ae-home-body #header::before,
body.ae-home-body #header::after,
body.ae-home-body .navigation::before,
body.ae-home-body .navigation::after,
body.ae-home-body .nav-menu::before,
body.ae-home-body .nav-menu::after,
body.ae-home-body .navbar::before,
body.ae-home-body .navbar::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Скрываем старые элементы меню темы на главной, чтобы не было синей полосы/дублей */
body.ae-home-body .nav-menus-wrapper,
body.ae-home-body .navigation-portrait,
body.ae-home-body .navbar-toggler,
body.ae-home-body .menu-toggle,
body.ae-home-body .mobile_nav,
body.ae-home-body .mobile-nav,
body.ae-home-body .mobile-menu-trigger,
body.ae-home-body .hamburger,
body.ae-home-body .nav-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Нашу навигацию и бургер не трогаем */
body.ae-home-body .ae-header-nav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    body.ae-home-body .ae-header-nav {
        display: none !important;
    }

    body.ae-home-body .ae-mobile-burger {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* AsiaEstate: remove native Resido topbar on custom home page */
body.ae-home-body .topbar,
body.ae-home-body .topbar.bg-brand,
body.ae-home-body .topbar-right,
body.ae-home-body .currency-wrapper,
body.ae-home-body .topbar-wishlist {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* AsiaEstate: keep custom header fixed on home and newbuilds */
body.ae-home-body .ae-header-nav,
body.ae-newbuilds-body .ae-header-nav {
    position: fixed !important;
    top: 25px !important;
    left: 50% !important;
    right: auto !important;
    z-index: 10020 !important;
    transform: translateX(-50%) !important;
}

/* Native header shell stays fixed/transparent and does not scroll as content */
body.ae-home-body .header,
body.ae-home-body .main-header,
body.ae-home-body .site-header,
body.ae-home-body #header,
body.ae-newbuilds-body .header,
body.ae-newbuilds-body .main-header,
body.ae-newbuilds-body .site-header,
body.ae-newbuilds-body #header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9990 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Keep mobile burger fixed too */
@media (max-width: 767px) {
    body.ae-home-body .ae-header-nav,
    body.ae-newbuilds-body .ae-header-nav {
        display: none !important;
    }

    body.ae-home-body .ae-mobile-burger,
    body.ae-newbuilds-body .ae-mobile-burger {
        position: fixed !important;
        top: 15px !important;
        right: 14px !important;
        z-index: 10030 !important;
    }

    body.ae-home-body .ae-mobile-menu,
    body.ae-newbuilds-body .ae-mobile-menu {
        position: fixed !important;
        top: 64px !important;
        left: 14px !important;
        right: 14px !important;
        z-index: 10025 !important;
    }
}

/* AsiaEstate: header visible on hero top, hidden after scroll */
body.ae-home-body .ae-header-nav,
body.ae-newbuilds-body .ae-header-nav,
body.ae-home-body .ae-mobile-burger,
body.ae-newbuilds-body .ae-mobile-burger {
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

body.ae-header-hidden.ae-home-body .ae-header-nav,
body.ae-header-hidden.ae-newbuilds-body .ae-header-nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(-80px) !important;
}

body.ae-header-hidden.ae-home-body .ae-mobile-burger,
body.ae-header-hidden.ae-newbuilds-body .ae-mobile-burger {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-80px) !important;
}

body.ae-header-hidden.ae-home-body .ae-mobile-menu,
body.ae-header-hidden.ae-newbuilds-body .ae-mobile-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-14px) !important;
}

/* AsiaEstate: force-hide header after scroll on home/newbuilds */
body.ae-home-body .ae-header-nav,
body.ae-newbuilds-body .ae-header-nav,
body.ae-home-body .ae-mobile-burger,
body.ae-newbuilds-body .ae-mobile-burger,
body.ae-home-body .header,
body.ae-newbuilds-body .header,
body.ae-home-body .main-header,
body.ae-newbuilds-body .main-header,
body.ae-home-body .site-header,
body.ae-newbuilds-body .site-header,
body.ae-home-body #header,
body.ae-newbuilds-body #header {
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

body.ae-header-hidden.ae-home-body .ae-header-nav,
body.ae-header-hidden.ae-newbuilds-body .ae-header-nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(-90px) !important;
}

body.ae-header-hidden.ae-home-body .ae-mobile-burger,
body.ae-header-hidden.ae-newbuilds-body .ae-mobile-burger {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-90px) !important;
}

body.ae-header-hidden.ae-home-body .ae-mobile-menu,
body.ae-header-hidden.ae-newbuilds-body .ae-mobile-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-20px) !important;
}

body.ae-header-hidden.ae-home-body .header,
body.ae-header-hidden.ae-newbuilds-body .header,
body.ae-header-hidden.ae-home-body .main-header,
body.ae-header-hidden.ae-newbuilds-body .main-header,
body.ae-header-hidden.ae-home-body .site-header,
body.ae-header-hidden.ae-newbuilds-body .site-header,
body.ae-header-hidden.ae-home-body #header,
body.ae-header-hidden.ae-newbuilds-body #header {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-90px) !important;
}

/* AsiaEstate: transparent header over project detail photo hero */
body.ae-project-detail-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.ae-project-detail-body .topbar,
body.ae-project-detail-body .topbar.bg-brand,
body.ae-project-detail-body .topbar-right,
body.ae-project-detail-body .currency-wrapper,
body.ae-project-detail-body .topbar-wishlist {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.ae-project-detail-body .header,
body.ae-project-detail-body .header.header-light,
body.ae-project-detail-body .main-header,
body.ae-project-detail-body .site-header,
body.ae-project-detail-body #header,
body.ae-project-detail-body .header-inner,
body.ae-project-detail-body .header-fixed,
body.ae-project-detail-body .header-wrap,
body.ae-project-detail-body .navbar,
body.ae-project-detail-body .navbar-area,
body.ae-project-detail-body .navigation,
body.ae-project-detail-body .nav-menu,
body.ae-project-detail-body .main-menu,
body.ae-project-detail-body .menu-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9990 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}

body.ae-project-detail-body .header::before,
body.ae-project-detail-body .header::after,
body.ae-project-detail-body .main-header::before,
body.ae-project-detail-body .main-header::after,
body.ae-project-detail-body .site-header::before,
body.ae-project-detail-body .site-header::after,
body.ae-project-detail-body #header::before,
body.ae-project-detail-body #header::after,
body.ae-project-detail-body .navigation::before,
body.ae-project-detail-body .navigation::after,
body.ae-project-detail-body .nav-menu::before,
body.ae-project-detail-body .nav-menu::after,
body.ae-project-detail-body .navbar::before,
body.ae-project-detail-body .navbar::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    border: 0 !important;
}

body.ae-project-detail-body .nav-menus-wrapper,
body.ae-project-detail-body .navigation-portrait,
body.ae-project-detail-body .navbar-toggler,
body.ae-project-detail-body .menu-toggle,
body.ae-project-detail-body .mobile_nav,
body.ae-project-detail-body .mobile-nav,
body.ae-project-detail-body .mobile-menu-trigger,
body.ae-project-detail-body .hamburger,
body.ae-project-detail-body .nav-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* White custom nav over project image */
body.ae-project-detail-body .ae-header-nav {
    position: fixed !important;
    top: 25px !important;
    left: 50% !important;
    right: auto !important;
    z-index: 10020 !important;
    transform: translateX(-50%) !important;
}

body.ae-project-detail-body .ae-header-nav a {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28) !important;
}

body.ae-project-detail-body .ae-header-nav a:hover {
    color: #ffffff !important;
    opacity: .82 !important;
}

/* Hide header after scroll on project detail pages */
body.ae-project-detail-body .ae-header-nav,
body.ae-project-detail-body .ae-mobile-burger,
body.ae-project-detail-body .header,
body.ae-project-detail-body .main-header,
body.ae-project-detail-body .site-header,
body.ae-project-detail-body #header {
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

body.ae-header-hidden.ae-project-detail-body .ae-header-nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(-90px) !important;
}

body.ae-header-hidden.ae-project-detail-body .ae-mobile-burger {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-90px) !important;
}

body.ae-header-hidden.ae-project-detail-body .ae-mobile-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-20px) !important;
}

body.ae-header-hidden.ae-project-detail-body .header,
body.ae-header-hidden.ae-project-detail-body .main-header,
body.ae-header-hidden.ae-project-detail-body .site-header,
body.ae-header-hidden.ae-project-detail-body #header {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-90px) !important;
}

@media (max-width: 767px) {
    body.ae-project-detail-body .ae-header-nav {
        display: none !important;
    }

    body.ae-project-detail-body .ae-mobile-burger {
        position: fixed !important;
        top: 15px !important;
        right: 14px !important;
        z-index: 10030 !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 42px !important;
        height: 42px !important;
        background: rgba(15, 23, 42, .34) !important;
        border-color: rgba(255, 255, 255, .18) !important;
        backdrop-filter: blur(14px) saturate(130%) !important;
        -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
        box-shadow: none !important;
    }

    body.ae-project-detail-body .ae-mobile-burger span {
        background: #ffffff !important;
    }

    body.ae-project-detail-body .ae-mobile-menu {
        position: fixed !important;
        top: 64px !important;
        left: 14px !important;
        right: 14px !important;
        z-index: 10025 !important;
    }
}

/* AsiaEstate: animated scroll down cue */
.ae-scroll-cue {
    position: fixed !important;
    left: 50% !important;
    bottom: 30px !important;
    z-index: 10010 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;

    border: 1px solid rgba(255, 255, 255, .24) !important;
    background: rgba(15, 23, 42, .28) !important;
    color: #ffffff !important;

    box-shadow: 0 16px 38px rgba(0, 0, 0, .18) !important;
    backdrop-filter: blur(14px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(130%) !important;

    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateX(-50%) translateY(10px) !important;
    transition: opacity .24s ease, visibility .24s ease, transform .24s ease, background .18s ease, border-color .18s ease !important;
}

body.ae-scroll-cue-visible.ae-home-body .ae-scroll-cue,
body.ae-scroll-cue-visible.ae-newbuilds-body .ae-scroll-cue,
body.ae-scroll-cue-visible.ae-project-detail-body .ae-scroll-cue {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
    animation: aeScrollCueFloat 1.65s ease-in-out infinite !important;
}

body.ae-header-hidden .ae-scroll-cue {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(18px) !important;
    animation: none !important;
}

.ae-scroll-cue:hover {
    background: rgba(15, 23, 42, .42) !important;
    border-color: rgba(255, 255, 255, .34) !important;
}

.ae-scroll-cue span {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    transform: rotate(45deg) translate(-2px, -2px) !important;
}

@keyframes aeScrollCueFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(8px);
    }
}

@media (max-width: 767px) {
    .ae-scroll-cue {
        bottom: 22px !important;
        width: 42px !important;
        height: 42px !important;
        background: rgba(15, 23, 42, .34) !important;
    }

    .ae-scroll-cue span {
        width: 12px !important;
        height: 12px !important;
    }
}

/* AsiaEstate: scroll cue as simple animated arrow, no circle */
.ae-scroll-cue {
    width: 42px !important;
    height: 42px !important;
    bottom: 32px !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    transform: translateX(-50%) !important;
}

body.ae-scroll-cue-visible.ae-home-body .ae-scroll-cue,
body.ae-scroll-cue-visible.ae-newbuilds-body .ae-scroll-cue,
body.ae-scroll-cue-visible.ae-project-detail-body .ae-scroll-cue {
    transform: translateX(-50%) !important;
    animation: none !important;
}

.ae-scroll-cue:hover {
    background: transparent !important;
    border: 0 !important;
}

.ae-scroll-cue span {
    width: 18px !important;
    height: 18px !important;
    border-right: 2px solid rgba(255, 255, 255, .95) !important;
    border-bottom: 2px solid rgba(255, 255, 255, .95) !important;
    transform: rotate(45deg) !important;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .35)) !important;
    animation: aeScrollArrowBounce 1.15s cubic-bezier(.45, 0, .25, 1) infinite !important;
}

@keyframes aeScrollArrowBounce {
    0% {
        transform: rotate(45deg) translate(0, 0);
        opacity: .45;
    }

    35% {
        transform: rotate(45deg) translate(7px, 7px);
        opacity: 1;
    }

    70% {
        transform: rotate(45deg) translate(0, 0);
        opacity: .65;
    }

    100% {
        transform: rotate(45deg) translate(0, 0);
        opacity: .45;
    }
}

@media (max-width: 767px) {
    .ae-scroll-cue {
        bottom: 24px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .ae-scroll-cue span {
        width: 16px !important;
        height: 16px !important;
    }
}

/* AsiaEstate header: 3 navigation links */
.ae-header-nav {
    gap: 24px !important;
}

@media (max-width: 991px) {
    .ae-header-nav {
        gap: 14px !important;
    }

    .ae-header-nav a {
        font-size: 12.5px !important;
    }
}
