:root {
    --brand: #0a1d3b;
    --brand-2: #243a58;
    --silver: #c7ced8;
    --soft: #f4f6f8;
    --text: #53616d
}

body {
    color: var(--text);
    font-family: "Rethink Sans", sans-serif
}

h1,
h2,
h3,
h4 {
    color: var(--brand);
    font-family: "Rajdhani", sans-serif;
    font-weight: 700
}

.service-banner {
    background-position: center;
    background-size: cover;
    padding: 105px 0
}

.service-banner h1 {
    color: #fff;
    font-size: clamp(2.35rem, 5.5vw, 4.25rem);
    line-height: 1.05;
    margin-bottom: 12px
}

.service-banner .lead {
    color: #e8edf3;
    margin-inline: auto;
    max-width: 760px
}

.service-banner .breadcrumb {
    justify-content: center;
    margin: 20px 0 0
}

.service-banner .breadcrumb-item,
.service-banner .breadcrumb-item a {
    color: #fff;
    text-decoration: none
}

.service-banner .breadcrumb-item.active,
.service-banner .breadcrumb-item+.breadcrumb-item:before {
    color: var(--silver)
}

.service-space {
    padding: 85px 0
}

.eyebrow {
    color: var(--brand-2);
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.service-title {
    line-height: 1.1;
    margin-bottom: 22px
}

.service-image {
    border-radius: 18px;
    box-shadow: 18px 18px 0 var(--silver);
    height: 500px;
    object-fit: cover;
    width: 100%
}

.service-parking .service-banner {
    background-image: linear-gradient(rgba(6, 24, 43, .88), rgba(6, 24, 43, .78)), url("../data/WhatsApp Image 2026-08-31 at 12.22.08 PM.jpeg") !important
}

.service-laser .service-banner {
    background-image: linear-gradient(rgba(6, 24, 43, .9), rgba(6, 24, 43, .76)), url("../data/WhatsApp Image 2026-08-31 at 12.22.06 PM.jpeg") !important
}

.service-fabrication .service-banner {
    background-image: linear-gradient(rgba(6, 24, 43, .9), rgba(6, 24, 43, .76)), url("../data/WhatsApp Image 2026-08-31 at 12.28.00 PM (14).jpeg") !important
}

.service-conveyor .service-banner {
    background-image: linear-gradient(rgba(6, 24, 43, .9), rgba(6, 24, 43, .76)), url("../data/WhatsApp Image 2026-08-31 at 12.28.01 PM (4).jpeg") !important
}

.service-machine .service-banner {
    background-image: linear-gradient(rgba(6, 24, 43, .9), rgba(6, 24, 43, .76)), url("../data/WhatsApp Image 2026-08-31 at 12.28.00 PM (10).jpeg") !important
}

.service-parking .service-image {
    content: url("../data/WhatsApp Image 2026-08-31 at 12.22.10 PM.jpeg")
}

.service-laser .service-image {
    content: url("../data/WhatsApp Image 2026-08-31 at 12.22.09 PM.jpeg")
}

.service-fabrication .service-image {
    content: url("../data/WhatsApp Image 2026-08-31 at 12.22.07 PM (2).jpeg")
}

.service-conveyor .service-image {
    content: url("../data/WhatsApp Image 2026-08-31 at 12.28.01 PM (3).jpeg")
}

.service-machine .service-image {
    content: url("../data/WhatsApp Image 2026-08-31 at 12.22.12 PM.jpeg")
}

.feature-list {
    list-style: none;
    margin: 25px 0 0;
    padding: 0
}

.feature-list li {
    color: var(--brand);
    font-weight: 600;
    margin-bottom: 14px;
    padding-left: 30px;
    position: relative
}

.feature-list i {
    color: var(--brand-2);
    left: 0;
    position: absolute;
    top: 5px
}

.capabilities {
    background: var(--soft)
}

.capability-card {
    background: #fff;
    border: 1px solid #e2e7ec;
    border-radius: 14px;
    height: 100%;
    padding: 30px
}

.capability-icon {
    align-items: center;
    background: rgba(10, 29, 59, .09);
    border-radius: 12px;
    color: var(--brand);
    display: flex;
    font-size: 1.5rem;
    height: 56px;
    justify-content: center;
    margin-bottom: 20px;
    width: 56px
}

.capability-card h3 {
    font-size: 1.45rem
}

.process-step {
    border-left: 3px solid var(--brand);
    height: 100%;
    padding: 8px 15px 8px 24px
}

.process-number {
    color: #8b97a5;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px
}

.cta-box {
    background: linear-gradient(120deg, var(--brand), var(--brand-2));
    border-radius: 18px;
    color: #fff;
    padding: 48px
}

.cta-box h2 {
    color: #fff
}

.service-btn {
    background: var(--silver);
    border: 2px solid var(--silver);
    color: var(--brand);
    font-weight: 700;
    padding: 13px 24px
}

.service-btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--brand)
}

@media(max-width:991.98px) {
    .service-banner {
        padding: 78px 0
    }

    .service-space {
        padding: 62px 0
    }

    .service-image {
        height: 410px;
        margin-bottom: 42px
    }
}

@media(max-width:575.98px) {
    .service-banner {
        padding: 62px 0
    }

    .service-space {
        padding: 48px 0
    }

    .service-image {
        height: 310px
    }

    .cta-box {
        padding: 28px 22px;
        text-align: center
    }
}