/* ==========================================================================
   TungAkshar Hard Metal - Process Page Custom Styles
   ========================================================================== */

.hero-banner-inner {
    background-image: linear-gradient(to right, rgba(11, 15, 25, 0.9), rgba(11, 15, 25, 0.7)), url('../images/f-5.png');
    background-size: cover;
    background-position: center;
}

.timeline-line {
    width: 4px;
    background: linear-gradient(to bottom, #001AFF 0%, #E5E7EB 100%);
}