
/* Optional shimmer on "Gold" */
#main img {
    border: 5px solid #FFFBED;
}
.step_count {
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #981D1F;
    text-shadow: none;
    transform: translateY(2px);
    z-index: 1;
    font-size: clamp(32px, 8vw, 66px) !important;
    line-height: 1.5; /* Slightly taller */
}
.vertical-line {
    width: 1rem;
    background-color: #D4AF37;
    display: inline-block;
    border-radius: 1rem;
    margin-left: -2.5rem;
}
.img_right {
     margin-left: -2.5rem;
}

@media(max-width: 600px) {
    .lines {
        text-align: start !important;
    }
    .vertical-line {
        margin-left: 0rem !important;
    }
    .timeline {
        .step_count, .detail, h3, .view_more, .less_more {
            margin-left: 2rem;
        }
    }
}
