/* ═══════════════════════════════════════════════════════════
   SHIVAHI EXIM — BRAND COLORS & FOOTER OVERRIDES
   Loaded last so it wins over theme defaults.
═══════════════════════════════════════════════════════════ */

/* ── Footer shell ─────────────────────────────────────── */
.se-footer {
    background: #ffffff;
    border-top: 4px solid #6B3FE7;
    font-family: inherit;
}

/* ── Top content band ─────────────────────────────────── */
.se-footer-top {
    padding: 48px 0 36px;
}

/* ── Reduce gy-5 row gap inside footer ────────────────── */
.se-footer-top .row {
    --bs-gutter-y: 2rem;
}

/* ── Logo ─────────────────────────────────────────────── */
.se-footer-logo {
    max-width: 240px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ── Tagline ──────────────────────────────────────────── */
.se-footer-tagline {
    font-size: 13.5px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 16px;
    max-width: 260px;
}

/* ── Social icons ─────────────────────────────────────── */
.se-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.se-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1.5px solid rgba(107, 63, 231, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B3FE7;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.se-footer-social a:hover {
    background: #6B3FE7;
    border-color: #6B3FE7;
    color: #fff;
    transform: translateY(-3px);
}

/* ── Column headings ──────────────────────────────────── */
.se-footer-heading {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #3D3670;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
}
.se-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #6B3FE7;
    border-radius: 2px;
}

/* ── Nav link lists ───────────────────────────────────── */
.se-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.se-footer-links li {
    margin-bottom: 10px;
}
.se-footer-links li a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease, padding-left 0.2s ease;
    line-height: 1.5;
}
.se-footer-links li a::before {
    content: '\203A';
    color: #6B3FE7;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s ease;
}
.se-footer-links li a:hover {
    color: #6B3FE7;
    padding-left: 4px;
    text-decoration: none;
}
.se-footer-links li a:hover::before {
    transform: translateX(3px);
}

/* ── Contact list ─────────────────────────────────────── */
.se-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.se-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13.5px;
    color: #555;
    line-height: 1.65;
}
.se-footer-contact-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(107, 63, 231, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.se-footer-contact-icon i {
    font-size: 14px;
    color: #6B3FE7;
}
.se-footer-contact li a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}
.se-footer-contact li a:hover {
    color: #6B3FE7;
    text-decoration: none;
}

/* ── Copyright bar ────────────────────────────────────── */
.se-footer-bottom {
    padding: 16px 0;
    border-top: 1px solid rgba(61, 54, 112, 0.1);
    background: #fafafa;
}
.se-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.se-footer-copy {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.6;
}
.se-footer-copy a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s ease;
}
.se-footer-copy a:hover {
    color: #6B3FE7;
}
.se-footer-li-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #6B3FE7;
    text-decoration: none;
    border: 1.5px solid rgba(107, 63, 231, 0.3);
    border-radius: 50px;
    padding: 5px 14px;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    white-space: nowrap;
}
.se-footer-li-btn:hover {
    background: #6B3FE7;
    color: #fff;
    border-color: #6B3FE7;
    text-decoration: none;
}

/* ── Desktop nav spacing (992px+) ────────────────────── */
@media (min-width: 992px) {
    /* Push menu away from logo */
    .navbar-collapse {
        margin-left: 40px !important;
    }
    /* Space between individual nav items */
    .navbar-nav .nav-item {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    /* Tighter link padding to prevent crowding */
    .navbar-nav .nav-item .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* ── Neutralise dark-bg theme classes ─────────────────── */
footer.se-footer.bg-section,
footer.se-footer.dark-section {
    background: #ffffff !important;
    color: #555 !important;
}
