/* NovaTrend Style Footer */

.nova-footer {
    background-color: #111111;
    color: #e5e5e5;
    padding: 60px 0 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin: 50px 5%; /* gap from 4 sides */
    border-radius: 40px; /* rounded corners on all sides */
    font-family: 'Montserrat', sans-serif;
}

.nova-footer-col {
    margin-bottom: 30px;
}

/* Brand Area */
.nova-footer-brand {
    margin-bottom: 15px;
}

.nova-footer-brand img,
.footer-logo-img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
    filter: invert(1) brightness(1.3) contrast(1.1) !important;
    mix-blend-mode: screen !important;
    background: transparent !important;
}

.nova-footer-brand h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
}

.nova-footer-brand span {
    color: #a0a0a0;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
}

.nova-footer-desc {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 90%;
}

/* Social Icons */
.nova-footer-socials {
    display: flex;
    gap: 15px;
}

.nova-footer-socials a {
    color: #ffffff;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nova-footer-socials a:hover {
    color: #ff5e3a;
}

/* Links Columns */
.nova-footer-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.nova-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nova-footer-links li {
    margin-bottom: 12px;
}

.nova-footer-links a {
    color: #a0a0a0;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nova-footer-links a:hover {
    color: #ffffff;
}

/* Newsletter Form */
.nova-footer-form {
    display: flex;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px;
}

.nova-footer-form input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #333;
    outline: none;
}

.nova-footer-form input::placeholder {
    color: #999;
}

.nova-footer-form button {
    background: none;
    border: none;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nova-footer-form button:hover {
    color: #ff5e3a;
}

/* Responsive */
@media (max-width: 767px) {
    .nova-footer {
        margin: 30px 10px 40px;
        padding: 35px 20px 25px;
        border-radius: 24px;
    }
    
    .nova-footer-col {
        margin-bottom: 30px;
    }
    
    .nova-footer-title {
        margin-bottom: 15px;
    }

    .nova-footer-desc {
        max-width: 100%;
    }
}
