.page-content {
        background: #f6f6fb;
        min-height: 100vh;
    }

    .services-hero {
        background-color: #E7E7E7;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 24px 0;
    }


    .hero {
        position: relative;
    }

    .hero-card {
        position: relative;
        z-index: 2;
        max-width: 1040px;
        margin: 0 auto -72px;
        background: #FFFFFF;
        border-radius: 24px;
        padding: 56px 32px 48px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(35, 58, 103, 0.06);


    }

    .hero-card h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 42px;
        color: #233A67;
        margin: 0 0 16px;
    }

    .hero-card p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #1a1a1a;
        margin: 0;
    }

    @media (max-width: 600px) {
        .ph-card h1 {
            font-size: 30px;
        }
    }


    .services-section {
        padding-top: 120px;
    }

    .services-intro {
        text-align: center;
        color: #7d8799;
        max-width: 1060px;
        margin: 0 auto 28px;
    }

    .services-intro h2 {
        margin: 0 0 10px;
        color: #2f436f;
        font-size: 1.7rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .services-intro p {
        margin: 0 auto 10px;
        max-width: 1080px;
        font-size: 0.92rem;
        line-height: 1.25;
    }

    .services-grid {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .service-card {
        background: #ffffff;
        border: 1px solid #e1e1e1;
        border-radius: 15px;

        padding: 18px 14px;

        margin: 20px;

        text-align: center;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
    }

    .unique-card {
        background: #3c66b311;
        border: 1px solid #3c66b311;
        border-radius: 15px;

        padding: 18px 14px;

        margin: 20px;

        text-align: center;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
        
    }

    .service-image { 
    display: block;
    width: 78%; 
    aspect-ratio: 1 / 1; 
    margin: 0 auto 10px; 
    border: 1px solid #e6e6e6; 
    border-radius: 10px; 
    background: #fff; 
    overflow: hidden;  
    }

    .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    .service-card h3 {
        margin: 4px 0 6px;
        color: #2f436f;
        font-size: 1.08rem;
        line-height: 1.1;
        font-weight: 800;
    }

    .service-card p {
        margin: 0 auto 16px;
        max-width: 92%;
        color: #8a93a4;
        font-size: 0.76rem;
        line-height: 1.14;
    }

    .service-card .learn-more,
    .unique-card .learn-more {
        display: inline-block;
        min-width: 94px;
        padding: 8px 18px;
        border: 1.5px solid #2f436f;
        border-radius: 999px;
        color: #2f436f;
        background: #ffffff;
        text-decoration: none;
        font-size: 0.75rem;
        line-height: 1;
    }

    .service-card .learn-more:hover,
    .unique-card .learn-more:hover {
        background: #f4f7ff;
    }

    @media (max-width: 900px) {
        .services-grid {
            grid-template-columns: 1fr;
        }

        .hero-card h1 {
            font-size: 2.4rem;
        }

        .hero-card p {
            font-size: 1rem;
        }
    }

    @media (max-width: 520px) {
        .services-hero {
            padding-top: 42px;
        }

        .hero-card {
            transform: translateY(24px);
            padding: 24px 18px 16px;
        }

        .services-section {
            padding-top: 78px;
        }

        .service-image {
            width: 86%;
        }
    }

    .applications-banner {
        position: relative;;
        min-height: 220px;
        background-image: url('/images/applicationIMG/banner.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;   background-repeat: no-repeat;
        overflow: hidden;        
        overflow: hidden;
        padding: 40px 24px 0;
    }

    .applications-banner .page-banner-card {ge-banner-card {
        position: relative;
        z-index: 2;
        max-width: 1040px;
        margin: 0 auto -72px;
        background: #fff;   background: #fff;
        border-radius: 24px;        border-radius: 24px;
        padding: 56px 32px 48px;;
        text-align: center;
        box-shadow: 0 2px 10px rgba(35, 58, 103, 0.06);
    }

    @media (max-width: 520px) {
        .applications-banner {
            padding-top: 42px;
        }

        .applications-banner .page-banner-card {         



        transform: translateY(24px);            transform: translateY(24px);
            padding: 24px 18px 16px;
        }
    
    }}