.main-head-cont {
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.main-head-wrapper {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: var(--max-width);
    margin: auto;
}



.mobile-nav-logo>img {
    height: 100%;
    width: 100%;
}

.nav-wrapper,
.auth-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}

.nav-wrapper {
    gap: 32px;
    margin-left: auto;
    margin-right: 32px;
}

.auth-wrapper {
    gap: 32px;
}

.nav-wrapper>a,
.nav-wrapper>button {
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    background: transparent;
    border: none;
    color: #252525;
    font-family: "Inter_28pt-Regular";
}

.auth-wrapper .auth-btn-link {
    white-space: nowrap;
    height: 54px;
    font-family: "Inter_28pt-SemiBold";
    font-size: 16px;
    padding-left: 32px;
    border: none;
    outline: none;
    padding-right: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.auth-wrapper .auth-btn-link:first-child {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.auth-wrapper .auth-btn-link:last-child {
    color: var(--color-one);
    background-color: var(--color-two);
}

/* Footer Styles */
.land-foot {
    background-color: #131313;
    color: #fff;
    margin-top: auto;
}

.land-foot-wrapp {
    max-width: var(--max-width);
    margin: auto;
    padding: 80px 20px 40px;
}

.land-foot-wrapp-sct-one {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    padding: 0;
    flex-wrap: wrap;
}

.foot-links-group {
    display: flex;
    gap: 80px;
}

.foot-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foot-col-brand {
    padding-right: 20px;
    max-width: 478px;
    width: 100%;
}

.foot-logo {
    display: inline-block;
    width: 100px;
    height: 78px;
    margin-bottom: 0;
    height: auto;
    justify-content: flex-start;
}

.foot-logo>img {
    height: auto;
    width: 100%;
}

.foot-desc {
    color: #EDEDED;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter_28pt-Regular';
    max-width: 478px;
}

.foot-hd {
    font-size: 20px;
    font-family: 'Inter_18pt-Bold';
    color: #FDFDFD;
    margin-bottom: 8px;
}

.foot-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.foot-link {
    color: #FDFDFD;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Inter_28pt-Regular';
}

.foot-link:hover {
    color: #fff;
}

.land-foot-wrapp-sct-two {
    border-top: 1px solid #737373;
    padding-top: 16px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9CA3AF;
    font-family: 'Inter_28pt-Regular';
    font-size: 16px;
}

.foot-copy,
.foot-rights {
    color: #9CA3AF;
    margin: 0;
}

.mobile-nav-btns {
    display: flex;
    flex-direction: row;
    gap: 12px;
    /* padding-left: var(--mobile-padding);
    padding-right: var(--mobile-padding); */
}

.mobile-nav-items {
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 32px;
    margin-bottom: 32px;
    /* padding-left: var(--mobile-padding);
    padding-right: var(--mobile-padding); */
}

.mobile-nav-items>a,
.mobile-nav-items>button {
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border: none;
    font-family: 'Inter_28pt-Regular';
    font-size: 12px;
    color: var(--primary-color);
}

.mobile-nav-btns {
    display: flex;
    flex-direction: row;
}

.mobile-nav-btns .mobile-nav-btn-link {
    height: 41px;
    flex: 1;
    font-size: 12px;
    gap: 12px;
    border-radius: 8px;
    font-family: 'Inter_28pt-SemiBold';
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-btns .mobile-nav-btn-link:first-child {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.mobile-nav-btns .mobile-nav-btn-link:last-child {
    border: none;
    color: var(--color-one);
    background-color: var(--color-two);
}

@media only screen and (max-width: 1272px) {

    .main-head-wrapper,
    .land-foot {
        padding-left: var(--desktop-padding);
        padding-right: var(--desktop-padding);
    }
}

@media only screen and (max-width: 1152px) {

    .nav-wrapper>a,
    .nav-wrapper>button {
        font-size: 14px;
    }

    .auth-wrapper .auth-btn-link {
        height: 44px;
        font-size: 15px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (max-width: 976px) {

    .nav-wrapper>a,
    .nav-wrapper>button {
        font-size: 12px;
    }

    .auth-wrapper .auth-btn-link {
        height: 44px;
        font-size: 13px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media only screen and (max-width: 880px) {
    .nav-icon2 {
        display: block;
    }

    .nav-wrapper,
    .auth-wrapper {
        display: none;
    }

    .land-foot-wrapp-sct-one {
        flex-direction: column;
        gap: 40px;
    }

    .foot-links-group {
        flex-direction: column;
        gap: 40px;
    }

    .foot-col-brand {
        padding-right: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 550px) {



    .main-head-wrapper {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
    }

    body {
        padding-top: 80px;
        /* Smaller header on mobile */
    }

    .foot-logo {
        width: 48px;
    }

    .land-foot-wrapp {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .land-foot-wrapp-sct-one {
        margin-bottom: 40px;
    }

    .land-logo {
        height: 38px;
        width: 48px;
    }

}

/* Footer Animation Styles */

/* Initial States */
.foot-col-brand,
.foot-links-group .foot-col,
.land-foot-wrapp-sct-two {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
        transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
}

/* Active Animation States */
.footer-animate-in {
    opacity: 1 !important;
    transform: none !important;
}