.footer-columns {
    column-gap: 5px !important;
}

.footer-columns .zoho-column {
    margin-right: 10px !important;
    margin-left: 10px !important;
}/* Main footer styling (safe even if some already exists) */
.aarva-footer {
    background-color: #53038D;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 15px;
}

/* Put the footer columns in a row and keep them aligned */
.aarva-footer .footer-quick-links,
.aarva-footer .footer-services {
    display: inline-block;
    vertical-align: top;
}

/* 🔻 KEY PART: reduce space between Quick Links and Our Services */
.aarva-footer .footer-services {
    margin-left: 16px;   /* Try 24px first; reduce to 16px if you want them even closer */
}

/* Make list items tighter and cleaner */
.aarva-footer .footer-quick-links a,
.aarva-footer .footer-services a {
    display: block;
    line-height: 1.6;
    margin-bottom: 4px;
    text-decoration: none;
}

/* Optional: make headings stand out a bit */
.aarva-footer .footer-quick-links h3,
.aarva-footer .footer-services h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

/* Mobile: stack nicely with good spacing */
@media (max-width: 768px) {
    .aarva-footer .footer-quick-links,
    .aarva-footer .footer-services {
        display: block;
        margin-left: 0;
        margin-bottom: 16px;
    }
}

