/* Defining global fonts and colors */
:root {
    --font-primary: 'Hedvig Letters Serif', serif;
    --font-secondary: 'Helvetica Now Display', sans-serif;
    --font-accent: 'Roboto Mono', monospace;



    --primary-color: #2E3192;
    /* Blue */
    --secondary-color-blue: #2E2F6E;
    /* Orange */
    --secondary-color: #FFFFFF;
    /* White */
    --background-color: #f4f4f4;
    /* Light gray */
    --text-black: #FFF;
    /* Dark text */
}

@font-face {
    font-family: 'Primary Font';
    src: url('../assets/fonts/HedvigLettersSerif-Regular-VariableFont_opsz.ttf');
}

@font-face {
    font-family: 'Secondary Font';
    src: url('../assets/fonts/HelveticaNowDisplay-Regular.ttf');
}

* {
    margin: 0;
    /* Removes margin from all elements */
    padding: 0;
    /* Removes padding from all elements */
    box-sizing: border-box;
    /* Ensures padding/border are included in width/height */
}

/* =========== DROPDOWN START ============ */

/* Basic styling */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    /* background-color: #3498db; */
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 203px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.dropdown-content ul li {
    list-style: none;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* =========== DROPDOWN END ============= */

/* Override for a specific section */
.no-margin {
    margin: 0;
    /* Removes margin for this section */
    padding: 0;
    /* Removes padding for this section */
}

.transformX {
    transform: scaleX(-1);
}

.dropdown-content>ul {
    padding-left: 4px;
}

.clipped-text {
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: visible;
    /* Hide overflowing text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
    width: 200px;
    /* Set a fixed width */
    display: block;
    /* Ensure block-level behavior */
}

.footer-section hr {
    color: #ffffff;
    background-color: #ffffff;
    /* Needed for consistent color */
    height: 2px;
    /* Adjust thickness here */
    border: none;
    /* Removes the default border */

    margin-bottom: 30px;
}

.footer-logo-container {
    width: 271px;
    height: 142px;
    background: #fff;
    padding-top: 18px;
}

.footer-logo-container img {
    width: 177px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 7px;
}

.footer-links {
    width: 177px;
    height: 19px;
}

.footer-link-icon {
    width: 19px;
    height: 19px;
    overflow: hidden;
    /* Ensures no overflow */
}

.footer-link-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-linkedIn-icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.footer-quick-links a {
    text-decoration: none;
    color: #fff;
}

.footer-services a {
    text-decoration: none;
    color: #fff;
}

/* ================= home.html START =================== */

.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: 655px;
}

.navbar-header {
    margin-bottom: 112px;
    background-color: #fff;
}

