/* ==========================================
   ONE CONVEYANCING - ABOUT US PAGE
   Navy Blue Theme (No Gold)
========================================== */

:root {
    --about-navy: #0a1635;
    --about-navy-dark: #060f24;
    --about-navy-light: #12224a;
    --about-navy-accent: #2a3f7a;
    --about-white: #ffffff;
    --about-off-white: #fafbfc;
    --about-text: #667085;
    --about-border: #e7ebf1;
    --about-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   PAGE BANNER
========================================== */

.oc-page-banner {
    position: relative;
    padding: 130px 0 100px;
    min-height: 380px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(6, 15, 36, 0.85) 0%,
            rgba(10, 22, 53, 0.75) 55%,
            rgba(18, 34, 74, 0.7) 100%
        ),
        url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.oc-page-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(6, 15, 36, 0.5) 0%,
        rgba(10, 22, 53, 0.3) 100%
    );
    z-index: 1;
}

.oc-page-banner .container {
    position: relative;
    z-index: 2;
}

.oc-page-banner__content {
    max-width: 800px;
}

.oc-page-banner__title {
    color: var(--about-white);
    font-size: clamp(2.2rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}

/* ===== BREADCRUMB ===== */
.oc-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    font-weight: 500;
}

.oc-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s var(--about-ease);
}

.oc-breadcrumb a:hover {
    color: var(--about-white);
}

.oc-breadcrumb i {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
}

.oc-breadcrumb span {
    color: var(--about-white);
    font-weight: 600;
}

/* ==========================================
   OUR APPROACH SECTION
========================================== */

.oc-approach {
    position: relative;
    padding: 100px 0;
    background: var(--about-white);
    overflow: hidden;
}

.oc-approach__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.oc-approach__glow {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(10, 22, 53, 0.05) 0%,
        transparent 70%
    );
    filter: blur(10px);
}

.oc-approach .container {
    position: relative;
    z-index: 1;
}

/* ===== LEFT CONTENT ===== */

.oc-approach__content {
    padding-right: 30px;
}

.oc-approach__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 15px;
    border: 1px solid rgba(10, 22, 53, 0.15);
    border-radius: 999px;
    background: rgba(10, 22, 53, 0.06);
    color: var(--about-navy);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.oc-approach__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--about-navy);
    box-shadow: 0 0 0 4px rgba(10, 22, 53, 0.12);
}

.oc-approach__title {
    color: var(--about-navy);
    font-size: clamp(1.9rem, 3.8vw, 2.9rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
    margin: 0 0 26px;
}

.oc-approach__title span {
    color: var(--about-navy);
    position: relative;
    display: inline-block;
}

.oc-approach__title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 10px;
    background: rgba(10, 22, 53, 0.1);
    z-index: -1;
    border-radius: 3px;
}

.oc-approach__text {
    color: var(--about-text);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 18px;
}

.oc-approach__text strong {
    color: var(--about-navy);
    font-weight: 700;
}

.oc-approach__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 13px 26px;
    background: var(--about-navy);
    color: var(--about-white);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: 0.3px;
    border: 1px solid var(--about-navy);
    transition: all 0.35s var(--about-ease);
    box-shadow: 0 4px 15px rgba(10, 22, 53, 0.2);
}

.oc-approach__btn:hover {
    background: var(--about-navy-light);
    border-color: var(--about-navy-light);
    color: var(--about-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 22, 53, 0.35);
}

.oc-approach__btn i {
    font-size: 0.78rem;
    transition: transform 0.3s var(--about-ease);
}

.oc-approach__btn:hover i {
    transform: translateX(4px);
}

/* ===== RIGHT CARDS ===== */

.oc-approach__cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.oc-approach-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 26px;
    border: 1px solid var(--about-border);
    border-radius: 16px;
    background: var(--about-white);
    box-shadow: 0 6px 20px rgba(10, 22, 53, 0.05);
    transition: all 0.35s var(--about-ease);
    position: relative;
    overflow: hidden;
}

.oc-approach-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--about-navy);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s var(--about-ease);
}

.oc-approach-card:hover {
    border-color: rgba(10, 22, 53, 0.25);
    box-shadow: 0 12px 30px rgba(10, 22, 53, 0.1);
    transform: translateX(4px);
}

.oc-approach-card:hover::before {
    transform: scaleY(1);
}

.oc-approach-card__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(10, 22, 53, 0.15);
    border-radius: 50%;
    background: rgba(10, 22, 53, 0.05);
    color: var(--about-navy);
    font-size: 1.1rem;
    transition: all 0.35s var(--about-ease);
}

.oc-approach-card:hover .oc-approach-card__icon {
    background: var(--about-navy);
    color: var(--about-white);
    border-color: var(--about-navy);
    transform: rotate(-8deg) scale(1.05);
}

.oc-approach-card__content {
    flex: 1;
    min-width: 0;
}

.oc-approach-card__content h3 {
    margin: 0 0 6px;
    color: var(--about-navy);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.oc-approach-card__content p {
    margin: 0;
    color: var(--about-text);
    font-size: 0.92rem;
    line-height: 1.65;
}

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

@media (max-width: 991px) {
    .oc-page-banner {
        padding: 110px 0 80px;
        min-height: 320px;
    }

    .oc-approach {
        padding: 80px 0;
    }

    .oc-approach__content {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .oc-page-banner {
        padding: 90px 0 60px;
        min-height: 280px;
    }

    .oc-approach {
        padding: 60px 0;
    }

    .oc-approach-card {
        padding: 20px 22px;
        gap: 15px;
    }

    .oc-approach-card__icon {
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .oc-page-banner {
        padding: 80px 0 50px;
        min-height: 240px;
    }

    .oc-breadcrumb {
        font-size: 0.85rem;
        gap: 10px;
    }

    .oc-approach-card__content h3 {
        font-size: 1rem;
    }

    .oc-approach-card__content p {
        font-size: 0.88rem;
    }
}