@import './components/map.css';

:root {
    --color-primary: #001871;
    --color-primary-hover: #007BFF;
    --color-secondary: #EE2C45;
}

/* Global font smoothing for better readability */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.tw-text-secondary {
    color: var(--color-secondary);
}

.tw-bg-secondary {
    background-color: var(--color-secondary);
}

.tw-text-primary {
    color: var(--color-primary);
}

.tw-bg-primary {
    background-color: var(--color-primary);
}

/* Chevron icon styles */
.chevron-icon {
    transition: transform 0.3s ease;
    color: #212c68;
}

/* Rotate chevron when dropdown is open */
.dropdown.show .chevron-icon {
    transform: rotate(180deg);
}

/* Pop animation for dropdown */
.animate-pop {
    animation: popIn 0.3s ease-out;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}




header {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.30);
    padding: 15px 0 25px;
    background: #fff;
    position: relative;
}

header .container.position-static{
    padding: 0;
}

.custom-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-cnaf .custom-header {
    align-items: center;
}

.header-cnaf .custom-header .navbar {
    position: static;
}

.logo-link img {
    width: 145px;
    height: auto;
    margin-top: 6px;
}

.hamburger-sitemap {
    height: 30px;
}

.top-menu {
    margin-bottom: 20px;
}

.top-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.top-menu ul li {
    display: inline-block;
    vertical-align: top;
}

.btn-lelang-head,
.bid-signup {
    width: 120px;
    height: 30px;
}

.login-btn {
    width: 105px;
    height: 30px;
}



.btn-lelang-head {
    margin-right: 2px;
}

.top-menu ul li:not(:last-of-type) a {
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #ee3342;
    border-radius: 8px;
    color: #ee3342;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 4px;
    text-align: center;
}

.top-menu a {
    display: block;
}

.top-menu a.lang-btn {
    display: block;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px 5px;
    cursor: pointer;
    line-height: 1;
    color: #000;
}

.top-menu a.lang-btn>span {
    height: 15px;
    overflow: hidden;
}

.top-menu a.lang-btn>img {
    margin-right: 5px;
    width: 20px;
}

.top-menu a.lang-btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #000000 transparent transparent transparent;
    content: '';
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;

}

.top-menu .bid-signup a:hover,
.top-menu .btn-lelang-head a:hover,
.top-menu .login-btn a {
    background-color: #ee3342;
    color: #fff !important;
}

@media (min-width: 768px) {
    .top-menu ul {
        gap: 16px;
        flex-direction: row;
        justify-content: flex-end;
    }
}



.header-cnaf .navbar-nav {
    align-items: center;
}

.header-cnaf .navbar-nav .nav-link {
    padding: 16px 16px 10px 16px !important;
}

.header-cnaf .navbar-nav .nav-btn-container:not(:last-child) {
    margin-right: 12px;
}

.header-cnaf .navbar-nav .login-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 4px;
}

.header-cnaf .navbar-nav .signup-btn {
    background: #ee3342;
    border: 1px solid #ee3342;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 4px;
}

.login-btn a:hover {
    color: #ee3342 !important;
    background-color: transparent;
}

nav.navbar {
    padding: 0px 0 0px 40px;
}

/* Navbar Main Top */
nav.navbar-main-top {
    height: 48px;
    padding: 0 16px;
    background: #212c68 !important;
}

nav.navbar-main-top .container {
    max-width: 1140px;
    padding: 8px 0;
}

nav.navbar-main-top .card-dropdown {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E9EAF0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    min-width: 256px;
}

nav.navbar-main-top .dropdown-btn {
    cursor: pointer;
}

nav.navbar-main-top .dropdown-btn:hover p {
    color: var(--color-primary-hover);
}

nav.navbar-main-top .dropdown-btn:hover img {
    filter: invert(34%) sepia(60%) saturate(5194%) hue-rotate(201deg) brightness(105%) contrast(104%);
}

