/* Footer Styles - Inspired by inspiration folder */

.footer-new {
    padding: 80px 0 50px;
    color: #fff;
}

.footer-headline {
    padding: 50px 0 60px;
}

.footer-headline h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

/* Contact section */
.footer-contact {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-contact-item {
    padding: 20px 0;
}

.footer-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-contact-item a,
.footer-contact-item span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: #fff;
}

/* Bottom section */
.footer-bottom-new {
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.footer-social-new {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-social-new a {
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-social-new a:hover {
    opacity: 0.7;
    transform: translateY(-3px);
}

.footer-social-new img {
    width: 40px;
    height: auto;
}

.footer-copyright-new {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #b0b0b0;
    margin: 0;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-new {
        padding: 60px 0 40px;
    }

    .footer-headline {
        padding: 30px 0 40px;
    }

    .footer-headline h4 {
        font-size: 24px;
    }

    .footer-contact-item {
        text-align: center;
    }

    .footer-bottom-new {
        padding-top: 40px;
    }
}
