/* =========================
   Our Journey Page Styles
========================= */

.main-content {
    margin: 100px auto 60px;
    max-width: 1100px;
    padding: 0 20px;
}

/* Intro spacing */
.main-content h1 {
    margin-bottom: 25px;
}

.main-content .lead {
    margin-bottom: 40px;
}

/* Founder Image Section */
.text-center {
    margin-bottom: 50px;
}

.text-center img {
    max-width: 420px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.text-center p {
    margin-top: 12px;
    font-size: 15px;
    color: #555;
}

/* ================= TIMELINE ================= */
.timeline {
    position: relative;
    margin-top: 50px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 35px;
    width: 4px;
    height: 100%;
    background: #457b9d;
}

.timeline-item {
    position: relative;
    margin-left: 70px;
    margin-bottom: 40px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 0;
    width: 18px;
    height: 18px;
    background: #457b9d;
    border-radius: 50%;
}

/* ================= CARDS ================= */
.card.timeline-card {
    padding: 25px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.card.timeline-card h3 {
    margin-bottom: 15px;
}

.card.timeline-card p {
    margin-bottom: 15px;
}

.card.timeline-card ul {
    margin: 10px 0 15px 20px;
}

.card-body img {
    margin-top: 10px;
    border-radius: 8px;
}