/* ==========================================
   ONE CONVEYANCING - FOOTER
   Navy Blue Theme (No Gold)
========================================== */

.oc-footer {
    --footer-navy: #0a1635;
    --footer-navy-dark: #060f24;
    --footer-navy-light: #12224a;
    --footer-navy-accent: #2a3f7a;
    --footer-white: #ffffff;
    --footer-text: rgba(255, 255, 255, 0.72);
    --footer-muted: rgba(255, 255, 255, 0.5);
    --footer-border: rgba(255, 255, 255, 0.1);
    --footer-ease: cubic-bezier(0.4, 0, 0.2, 1);

    position: relative;
    isolation: isolate;
    padding: 90px 0 0;
    overflow: hidden;
    color: var(--footer-text);
    background:
        linear-gradient(
            135deg,
            var(--footer-navy-dark) 0%,
            var(--footer-navy) 55%,
            #0c1c42 100%
        );
}

/* Top White Line */
.oc-footer::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 22%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.4) 78%,
        transparent 100%
    );
}

/* ===========================
   BACKGROUND DECOR
=========================== */

.oc-footer__decor {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.oc-footer__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
}

.oc-footer__glow--left {
    top: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.06) 0%,
        transparent 70%
    );
}

.oc-footer__glow--right {
    right: -250px;
    bottom: -250px;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(42, 63, 122, 0.35) 0%,
        transparent 68%
    );
}

.oc-footer__grid {
    position: absolute;
    top: 0;
    right: 7%;
    width: 300px;
    height: 100%;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    transform: skewX(-14deg);
}

/* ===========================
   MAIN FOOTER
=========================== */

.oc-footer__main {
    padding-bottom: 55px;
}

/* ===========================
   BRAND COLUMN
=========================== */

.oc-footer__brand {
    max-width: 380px;
}

.oc-footer__logo-link {
    display: inline-block;
    margin-bottom: 22px;
    transition: transform 0.3s var(--footer-ease);
}

.oc-footer__logo-link:hover {
    transform: scale(1.04);
}

.oc-footer__logo {
    height: 48px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    /* Logo ko white banane ke liye - agar logo already white/light hai to ye hata dena */
    filter: brightness(0) invert(1);
    display: block;
}

.oc-footer__about {
    margin: 0 0 22px;
    color: var(--footer-text);
    font-size: 0.93rem;
    line-height: 1.75;
}

.oc-footer__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--footer-white);
    font-size: 0.82rem;
    font-weight: 500;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s var(--footer-ease);
}

.oc-footer__badge:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.oc-footer__badge i {
    color: var(--footer-white);
    font-size: 0.9rem;
}

.oc-footer__badge strong {
    color: var(--footer-white);
    font-weight: 700;
}

/* ===========================
   SOCIAL LINKS
=========================== */

.oc-footer__social {
    display: flex;
    gap: 10px;
}

.oc-footer__social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--footer-white);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.35s var(--footer-ease);
}

.oc-footer__social a:hover {
    background: var(--footer-white);
    color: var(--footer-navy);
    border-color: var(--footer-white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* ===========================
   COLUMN TITLES
=========================== */

.oc-footer__title {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 12px;
    color: var(--footer-white);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.oc-footer__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    content: "";
    background: var(--footer-white);
    border-radius: 2px;
}

/* ===========================
   LINK LISTS
=========================== */

.oc-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oc-footer__list li {
    margin-bottom: 12px;
}

.oc-footer__list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--footer-text);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s var(--footer-ease);
}

.oc-footer__list a i {
    font-size: 0.72rem;
    opacity: 0.6;
    transition: all 0.3s var(--footer-ease);
}

.oc-footer__list a:hover {
    color: var(--footer-white);
    transform: translateX(4px);
}

.oc-footer__list a:hover i {
    opacity: 1;
}

/* ===========================
   CONTACT LIST
=========================== */

.oc-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oc-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.oc-footer__contact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--footer-white);
    font-size: 0.9rem;
    transition: all 0.3s var(--footer-ease);
}

.oc-footer__contact li:hover .oc-footer__contact-icon {
    background: var(--footer-white);
    color: var(--footer-navy);
    transform: rotate(-6deg) scale(1.05);
}

.oc-footer__contact-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.oc-footer__contact-label {
    color: var(--footer-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.oc-footer__contact-info a,
.oc-footer__contact-info p {
    margin: 0;
    color: var(--footer-white);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    word-break: break-word;
    transition: color 0.3s var(--footer-ease);
}

.oc-footer__contact-info a:hover {
    color: rgba(255, 255, 255, 0.75);
}

/* ===========================
   FOOTER BOTTOM
=========================== */

.oc-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 22px 0;
    border-top: 1px solid var(--footer-border);
}

.oc-footer__copyright {
    color: var(--footer-muted);
    font-size: 0.86rem;
}

.oc-footer__copyright strong {
    color: var(--footer-white);
    font-weight: 700;
}

.oc-footer__legal {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.oc-footer__legal li {
    display: inline-flex;
    align-items: center;
}

.oc-footer__legal li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.oc-footer__legal a {
    color: var(--footer-muted);
    font-size: 0.86rem;
    text-decoration: none;
    transition: color 0.3s var(--footer-ease);
}

.oc-footer__legal a:hover {
    color: var(--footer-white);
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 991px) {
    .oc-footer {
        padding: 70px 0 0;
    }

    .oc-footer__main {
        padding-bottom: 40px;
    }

    .oc-footer__brand {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .oc-footer {
        padding: 60px 0 0;
    }

    .oc-footer__title {
        margin-bottom: 18px;
    }

    .oc-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .oc-footer__logo {
        height: 42px;
    }

    .oc-footer__about {
        font-size: 0.88rem;
    }

    .oc-footer__social a {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }

    .oc-footer__contact-icon {
        width: 38px;
        height: 38px;
    }

    .oc-footer__legal {
        gap: 6px;
    }

    .oc-footer__legal li:not(:last-child)::after {
        margin-left: 6px;
    }
}