/* xxl     xxl >= 1400px */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }

    .pg2-section4-img {
        width: 100%;
    }
}

/* xl     xl >= 1200px - 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section8 {
        background:
            linear-gradient(#fffffff6, #fffffff6),
            /* Gradient overlay */
            url('../images/img13.png') no-repeat center/cover;
        /* Background image */
        padding-top: 110px;
        height: 961px;
    }

    .section8 h2 {
        margin-bottom: 102px;
        font-family: 'Primary Font';
        color: #000;
        font-size: 63px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-cards-container {
        margin-bottom: 73px;
    }

    .section8-card {
        margin-left: 40px;
    }

    .section8-card img {
        width: 71px;
        height: 71px;
        margin-bottom: 16px;
    }

    .section8-card h4 {
        width: 189px;
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 16px;
    }

    .section8-card p {
        width: 218px;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-vertical-line {
        height: 461px;
        width: 2px;
        border: 1px solid black;
    }

    .section8-horizontal-line {
        display: none;
    }

    .section8-line {
        width: 1px;
    }

    .section8-btn {
        height: 42px;
        width: 194px;
        border-radius: 50px;
        background: #2E3192;
        margin: auto;
        margin-bottom: 114px;
    }

    .section8-btn p {
        font-family: 'Secondary Font';
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9 {
        position: relative;
        /* Make section9 a positioned parent */
    }

    .section9-left {
        height: 694px;
        background-color: var(--primary-color);
        padding-top: 96px;
    }

    .section9-left h2 {
        font-family: 'Primary Font';
        font-size: 63px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-right {
        background: url('../images/img14.png') no-repeat center center;
    }

    .section9-carousel {
        width: 100%;
        position: absolute;
        top: 25%;
        margin-inline: auto;
    }

    .section9-cards-container {
        display: flex;
        overflow-x: auto;
        gap: 40px;
        /* Use flexbox */
        justify-content: space-around;
        /* Space between items */
        align-items: center;
        /* Center vertically */
        flex-wrap: nowrap;
        /* Wrap if screen is small */
        margin-top: -450px;
        /* Adjust as needed */
        position: absolute;
        /* Position it over the section */
        width: 100%;
        /* Ensure it spans full width */
        left: 0;
    }

    .scroll-container {
        overflow-x: auto;
        width: 100%;
        /* height: 200px; */
        position: relative;
    }

    .scroll-container::-webkit-scrollbar {
        width: 0px;
        /* Hides scrollbar */
        height: 0px;
        /* Hides scrollbar */
    }

    .section9-carousel-card {
        width: 80%;
        height: 365px;
        background-color: #fff;
        padding-left: 42px;
        padding-top: 28px;
        margin: auto;
    }

    .section9-carousel-card h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
    }

    .section9-carousel-card p {
        width: 81%;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-card {
        width: 350px;
        height: 365px;
        top: 231px;
        left: 83px;
        background-color: #fff;
        padding-left: 42px;
        padding-top: 28px;
    }

    .circle-avatar {
        height: 76px;
        width: 76px;
        border-radius: 50px;
        background-color: #D9D9D9;
        margin-right: 16px;
        margin-bottom: 34px;
    }

    .section9-carousel-heading h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
        position: absolute;
    }

    .section9-card h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
    }

    .section9-card p {
        width: 90%;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-right-mobile {
        height: 694px;
        position: relative;
        width: 100%;
        /* background: linear-gradient(181.25deg, rgba(255, 255, 255, 0.015) 1%, var(--primary-color) 90%), url('../images/img14.png') no-repeat center center; */
        background: linear-gradient(181.25deg, #a3e5ff71 1%, var(--primary-color) 100%), url('../images/img14.png') no-repeat center center;
        background-size: cover;
        margin-top: -694px
    }

    .pg2-section4-img {
        width: 100%;
    }

    /* ================ contact_us.html START =============== */
    .pg3-section2-right-card3 p {
        width: 100%;
    }

    .pg3-section3 {
        margin-bottom: 200px;
    }

    /* ================ contact_us.html END =============== */

    /* ================= facility_management.html START ==================== */

    .pg4-section2-left {
        background-color: var(--primary-color);
        height: 413px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .pg4-section2-left h4 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 27px;
        font-weight: 400;
        line-height: 40.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 14px;
    }

    .pg4-section2-left p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .pg4-section2-left span {
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg4-section2-right {
        height: 413px;
        background: url('../images/img18.png') no-repeat center;
        background-size: cover;
    }

    /* ================= facility_management.html END ==================== */


    /* ================= staffing_solutions.html START ==================== */

    .pg6-section2-right {
        height: 413px;
        background: url('../images/img33.jpg') no-repeat center right;
        background-size: cover;
    }

    .pg7-section2-right {
        height: 413px;
        background: url('../images/img39.png') no-repeat center;
        background-size: cover;
    }

    /* ================= staffing_solutions.html END ==================== */

    /* ================= vending_solutions.html START ==================== */

    .pg5-section2-right {
        height: 413px;
        background: url('../images/img26.png') no-repeat center;
        background-size: cover;
    }

    /* ================= vending_solutions.html END ==================== */


}

/* lg     lg >= 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section3-count h2 {
        font-family: 'Primary Font';
        /* Ensure to include 'serif' as a fallback */
        columns: #000;
        font-size: 65px;
        font-weight: 400;
        line-height: 107.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section3-count p {
        font-family: 'Primary Font';
        color: #000;
        font-size: 25px;
        font-weight: 400;
        line-height: 10px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section5 img {
        width: 100%;
        margin-bottom: 71px;
    }

    .section6 {
        width: 100%;
        background-color: var(--primary-color);
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section6 h2 {
        margin-bottom: 0px;
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 63px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section6-card-img {
        width: 100%;
        /* Ensures the image takes full width of the container */
        height: 241px;
        /* Fixed height */
        object-fit: cover;
        /* Ensures the image covers the container without distortion */
        display: block;
        /* Removes extra spacing below the image */
        margin-bottom: 31px;
        /* Adds spacing below the image */
    }

    .section6-card-content {
        padding-left: 32px;
    }

    .section6-card-content h4 {
        font-family: 'Primary Font';
        color: #000;
        font-size: 30px;
        font-weight: 400;
        line-height: 39px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 13px;
    }

    .section6-card-p {
        width: 80%;
        font-family: 'Secondary Font';
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 23px;
    }

    .section6-card-btn {
        width: 123px;
        height: 34px;
        border: 1px solid black;
        border-radius: 50px;
        margin-bottom: 24px;
    }

    .section6-card-btn p {
        font-family: 'Secondary Font';
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }

    .section8 {
        background:
            linear-gradient(#fffffff6, #fffffff6),
            /* Gradient overlay */
            url('../images/img13.png') no-repeat center cover;
        /* Background image */
        padding-top: 110px;
        height: 961px;
    }

    .section8 h2 {
        margin-bottom: 102px;
        font-family: 'Primary Font';
        color: #000;
        font-size: 63px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-cards-container {
        margin-bottom: 73px;
    }

    .section8-card {
        margin-left: 30px;
    }

    .section8-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .section8-card h4 {
        width: 150px;
        font-family: 'Primary Font';
        font-size: 25px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 16px;
    }

    .section8-card p {
        width: 180px;
        font-family: 'Secondary Font';
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-vertical-line {
        height: 461px;
        width: 2px;
        border: 1px solid black;
    }

    .section8-horizontal-line {
        display: none;
        /* to be continued... */
    }

    .section8-line {
        width: 1px;
    }

    .section8-btn {
        height: 42px;
        width: 194px;
        border-radius: 50px;
        background: #2E3192;
        margin: auto;
        margin-bottom: 114px;
    }

    .section8-btn p {
        font-family: 'Secondary Font';
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .section9 {
        position: relative;
        /* Make section9 a positioned parent */
    }

    .section9-left {
        height: 694px;
        background-color: var(--primary-color);
        padding-top: 96px;
    }

    .section9-left h2 {
        font-family: 'Primary Font';
        font-size: 50px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-right {
        background: url('../images/img14.png') no-repeat center center;
    }

    .section9-carousel {
        width: 100%;
        position: absolute;
        top: 25%;
        margin-inline: auto;
    }

    .section9-cards-container {
        display: flex;
        overflow-x: auto;
        gap: 40px;
        /* Use flexbox */
        justify-content: space-around;
        /* Space between items */
        align-items: center;
        /* Center vertically */
        flex-wrap: nowrap;
        /* Wrap if screen is small */
        margin-top: -450px;
        /* Adjust as needed */
        position: absolute;
        /* Position it over the section */
        width: 100%;
        /* Ensure it spans full width */
        left: 0;
    }

    .scroll-container {
        overflow-x: auto;
        width: 100%;
        /* height: 200px; */
        position: relative;
    }

    .scroll-container::-webkit-scrollbar {
        width: 0px;
        /* Hides scrollbar */
        height: 0px;
        /* Hides scrollbar */
    }

    .section9-carousel-card {
        width: 80%;
        height: 365px;
        background-color: #fff;
        padding-left: 42px;
        padding-top: 28px;
        margin: auto;
    }

    .section9-carousel-card h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
    }

    .section9-carousel-card p {
        width: 81%;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-card {
        width: 300px;
        height: 365px;
        top: 231px;
        left: 83px;
        background-color: #fff;
        padding-left: 42px;
        padding-top: 28px;
    }

    .circle-avatar {
        height: 76px;
        width: 76px;
        border-radius: 50px;
        background-color: #D9D9D9;
        margin-right: 16px;
        margin-bottom: 34px;
    }


    .section9-carousel-heading h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
        position: absolute;
    }

    .section9-card h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
    }

    .section9-cards p {
        width: 81%;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-right-mobile {
        height: 694px;
        position: relative;
        width: 100%;
        background: linear-gradient(181.25deg, #a3e5ff71 1%, var(--primary-color) 100%), url('../images/img14.png') no-repeat center center;
        background-size: cover;
        margin-top: -694px
    }

    .pg2-section4-img {
        width: 100%;
    }

    /* ============ contact_us.html START --========== */

    .pg3-section2 {
        background-color: var(--primary-color);
        height: 482px;
        padding-top: 57px;
        padding-left: 89px;
    }

    .pg3-section2-card1 {
        width: 100%;
    }

    .pg3-section2-card1 h2 {
        font-family: 'Primary Font';
        font-size: 40px;
        font-weight: 400;
        line-height: 80.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 0px;
    }

    .pg3-section2-card1 p {
        width: 50%;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section2-right-card {
        margin-top: 20px;
        width: 30%;
        margin-left: 30px;
    }

    .pg3-section2-right-card h4 {
        font-family: 'Primary Font';
        font-size: 25px;
        font-weight: 400;
        line-height: 40.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 2px;
    }

    .pg3-section2-right-card p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section3 {
        height: 482px;
        padding-top: 108px;
        padding-bottom: 70px;
        margin-bottom: 51px;
    }

    .pg3-section3 h2 {
        font-family: 'Primary Font';
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
    }

    .pg3-section3 p {
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
    }

    .pg3-section3-cities-container {
        width: 100%;
        /* gap: 100px; ........ */
        row-gap: 40px;
    }

    .pg3-section3-city {
        font-family: 'Primary Font';
        color: #2E3192;
        font-size: 30px;
        font-weight: 400;
        line-height: 73px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section4 {
        background-color: var(--primary-color);
        width: 100%;
        height: 305px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pg3-section4 h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 40px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .pg3-section4 p {
        font-family: 'Secondary Font';
        width: 80%;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    /* ============ contact_us.html END --========== */

    /* ================= facility_management.html START ==================== */

    .pg4-section2-left {
        background-color: var(--primary-color);
        height: 413px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .pg4-section2-left h4 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 27px;
        font-weight: 400;
        line-height: 40.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 14px;
    }

    .pg4-section2-left p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .pg4-section2-left span {
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg4-section2-right {
        height: 413px;
        background: url('../images/img18.png') no-repeat center;
        background-size: cover;
    }

    .pg5-section2-right {
        height: 413px;
        background: url('../images/img26.png') no-repeat center;
        background-size: cover;
    }

    /* ================= facility_management.html END ==================== */


    /* ================= vending_solutions.html START ==================== */

    .pg4-section6-container {
        background-color: var(--primary-color);
        padding-top: 70px;
    }

    .pg4-section6-container h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 40px;
        line-height: 35px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 33px;
    }

    .pg4-section6-container p {
        font-family: 'Secondary Font';
        margin-inline: 1%;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg4-section6-container h4 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    /* ================= vending_solutions.html END ==================== */


    /* ================= staffing_solutions.html START ==================== */

    .pg6-section2-right {
        height: 413px;
        background: url('../images/img33.jpg') no-repeat center right;
        background-size: cover;
    }

    .pg7-section2-right {
        height: 413px;
        background: url('../images/img39.png') no-repeat center;
        background-size: cover;
    }

    /* ================= staffing_solutions.html END ==================== */

    /* ================= technology.html START ==================== */

    .pg9-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/technology_bg.png") no-repeat center;
        background-size: cover;
        height: 655px;
    }

    .pg9-section2-left {
        background-color: var(--primary-color);
        height: 400px;
        padding-left: 87.5px;
    }

    .pg9-section2-left h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 28px;
        font-weight: 400;
        line-height: 50.4px;
        text-align: center;
        padding-inline: 10px;
    }

    .pg9-section2-left p {
        width: 100%;
        color: var(--text-black);
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-inline: 10px;
    }

    .pg9-section2-right {
        height: 400px;
        background: url('../images/img53.png') no-repeat center;
    }

    .pg9-section3 {
        margin-inline: 15px;
        margin-bottom: 30px;
    }

    .pg9-section3 h3 {
        font-family: 'Hedvig Letters Serif';
        font-size: 40px;
        margin-bottom: 15px;
    }

    .pg9-section3 h3 br {
        display: none;
    }

    .pg9-section3 p {
        font-family: 'Helvetica Now Display';
        font-size: 20px;
        text-align: left;
    }

    .pg9-section4 {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .pg9-section4-img {
        height: 300px;
        width: 100%;
        margin: 0px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .pg9-section5 {
        margin-bottom: 20px;
    }

    .pg9-section5 h2 {
        font-family: 'Hedvig Letters Serif';
        font-size: 40px;
        margin-bottom: 30px;
    }

    .pg9-section5 p {
        font-family: 'Helvetica Now Display';
        width: 95%;
        font-size: 20px;
        margin-bottom: 52px;
        margin: auto;
    }

    .pg9-section6 {
        margin-bottom: 97px;
    }

    .pg9-section6-top-left {
        height: 296px;
        background-color: var(--primary-color);
    }

    .pg9-section6-top-left h2 {
        font-family: 'Hedvig Letters Serif';
        color: var(--text-black);
        font-size: 40px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .pg9-section6-top-left p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        color: var(--text-black);
        font-size: 20px;
        font-weight: lighter;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
        padding-inline: 10px;
    }

    .pg9-section6-top-right {
        height: 296px;
        background: url('../images/img55.png') no-repeat center left;
        background-size: cover;
    }

    .pg9-section6-bottom-left {
        height: 296px;
        background: url('../images/img56.png') no-repeat center left;
        background-size: cover;
    }

    .pg9-section6-bottom-right {
        height: 296px;
        background-color: var(--secondary-color-blue);
    }

    .pg9-section6-bottom-right h2 {
        font-family: 'Hedvig Letters Serif';
        color: var(--text-black);
        font-size: 40px;
        font-weight: 400;
        line-height: 30px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section6-bottom-right p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        color: var(--text-black);
        font-size: 20px;
        font-weight: lighter;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
        padding-inline: 10px;
    }

    .pg9-section7 {
        margin: 0px;
        margin-bottom: 97px;
    }

    .pg9-section7 h3 {
        width: 100%;
        font-family: 'Hedvig Letters Serif';
        font-size: 40px;
        margin: 0px;
        margin-bottom: 39px;
        text-align: left;
    }

    .pg9-section7 h3 span {
        font-family: 'Hedvig Letters Serif';
        font-size: 20px;
        line-height: 30px;
    }

    .pg9-section7 p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        font-size: 20px;
    }

    .pg9-section7-left {
        width: 100%;
        padding-inline: 10px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section7-right {
        width: 100%;
        height: 601px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section8 {
        margin: 0px;
        margin-bottom: 76px;
    }

    .pg9-section8-card-mid {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    .pg9-section8-card img {
        width: 85px;
        height: 85px;
        margin-bottom: 39px;
        text-align: center;
    }

    .pg9-section8-card h4 {
        font-family: 'Hedvig Letters Serif';
        font-size: 35px;
        margin-bottom: 16px;
        text-align: left;
    }

    .pg9-section8-card p {
        font-family: 'Helvetica Now Display';
        font-size: 20px;
        width: 100%;
        text-align: left;
    }

    .footer-email {
        width: 100px;
    }

    /* ================= technology.html END ==================== */

    /* ================= gallery.html START ==================== */
    .section-gallery {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #0000006a 100%),
            url("../images/gallery_bg.png") no-repeat center;
        background-size: cover;
        height: 400px;
        margin-bottom: 103px;
    }


    .section-gallery h2 {
        font-size: 80px;
    }

    /* ================= gallery.html END ==================== */
}

/* sm & md     sm >= 576px - 767px    md >= 768px - 991px */
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .section1 {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            /* Gradient layer */
            url("../images/section1_bg.png") no-repeat center;
        /* Image layer */
        background-size: cover;
        height: 400px;
    }

    .navbar-header {
        margin-bottom: 50px;
    }

    .redefine {
        /* font-family: var(--font-primary); */
        font-family: 'Primary Font';
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 50px;
    }

    .section2-top-left {
        height: 350px;
        color: var(--text-black);
        background-color: var(--primary-color);
    }

    .premier-corporate {
        font-family: 'Primary Font';
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .section2-ghs {
        font-family: 'Secondary Font';
        font-weight: 400;
        font-size: 13px;
    }

    .section2-top-right {
        height: 300px;
        background: url('../images/img2.jpeg') no-repeat center;
        background-size: cover;
        /* or contain */
    }

    .section2-bottom-row {
        height: 300px;
    }

    .section2-bottom-left {
        height: 300px;
        background: url('../images/img3.png') no-repeat top;
        background-size: cover;
        /* or contain */
    }

    .section2-bottom-right {
        height: 352px;
        position: relative;
        top: -52px;
    }

    .section3-count h2 {
        font-family: 'Primary Font';
        /* Ensure to include 'serif' as a fallback */
        columns: #000;
        font-size: 50px;
        font-weight: 400;
        line-height: 50.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section3-count p {
        font-family: 'Primary Font';
        color: #000;
        font-size: 23px;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section4 {
        padding: 50px 0px;
    }

    .section4 h2 {
        font-family: 'Primary Font';
        font-size: 50px;
        font-weight: 400;
        line-height: 75px;
        color: #000;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section4-cards-container {}

    .section4-card {
        width: 260px;
        height: 237px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        background-color: var(--primary-color);
        align-content: end;
    }

    .section4-card h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section4-card p {
        font-family: 'Secondary Font';
        color: var(--text-black);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section4-arrow {
        height: 32px;
        width: 32px;
        background-color: #000;
        border-radius: 50px;
        margin-left: 11px;
    }

    .section5 img {
        /* width: 330px; */
        width: 100%;
    }

    .section6 {
        width: 100%;
        background-color: var(--primary-color);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section6 h2 {
        margin-bottom: 0px;
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 40px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section6-cards-container {}

    .section6-card {}

    .section6-card-img {
        width: 100%;
        /* Ensures the image takes full width of the container */
        height: 200px;
        /* Fixed height */
        object-fit: cover;
        /* Ensures the image covers the container without distortion */
        display: block;
        /* Removes extra spacing below the image */
        margin-bottom: 20px;
        /* Adds spacing below the image */
    }

    .section6-card-content {
        padding-left: 30px;
    }

    .section6-card-content h4 {
        font-family: 'Primary Font';
        color: #000;
        font-size: 27px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .section6-card-p {
        width: 80%;
        font-family: 'Secondary Font';
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 13px;
    }

    .section6-card-btn {
        width: 123px;
        height: 34px;
        border: 1px solid black;
        border-radius: 50px;
        margin-bottom: 18px;
    }

    .section6-card-btn p {
        font-family: 'Secondary Font';
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .section7-top-left {
        background-color: var(--primary-color);
        height: 200px;
    }

    .section7-top-left h2 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 35px;
        font-weight: 400;
        line-height: 53px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section7-top-right {
        background: url('../images/img11.png');
        background-size: cover;
        height: 200px;
    }

    .section7-bottom-left {
        background: url('../images/img12.png') top;
        background-size: cover;
        height: 200px;
    }

    .section7-bottom-right {
        background-color: var(--secondary-color-blue);
        height: 200px;
    }

    .section7-bottom-right h2 {
        font-family: 'Primary Font';
        color: #FFF;
        font-size: 35px;
        font-weight: 400;
        line-height: 53px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8 {
        background:
            linear-gradient(#fffffff6, #fffffff6),
            /* Gradient overlay */
            url('../images/img13.png') no-repeat center/cover;
        /* Background image */
        padding-top: 30px;
        height: 761px;
    }

    .section8 h2 {
        margin-bottom: 20px;
        font-family: 'Primary Font';
        color: #000;
        font-size: 40px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-cards-container {
        margin-bottom: 73px;
    }

    .section8-card {
        margin-left: 0px;
    }

    .section8-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .section8-card h4 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 23px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .section8-card p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-vertical-line {
        height: 461px;
        width: 2px;
        border: 1px solid black;
    }

    .section8-horizontal-line {
        display: none;
    }

    .section8-line {
        height: 200px;
        width: 1px;
        padding: 0;
        margin: auto;
    }

    .section8-btn {
        height: 42px;
        width: 194px;
        border-radius: 50px;
        background: #2E3192;
        margin: auto;
        margin-bottom: 100px;
    }

    .section8-btn p {
        font-family: 'Secondary Font';
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section10 {
        background-color: var(--primary-color);
        height: 380px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .section10 h2 {
        font-family: 'Primary Font';
        font-size: 27px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    .section10 p {
        width: 95%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    .branches {
        height: 390px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pg2-section5-top-left h2 {
        font-family: 'Primary Font';
        font-size: 40px;
        font-weight: 400;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section5-bottom-right h2 {
        font-family: 'Primary Font';
        color: #FFF;
        font-size: 40px;
        font-weight: 400;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    /* ============ about_us.html START ========== */

    .pg2-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/about_us_bg.jpeg") no-repeat center;
        background-size: cover;
        height: 400px;
    }

    .pg2-section2-left {
        background-color: var(--primary-color);
        height: 482px;
        padding-left: 30px;
    }

    .pg2-section2-left h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 35px;
        font-weight: 400;
        line-height: 60.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section2-left p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section2-right {
        height: 482px;
        background: url('../images/img49.png') no-repeat center;
        /* background-size: cover; */
    }

    .pg2-section4-img {
        width: 100%;
    }

    .pg2-section6 {
        padding-top: 60px;
        padding-bottom: 70px;
        margin-bottom: 38px;
    }

    .pg2-section6 h2 {
        font-family: 'Primary Font';
        font-size: 50px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 60px;
    }

    .pg2-section7 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .lets-join-container {
        height: 380px;
        width: 90%;
        background-color: var(--primary-color);
        padding-top: 50px;
        padding-bottom: 49px;
    }

    .lets-join-container h4 {
        font-family: 'Primary Font';
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 25px;
    }

    .lets-join-container p {
        width: 80%;
        font-family: 'Secondary Font';
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 40px;
    }

    /* ============ about_us.html END --========== */

    /* ============ contact_us.html START --========== */
    .pg3-section1 {
        height: 300px;
    }

    .pg3-section2 {
        background-color: var(--primary-color);
        height: 482px;
        padding-top: 57px;
        padding-left: 89px;
    }

    .pg3-section2-card1 {
        width: 100%;
    }

    .pg3-section2-card1 h2 {
        font-family: 'Primary Font';
        font-size: 28px;
        font-weight: 400;
        line-height: 80.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 0px;
    }

    .pg3-section2-card1 p {
        width: 55%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section2-right-card {
        margin-top: 0px;
        width: 25%;
        margin-left: 30px;
    }

    .pg3-section2-right-card h4 {
        font-family: 'Primary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 40.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 2px;
    }

    .pg3-section2-right-card p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section3 {
        height: 482px;
        padding-top: 108px;
        padding-bottom: 70px;
        margin-bottom: 51px;
    }

    .pg3-section3 h2 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
    }

    .pg3-section3 p {
        font-family: 'Secondary Font';
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
    }

    .pg3-section3-cities-container {
        width: 100%;
        gap: 40px;
        row-gap: 10px;
    }

    .pg3-section3-city {
        font-family: 'Primary Font';
        color: #2E3192;
        font-size: 20px;
        font-weight: 400;
        line-height: 73px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section4 {
        background-color: var(--primary-color);
        width: 100%;
        height: 305px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pg3-section4 h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .pg3-section4 p {
        font-family: 'Secondary Font';
        width: 80%;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    /* ============ contact_us.html END --========== */

    /* ================= facility_management.html START ==================== */

    .pg4-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/facility_management_bg.png") no-repeat center;
        background-size: cover;
        height: 400px;
    }

    .pg4-section2-left {
        background-color: var(--primary-color);
        height: 413px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .pg4-section2-left h4 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 27px;
        font-weight: 400;
        line-height: 40.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 14px;
    }

    .pg4-section2-left p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .pg4-section2-left span {
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg4-section2-right {
        height: 413px;
        background: url('../images/img18.png') no-repeat center;
        background-size: cover;
    }

    .pg4-section3-card-bg {
        width: 350px;
        height: 350px;
        position: absolute;
    }

    .pg4-section3-card-conetnt {
        width: 350px;
        height: 350px;
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -5.03%, #000000 76.89%);
        padding-left: 32px;
        padding-bottom: 36px;
    }

    .pg4-section3-card-conetnt img {
        height: 30px;
        width: 30px;
        margin-bottom: 13px;
    }

    .pg4-section3-card-conetnt h4 {
        font-family: 'Primary Font';
        color: #FFF;
        width: 80%;
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg4-section4 {
        background-color: var(--primary-color);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .pg4-section4 h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 30px;
        line-height: 59px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg4-section4-cards-container {
        gap: 20px;
    }

    .pg4-section4-card h4 {
        width: 85%;
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0%;
        margin-bottom: 14px;
    }

    .pg4-section5-top-left {
        background-color: var(--secondary-color-blue);
        height: 250px;
    }

    .pg4-section5-top-left h2 {
        font-family: 'Primary Font';
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 73px;
        letter-spacing: 0%;
    }

    .pg4-section5-top-left h2 br {
        display: none;
    }

    .pg4-section5-top-right {
        height: 250px;
        background: url('../images/img24.png') no-repeat;
        background-size: cover;
    }

    .pg4-section5-bottom-left {
        height: 250px;
        background: url('../images/img25.png') no-repeat;
        background-size: cover;
    }

    .pg4-section5-bottom-right {
        height: 250px;
        background-color: var(--primary-color);
    }

    .pg4-section5-bottom-right h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 30px;
        line-height: 60px;
        letter-spacing: 0%;
        text-align: center;
    }

    .pg4-section5-bottom-right h2 br {
        display: none;
    }

    .pg4-section6 {
        padding: 20px;
    }

    .pg4-section6-container {
        background-color: var(--primary-color);
        padding-top: 20px;
    }

    .pg4-section6-container h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 33px;
    }

    .pg4-section6-container p {
        font-family: 'Secondary Font';
        margin-inline: 1%;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg4-section6-container h4 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg4-section6-btn {
        height: 35px;
        width: 150px;
        background-color: #fff;
        border-radius: 50px;
    }

    .pg4-section6-btn p {
        color: var(--primary-color);
    }

    /* ================= facility_management.html END ==================== */


    /* ================= vending_solutions.html START ==================== */

    .pg5-section1 {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/vending_solutions_bg.png") no-repeat center;
        background-size: cover;
        height: 400px;
    }

    .pg5-section2-right {
        height: 413px;
        background: url('../images/img26.png') no-repeat center;
        background-size: cover;
    }

    .pg5-section5-top-right {
        height: 296px;
        background: url('../images/img45.png') no-repeat;
        background-size: cover;
    }

    .pg5-section5-bottom-left {
        height: 296px;
        background: url('../images/img46.png') no-repeat;
        background-size: cover;
    }

    /* ================= vending_solutions.html END ==================== */


    /* ================= staffing_solutions.html START ==================== */

    .pg6-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/img32.jpg") no-repeat bottom;
        background-size: cover;
        height: 400px;
    }

    .pg7-section1 {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/food_services_bg.png") no-repeat bottom;
        background-size: cover;
        height: 400px;
    }

    .redefine2 {
        /* font-family: var(--font-primary); */
        font-family: 'Primary Font';
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 50px;
    }

    .pg6-section5-bottom-left {
        height: 250px;
        background: url('../images/img48.png');
        background-size: cover;
    }

    .pg6-section6 {
        padding: 20px;
    }

    .pg6-section6-container {
        background-color: var(--primary-color);
        /* height: 421px; */
        padding-top: 20px;
    }

    .pg6-section6-container h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg6-section6-container p {
        font-family: 'Secondary Font';
        margin-inline: 14%;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 24px;
    }

    .pg6-section6-container h4 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 23px;
    }

    .pg6-section6-btn {
        height: 42px;
        width: 194px;
        background-color: #fff;
        border-radius: 50px;
    }

    .pg6-section6-btn p {
        color: var(--primary-color);
    }

    .pg6-section2-right {
        height: 413px;
        background: url('../images/img33.jpg') no-repeat center right;
        background-size: cover;
    }

    .pg4-section5-bottom-left {
        height: 250px;
        background: url('../images/img25.png');
        background-size: cover;
    }

    .pg7-section2-right {
        height: 413px;
        background: url('../images/img39.png') no-repeat center;
        background-size: cover;
    }

    .pg4-section5-bottom-left {
        height: 250px;
        background: url('../images/img25.png');
        background-size: cover;
    }

    /* ================= staffing_solutiona.html END ==================== */

    /* ================= technology.html START ==================== */

    .pg9-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/technology_bg.png") no-repeat center;
        background-size: cover;
        height: 400px;
    }

    .pg9-section2-left {
        background-color: var(--primary-color);
        height: 400px;
        padding-left: 87.5px;
    }

    .pg9-section2-left h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 28px;
        font-weight: 400;
        line-height: 50.4px;
        text-align: center;
    }

    .pg9-section2-left p {
        width: 100%;
        color: var(--text-black);
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg9-section2-right {
        height: 400px;
        background: url('../images/img53.png') no-repeat center;
    }

    .pg9-section3 {
        margin-inline: 15px;
        margin-bottom: 30px;
    }

    .pg9-section3 h3 {
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin-bottom: 15px;
    }

    .pg9-section3 p {
        font-family: 'Helvetica Now Display';
        font-size: 17px;
        text-align: center;
    }

    .pg9-section4 {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .pg9-section4-img {
        height: 300px;
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section5 {
        margin-bottom: 20px;
    }

    .pg9-section5 h2 {
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin-bottom: 30px;
    }

    .pg9-section5 p {
        font-family: 'Helvetica Now Display';
        width: 95%;
        font-size: 17px;
        margin-bottom: 52px;
        margin: auto;
    }

    .pg9-section6 {
        margin-bottom: 97px;
    }

    .pg9-section6-top-left {
        height: 296px;
        background-color: var(--primary-color);
    }

    .pg9-section6-top-left h2 {
        font-family: 'Hedvig Letters Serif';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .pg9-section6-top-left p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        color: var(--text-black);
        font-size: 17px;
        font-weight: lighter;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section6-top-right {
        height: 296px;
        background: url('../images/img55.png') no-repeat center left;
        background-size: cover;
    }

    .pg9-section6-bottom-left {
        height: 296px;
        background: url('../images/img56.png') no-repeat center left;
        background-size: cover;
    }

    .pg9-section6-bottom-right {
        height: 296px;
        background-color: var(--secondary-color-blue);
    }

    .pg9-section6-bottom-right h2 {
        font-family: 'Hedvig Letters Serif';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section6-bottom-right p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        color: var(--text-black);
        font-size: 17px;
        font-weight: lighter;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section7 {
        margin: 0px;
        margin-bottom: 97px;
    }

    .pg9-section7 h3 {
        width: 100%;
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin: 0px;
        margin-bottom: 39px;
        text-align: center;
    }

    .pg9-section7 h3 span {
        font-family: 'Hedvig Letters Serif';
        font-size: 17px;
        line-height: 30px;
    }

    .pg9-section7 p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        font-size: 17px;
    }

    .pg9-section7-left {
        width: 100%;
        padding-inline: 10px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section7-right {
        width: 100%;
        height: 601px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section8 {
        margin: 0px;
        margin-bottom: 76px;
    }

    .pg9-section8-card {
        width: 100%;
        padding-inline: 0px;
    }

    .pg9-section8-card-mid {
        border-left: 0px solid #000;
        border-right: 0px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pg9-section8-card-third {
        padding-top: 20px;
    }

    .pg9-section8-card img {
        width: 85px;
        height: 85px;
        margin-bottom: 39px;
        text-align: center;
    }

    .pg9-section8-card h4 {
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin-bottom: 16px;
        text-align: center;
    }

    .pg9-section8-card p {
        font-family: 'Helvetica Now Display';
        font-size: 17px;
        width: 100%;
        text-align: center;
    }

    /* ================= technology.html END ==================== */

    /* ================= gallery.html START ==================== */
    .section-gallery {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #0000006a 100%),
            url("../images/gallery_bg.png") no-repeat center;
        background-size: cover;
        height: 400px;
        margin-bottom: 103px;
    }


    .section-gallery h2 {
        font-size: 80px;
    }

    /* ================= gallery.html END ==================== */
}

/* For Mobile Screen     < 576px */
@media only screen and (min-width: 0px) and (max-width: 575px) {

    .section1 {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            /* Gradient layer */
            url("../images/section1_bg.png") no-repeat center;
        /* Image layer */
        background-size: cover;
        height: 300px;
    }

    .navbar-header {
        margin-bottom: 40px;
    }

    .redefine {
        /* font-family: var(--font-primary); */
        font-family: 'Primary Font';
        color: white;
        font-weight: 400;
        font-size: 30px;
    }

    .section2-top-left {
        height: 350px;
        color: var(--text-black);
        background-color: var(--primary-color);
    }

    .premier-corporate {
        font-family: 'Primary Font';
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .section2-ghs {
        font-family: 'Secondary Font';
        font-weight: 400;
        font-size: 13px;
    }

    .section2-top-right {
        height: 200px;
        background: url('../images/img2.jpeg') no-repeat center;
        background-size: cover;
        /* or contain */
    }

    .section2-bottom-row {
        height: 350px;
    }

    .section2-bottom-left {
        display: none;
        height: 300px;
        background: url('../images/img3.png') no-repeat top;
        background-size: cover;
        /* or contain */
    }

    .section2-bottom-right {
        height: 350px;
        position: relative;
        top: 0px;
    }

    .section3 {
        height: 400px;
        width: 100%;
        background: linear-gradient(181.25deg, rgba(255, 255, 255, 0.22) 1%, #ffffff 70.19%), url('../images/img4.png') no-repeat center;
        background-size: cover;
    }

    .section3-count-row {
        margin: 0px;
        margin-bottom: 15px;
    }

    .section3-count h2 {
        font-family: 'Primary Font';
        /* Ensure to include 'serif' as a fallback */
        columns: #000;
        font-size: 35px;
        font-weight: 400;
        line-height: 40.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section3-count p {
        font-family: 'Primary Font';
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section4 {
        padding: 50px 0px;
    }

    .section4 h2 {
        font-family: 'Primary Font';
        font-size: 35px;
        font-weight: 400;
        line-height: 50px;
        color: #000;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section4-cards-container {}

    .section4-card {
        width: 350px;
        height: 237px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        background-color: var(--primary-color);
        align-content: end;
    }

    .get-in-touch {
        width: 350px;
        height: 86px;
        background-color: black;
        color: #fff;
    }

    .section4-card h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section4-card p {
        font-family: 'Secondary Font';
        color: var(--text-black);
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section4-arrow {
        height: 32px;
        width: 32px;
        background-color: #000;
        border-radius: 50px;
        margin-left: 11px;
    }

    .section5 img {
        /* width: 330px; */
        width: 100%;
    }

    .section6 {
        width: 100%;
        background-color: var(--primary-color);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section6 h2 {
        margin-bottom: 20px;
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 33px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section6-cards-container {}

    .section6-card {}

    .section6-card-img {
        width: 100%;
        /* Ensures the image takes full width of the container */
        height: 150px;
        /* Fixed height */
        object-fit: cover;
        /* Ensures the image covers the container without distortion */
        display: block;
        /* Removes extra spacing below the image */
        margin-bottom: 20px;
        /* Adds spacing below the image */
    }

    .section6-card-content {
        padding-left: 20px;
    }

    .section6-card-content h4 {
        font-family: 'Primary Font';
        color: #000;
        font-size: 27px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .section6-card-p {
        width: 70%;
        font-family: 'Secondary Font';
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 13px;
    }

    .section6-card-btn {
        width: 123px;
        height: 34px;
        border: 1px solid black;
        border-radius: 50px;
        margin-bottom: 18px;
    }

    .section6-card-btn p {
        font-family: 'Secondary Font';
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .section7-top-left {
        background-color: var(--primary-color);
        height: 230px;
    }

    .section7-top-left h2 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 40px;
        font-weight: 400;
        line-height: 53px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section7-top-right {
        display: none;
        background: url('../images/img11.png');
        background-size: cover;
        height: 230px;
    }

    .section7-bottom-left {
        background: url('../images/img12.png');
        background-size: cover;
        height: 230px;
    }

    .section7-bottom-right {
        background-color: var(--secondary-color-blue);
        height: 230px;
    }

    .section7-bottom-right h2 {
        font-family: 'Primary Font';
        color: #FFF;
        font-size: 40px;
        font-weight: 400;
        line-height: 53px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .section8 {
        background:
            linear-gradient(#fffffff6, #fffffff6),
            /* Gradient overlay */
            url('../images/img13.png') no-repeat center/cover;
        /* Background image */
        padding-top: 30px;
        height: 1400px;
    }

    .section8 h2 {
        margin-bottom: 50px;
        font-family: 'Primary Font';
        color: #000;
        font-size: 40px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section8-cards-container {
        margin-bottom: 73px;
    }

    .section8-card {
        margin-left: 0px;
        align-items: center;
        align-content: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .section8-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .section8-card h4 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 23px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .section8-card p {
        width: 80%;
        font-family: 'Secondary Font';
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 50px;
    }

    .section8-line {
        width: 1px;
        display: none;
    }

    .section8-btn {
        height: 42px;
        width: 194px;
        border-radius: 50px;
        background: #2E3192;
        margin: auto;
        margin-bottom: 0px;
    }

    .section8-btn p {
        font-family: 'Secondary Font';
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .branches {
        height: 390px;
        width: 100%;
    }

    .section9 {
        position: relative;
        /* Make section9 a positioned parent */
    }

    .section9-left {
        height: 694px;
        background-color: var(--primary-color);
        padding-top: 96px;
    }

    .section9-left h2 {
        font-family: 'Primary Font';
        font-size: 63px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .section9-right {
        background: url('../images/img14.png') no-repeat center center;
    }

    .section9-carousel {
        display: none;
    }

    .section9-cards-container {
        display: flex;
        /* Use flexbox */
        justify-content: space-around;
        /* Space between items */
        align-items: center;
        /* Center vertically */
        flex-wrap: wrap;
        /* Wrap if screen is small */
        margin-top: -450px;
        /* Adjust as needed */
        position: absolute;
        /* Position it over the section */
        width: 100%;
        /* Ensure it spans full width */
        left: 0;
    }

    .section9-card {
        width: 396px;
        height: 365px;
        top: 231px;
        left: 83px;
        background-color: #fff;
        padding-left: 42px;
        padding-top: 28px;
    }

    .circle-avatar {
        height: 76px;
        width: 76px;
        border-radius: 50px;
        background-color: #D9D9D9;
        margin-right: 16px;
        margin-bottom: 34px;
    }

    .section9-cards h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 10px;
    }

    .section9-cards p {
        width: 81%;
        font-family: 'Secondary Font';
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .proudly-served {
        font-family: Hedvig Letters Serif;
        font-size: 63px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 88px;
        margin-bottom: 300px;
    }

    .section10 {
        background-color: var(--primary-color);
        height: 380px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .section10 h2 {
        font-family: 'Primary Font';
        font-size: 27px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    .section10 p {
        width: 95%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    /* ============ about_us.html START ========== */

    .pg2-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/about_us_bg.jpeg") no-repeat center;
        background-size: cover;
        height: 400px;
    }

    .pg2-section2-left {
        background-color: var(--primary-color);
        height: 482px;
        padding-left: 30px;
    }

    .pg2-section2-left h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 35px;
        font-weight: 400;
        line-height: 60.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section2-left p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section2-right {
        height: 400px;
        background: url('../images/img49.png') no-repeat center;
        /* background-size: cover; */
    }

    .pg2-section4-card-left-col br {
        display: none;
    }

    .pg2-section4-card-left-col img {
        height: 150px;
        width: 150px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .pg2-section4-card-left-col h3 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 40px;
        font-weight: 400;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        /* margin-left: 11px; */
    }

    .pg2-section4-img {
        width: 100%;
    }

    .pg2-section5-top-left {
        height: 296px;
        background-color: var(--primary-color);
    }

    .pg2-section5-top-left h2 {
        font-family: 'Primary Font';
        font-size: 50px;
        font-weight: 400;
        line-height: 73px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .pg2-section5-top-right {
        height: 296px;
        background: url('../images/img16.jpeg') no-repeat center left;
        background-size: cover;
    }

    .pg2-section5-bottom-left {
        height: 296px;
        background: url('../images/img17.png') no-repeat center left;
        background-size: cover;
    }

    .pg2-section5-bottom-right {
        height: 296px;
        background-color: var(--secondary-color-blue);
    }

    .pg2-section5-bottom-right h2 {
        font-family: 'Primary Font';
        color: #FFF;
        font-size: 50px;
        font-weight: 400;
        line-height: 73px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section6 {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 38px;
    }

    .pg2-section6 h2 {
        font-family: 'Primary Font';
        font-size: 35px;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 50px;
    }

    .pg2-section6-card {
        background-color: var(--primary-color);
        width: 392px;
        height: 318px;
        width: 392px;
        padding-top: 36px;
        padding-left: 31px;
    }

    .pg2-section6-card img {
        height: 50px;
        width: 50px;
        margin-bottom: 14px;
    }

    .pg2-section6-card h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 25px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section6-card p {
        width: 85%;
        font-family: 'Secondary Font';
        color: var(--text-black);
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg2-section7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lets-join-container {
        height: 380px;
        width: 100%;
        background-color: var(--primary-color);
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .lets-join-container h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    .lets-join-container p {
        width: 90%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 30px;
    }

    /* ============ about_us.html END --========== */


    /* ============ contact_us.html START --========== */
    .pg3-section1 {
        height: 300px;
    }

    .pg3-section2 {
        background-color: var(--primary-color);
        height: 600px;
        padding-top: 57px;
        padding-left: 89px;
    }

    .pg3-section2-card1 {
        width: 100%;
    }

    .pg3-section2-card1 h2 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 80.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 0px;
    }

    .pg3-section2-card1 p {
        width: 90%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section2-right-card {
        margin-top: 0px;
        width: 85%;
        margin-left: 30px;
    }

    .pg3-section2-right-card h4 {
        font-family: 'Primary Font';
        font-size: 23px;
        font-weight: 400;
        line-height: 40.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 2px;
    }

    .pg3-section2-right-card p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section3 {
        height: 482px;
        padding-top: 108px;
        padding-bottom: 70px;
        margin-bottom: 51px;
    }

    .pg3-section3 h2 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
    }

    .pg3-section3 p {
        font-family: 'Secondary Font';
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
    }

    .pg3-section3-cities-container {
        width: 100%;
        gap: 20px;
        row-gap: 10px;
    }

    .pg3-section3-city {
        font-family: 'Primary Font';
        color: #2E3192;
        font-size: 15px;
        font-weight: 400;
        line-height: 73px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg3-section4 {
        background-color: var(--primary-color);
        width: 100%;
        height: 305px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pg3-section4 h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .pg3-section4 p {
        font-family: 'Secondary Font';
        width: 80%;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    /* ============ contact_us.html END --========== */


    /* ================= facility_management.html START ==================== */

    .pg4-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/facility_management_bg.png") no-repeat center;
        background-size: cover;
        height: 300px;
    }

    .pg4-section2 {
        height: 713px;
    }

    .pg4-section2-left {
        background-color: var(--primary-color);
        height: 413px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .pg4-section2-left h4 {
        width: 100%;
        font-family: 'Primary Font';
        font-size: 27px;
        font-weight: 400;
        line-height: 40.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 14px;
    }

    .pg4-section2-left p {
        width: 100%;
        font-family: 'Secondary Font';
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .pg4-section2-left span {
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg4-section2-right {
        height: 300px;
        background: url('../images/img18.png') no-repeat center;
        background-size: cover;
    }

    .pg4-section3-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pg4-section3-container h4 {
        font-family: 'Primary Font';
        font-size: 30px;
        font-weight: 400;
        line-height: 59px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    .pg4-section4 {
        background-color: var(--primary-color);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .pg4-section4 h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 30px;
        line-height: 59px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg4-section4-cards-container {
        gap: 20px;
    }

    .pg4-section4-card h4 {
        width: 85%;
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0%;
        margin-bottom: 14px;
    }

    .pg4-section5-top-left {
        background-color: var(--secondary-color-blue);
        height: 250px;
    }

    .pg4-section5-top-left h2 {
        font-family: 'Primary Font';
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 73px;
        letter-spacing: 0%;
    }

    .pg4-section5-top-left h2 br {
        display: none;
    }

    .pg4-section5-top-right {
        height: 250px;
        background: url('../images/img24.png') no-repeat;
        background-size: cover;
    }

    .pg4-section5-bottom-left {
        height: 250px;
        background: url('../images/img25.png') no-repeat;
        background-size: cover;
    }

    .pg4-section5-bottom-right {
        height: 250px;
        background-color: var(--primary-color);
    }

    .pg4-section5-bottom-right h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 30px;
        line-height: 60px;
        letter-spacing: 0%;
        text-align: center;
    }

    .pg4-section5-bottom-right h2 br {
        display: none;
    }

    .pg4-section6 {
        padding: 20px;
    }

    .pg4-section6-container {
        background-color: var(--primary-color);
        /* height: 421px; */
        padding-top: 20px;
    }

    .pg4-section6-container h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 18px;
    }

    .pg4-section6-container p {
        font-family: 'Secondary Font';
        margin-inline: 1%;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: start;
        margin-bottom: 15px;
    }

    .pg4-section6-container h4 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .pg4-section6-btn {
        height: 35px;
        width: 150px;
        background-color: #fff;
        border-radius: 50px;
    }

    .pg4-section6-btn p {
        color: var(--primary-color);
    }

    /* ================= facility_management.html END ==================== */


    /* ================= vending_solutions.html START ==================== */

    .pg5-section1 {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/vending_solutions_bg.png") no-repeat center;
        background-size: cover;
        height: 300px;
    }

    .pg5-section2-right {
        height: 300px;
        background: url('../images/img26.png') no-repeat center;
        background-size: cover;
    }

    .pg5-section5-top-right {
        height: 250px;
        background: url('../images/img45.png') no-repeat;
        background-size: cover;
    }

    .pg5-section5-bottom-left {
        height: 250px;
        background: url('../images/img46.png') no-repeat;
        background-size: cover;
    }

    .pg5-section5-top-left h2 {
        font-family: 'Primary Font';
        color: #000;
        width: 75%;
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
    }

    .pg5-section5-bottom-right h2 {
        font-family: 'Primary Font';
        width: 80%;
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
    }

    /* ================= vending_solutions.html END ==================== */


    /* ================= staffing_solutions.html START ==================== */

    .pg6-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/img32.jpg") no-repeat bottom;
        background-size: cover;
        height: 300px;
    }

    .pg6-section1 br {
        display: none;
    }

    .pg6-section2-right {
        height: 320px;
        background: url('../images/img33.jpg') no-repeat center right;
        background-size: cover;
    }

    .pg6-section6 {
        padding: 20px;
    }

    .pg6-section6-container {
        background-color: var(--primary-color);
        /* height: 421px; */
        padding-top: 20px;
    }

    .pg6-section6-container h2 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 33px;
    }

    .pg6-section6-container p {
        font-family: 'Secondary Font';
        margin-inline: 14%;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        margin: 0px;
        margin-bottom: 24px;
    }

    .pg6-section6-container h4 {
        font-family: 'Primary Font';
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 23px;
    }

    .pg6-section6-btn {
        height: 32px;
        width: 150px;
        background-color: #fff;
        border-radius: 50px;
    }

    .pg6-section6-btn p {
        color: var(--primary-color);
    }


    /* ================= staffing_solutions.html END ==================== */


    /* ================= food_services.html START ==================== */

    .pg7-section1 {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/food_services_bg.png") no-repeat bottom;
        background-size: cover;
        height: 300px;
    }

    .redefine2 {
        /* font-family: var(--font-primary); */
        font-family: 'Primary Font';
        color: white;
        font-weight: 400;
        font-size: 30px;
    }

    .redefine2 br {
        display: none;
    }

    .pg7-section2-right {
        height: 320px;
        background: url('../images/img39.png') no-repeat center;
        background-size: cover;
    }

    /* ================= food_services.html END ==================== */

    /* ================= technology.html START ==================== */

    .pg9-section1 {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            url("../images/technology_bg.png") no-repeat center;
        background-size: cover;
        height: 300px;
    }

    .pg9-section2-left {
        background-color: var(--primary-color);
        height: 400px;
        padding-left: 87.5px;
    }

    .pg9-section2-left h4 {
        font-family: 'Primary Font';
        color: var(--text-black);
        font-size: 28px;
        font-weight: 400;
        line-height: 50.4px;
        text-align: center;
    }

    .pg9-section2-left p {
        width: 100%;
        color: var(--text-black);
        font-family: 'Secondary Font';
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .pg9-section2-right {
        height: 400px;
        background: url('../images/img53.png') no-repeat center;
    }

    .pg9-section3 {
        margin-inline: 15px;
        margin-bottom: 30px;
    }

    .pg9-section3 h3 {
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin-bottom: 15px;
    }

    .pg9-section3 p {
        font-family: 'Helvetica Now Display';
        font-size: 17px;
        text-align: center;
    }

    .pg9-section4 {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .pg9-section4-img {
        height: 300px;
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section5 {
        margin-bottom: 20px;
    }

    .pg9-section5 h2 {
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin-bottom: 30px;
    }

    .pg9-section5 p {
        font-family: 'Helvetica Now Display';
        width: 95%;
        font-size: 17px;
        margin-bottom: 52px;
        margin: auto;
    }

    .pg9-section6 {
        margin-bottom: 97px;
    }

    .pg9-section6-top-left {
        height: 296px;
        background-color: var(--primary-color);
    }

    .pg9-section6-top-left h2 {
        font-family: 'Hedvig Letters Serif';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .pg9-section6-top-left p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        color: var(--text-black);
        font-size: 17px;
        font-weight: lighter;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section6-top-right {
        height: 296px;
        background: url('../images/img55.png') no-repeat center left;
        background-size: cover;
    }

    .pg9-section6-bottom-left {
        height: 296px;
        background: url('../images/img56.png') no-repeat center left;
        background-size: cover;
    }

    .pg9-section6-bottom-right {
        height: 296px;
        background-color: var(--secondary-color-blue);
    }

    .pg9-section6-bottom-right h2 {
        font-family: 'Hedvig Letters Serif';
        color: var(--text-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section6-bottom-right p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        color: var(--text-black);
        font-size: 17px;
        font-weight: lighter;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pg9-section7 {
        margin: 0px;
        margin-bottom: 97px;
    }

    .pg9-section7 h3 {
        width: 100%;
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin: 0px;
        margin-bottom: 39px;
        text-align: center;
    }

    .pg9-section7 h3 span {
        font-family: 'Hedvig Letters Serif';
        font-size: 17px;
        line-height: 30px;
    }

    .pg9-section7 p {
        width: 100%;
        font-family: 'Helvetica Now Display';
        font-size: 17px;
    }

    .pg9-section7-left {
        width: 100%;
        padding-inline: 10px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section7-right {
        width: 100%;
        height: 601px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .pg9-section8 {
        margin: 0px;
        margin-bottom: 76px;
    }

    .pg9-section8-card {
        width: 100%;
        padding-inline: 0px;
    }

    .pg9-section8-card-mid {
        border-left: 0px solid #000;
        border-right: 0px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pg9-section8-card-third {
        padding-top: 20px;
    }

    .pg9-section8-card img {
        width: 85px;
        height: 85px;
        margin-bottom: 39px;
        text-align: center;
    }

    .pg9-section8-card h4 {
        font-family: 'Hedvig Letters Serif';
        font-size: 30px;
        margin-bottom: 16px;
        text-align: center;
    }

    .pg9-section8-card p {
        font-family: 'Helvetica Now Display';
        font-size: 17px;
        width: 100%;
        text-align: center;
    }

    /* ================= technology.html END ==================== */


    /* ================= gallery.html START ==================== */
    .section-gallery {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #0000006a 100%),
            url("../images/gallery_bg.png") no-repeat center;
        background-size: cover;
        height: 300px;
        margin-bottom: 103px;
    }


    .section-gallery h2 {
        font-size: 50px;
    }

    /* ================= gallery.html END ==================== */

}