.navbar-nav li a {
    color: white;
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.redefine {
    /* font-family: var(--font-primary); */
    font-family: 'Primary Font';
    color: white;
    font-weight: 400;
    font-size: 80px;
}

.section2-top-left {
    height: 482px;
    color: var(--text-black);
    background-color: var(--primary-color);
}

.premier-corporate {
    font-family: 'Primary Font';
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.section2-ghs {
    font-family: 'Secondary Font';
    font-weight: 400;
    font-size: 17px;
}

.section2-top-right {
    height: 400px;
    background: url('../images/img2.jpeg') no-repeat center;
    background-size: cover;
    /* or contain */
}

.section2-bottom-row {
    height: 387px;
}

.section2-bottom-left {
    height: 387px;
    background: url('../images/img3.png') no-repeat top;
    background-size: cover;
    /* or contain */
}

.section2-bottom-right {
    height: 469px;
    position: relative;
    top: -82px;
}

.quality-and-safety {
    margin-bottom: 34px;
}

.enquire-btn {
    width: 145px;
    height: 42px;
    border-radius: 50px;
    color: white;
    background-color: #000000;
    justify-content: center;
    font-family: 'Secondary Font';
    font-weight: 500;
    font-size: 17px;
}

.section3 {
    height: 466px;
    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: 91px;
}

.section3-count h2 {
    font-family: 'Primary Font';
    /* Ensure to include 'serif' as a fallback */
    columns: #000;
    font-size: 80px;
    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: 33px;
    font-weight: 400;
    line-height: 59px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.section4 {
    padding: 110px 0px;
}

.section4 h2 {
    font-family: 'Primary Font';
    font-size: 63px;
    font-weight: 400;
    line-height: 59px;
    color: #000;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 72px;
}

.section4-cards-container {}

.section4-card {
    width: 367px;
    height: 237px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 34px;
    background-color: var(--primary-color);
    align-content: end;
}

.section4-card:hover {
    background-color: white;
    border: 1px solid black;
    color: black;
    transition: background-color 0.4s ease-in;
    /* Optional: smooth transition */
}

.get-in-touch {
    width: 367px;
    height: 86px;
    background-color: black;
    color: #fff;
    border: none;
    /* Optional: ensures no default button border */
    cursor: pointer;
    /* Optional: indicates button is clickable */
    /* opacity: 0.6; */
    transition: background-color 0.3s ease-in, color 0.3s ease-in, opacity 0.4s ease-in;
    /* Smooth transitions */
}

.get-in-touch:hover {
    background-color: white;
    color: #000000;
    border: 1px solid black;
    /* Text color changes to blue on hover */
    opacity: 1;
}

.get-in-touch h4 {
    margin: 0;
    /* Optional: removes default margin for better alignment */
    transition: color 0.3s ease;
    /* Smooth text color transition */
    font-family: 'Hedvig Letters Serif';
    font-size: 28px;
}

.get-in-touch:hover h4 {
    color: #000000;
    /* Ensure h4 text changes to blue on hover */
}

.section4-card h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: color 0.3s ease;
    /* Optional: smooth text color transition */
}

.section4-card p {
    font-family: 'Secondary Font';
    color: var(--text-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: color 0.3s ease;
    /* Optional: smooth text color transition */
}

.section4-card:hover h4,
.section4-card:hover p {
    color: #000000;
    /* Change to any color, e.g., blue */
}

.section4-arrow {
    height: 32px;
    width: 32px;
    background-color: #FFF;
    border-radius: 50px;
    margin-left: 11px;
    /* opacity: 0.6; */
    transition: background-color 0.3s ease-in, opacity 0.4s ease-in;
    /* transition: ; */
    /* Smooth transition for arrow background */
}

.get-in-touch:hover .section4-arrow {
    background-color: #000000;
    opacity: 1;
    /* margin-left: 50px; */
    /* Arrow background changes to blue on hover */
}

.section4-arrow img {
    /* opacity: 0.6; */
    transition: filter 0.3s ease, opacity 0.5s ease-in;
    transition-delay: 0.4s;
    /* Optional: smooth transition for image filter */
}

.get-in-touch:hover .section4-arrow img {
    filter: brightness(0) invert(1);
    opacity: 1;
    /* Makes the arrow image white to contrast with blue background */
}

.section5 {
    margin-bottom: 71px;
}

.section5 img {
    width: 100%;
}

.section6 {
    width: 1288px;
    background-color: var(--primary-color);
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 89px;
}

.section6 h2 {
    margin-bottom: 60px;
    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-cards-container {}

.section6-card {
    transition: all 0.3s ease;
    /* Optional: smooth transition for any hover effects */
}

.section6-card-img {
    width: 100%;
    height: 241px;
    object-fit: cover;
    display: block;
    margin-bottom: 31px;
    transition: padding 0.3s ease;
    /* Smooth transition for padding */
}

.section6-card:hover .section6-card-img {
    padding: 10px;
    /* Adds padding on all sides of the image on hover */
}

.section6-card:hover .section6-card-img {
    padding: 10px;
    /* Adds padding on all sides of the image on hover */
}

.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: 330px;
    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;
}

.section7-top-left {
    background-color: var(--primary-color);
    height: 296px;
}

.section7-top-left h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 61px;
    font-weight: 400;
    line-height: 73px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.section7-top-right {
    background: url('../images/img11.png');
    background-size: cover;
}

.section7-bottom-left {
    background: url('../images/img12.png');
    background-size: cover;
    height: 284px;
}

.section7-bottom-right {
    background-color: var(--secondary-color-blue);
}

.section7-bottom-right h2 {
    font-family: 'Primary Font';
    color: #FFF;
    font-size: 61px;
    font-weight: 400;
    line-height: 73px;
    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: 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: 65px;
}

.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';
    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;
}

.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: hidden;
    /* Hide scrollbar */
    position: relative;
    width: 100%;
}

.scroll-container::-webkit-scrollbar {
    width: 0px;
    /* Hides scrollbar */
    height: 0px;
    /* Hides scrollbar */
}

.scroll-content {
    display: flex;
    gap: 40px;
    animation: scroll-left 10s linear infinite;
    /* Adjust time (30s) for speed */
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Adjust based on total content width */
    }
}

