/* Legal Section Styling */

.footer-legal h4 {
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C9A227;
}

.footer-legal a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-legal a:hover {
    color: #C9A227;
    transform: translateX(3px);
}

/* Improve overall footer spacing */
.mega-footer {
    padding: 70px 20px 40px;
}

.footer-grid {
    gap: 60px;
}