.footer-new-page {
    font-family: 'Geist', sans-serif;
    position: relative;
    color: #ffffff;
    padding: 252px 0 70px;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    border-radius: 22px 22px 0 0;
}

.footer-new-page .container {
    position: relative;
    z-index: 2;
}

.footer-new-page__inner {
    position: relative;
    z-index: 2;
}

.footer-new-page__bg-text {
    position: absolute;
    left: 50%;
    bottom: 202px;
    transform: translateX(-50%);
    font-size: clamp(90px, 13vw, 260px);
    line-height: 0.9;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity 0.08s linear, transform 0.08s linear;
    background: linear-gradient(180deg, #383838 -1.13%, rgba(56, 56, 56, 0) 91.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-new-page__top {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 430px;
}

.footer-new-page__contact {
    position: relative;
    z-index: 2;
}

.footer-new-page__heading {
    margin-bottom: 29px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
}

.footer-new-page__contact-content {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
}

.footer-new-page__contact-content span{
    display: block;
    color: #D2D2D2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-new-page__contact-content p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-new-page__contact-content p:last-child {
    margin-bottom: 0;
}

.footer-new-page__contact-email {
    margin-top: 30px;
}

.footer-new-page__contact-email span {
    display: block;
    color: #D2D2D2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-new-page__contact-email a {
    color: #D2D2D2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.footer-new-page__contact-email a:hover {
    opacity: 0.7;
}

.footer-new-page__copyright {
    margin-top: 30px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-new-page__menus {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

.footer-new-page__menu-col {
    min-width: 0;
}

.footer-new-page__accordion-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: default;
    margin: 0 0 29px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
}

.footer-new-page__accordion-trigger .footer-new-page__heading {
    margin-bottom: 28px;
}

.footer-new-page__accordion-icon {
    display: none;
}

.footer-new-page__accordion-content {
    display: block;
}

.footer-new-page__nav {
    width: 100%;
}

.footer-new-page__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-new-page__menu li {
    margin-bottom: 18px;
}

.footer-new-page__menu li:last-child {
    margin-bottom: 0;
}

.footer-new-page__menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.footer-new-page__menu a::before{
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -3px;
    transition: all 0.5s;
    left: auto;
    right: 0;
}

.footer-new-page__menu a:hover::before{
    width: 100%;
    left: 0;
    right: auto;
}

.footer-new-page__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.footer-new-page__bottom-left {
    display: flex;
    align-items: center;
    gap: 48px;
}

.footer-new-page__logo img {
    display: block;
    max-width: 170px;
    width: 100%;
    height: auto;
}

.footer-new-page__clutch a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    transition: opacity 0.3s ease;
}

.footer-new-page__clutch a:hover {
    opacity: 0.7;
}

.footer-new-page__bottom-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.footer-new-page__bottom-center a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.footer-new-page__bottom-center a::before{
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -3px;
    transition: all 0.5s;
    left: auto;
    right: 0;
}

.footer-new-page__bottom-center a:hover::before{
    width: 100%;
    left: 0;
    right: auto;
}


.footer-new-page__socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.footer-new-page__socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #575757;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.footer-new-page__socials a:hover{
    background-color: #D41028;
}

.footer-new-page__socials img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.mobile-copyright {
    display: none;
}

@media (max-width: 1199px) {

    .footer-new-page__top {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 140px;
    }

    .footer-new-page__menus {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        gap: 40px 30px;
    }

    .footer-new-page__bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-new-page__bottom-left,
    .footer-new-page__bottom-center,
    .footer-new-page__socials {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    
    .footer-new-page {
        padding: 240px 0 53px;
    }

    .footer-new-page__inner{
        display: flex;
        flex-direction: column;
    }

    .footer-new-page__bg-text {
        display: none;
    }

    .footer-new-page__contact{
        order: 1;
    }

    .footer-new-page__top {
        margin-bottom: 30px;
        order: 1;
    }

    .footer-new-page__contact-content,
    .footer-new-page__copyright {
        font-size: 16px;
    }

    .footer-new-page__menus {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-new-page__menu-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-new-page__accordion-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 12px 0 18px;
        background: transparent;
        border: none;
        cursor: pointer;
        text-align: left;
        max-width: 100%;
        margin: 0;
    }

    .footer-new-page__accordion-trigger .footer-new-page__heading {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.3;
    }

    .footer-new-page__accordion-icon {
        display: block;
        position: relative;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .footer-new-page__accordion-icon::before,
    .footer-new-page__accordion-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        background: #575757;
        border-radius: 2px;
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .footer-new-page__accordion-icon::before {
        transform: translate(-50%, -50%) rotate(45deg);
        left: 3px;
    }

    .footer-new-page__accordion-icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .footer-new-page__menu-col.is-open .footer-new-page__accordion-icon::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .footer-new-page__menu-col.is-open .footer-new-page__accordion-icon::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .footer-new-page__accordion-content {
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .footer-new-page__accordion-content .footer-new-page__nav {
        padding: 4px 0 20px;
    }

    .footer-new-page__menu li:last-child {
        margin-bottom: 0;
    }

    .footer-new-page__menu a {
        font-size: 18px;
        line-height: 1.45;
    }

    .footer-new-page__bottom {
        grid-template-columns: 1fr;
        gap: 30px;
        order: 3;
        margin-top: 80px;
    }

    .footer-new-page__bottom-left {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
    }

    .footer-new-page__socials {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-new-page__socials a{
        background-color: #D41028;
    }

    .footer-new-page__bottom-center {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 14px 28px;
        order: 1;
    }

    .desktop-copyright {
        display: none;
    }

    .mobile-copyright {
        display: block;
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
        order: 2;
    }
}