/* Make each card non-shrinkable */
.section9-card {
    flex-shrink: 0;
    width: 300px;
    /* Adjust as needed */
}

.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: 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-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: 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, 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
}

.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: 781px;
}

.section10 {
    background-color: var(--primary-color);
    height: 380px;
    margin-bottom: 58px;
    padding-top: 71px;
}

.section10 h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 33px;
}

.section10 p {
    width: 63%;
    font-family: 'Secondary Font';
    color: var(--text-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 51px;
}

.section10-btn {
    width: 194px;
    height: 42px;
    border-radius: 50px;
    background-color: #fff;
}

.section10-btn p {
    font-family: 'Secondary Font';
    color: #2E3192;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* ============= section11 start ============= */

.section11 {
    margin-top: 100px;
    width: 100%;
    padding-inline: 40px;
    padding-top: 50px;
    background: #FFF;
    margin-bottom: 10px;
    overflow: hidden;
    /* Hide overflow content */
}

.our-clients-h2 {
    font-size: 80px;
    color: #000;
}

.our-clients-container {
    width: 100%;
    overflow: hidden;
}

.our-clients {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping to new line */
    animation: scroll 10s linear infinite;
    /* Auto-scroll animation */
    gap: 20px;
    /* Space between images */
}

.client-img-container {
    height: 200px;
    /* Reduced size for better fit */
    width: 200px;
    /* Equal width and height for perfect circle */
    margin: 0;
    /* Remove default margin */
    border-radius: 50%;
    /* Make images circular */
    flex-shrink: 0;
    /* Prevent shrinking */

    border: 3px solid rgb(189, 188, 188);
}

/* Animation keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Optional: Pause animation on hover */
.our-clients:hover {
    animation-play-state: paused;
}

/* ============= section11 end ============= */


.certificate {
    margin: 20px;
    height: 500px;
    width: 400px;
    background: url('../images/certificates/cert5.png') no-repeat;
    object-fit: contain;
}

.branches {
    height: 390px;
    width: 600px;
}

.branches-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ================= home.html END =================== */



/* ================= 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: 655px;
}

.pg2-section2-left {
    background-color: var(--primary-color);
    height: 482px;
    padding-left: 87.5px;
}

.pg2-section2-left h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 60px;
    font-weight: 400;
    line-height: 80.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pg2-section2-left p {
    width: 70%;
    color: var(--text-black);
    font-family: 'Secondary Font';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    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-section3 {
    height: 466px;
}

.pg2-section4-card-left-col img {
    height: 171px;
    width: 171px;
    margin-bottom: 51px;
    margin-right: 65px;
}

.pg2-section4-card-left-col h3 {
    width: 180px;
    font-family: 'Primary Font';
    font-size: 50px;
    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-card p {
    width: 40%;
    font-family: 'Secondary Font';
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pg2-line {
    height: 347px;
    width: 1px;
}

.pg2-section5-top-left {
    height: 296px;
    background-color: var(--primary-color);
}

.pg2-section5-top-left h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 61px;
    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/img50.png') no-repeat center left;
    background-size: cover;
}

.pg2-section5-bottom-left {
    height: 296px;
    background: url('../images/img51.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: 61px;
    font-weight: 400;
    line-height: 73px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pg2-section6 {
    padding-top: 108px;
    padding-bottom: 70px;
    margin-bottom: 38px;
}

.pg2-section6 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;
    margin-bottom: 87px;
}

.pg2-section6-card {
    background-color: var(--primary-color);
    width: 392px;
    height: 318px;
    width: 392px;
    padding-top: 36px;
    padding-left: 31px;
    transition: background-color 0.3s ease 0.2s,
        border 0.3s ease 0.2s,
        color 0.3s ease 0.2s;
}

.pg2-section6-card h4,
.pg2-section6-card p,
.pg2-section6-card img {
    transition: color 0.3s ease 0.2s, filter 0.3s ease 0.2s;
}

.pg2-section6-card:hover {
    background-color: #ffffff;
    border: 1px solid #000;
    color: #000;
}

.pg2-section6-card:hover h4,
.pg2-section6-card:hover p {
    color: #000;
}

.pg2-section6-card:hover img {
    filter: invert(1);
}

.pg2-section6-card img {
    height: 69px;
    width: 69px;
    margin-bottom: 14px;
}

.pg2-section6-card h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 30px;
    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: 50px;
    padding-bottom: 50px;
}

.lets-join-container {
    height: 380px;
    width: 90%;
    background-color: var(--primary-color);
    padding-top: 71px;
    padding-bottom: 49px;
}

.lets-join-container h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 33px;
}

.lets-join-container p {
    width: 70%;
    color: var(--text-black);
    font-family: 'Secondary Font';
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 51px;
}

.pg2-section7-btn {
    width: 194px;
    height: 42px;
    background-color: #fff;
    border-radius: 50px;
}

.pg2-section7-btn p {
    font-family: 'Secondary Font';
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

/* ================= about_us.html END =================== */


/* ================= contact_us.html START =================== */

.pg3-section1 {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
        url("../images/contact_us_bg.jpeg") no-repeat center;
    background-size: cover;
    height: 655px;
}

.pg3-section2 {
    background-color: var(--primary-color);
    height: 482px;
    padding-top: 57px;
    padding-left: 89px;
}


.pg3-section2-card1 {
    /* width: 452px; */
}

.pg3-section2-card1 h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 60px;
    font-weight: 400;
    line-height: 80.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 22px;
}

.pg3-section2-card1 p {
    width: 360px;
    color: var(--text-black);
    font-family: 'Secondary Font';
    font-size: 17px;
    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: 100px;
}

.pg3-section2-right-card h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 30px;
    font-weight: 400;
    line-height: 40.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
}

