.footer-classic {
    position: relative;
}

.footer-classic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
    transparent,
    rgba(20, 241, 217, .45) 30%,
    rgba(20, 241, 217, .45) 70%,
    transparent);
}

.footer-classic .footer-inner-1 {
    position: relative;
    color: rgba(255, 255, 255, .70);
    background: linear-gradient(180deg, #0d1b2c 0%, #0a1524 100%);
    overflow: hidden;
}

.footer-classic .footer-inner-1::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -10%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 241, 217, .07), transparent 65%);
    pointer-events: none;
}

.footer-classic .footer-inner-1 .container {
    position: relative;
    z-index: 1;
}

.footer-classic .footer-inner-1 h5 {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.footer-classic .footer-inner-1 h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #14f1d9, rgba(20, 241, 217, 0));
}

.footer-classic a {
    color: rgba(255, 255, 255, .70);
    transition: color .22s ease, transform .22s ease;
}

.footer-classic a:hover {
    color: #14f1d9;
}

.footer-classic .footer-inner-1 ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-classic .footer-inner-1 ul li a:hover {
    transform: translateX(3px);
}

.footer-classic .footer-inner-1 ul li a i {
    width: 16px;
    text-align: center;
    color: rgba(20, 241, 217, .75);
    transition: color .22s ease;
    margin-right: 0 !important;
}

.footer-classic .footer-inner-1 ul li a:hover i {
    color: #14f1d9;
}

.footer-classic .footer-inner-1 ul li + li {
    margin-top: 9px;
}

.footer-classic .contact-list .icon img {
    opacity: .85;
    transition: opacity .22s ease;
}

.footer-classic .contact-list li:hover .icon img {
    opacity: 1;
}

.footer-classic .contact-list .list-0 {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .70);
    font-weight: 600;
}

.footer-classic .contact-list .list-0 > i {
    color: #14f1d9;
    margin-right: 6px;
}

.footer-classic .contact-list .list-0 li {
    margin-top: 6px;
    padding-left: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, .60);
}

.footer-classic .footer-inner-2 {
    position: relative;
    color: rgba(255, 255, 255, .50);
    background: #08111d;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-classic .footer-inner-2 .rights {
    font-size: 13px;
}

.footer-classic .footer-inner-2 a {
    color: rgba(20, 241, 217, .85);
    font-weight: 700;
}

.footer-classic .footer-inner-2 a:hover {
    color: #14f1d9;
}

@media (max-width: 991px) {
    .footer-classic .footer-inner-1 {
        padding: 56px 0 40px;
    }

    .footer-classic .footer-inner-1 h5 {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .footer-classic .footer-inner-2 {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-classic a,
    .footer-classic .footer-inner-1 ul li a {
        transition: none;
    }

    .footer-classic .footer-inner-1 ul li a:hover {
        transform: none;
    }
}
