    :root {
        --brand: #88c733;
    }

    .modal-list .content span {
        text-align: justify;
    }

    .page-banner h1,
  .page-banner h2 {
    color: #fff;
    font-size: 55px !important;
    padding: 0 2%;
  }

    .banner-title {
        
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
    }

    section.intro-section h2.display-6 {
        width: 900px !important;
    }


    .page-banner {
        min-height: 100vh;
        /* increased height */
        display: flex;
        align-items: center;
        justify-content: center;

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        position: relative;
        margin-top: 85px;
    }

    .page-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                rgba(0, 0, 0, 0.5) 50%,
                rgba(0, 0, 0, 0.7) 100%);
    }

    .page-banner .container {
        position: relative;
        z-index: 2;
    }

    .text-navy {
        color: #224272 !important;
    }

    .banner-subtitle {
        font-weight: 500;
        max-width: 800px;
        color: #fff;
        opacity: 1;
        letter-spacing: 0.5px;
    }

    /* Services custom styles */
    .service-category {
        margin-bottom: 4rem;
        background: #fff;
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
    }

    .service-category-title {
        color: black;
        font-weight: 500;
        margin-bottom: 2rem;
        position: relative;
        padding-bottom: 15px;
        display: inline-block;
        font-size: 18px !important;
    }

    .service-category-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 4px;
        background: #88c733;
        border-radius: 2px;
    }

    .feature-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .feature-list-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1.5rem;
        padding: 20px;
        background: #f8f9fa;
        border-radius: 12px;
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
        height: calc(100% - 1.5rem);
    }

    .feature-list-item:hover {
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border-left-color: #88c733;
        transform: translateX(5px);
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        background: #eef7e3;
        color: #88c733;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-right: 15px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .feature-list-item:hover .feature-icon {
        background: #88c733;
        color: #fff;
    }

    .feature-content h4 {
        font-size: 1.1rem;
        color: #224272;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .feature-content p {
        color: #6c757d;
        margin-bottom: 0;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Industry Solutions section */
    .industry-section {
        background: #f4f6f8;
    }

    .industry-card {
        background: #fff;
        padding: 40px 30px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        border-bottom: 4px solid transparent;
        position: relative;
        overflow: hidden;
    }

    .industry-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border-bottom-color: #88c733;
    }

    .industry-icon {
        width: 80px;
        height: 80px;
        background: #f8f9fa;
        color: #224272;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.2rem;
        margin: 0 auto 25px;
        transition: all 0.3s ease;
    }

    .industry-card:hover .industry-icon {
        background: #88c733;
        color: #fff;
        transform: scale(1.1);
    }

    .industry-title {
        color: black;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 1.25rem;
    }

    .industry-desc {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    /* Responsive improvements */
    @media (max-width: 991.98px) {
        .page-banner {
            padding-top: 130px;
            padding-bottom: 80px;
        }

        .page-banner h1 {
            font-size: 3rem;
        }
    }

    @media (max-width: 768px) {
        .page-banner {
            padding-top: 110px;
            padding-bottom: 70px;
            margin-top: 70px;
        }

        .page-banner h1 {
            font-size: 2.2rem;
        }

        .banner-subtitle {
            font-size: 1rem;
            line-height: 1.5;
        }

        .service-category {
            padding: 25px;
        }
    }

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
    }

    /* .service-card .btn:hover {
            background-color: #6b9e28 !important;
            transform: scale(1.02);
        } */



    /* Global content font size for Service page */
    .service-category p,
    .feature-content p,
    .industry-desc,
    .text-muted {
        font-size: 1.1rem !important;
        line-height: 1.8;
    }

    .service-card .service-category-title::after {
        display: none;
    }

    .modal-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .modal-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        /* margin-bottom: 18px; */
    }

    .modal-list i {
        color: #88c733;
        font-size: 1.2rem;
        margin-top: 4px;
    }

    .modal-list .content strong {
        display: block;
        color: #224272;
        font-weight: 600;
        font-size: 1.05rem;
    }

    .modal-list .content span {
        display: block;
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .service-item-header h3 {
        line-height: 1.4;
        min-height: 3em;
        /* forces ~2 lines */
    }

    .service-category .service-item-header {
        min-height: auto !important;
        padding: 0px;
    }

    .service-category .service-item-desc {
        padding: 0px;
        min-height: auto !important;
    }

    /* Increase modal content font size */
    .modal .service-category-title {
        font-size: 2rem !important;
    }

    .modal-list .content strong {
        font-size: 1.2rem;
    }

    .modal-list .content span {
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .modal-list i {
        font-size: 1.3rem;
    }
    /* REMOVE EXTRA SPACE IN MODAL DESCRIPTION */
    .modal-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal-list li {
        gap: 6px !important;
        margin-bottom: 6px !important;
        padding: 4px 0 !important;
        align-items: flex-start;
    }

    .modal-list .content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal-list .content strong {
        margin-bottom: 2px !important;
        line-height: 1.2 !important;
    }

    .modal-list .content span {
        display: inline !important;   /* KEY FIX */
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4 !important;
    }

    .modal-list i {
        margin-top: 2px !important;
    }



    .btn-split:hover .btn-split-icon {
        background: #224272;
        /* keep arrow box dark */
    }

    .service-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .service-card .p-4 {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .service-item-desc {
        flex-grow: 1;
        /* pushes button down */
    }

    .service-card .btn {
        margin-top: auto;
        /* forces button to bottom */
    }

    .service-category .btn-split-text {
        padding: 8px 25px;
    }





    /* ================= MOBILE FIXES ================= */

    @media (max-width: 768px) {

        /* Banner Fix */
        .page-banner {
            min-height: 300px;
            padding: 80px 15px;
            margin-top: 60px;
            text-align: center;
        }

        .page-banner h1 {
            font-size: 1.8rem;
            line-height: 1.3;
        }

        .banner-subtitle {
            font-size: 0.95rem;
            padding: 0 10px;
        }

        .service-category .btn-split-text {
            padding: 4px 18px !important;
        }

        /* Section spacing */
        .section-padding {
            padding: 40px 0 !important;
        }

        /* Service category box */
        .service-category {
            padding: 20px;
            margin-bottom: 2rem;
        }

        /* Cards */
        .service-card img {
            height: 180px !important;
        }

        .service-card .p-4 {
            padding: 15px !important;
        }

        .service-item-header h3 {
            font-size: 1rem;
            min-height: auto;
        }

        .service-item-desc {
            font-size: 0.9rem;
        }

        /* Button */
        .btn-split-text {
            padding: 6px 15px !important;
            font-size: 0.9rem;
        }

        .btn-split-icon {
            padding: 6px 10px;
        }

        /* Industry cards */
        .industry-card {
            padding: 25px 20px;
            justify-content: center;
        }

        .industry-icon {
            width: 60px;
            height: 60px;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .industry-title {
            font-size: 1.1rem;
        }

        .industry-desc {
            font-size: 0.9rem;
        }

        /* Modal Fix */
        .modal .service-category-title {
            font-size: 1.3rem !important;
        }

        .modal-list .content strong {
            font-size: 1rem;
        }

        .modal-list .content span {
            font-size: 0.9rem;
        }

        .modal-body {
            padding: 15px !important;
        }

        .industry-section h2,
        .industry-section .section-kicker {
            text-align: center;
        }

        /* Justify only paragraph */
        .industry-section .text-muted {
            text-align: justify !important;
        }

        .intro-section h2,
        .intro-section .section-kicker {
            text-align: center;
        }

        .intro-section .text-muted {
            text-align: justify !important;
            line-height: 1.8;
        }

        .banner-title {
            font-size: 28px;
            line-height: 1.4;
        }
    }

    /* Extra small devices */
    @media (max-width: 480px) {

        .page-banner h1 {
            font-size: 1.6rem;
        }

        .banner-subtitle {
            font-size: 0.85rem;
        }

        .service-card img {
            height: 160px !important;
        }

        .service-item-desc {
            font-size: 0.85rem;
        }

        .industry-desc {
            font-size: 0.85rem;
        }
    }

    /* LIST ITEM HOVER */
    .modal-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        /* reduce gap */
        margin-bottom: 8px;
        /* reduced from 18px */
        padding: 8px 6px;
        /* reduced from 12px */
        border-radius: 8px;
    }

    .modal-list .content strong {
        margin-bottom: 2px;
        /* tighten title & text gap */
    }

    .modal-list .content span {
        font-size: 1rem;
        line-height: 1.5;
        /* reduced from 1.7 */
    }


    /* ICON ANIMATION */
    .modal-list li i {
        color: #88c733;
        font-size: 18px;
        margin-top: 3px;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .modal-list li:hover i {
        transform: scale(1.2);
        color: #6fae2a;
    }

    /* TEXT HOVER EFFECT */
    .modal-list li .content strong {
        transition: color 0.3s ease;
    }

    .modal-list li:hover .content strong {
        color: #88c733;
    }

    /* MODAL IMAGE HOVER (desktop) */
    .modal-body img {
        transition: transform 0.5s ease;
    }

    .modal-body img:hover {
        transform: scale(1.05);
    }

    /* MODAL CARD LIFT EFFECT */
    .modal-content {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .modal-content:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    /* FORCE center for service card titles */
    .service-card .service-item-header {
        text-align: center !important;
    }

    .service-card .service-item-header h3 {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .service-card .service-item-desc {
        text-align: center;
    }