.pg3-section2-right-card p {
    width: 232px;
    color: var(--text-black);
    font-family: 'Secondary Font';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pg3-section2-right-card1 {
    width: 234px;
}

.pg3-section2-right-card2 {
    width: 157px;
}

.pg3-section2-right-card2 p {
    width: 157px;
}

.pg3-section2-right-card3 {
    width: 157px;
}

.pg3-section2-right-card3 p {
    width: 100%;
}

.pg3-section2-right-card1 h4 {
    font-family: 'Primary Font';
    font-size: 30px;
    font-weight: 400;
    line-height: 40.2px;
    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: 63px;
    font-weight: 400;
    line-height: 59px;
    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: 22px;
    font-weight: 400;
    line-height: 59px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 32px;
}

.pg3-section3-cities-container {
    width: 60%;
    gap: 93px;
    row-gap: 50px;
}

.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: 90%;
    height: 305px;
    padding-top: 71px;
    padding-bottom: 67px;
}

.pg3-section4 h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 33px;
}

.pg3-section4 p {
    font-family: 'Secondary Font';
    color: var(--text-black);
    width: 70%;
    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-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: 655px;
}

.pg4-section2-left {
    background-color: var(--primary-color);
    height: 513px;
    padding-top: 93px;
    padding-left: 88px;
}

.pg4-section2-left h4 {
    width: 70%;
    color: var(--text-black);
    font-family: 'Primary Font';
    font-size: 40px;
    font-weight: 400;
    line-height: 53.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 14px;
}

.pg4-section2-left p {
    width: 76%;
    color: var(--text-black);
    font-family: 'Secondary Font';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    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: 513px;
    background: url('../images/img18.png') no-repeat center;
    background-size: cover;
}

.pg4-section3-container {
    padding-top: 108px;
    padding-bottom: 66px;
}

.pg4-section3-container h4 {
    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;
    margin-bottom: 76px;
}

.pg4-section3-cards-container {
    width: 100%;
}

.pg4-section3-card-bg {
    width: 392px;
    height: 318px;
    position: absolute;
}