.btn-unduh {
    background: #fff;
    border-radius: 4px;
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1;
    font-family: 'NexaBold';
    color: var(--color-primary);
    flex-shrink: 0;
    width: 77px;
    justify-content: center;
    align-items: center;
    height: 32px;
}

@media (min-width: 768px) {
    nav.navbar-main-top {
        background: #F0F0F0 !important;
        padding: 0 16px;
        height: 32px;
    }
}

/* End of Navbar Main Top */

.navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    font-size: 12px;
    font-family: 'NexaReg';
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding: 9px 10px;
    padding-top: 12px;
    max-height: 40px;
}

.navbar-expand-md .navbar-nav .nav-link.active {
    border-color: #EE3342;
}

.navbar-expand-md .navbar-nav .nav-item-new {
    display: flex;
    align-items: center;
}

.navbar-expand-md .navbar-nav .nav-item-new-label {
    background: #EF3340;
    color: #fff;
    font-size: 10px;
    font-family: 'NexaBold';
    text-transform: uppercase;
    border-radius: 3px;
    width: 34px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    margin-bottom: 3px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    background: var(--Netral-white, #FFF);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: none;
    margin: 0;
    padding: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 0.5px dashed #212C68;
    height: 34px;
    padding: 3px 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-primary);
    font-size: 14px;

}

.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:active {
    background: #f8f9fa;
}


.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
}

@media (min-width: 768px) {

    .navbar.navbar-expand-md {
        height: 40px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        max-height: 40px;
        color: #212C68;
    }


    .navbar-expand-md .navbar-nav .dropdown-menu {
        border-radius: 0 0 8px 8px;
    }

}

.floating-chat {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 105;
    bottom: 72px;
    right: 10px;
    text-align: right;
}


@media (min-width: 768px) {
    .floating-chat {
        bottom: 19%;
    }
}

.top-menu .lang-container .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #212C68;
    border-color: #212C68 !important;
    background: #FFF;
    height: 30px;
}



