.maincontent {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
    }

    .metal-intro-section {
        padding: 60px 20px;
        border-bottom: 2px solid #70707033;
    }

    .metal-intro-row {
        gap: 50px;
        justify-content: center;
        align-items: center;
flex-wrap: wrap-reverse;
    }

    .metal-intro-left {
        flex-basis: 47%;
        padding: 20px;
    }

    .metal-intro-right {
        flex-basis: 45%;
        min-width: 300px;
        text-align: center;
    }

    .metal-intro-right img {
        width: 100%;
        max-width: 620px;
        height: auto;
        border-bottom: 6px solid var(--accent-color);
    }

    /* Services offered */
    .metal-svc-section {
        background-image: linear-gradient(180deg, #ffffff9a 30%, #ffffffc7 100%), url(/imageserver/UserMedia/bunch/hero_bg.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding: 60px 20px 80px;
        border-bottom: 2px solid #70707033;
    }

    .metal-svc-inner {
        max-width: 1600px;
        margin: 0 auto;
        text-align: center;
    }

    .metal-svc-inner h2 {
        margin-bottom: 8px;
    }

    .metal-svc-inner .underline-multi {
        margin: auto;
    }

    .metal-svc-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-top: 40px;
    }

    .metal-svc-item {
        background: #ffffffdd;
        border: 1px solid #ddd;
        border-top: 4px solid var(--accent-color);
        padding: 28px 22px 22px;
        width: calc(33.33% - 12px);
        min-width: 260px;
        max-width: 380px;
        text-align: center;
        box-shadow: 1px 1px 8px #92929233;
        transition: all 0.15s ease-in-out;
    }

    .metal-svc-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px #00237c28;
        border-top-color: var(--accent-color);
    }

    .metal-svc-item span.material-symbols-outlined {
        font-size: 2.8em;
        color: var(--accent-color);
        display: block;
        margin-bottom: 10px;
    }

    .metal-svc-item .h3-heading {
        font-size: 22px !important;
        margin: 8px 0 10px;
    }

    .metal-svc-item p {
        font-size: 16px;
        color: #444;
        margin: 0;
    }

    .global-row.why-row {
        padding-top: 25px;
flex-wrap: wrap-reverse;
    }

    .why-left {
        margin-top: 0px;
    }

    .metal-why-inner {
        max-width: 1600px;
        margin: 0 auto;
        text-align: center;
    }

    .metal-why-inner h2 {
        margin-bottom: 8px;
    }

    .metal-why-inner .underline-multi {
        margin: auto;
    }

    .metal-why-inner>p {
        max-width: 860px;
        margin: 20px auto 0;
    }

    .metal-why-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-top: 40px;
    }

    .metal-why-item {
        background: #fff;
        border: 1px solid #ddd;
        border-left: 4px solid var(--accent-color);
        padding: 22px 20px;
        width: calc(50% - 12px);
        min-width: 260px;
        max-width: 580px;
        text-align: left;
        box-shadow: 1px 1px 8px #92929233;
    }

    .metal-why-item .h3-heading {
        font-size: 20px !important;
        margin: 0 0 8px;
        color: var(--accent-color);
    }

    .metal-why-item p {
        font-size: 16px;
        color: #444;
        margin: 0;
    }

    .res-catalog-section {
        padding: 60px 20px;
        border-bottom: 2px solid #70707033;
        position: relative;
        background-image: url(/imageserver/UserMedia/bunch/mansea-banner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #313131;
        background-blend-mode: multiply;
        color: #ffffff;
        text-align: center;
        border-bottom: 8px solid var(--accent-color);
        background-attachment: fixed;
    }

    .res-catalog-inner {
        max-width: 1600px;
        margin: 0 auto;
        text-align: center;
    }

    .res-catalog-inner h2 {
        margin-bottom: 8px;
    }

    .res-catalog-inner .underline-multi {
        margin: auto;
    }

    .res-catalog-inner>p {
        max-width: 850px;
        margin: 20px auto 0;
    }

    .res-catalog-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 44px;
    }

    .res-catalog-card {
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 8px #92929233;
        width: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
        transition: all 0.15s ease-in-out;
    }

    .res-catalog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 0px 10px #00237cad;
        border: 2px solid var(--accent-color);
    }

    .res-catalog-card img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        border-bottom: 4px solid var(--accent-color);
        display: block;
    }

    .res-catalog-card .h3-heading {
        font-size: 20px !important;
        margin: 16px 14px 8px;
        text-align: center;
    }

    .res-catalog-card p {
        font-size: 15px;
        color: #555;
        padding: 0 14px;
        margin: 0 0 14px;
        flex: 1;
    }

    .res-catalog-card .site_button {
        width: 160px;
        margin: 0 auto;
    }

    /* Responsive */
    @media (max-width: 982px) {
        .metal-svc-item {
            width: calc(50% - 12px);
        }

        .metal-why-item {
            width: 100%;
            max-width: 100%;
        }

        .metal-svc-item {
            width: 100%;
            max-width: 100%;
        }

        .metal-intro-left,
        .metal-intro-right {
            flex-basis: 100%;
        }

    }