.pg4-section3-card-conetnt {
    width: 392px;
    height: 318px;
    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: 69px;
    width: 69px;
    margin-bottom: 13px;
}

.pg4-section3-card-conetnt h4 {
    font-family: 'Primary Font';
    color: #FFF;
    width: 80%;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pg4-section3-card-conetnt p {
    font-family: 'Helvetica Now Display';
    color: #FFF;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    /* animation */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.pg4-section3-card-container:hover .pg4-section3-card-conetnt p {
    max-height: 200px;
    /* Set it higher than expected content height */
    opacity: 1;
}

.pg4-section3-card-container {
    display: flex;
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
    text-align: start;
    /* Ensure text stays centered */
    height: 100%;
    /* Ensure it takes full height */
}

.pg4-section4 {
    background-color: var(--primary-color);
    padding-top: 88px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
}

.pg4-section4 h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-weight: 400;
    font-size: 63px;
    line-height: 59px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 72px;
}

.pg4-section4-cards-container {
    gap: 100px;
}

.pg4-section4-card {
    background-color: #fff;
    width: 308px;
    height: 318px;
    padding-left: 31px;
    padding-bottom: 30px;
    transition: background-color 0.3s ease 0.2s,
        border 0.3s ease 0.2s,
        color 0.3s ease 0.2s;
}

.pg4-section4-card h4,
.pg4-section4-card p,
.pg4-section4-card img {
    transition: color 0.3s ease 0.2s, filter 0.3s ease 0.2s;
}

.pg4-section4-card:hover h4,
.pg4-section4-card:hover p {
    color: #fff;
}

.pg4-section4-card:hover img {
    filter: brightness(0) invert(1);
}

.pg4-section4-card:hover {
    background-color: var(--primary-color);
    border: 1px solid #fff;
}

.pg4-section4-card img {
    width: 75px;
    margin-bottom: 14px;
    padding: 0px;
}

.pg4-section4-card h4 {
    width: 85%;
    font-family: 'Primary Font';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-bottom: 14px;
}

.pg4-section4-card span {
    font-family: 'Secondary Font';
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;

}

.pg4-section4-card p {
    width: 87%;
    font-family: 'Secondary Font';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
}

.pg4-section4-card2 {
    height: 237px;
    width: 317px;
    background-color: #fff;
    padding-left: 21px;
    padding-bottom: 25px;
}

.pg4-section4-card2:hover {
    background-color: var(--primary-color);
    border: 1px solid #fff;
}

.pg4-section4-card2:hover h4 {
    color: #fff;
}

.pg4-section4-card2 h4 {
    font-family: 'Primary Font';
    font-weight: 400;
    font-size: 28px;
    line-height: 59px;
    letter-spacing: 0%;
    margin-right: 11px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.pg4-section4-circle-icon {
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background-color: #000;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    /* Smooth transition for forward movement */
}

.pg4-section4-card2:hover .pg4-section4-circle-icon {
    transform: translateX(50px);
    /* Move icon 10px to the right on hover */
}

.pg4-section5-top-left {
    background-color: #fff;
    height: 296px;
}

.pg4-section5-top-left h2 {
    font-family: 'Primary Font';
    color: #000;
    font-weight: 400;
    font-size: 61px;
    line-height: 73px;
    letter-spacing: 0%;
}

.pg4-section5-top-right {
    height: 296px;
    background: url('../images/img24.png') no-repeat;
    background-size: cover;
}

.pg4-section5-bottom-left {
    height: 296px;
    background: url('../images/img25.png');
    background-size: cover;
}

.pg4-section5-bottom-right {
    height: 296px;
    background-color: var(--secondary-color-blue);
}

.pg4-section5-bottom-right h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.pg4-section6 {
    padding: 90px;
}

.pg4-section6-container {
    background-color: var(--primary-color);
    height: 421px;
    padding-top: 71px;
}

.pg4-section6-container h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 33px;
}

.pg4-section6-container p {
    font-family: 'Secondary Font';
    color: var(--text-black);
    margin-inline: 14%;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
}

.pg4-section6-container h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 23px;
}

