﻿
/* ============================
   Hero Section
============================ */
.masthead-small {
    background-image: url('/images/ProcessForge/masthead-other.png');
    background-size: cover;
    background-position: center;
    padding-top: 108px; /* same as before */
    padding-bottom: 3rem;
    width: 100%;
    box-sizing: border-box;
}

.hero-container {
    width: 100%;
    max-width: 1200px; /* adjust for layout */
    margin: 0 auto;
    padding: 0 1.5rem; /* replace px-3 and px-md-5 */
}

.hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.hero-left {
    flex: 1 1 60%;
    text-align: center;
    margin-bottom: 1rem;
}

.hero-right {
    flex: 1 1 35%;
    text-align: center;
}

/* Headings */
.hero-left h1 {
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    line-height: 1.5;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.highlight {
    font-weight: 700;
    text-transform: uppercase;
    color: #66C3EF; /* primary color */
}

.hero-right p {
    font-size: 2rem; /* display-4 equivalent */
    margin: 0;
    color: #c0c0c0;
    font-weight: 300;
    line-height: 1.5;
}
/* ============================================================
                             Content
============================================================ */





/* ============================================================
   MOBILE FRIENDLY DESIGN – Professional Responsive Layout
   Applies to screens 0–768px
============================================================ */
@media (max-width: 768px) {

    /* ---------------------------
       Hero Section
    ----------------------------*/
    .masthead-small {
        padding-top: 120px;
        padding-bottom: 2rem;
        text-align: center;
    }

    .hero-left h1 {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .hero-right p {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .hero-row {
        flex-direction: column;
    }
 
}
