.footer-container {
    /* width: 100%;
    display: flex;
    justify-content: center; */
    width: 1580px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 45px 45px 0px 0px;
    padding: 55px 0px 50px 0px;
}

.footer-wrapper {
    width: 1320px;
    margin: 0 auto;
    /* background-color: #000;
    padding: 55px 60px 50px 60px;
    border-radius: 45px 45px 0px 0px; */
}

.footer-t-sect {
    display: flex;
    width: 100%;
}

.footer-logo-container {
    width: 20%;
}

.footer-menu {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icons {
    width: 20%;
}

.footer-icon-cont {
    display: flex;
    align-items: center;
}

.ff-icon {
    width: 33.33%;
    display: flex;
    justify-content: end;
}

.yt-icon {
    width: 33.33%;
    display: flex;
    justify-content: end;
}

.insta-icon {
    width: 33.33%;
    display: flex;
    justify-content: end;
}

.footer-logo {
    width: 100%;
}

.yt-icon img {
    width: 40px;
}

.insta-icon img {
    width: 30px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    overflow-x: auto;

}

.footer-menu ul::-webkit-scrollbar {
    height: 3px;
    /* Adjust the height of the scrollbar */
}

.footer-menu ul::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Scrollbar color */
    border-radius: 4px;
    /* Rounded corners */
}

.footer-menu ul::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Scrollbar color on hover */
}

.footer-menu ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Background of the scrollbar track */
    border-radius: 4px;
}

.footer-menu ul li {
    margin-left: 35px;
    color: #F3F3F3;
    font-family: "DINLight";
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
}


.footer-s-sect {
    width: 100%;
    display: flex;
    margin-top: 66px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.footer-adress-container {
    width: 40%;
}

.footer-input-main-section {
    width: 60%;
    background-color: #292A32;
    border-radius: 14px;
    padding: 58px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-span {
    font-family: "DINBold";
    background-color: #B9FF66;
    border-radius: 7px;
    padding: 0 7px;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.footer-email {
    font-family: "DINLight";
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 21.6px;
    margin-top: 27px;
    margin-bottom: 0;
}

.footer-phone {
    font-family: "DINLight";
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 21.6px;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-address {
    font-family: "DINLight";
    width: 60%;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 21.6px;
    margin-top: 20px;
    margin-bottom: 0;
}

.input-container {
    width: 48%;
}

.email-btn-container {
    width: 48%;
}

.input-container input {
    width: 100%;
    padding: 22px 35px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

.email-btn-container button {
    width: 100%;
    padding: 20px 35px;
    border-radius: 14px;
    background-color: #B9FF66;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.footer-t-section {
    width: 100%;
    padding: 14px 0px 0px 0px;
}

.footer-t-p {
    color: white;
    font-size: 18px;
    font-family: 'DINRegular';
    margin-bottom: 14px;
}

.policy-container {
    display: flex;
    align-items: center;
}

.policy-div p {
    line-height: 28px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-right: 40px;
    font-family: 'DINRegular';
}

.policy-btn a {
    line-height: 28px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'DINRegular';
}

.dark-mode-active .float-mobile-menu .MuiBottomNavigation-root {
    background-color: rgb(18 20 23);
}

.dark-mode-active .float-mobile-menu .mobile-icon {
    color: #fff !important;
}
.MuiBottomNavigationAction-root.Mui-selected svg{
    color: #fff !important;
}

.float-mobile-menu {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
}

.float-mobile-menu .MuiBottomNavigation-root{
    padding-left: .5rem;
    padding-right: .5rem;
    pointer-events: auto !important;
}

.float-mobile-menu .MuiBottomNavigationAction-root {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Ensure mobile bottom menu and all its children are clickable */
.mobile-bottom-menu-sec * {
    pointer-events: auto !important;
}

.mobile-bottom-menu-sec .MuiBottomNavigation-root {
    pointer-events: auto !important;
    position: relative;
    z-index: 1051;
}

.mobile-bottom-menu-sec .MuiBottomNavigationAction-root {
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
}
span.MuiBottomNavigationAction-label.MuiBottomNavigationAction-iconOnly {
    display: none;
}
.MuiBottomNavigationAction-label.Mui-selected span {
    font-size: 12px !important;
    font-family: 'DINLight';
}

@media(max-width: 767px) {
    .footer-container {
        width: 100% !important;
        padding: 50px 20px 30px 20px !important;
        border-radius: 0;
    }

    .footer-wrapper {
        width: 100%;
    }

    .footer-t-sect {
        display: block;
        width: 100%;
    }

    .footer-logo-container {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-menu {
        width: 100%;
        display: block;
    }

    .footer-icons {
        width: 100%;
        margin-top: 40px;
    }

    .footer-menu ul {
        display: block;
        text-align: center;
    }

    .footer-menu ul li {
        margin: 20px 0;
    }

    .ff-icon {
        display: flex;
        justify-content: center;
    }

    .yt-icon {
        display: flex;
        justify-content: center;
    }

    .insta-icon {
        display: flex;
        justify-content: center;
    }

    .yt-icon img {
        width: 40px;
    }

    .insta-icon img {
        width: 30px;
    }

    .footer-s-sect {
        width: 100%;
        display: block;
        margin-top: 40px;
        padding-bottom: 50px;
        border-bottom: 1px solid #fff;
    }

    .footer-adress-container {
        width: 100%;
        text-align: center;
    }

    .footer-input-main-section {
        width: 100%;
        background-color: #292A32;
        border-radius: 14px;
        padding: 30px;
        display: block;
        margin-top: 40px;
    }

    .footer-address {
        font-family: "DINLight";
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 21.6px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .input-container {
        width: 100%;
    }

    .email-btn-container {
        width: 100%;
        margin-top: 20px;
    }

    .footer-t-section {
        width: 100%;
        padding: 35px 0px 0px 0px;
    }

    .footer-t-p {
        margin-bottom: 35px;
        text-align: center;
    }

    .policy-container {
        display: block;
        text-align: center;
    }

    .policy-div p {
        margin-right: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .policy-btn {
        margin-top: 16px;
    }

    .policy-btn a {
        line-height: 24px;
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-top: 15px;
    }
}

@media (max-width: 899px) {
    .footer-section{
        display: none;
    }
    .mobile-bottom-menu-sec {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999 !important; /* Increased z-index to match float-mobile-menu */
        pointer-events: auto !important;
        isolation: isolate; /* Create new stacking context */
        transform: translateZ(0); /* Force hardware acceleration and new layer */
    }
}


/* @media(min-width: 1400px){
    .footer-wrapper {
        width: 1320px;

    }
} */
@media(max-width: 1480px) {
    .footer-container {
        width: 1220px;
        padding: 55px 60px 50px 60px;
    }

    .footer-wrapper {
        width: 100%;
    }
}

@media(min-width: 1481px) and (max-width:1580px) {
    .footer-container {
        width: 1320px;
        padding: 55px 60px 50px 60px;
    }

    .footer-wrapper {
        width: 100%;
    }
}