.pg4-section6-btn {
    height: 42px;
    width: 194px;
    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: 655px;
}

.pg5-section2-right {
    height: 513px;
    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');
    background-size: cover;
}

.pg5-section5-top-left {
    background-color: #fff;
    height: 296px;
}

.pg5-section5-top-left h2 {
    font-family: 'Primary Font';
    color: #000;
    width: 75%;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.pg4-section5-bottom-right h2 {
    font-family: 'Primary Font';
    width: 80%;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.pg5-section5-bottom-right {
    height: 296px;
    background-color: var(--secondary-color-blue);
}

.pg5-section5-bottom-right h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    width: 80%;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    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: 655px;
}

.pg6-section2-right {
    height: 513px;
    background: url('../images/img33.jpg') no-repeat center right;
    background-size: cover;
}

.pg6-section5-top-left {
    background-color: #fff;
    height: 296px;
}

.pg6-section5-top-left h2 {
    font-family: 'Primary Font';
    color: #000;
    width: 75%;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.pg6-section5-top-mid {
    height: 296px;
    background: url('../images/img47.png') no-repeat bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg6-section5-bottom-left {
    height: 296px;
    background: url('../images/img48.png');
    background-size: cover;
}


.pg6-section5-top-right {
    height: 296px;
}

.pg6-section5-top-right h2 {
    font-family: 'Primary Font';
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.pg6-section6 {
    padding: 90px;
}

.pg6-section6-container {
    background-color: var(--primary-color);
    height: 421px;
    padding-top: 71px;
}

.pg6-section6-container h2 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 33px;
}

.pg6-section6-container p {
    font-family: 'Secondary Font';
    color: var(--text-black);
    margin-inline: 14%;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
}

.pg6-section6-container h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-weight: 400;
    font-size: 25px;
    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);
}

/* ================= 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: 655px;
}

.pg7-section2-right {
    height: 513px;
    background: url('../images/img39.png') no-repeat center;
    background-size: cover;
}

.redefine2 {
    /* font-family: var(--font-primary); */
    font-family: 'Primary Font';
    color: white;
    font-weight: 400;
    font-size: 80px;
}

.pg7-section5-top-right {
    height: 296px;
    background: url('../images/img52.png') no-repeat center;
    background-size: cover;
}

.pg7-section5-bottom-left {
    height: 296px;
    background: url('../images/img17.png') no-repeat center;
    background-size: cover;
}

/* ================= food_services.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: 655px;
    margin-bottom: 103px;
}

.section-gallery h2 {
    font-size: 128px;
}

.gallery-section2 {
    /* height: 513px; */
}

.gallery-vid {
    height: 250px;
    width: 400px;
}

.video-container {
    max-width: 40%;
    max-height: 300px;
    margin: 20px auto;
    padding: 10px;
    border: 5px solid #333;
    border-radius: 10px;
    background: #000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

video {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* Custom styles for the scrolling animation */
.scrolling-wrapper {
    display: flex;
    /* JavaScript sets width to 200% */
    will-change: transform;
    /* Optimize animation performance */
}

/* Animation for scrolling left to right */
@keyframes scroll-left-to-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        /* Scroll one full set of original images */
        transform: translateX(-50%);
    }
}