.floating-chat .chat-button {
    color: #222b68;
    font-size: 12px;
    font-family: 'NexaBold';
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floating-chat .chat-button span {
    background-color: #fff;
    border-radius: 8px;
    padding: 2px 6px;
    line-height: 16px;
    padding-top: 4px;
}


.floating-auction-popup {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1000;
    border-radius: 8px;
    background: none;
}

.floating-auction-content {
    width: 300px;
}

.floating-auction-header {
    display: flex;
    justify-content: flex-end;
}

.minimize-btn,
.close-btn {
    background: #212C68;
    font-size: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
}

.close-floating-btn,
.open-floating-btn {
    background: #212C68;
    font-size: 16px;
    width: 20px;
    height: 20px;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-floating-auction-btn {
    color: #212C68;
    text-align: center;
    font-family: "NexaBold";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#floating-auction-btn img {
    width: 60px;
    height: 50px;
}

@media (min-width: 768px) {
    #floating-auction-btn img {
        width: 90px;
        height: 80px;
    }

}


.floating-auction-body {
    text-align: center;
}

.floating-auction-body img {
    max-width: 100%;
    height: auto;
}

.chat-icon {
    width: 90px;
    height: 90px;
    background: url(../img/icon-whatsapp.png) no-repeat center center;
    margin-bottom: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background-size: 150%;
}

/* .chat-icon:hover{
    background: url(../img/icon-whatsapp.svg)  #ee3342 no-repeat center center;
    transition: all 0.2s ease-in-out;
    background-size: 40px 40px;
} */
.chat-button.active .chat-icon {
    width: 90px;
    height: 90px;
    background: url(../img/icon-chatusopen.svg) #222b68 no-repeat center center;
    margin-bottom: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background-size: 32px 32px;
}

.chat-button.active:hover .chat-icon {
    background: url(../img/icon-chatusopen.svg) #ee3342 no-repeat center center;
    transition: all 0.2s ease-in-out;
    background-size: 32px 32px;
}

.chatboard {
    background: url(../img/bg-charboard.jpg) no-repeat;
    background-size: cover;
    width: 320px;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 20px 15px 30px;
    text-align: left;
    display: none;
}

.headerchat {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
}

.headerchat button.close {
    position: absolute;
    height: 20px;
    padding: 7px;
    border-radius: 5px;
    right: 0px;
    top: 0px;
    width: 20px;
    opacity: 1;
    background: url(../img/icon-chat-close.svg) no-repeat center #fff;
    background-size: 10px;
}

.headerchat button.close img {
    width: 100%;
}

.headerchat span {
    font-size: 18px;
    display: block;
    font-family: 'NexaBold';
}

.bodychat {
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
}

.bodychat input,
.bodychat textarea {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 7px 10px 4px;
    font-size: 14px;
}


.bodychat textarea {
    height: 80px;
}

#rc-imageselect,
.g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.page-title .title {
    color: #212c68;
}

footer {
    font-size: 14px;
    padding: 40px 0 0;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    color: #212c68;
    z-index: 99;
    position: relative;
}

footer>.container {
    margin-bottom: 30px;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.logo-footer {
    margin-bottom: 24px;
}

.address-contaier {
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .footer-contact li {
        margin-bottom: 10px;
    }

    .logo-footer {
        margin-bottom: 30px;
    }

    .address-contaier {
        margin-bottom: 30px;
    }

    footer ul {
        font-size: 14px;
    }

    .footer-contact li a,
    .fmenu-list li a,
    .footer-info a,
    .fmenu-list .has-submenu .parent-item,
    .fmenu-list .submenu a {
        color: var(--color-primary) !important;
    }

    .fmenu-list .submenu a {
        font-size: 14px !important;
    }

}

.footer-contact li {
    display: inline-block;
}

.footer-contact li:not(:last-child) {
    padding-right: 10px;
}

.footer-contact li a,
.fmenu-list li a,
.footer-info a,
.fmenu-list .has-submenu .parent-item,
.fmenu-list .submenu a {
    color: #000;
}

.fmenu-list li {
    list-style: none;
    padding: 8px 0;
}

/* Nested menu styles */
.fmenu-list .has-submenu {
    position: relative;
}

.fmenu-list .has-submenu .parent-item {
    font-weight: 500;
    display: block;
}

.fmenu-list .submenu {
    margin-left: 16px;
    margin-top: 8px;
    padding-left: 0;
    display: block !important;
    list-style: none;
    max-height: none !important;
    overflow: visible !important;
}

.fmenu-list .submenu li {
    position: relative;
    padding: 4px 0 0;
}

.fmenu-list .submenu li::before {
    content: " ";
    background-color: var(--color-primary);
    font-weight: bold;
    position: absolute;
    left: -14px;
    top: 43%;
    transform: translateY(-43%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.fmenu-list .submenu a {
    font-size: 12px;
    text-decoration: none;
}

.fmenu-list .submenu a:hover {
    text-decoration: underline;
}

/* Ensure footer submenu is always visible */
footer .fmenu-list .submenu {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
}

footer .fmenu-list .submenu li {
    display: block !important;
}

.footer-info {
    font-size: 16px;
}

.footer-info>div:not(:last-child) {
    margin-bottom: 30px;

}

.footer-info .custom-title {
    font-size: 20px;
}

.footer-cnaf .footer-info {
    text-align: right;
}

footer .social-media-wrapper {
    padding-top: 2px;
    gap: 10px;
}

footer .social-media-wrapper a {
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-primary);
    transition: background-color 0.3s ease;
}

footer .social-media-wrapper a img {
    transition: filter 0.3s ease;
}

footer .social-media-wrapper a:hover {
    background: var(--color-primary);
}

footer .social-media-wrapper a:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

footer .menu-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/* Footer menu mobile styles */
.footer-menu-toggle {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu-toggle .chevron-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    background-image: url("../img/icon-chevron-mobile.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}

.footer-menu-toggle[aria-expanded="true"] .chevron-icon {
    transform: rotate(0);
    margin-top: 6px;
}

.footer-menu-section .collapse:not(.show) {
    display: none;
}

.footer-menu-section .collapse.show {
    display: block;
}

@media (max-width: 767px) {

    .footer-menu-section:first-of-type {
        padding-top: 0;
    }

    .footer-menu-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer-menu-section {
        border-bottom: 1px solid #EBEBEB;
        padding: 8px 0;
    }

    .footer-menu-section .title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .footer-menu-section .fmenu-list {
        padding-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    footer {
        padding: 16px 0 0;
    }
}

footer .menu-wrapper li {
    padding: 0;
}

footer .footer-left,
footer .footer-right {
    flex: 1;
}

footer .footer-bottom {
    padding-top: 16px;
}

footer .footer-bottom>a,
footer .footer-bottom>div {
    border-top: 1px solid #EBEBEB;
    padding: 16px 0;
}

footer .border-b-footer {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    footer .menu-wrapper {
        flex-direction: row;
        gap: 60px;
    }

    footer .menu-wrapper .title {
        margin-bottom: 16px;
        line-height: 17px;
    }

    footer .menu-wrapper li {
        padding-bottom: 16px;
        line-height: 17px;
    }

    footer .footer-left,
    footer .footer-right {
        flex: auto;
    }

    footer .social-media-wrapper {
        gap: 12px;
    }

    footer .social-media-wrapper a {
        width: 40px;
        height: 40px;
    }

    footer .border-b-footer {
        border: none;
        margin: 0;
        padding: 0;
    }
}



.copyright {
    background-color: #212c68;
    color: #fff;
    padding: 10px 0;
}

.copyright a {
    color: #fff;
    white-space: nowrap;
}

.breadcrumb-section {
    margin-bottom: 50px;
}

.breadcrumb {
    background: transparent;
    padding: 30px 0 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    height: 5px;
    width: 5px;
    padding: 0;
    border-top: 2px solid #212c68;
    border-right: 2px solid #212c68;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-top: 3px;
}

.breadcrumb-item {
    font-size: 10px;

    font-family: 'NexaHeavy';
    text-transform: uppercase;
}

.breadcrumb-item.active,
.breadcrumb-item a {
    color: #212c68;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.navbar-toggler {
    display: none;
}

/*responsive*/
@media (min-width: 1200px) {}

@media (max-width:1024px) {


    .top-menu,
    #jba-mainmenu {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {

    .footer-menu {
        order: 1;
    }

    .footer-address {
        order: 2;
    }

    .footer-info {
        order: 3;
    }

    footer .row>div {
        padding-bottom: 20px;
    }

    footer>.container {
        margin-bottom: 0;
    }


    .navbar-toggler {
        background: #212c68;
        border-radius: 5px;
        height: 38px;
        display: block;
    }

    .navbar-toggler-icon {
        height: 3px;
        background: #fff;
        width: 20px;
        border-radius: 2px;
        position: relative;
        display: block;
        transition: background 0.3s ease-in-out;
    }

    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        height: 3px;
        background: #fff;
        width: 20px;
        border-radius: 2px;
        position: absolute;
        content: '';
        left: 0;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-toggler-icon:before {
        top: -7px;
        transform-origin: right;
    }

    .navbar-toggler-icon:after {
        bottom: -7px;
        transform-origin: right;
    }

    /* X animation when menu is open */
    .show .navbar-toggler-icon {
        background: transparent;
    }

    .show .navbar-toggler-icon:before {
        transform: rotate(-45deg);
        top: -7px;
        left: -3px;
    }

    .show .navbar-toggler-icon:after {
        transform: rotate(45deg);
        bottom: -7px;
        left: -3px;
    }


    .logo-container a {
        display: inline-block;
    }

    .logo-container {
        text-align: center;
        width: 100%;
        padding: 8px 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 101;
        background: #FFF;
    }

    nav.navbar-main-top {
        z-index: 101;
    }

}

@media (max-width: 767px) {
    header {
        padding: 0;
        box-shadow: none;
        background: #FFF;
    }

    .header-cnaf .navbar-nav {
        align-items: flex-start;
    }

    .navbar-toggler {
        padding: 10px;
    }

    .top-menu,
    #jba-mainmenu {
        margin-right: 0;
    }


    .mainmenu-container {
        width: 100%;
        background: #e6e7ea;
        position: relative;
        overflow: hidden;
    }

    .mainmenu-container::before {
        content: '';
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: -30px;
        left: -30px;
        background: #212c68;
    }

    .header-cnaf .mainmenu-container {
        padding: 0;
    }

    .header-cnaf .mainmenu-container::before {
        content: none;
    }

    .mainmenu-container::after {
        content: '';
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: -30px;
        right: -30px;
        background: #ee3342;
    }

    .top-menu {
        text-align: center;
        margin-bottom: 25px;
        padding: 0 30px;
    }

    .top-menu:before {
        content: 'Apakah Anda ingin mengikuti Lelang \A di JBA hari ini?';
        display: block;
        font-size: 14px;
        white-space: pre;
    }

    nav.navbar {
        background: #212c68;
        padding: 0;
    }

    nav.navbar-main-top {
        padding: 0 16px;
    }

    .logo-link img {
        width: 80px;
        height: auto;
        margin-top: auto;
    }

    .btn-lelang-head {
        margin-bottom: 5px;
    }

    .header-cnaf .navbar-nav .nav-btn-container {
        padding: 8px 16px;
    }

    .header-cnaf .navbar-nav .nav-btn-container.nav-btn-sitemap {
        display: none;
    }

    .breadcrumb-section {
        margin-bottom: 24px;
    }
}

.promo-fixed-container {
    display: flex;
    position: relative;
}

.promo-fixed-slide {
    width: 325px;
    flex-shrink: 0;
    margin-right: 10px;
}

.promo-fixed-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-fixed-sliding-content {
    flex-grow: 1;
    overflow: hidden;
}

.promo-fixed-sliding-content .slide {
    padding: 20px;
    margin: 0 10px;
}

.promo-fixed-sliding-content .slick-slider {
    position: unset;
}

.promo-fixed-slide img,
.promo-fixed-sliding-content .slick-slide img {
    border-radius: 1.2rem;
}

.news-search-form .form-control {
    padding: 10px 15px 5px 15px;
    height: 40px;
    font-size: 14px;
}

.news-search-form .btn-search {
    background: #212c68;
    color: #fff;
    border: 1px solid #212c68;
    padding: 10px 15px 5px 15px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-search-form .btn-search:hover {
    background: #fff;
    color: #212c68;
}

/* Mobile Menu Styles */
#mobile-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 105.27px);
    background: #fff;
    z-index: 100;
    transition: top 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#mobile-menu.show {
    top: 105.27px;
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    #mobile-menu.show {
        top: 160.27px;
    }

    .logo-footer>img {
        width: 170px;
        height: 66px;
    }
}

.mobile-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    padding: 0;
    overflow-y: auto;
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
}

#mobile-menu.show .mobile-menu-container {
    transform: translateY(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e7ea;
    padding-bottom: 15px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.close-menu {
    background: none;
    border: none;
    font-size: 32px;
    color: #212c68;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-nav-item {
    border-bottom: 1px solid #e6e7ea;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
}

.mobile-nav-item a,
.mobile-nav-item .submenu-toggle {
    display: block;
    color: #212c68;
    font-size: 18px;
    text-decoration: none;
    font-family: 'NexaHeavy';
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    position: relative;
}

.mobile-nav-item.active>a {
    color: #ee3342;
}

.mobile-nav-item .nav-item-new-label {
    display: inline-block;
    background: #EF3340;
    color: #fff;
    font-size: 10px;
    font-family: 'NexaBold';
    text-transform: uppercase;
    border-radius: 3px;
    padding: 3px 8px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Submenu styles */
.mobile-nav-item.has-submenu {
    border-bottom: none;
}

.submenu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.submenu-toggle .chevron-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    background-image: url("../img/icon-chevron-mobile.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.mobile-nav-item.has-submenu.open .chevron-icon {
    transform: rotate(0deg);
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item.has-submenu.open .submenu {
    max-height: 500px;
}

.mobile-nav-item.has-submenu.open .submenu {
    display: block;
    padding-top: 8px;
}

.submenu a,
.submenu-toggle-second {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    font-family: 'NexaReg';
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}


.collapse-submenu-second ul li::marker {
    color: #001871;
    font-size: 24px;
}

.submenu .language-item {
    position: relative;
    padding: 0;
    transition: background-color 0.3s ease;
    border: none;
}

.submenu .language-item:hover {
    background-color: #f5f5f5;
}

.submenu .language-link {
    display: flex !important;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 12px !important;
    font-size: 16px !important;
    font-family: 'NexaReg' !important;
    color: #000 !important;
    transition: all 0.3s ease;
}


.submenu .language-link.active {
    background-color: rgba(0, 24, 113, 0.05);
    border-radius: 4px;
}

.submenu .language-check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 14px;
}

.submenu .language-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.submenu .language-text {
    flex: 1;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.collapse-submenu-second {
    max-height: none;
    overflow: visible;
    display: block;
}

.collapse-submenu-second.show {
    max-height: none;
    display: block;
}

.collapse-submenu-second ul {
    padding: 0 16px;
    margin: 0;
    list-style: disc;
    padding-left: 30px;
}

.collapse-submenu-second ul li {
    position: relative;
}

.collapse-submenu-second ul {
    list-style-type: none;
}
.collapse-submenu-second ul li::before {
    content: "";
    background-color: #001871;
    position: absolute;
    left: -12px;
    top: 45%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.collapse-submenu-second ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding-left: 8px;
}

.collapse-submenu-second ul li a:hover {
    text-decoration: underline;
}

.submenu-item-title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    padding: 8px 0;
}

.auth-container {
    padding: 16px;
    background-color: #fff;
    margin-bottom: 16px;
}

.gap-header {
    height: 16px;
    background-color: #F5F5F5;
}

.auth-title {
    color: #212C68;
    text-align: center;
    font-family: "NexaHeavy";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    max-width: 260px;
    margin: auto;
    margin-bottom: 8px;
}

.auth-btn-wrapper{
    display: flex;
    gap: 16px;
    align-items: center;
}

.auth-btn-other-wrapper {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-top: 16px;
}

.auth-btn-other-wrapper a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    color: var(--color-primary);
    border-radius: 8px;
    background-color: var(--secondary-50);
    padding: 12px;
    font-size: 14px;
}

.auth-btn-other-wrapper a .title {
    font-size: 16px;
    font-family: 'NexaHeavy';
}

.auth-btn-other-wrapper a img {
    flex: none;
    width: 24px;
    height: 24px;
}

.btn-mobile-login,
.btn-mobile-register {
    color: var(--Netral-white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 1;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-mobile-login {
    border-radius: 8px;
    background: var(--Foundation-Secondary-secondary-500, #001871);
    color: #fff;
}

.btn-mobile-login:hover {
    background: #011355;
}

.btn-mobile-register {
    color: #001871;
    border-radius: 8px;
    border: 1px solid var(--Netral-200, #E5E5E5);
    background: var(--Netral-white, #FFF);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}

.btn-mobile-register:hover {
    background: #e4e4e4;
}

.logo-footer>img {
    width: 142px;
    height: 57px;
}