/* Animation for scrolling right to left */
@keyframes scroll-right-to-left {
    0% {
        /* Start from the end of the first set */
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Apply animations */
.scroll-ltr .scrolling-wrapper {
    /* Adjust duration as needed */
    animation: scroll-left-to-right 40s linear infinite;
}

.scroll-rtl .scrolling-wrapper {
    /* Adjust duration as needed */
    animation: scroll-right-to-left 40s linear infinite;
}

/* Styling for images */
.scrolling-wrapper img {
    height: 150px;
    /* Adjust height as needed */
    width: auto;
    margin-right: 1rem;
    /* Space between images */
    border-radius: 0.5rem;
    /* Rounded corners */
    object-fit: cover;
    /* Ensure images cover the area nicely */
    flex-shrink: 0;
    /* Prevent images from shrinking */
    cursor: pointer;
    /* Indicate clickability */
}

/* Pause animation on hover */
.scroll-container:hover .scrolling-wrapper {
    animation-play-state: paused;
}

/* Modal styles */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 50;
    justify-content: center;
    align-items: center;
}

.modal:not(.hidden) {
    display: flex;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    width: auto;
    height: auto;
    background: white;
    border-radius: 8px;
    padding: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalImage {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.modal:not(.hidden) #modalImage {
    transform: scale(1.05);
}

#closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

#closeModal:hover {
    background: rgba(255, 255, 255, 1);
}

/* ================= gallery.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 {
    margin-bottom: 76px;
}

.pg9-section2-left {
    background-color: var(--primary-color);
    height: 482px;
    padding-left: 87.5px;
}

.pg9-section2-left h4 {
    font-family: 'Primary Font';
    color: var(--text-black);
    font-size: 60px;
    font-weight: 400;
    line-height: 80.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 20px;
    padding-right: 10px;
}

.pg9-section2-left p {
    width: 70%;
    color: var(--text-black);
    font-family: 'Secondary Font';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 20px;
    padding-right: 10px;
}

.pg9-section2-right {
    height: 482px;
    background: url('../images/img53.png') no-repeat center;
    background-size: cover;
    /* background-size: cover; */
}

.pg9-section3 {
    margin-inline: 90px;
    margin-bottom: 46.5px;
}

.pg9-section3 h3 {
    font-family: 'Hedvig Letters Serif';
    font-size: 40px;
}

.pg9-section3 p {
    font-family: 'Helvetica Now Display';
    font-size: 24px;
}

.vertical-divider {
    height: 180px;
    width: 0.5px;
    background-color: #000;
    margin: auto;
}

.pg9-section4 {
    margin-right: 90px;
    margin-bottom: 96.5px;
}

.pg9-section4-img {
    height: 601px;
    width: 694px;
    margin-right: 80px;
    margin-left: 80px;

}

.pg9-section4 h3 {
    font-family: 'Hedvig Letters Serif';
    font-size: 48px;
    margin-bottom: 39px;
}

.pg9-section4 p {
    font-family: 'Helvetica Now Display';
    font-size: 20px;
    margin-bottom: 39px;
}

.pg9-section4 span {
    font-weight: 900;
}

.pg9-section5 {
    margin-bottom: 86px;
}

.pg9-section5 h2 {
    font-family: 'Hedvig Letters Serif';
    font-size: 48px;
    margin-bottom: 52px;
}

.pg9-section5 p {
    font-family: 'Helvetica Now Display';
    width: 80%;
    font-size: 36px;
    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: 73px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    margin-left: 104px;
}

.pg9-section6-top-left p {
    width: 60%;
    font-family: 'Helvetica Now Display';
    color: var(--text-black);
    font-size: 24px;
    text-align: left;
    font-weight: lighter;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    margin-left: 104px;
}

.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: 73px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    margin-left: 104px;
}

.pg9-section6-bottom-right p {
    width: 60%;
    font-family: 'Helvetica Now Display';
    color: var(--text-black);
    font-size: 24px;
    text-align: left;
    font-weight: lighter;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    margin-left: 104px;
}

.pg9-section7 {
    margin-left: 84px;
    margin-bottom: 97px;
}

.pg9-section7 h3 {
    width: 80%;
    font-family: 'Hedvig Letters Serif';
    font-size: 48px;
    margin-bottom: 39px;
}

.pg9-section7 h3 span {
    font-family: 'Hedvig Letters Serif';
    font-size: 20px;
}

.pg9-section7 p {
    width: 80%;
    font-family: 'Helvetica Now Display';
    font-size: 20px;
}

.pg9-section7-left {
    width: 50%;
    margin-right: 80px;
}

.pg9-section7-right {
    width: 694px;
    height: 601px;
    margin-right: 80px;
}

.pg9-section8 {
    margin-inline: 114px;
    margin-bottom: 76px;
}

.pg9-section8-card {
    padding-inline: 50px;
}

.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;
}

.pg9-section8-card h4 {
    font-family: 'Hedvig Letters Serif';
    font-size: 30px;
    margin-bottom: 16px;
}

.pg9-section8-card p {
    font-family: 'Helvetica Now Display';
    font-size: 20px;
    width: 100%;
}


/* ================= technology.html END ==================== */