body {
    margin: auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #040839;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0.11vw 0.53vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 17.20vw;
    margin-left: 3.5vw;
    /* background-color: red; */
}

/* Logo image styling */
.logo img {
    max-height: 3.63vw;
    margin-right: 0.53vw;
}

/* Logo text styling */
.logo-text {
    color: #040839;
    font-size: 0.87vw;
    font-weight: 500;
}

.menu ul {
    display: flex;
    font-size: 1.30vw;
    font-weight: 500;
    list-style-type: none;
    /* background-color: red; */
    margin-left: -0.5vw;
}

/* Navbar option anchor tags */
.menu li a {
    margin-right: 5.33vw;
    color: #040839;
    text-decoration: none;
    /* max-width: 30px; */
}

/* The last nav option : Company
.menu li:last-child {
    margin-right: 8.5vw;
} */

.menu li.dropdown {
    position: relative;
}

.menu li.dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #040839;
    border: 2px solid #fff;
    z-index: 1;
}

.menu li.dropdown:hover .dropdown-content {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.menu li.dropdown .dropdown-content a {
    display: block;
    padding: 0.53vw 1.07vw;
    color: #fff;
    text-decoration: none;
    font-size: 0.80vw;
}

.user {
    /* margin-left: 9.33vw; */
    margin-left: 15.80vw;
    /* background-color: red; */

}

.user a {
    color: #040839;
    text-decoration: none;
    font-size: 1.30vw;
    font-weight: 500;
    border: 2px solid #333;
    padding: 0.53vw 0.80vw;
    border-radius: 8px;

}

.user a:hover {
    background: #040839;
    color: #fff;
    border: 2px solid #ece6e6;
}

.user a:not(:last-child) {
    margin-right: 3vw;
}

/* ------------------------------------------------------------------------------- */
.container {
    width: auto;
    padding: 8vw 6.4vw;
}

.text-image-container {
    display: flex;
    align-items: center;
    margin-right: -5.72vw;
    /* justify-content: space-between; */
}

.text-below-navbar {
    max-width: 60%;
    max-height: 550px;
    overflow: auto;
}

.text-below-navbar h1 {
    margin: 0;
    font-size: 3.4vw;
    color: #fff;
}

.text-below-navbar p {
    margin: 0;
    font-size: 1.1vw;
    color: #fff;
    max-width: 80%;
    padding-top: 1.07vw;
}

.image1 img {
    max-height: 32vw;
    padding-left: 2.67vw;
    opacity: 0.8;
}

.lazy-image {
    max-width: 100%;
    height: auto;
    background: #eee;
}

.watch-video-btn {
    /* margin-top: 14px; */
    margin-top: 0.75vw;
    display: inline-block;
    padding: 0.80vw 0.53vw;
    color: #fff;
    text-decoration: none;
    font-size: 1.01vw;
    font-weight: 500;
    border-radius: 15px;
    border: 4px solid #ece6e6;
}

.watch-video-btn i {
    margin-right: 0.27vw;
}

.watch-video-btn:hover {
    background: #fff;
    color: #040839;
    border: 4px solid #ece6e6;
}

/* ------------------------------------------------------------------------------------------ */
/* The About Us page */

.containerabtUs {
    width: auto;
    padding: 2vw 2.8vw;
}

.text-image-containerabtUs {
    display: flex;
    align-items: center;
    margin-right: -5.72vw;
    /* justify-content: space-between; */
}

.text-below-navbarabtUs {
    max-width: 60%;
    max-height: 550px;
    overflow: auto;
}

.text-below-navbarabtUs-header {
    max-width: 100%;
    /* max-height: 550px; */
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5vw;
}

.text-below-navbarabtUs-header h1 {
    align-items: center;
    margin: 0;
    font-size: 3.4vw;
    color: #fff;
}

.text-below-navbarabtUs h1 {
    margin: 0;
    font-size: 3.4vw;
    color: #fff;
}

.text-below-navbarabtUs p {
    margin: 0;
    font-size: 1.1vw;
    color: #fff;
    max-width: 80%;
    padding-top: 1.07vw;
}

.image1abtUs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    overflow: hidden;
    /* background-color: red; */
}

.image1abtUs img {
    width: 70%;
    max-height: 20vw;
    /* height: auto; */
    border-radius: 16px;
    display: block;
}

/* About Us Page container 2 */
.container2abtUs {
    width: auto;
    padding: 4vw 3.8vw;
    margin-bottom: 2vw;
    margin-left: 1.4vw;
    /* background-color: red; */
}

.text-image-container2abtUs {
    display: flex;
    align-items: center;
    margin-right: -3.72vw;
}

.text-below-navbar2abtUs {
    max-width: 50%;
    /* max-height: 500px; */
    max-height: 27vw;
    overflow: auto;
    padding-left: 3.5vw;
    margin-top: -1.5vw;
    margin-bottom: 1vw;
    /* background-color: red; */
}

.text-below-navbar2abtUs h1 {
    margin: 0;
    font-size: 3vw;
    color: #fff;
}

.text-below-navbar2abtUs p {
    margin: 0;
    font-size: 1.1vw;
    color: #fff;
    max-width: 80%;
    padding-top: 1.07vw;
}

.image2abtUs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    overflow: hidden;
    /* background-color: red; */
}

.image2abtUs img {
    width: 80%;
    max-height: 25vw;
    /* height: auto; */
    border-radius: 16px;
    display: block;
    margin-bottom: 1vw;
}

.userBtnabtUs {
    display: flex;
    justify-content: center;
    /* background-color: red; */
    margin-bottom: 1.5vw;
}

.userBtnabtUs a {
    display: flex;
    background-color: #fff;
    color: #040839;
    text-decoration: none;
    font-size: 1.12vw;
    font-weight: 500;
    border: 2px solid #333;
    padding: 0.53vw 0.80vw;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.userBtnabtUs a:hover {
    background: #040839;
    color: #fff;
    border: 2px solid #ece6e6;
}

/* ------------------------------------------------------------------------------------------ */
/* The product page */

.containerProduct {
    background-image: url('/common/images/marketingBackground.png');
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: center;
    padding: 2vw;
}



.pbapp-tile {
    background-image: url('/common/images/prodImg_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 1.5vw;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.hrapp-tile {
    background-image: url('/common/images/prodImg_4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 1.5vw;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.fmapp-tile {
    background-image: url('/common/images/prodImg_2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 1.5vw;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.epcapp-tile {
    background-image: url('/common/images/prodImg_3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 1.5vw;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}


.product-tile:hover {
    transform: translateY(-5px);
}

.product-title {
    font-size: 1.18vw;
    color: #040839;
    margin-bottom: 0.5vw;
}

.product-description {
    font-size: 0.80vw;
    color: #040839;
    margin-bottom: 1vw;
}

.product-subtitle {
    font-size: 1vw;
    font-weight: normal;
    color: #040839;
}

.initial-letter {
    font-size: 1vw;
    font-weight: bold;
    color: #040839;
    /* or your accent color */
}

.rest-of-word {
    font-size: 0.75vw;
    font-weight: normal;
    color: #040839;
}

.product-video a {
    display: inline-block;
    background-color: #040839;
    color: #fff;
    padding: 0.5vw 1vw;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 1vw;
    font-size: 0.84vw;
}

.product-video a:hover {
    background-color: #5a5959;
}

.product-price {
    font-size: 1vw;
    margin-top: 12px;
    color: #040839;
}

.price-label {
    font-size: 0.78vw;
    color: #040839;
    margin-left: 6px;
}


.productUserBtn {
    display: flex;
    justify-content: center;
}

.productUserBtn a {
    display: flex;
    background-color: #fff;
    color: #040839;
    text-decoration: none;
    font-size: 1.12vw;
    font-weight: 500;
    border: 2px solid #333;
    padding: 0.53vw 0.80vw;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.productUserBtn a:hover {
    background: #040839;
    color: #fff;
    border: 2px solid #ece6e6;
}

.signup-link {
    margin-left: 3.6vw;
    font-weight: 500;
    color: #040839;
    text-decoration: none;
    font-size: 0.85vw;
}

.signup-link:hover {
    text-decoration: underline;
}

.unavailable {
    opacity: 0.6;
    pointer-events: none;
}


/* ------------------------------------------------------------------------------- */

.carousel {
    margin-top: -5.8vw;
    max-width: 98.3%;
    background: #fff;
    height: auto;
    margin-left: 0.53vw;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0.53vw;
    margin-bottom: -5.8vw;
}

.slider {
    max-width: 100%;
}

.slide {
    display: inline-block;
    vertical-align: top;
    max-width: 14%;
    white-space: normal;
    max-height: 160px;
}

.content {
    text-align: center;
}

.slide img {
    max-width: 50%;
    height: auto;
}

.caption {
    color: #040839;
    font-weight: 500;
    font-size: 0.9vw;
}

.slide .caption {
    opacity: 1;
}

@keyframes slide-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-99.5%);
    }
}

.carousel .slider {
    animation: slide-animation 40s linear infinite;
}

/* ------------------------------------------------------------------------------- */


.container2 {
    width: auto;
    padding: 8vw 6.4vw;
}

.text-image-container2 {
    display: flex;
    align-items: center;
    margin-right: -5.72vw;
}

.text-below-navbar2 {
    max-width: 50%;
    /* max-height: 26.67vw; */
    max-height: 500px;
    overflow: auto;
    padding-left: 3.5vw;
}

.text-below-navbar2 h1 {
    margin: 0;
    font-size: 3vw;
    color: #fff;
}

.text-below-navbar2 p {
    margin: 0;
    font-size: 1.1vw;
    color: #fff;
    max-width: 80%;
    padding-top: 1.07vw;
}

.image2 {
    margin-right: 140px;
}

.image2 img {
    max-width: auto;
    max-height: 32vw;

    /* padding-right: 2.67vw; */
    opacity: 0.8;
}


/* ------------------------------------------------------------------------------- */

/* .container3 {
    margin-top: -100px;
    width: auto;
    padding: 5px 10px;
    margin: -100px 110px 60px 120px;
    background-color: rgb(89, 90, 94);
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.demoSchedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    opacity: none;
}

.scheduleInfo {
    width: 50%;
    padding-left: 70px 10px 0 10px;
}

.demoSchedule input[type="email"] {
    width: 305px;
    height: 28px;
    border-radius: 10px;
    border: 4px solid #fff;
}

.demoSchedule .btn {
    height: 38.5px;
    width: 150px;
    cursor: pointer;
    background-color: #040839;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 4px solid #fff;
    margin-left: 20px;
}

.demoSchedule .btn:hover {
    font-size: 18px;
    background-color: #fff;
    color: #040839;
    border: 4px solid #040839;
}

.image3 {
    flex-shrink: 0;
    margin-right: 50px;
}

.image3 img {
    width: 400px;
    height: 400px;
}

.image4 {
    flex-shrink: 0;
    margin-right: 50px;
}

.image4 img {
    width: 500px;
    height: 320px;
} */

/* ------------------------------------------------------------------------------- */

footer {
    background-color: #fff;
    padding: 2% 0 1% 0;
    display: flex;
    align-items: center;
    margin-top: -6vw;
    max-width: 100%;
    /* height: auto; */
    height: 8vw;

}

.footer-left {
    /* max-width: 30%; */
    max-width: 30vw;
    /* background-color: red; */
    margin-left: 18%;
}

.footer-left p {
    margin: 0;
    color: #040839;
    font-size: 0.85vw;
    font-weight: 500;
    padding-left: 4.27vw;
    /* padding-left: 15%; */
}

.logoFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logoFooter img {
    max-height: 4.73vw;
    margin-right: 0.53vw;
    margin-top: -2.67vw;
    justify-content: center;
}

.footer-right {
    display: flex;
    margin-left: 6%;
    font-size: 0.9vw;


}

/* Gap between footer sections */
.footer-right .footer-section {
    margin-right: 9.60vw;
}

.footer-right .footer-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.footer-right .footer-section ul li {
    margin-bottom: 0.43vw;
}

.footer-right .footer-section ul li a {
    text-decoration: none;
    color: #040839;
}

.footer-right .footer-section ul li a:hover {
    color: #666;
}

.footer-right h3 {
    color: #040839;
    margin-bottom: 1vw;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 1vw;
}

/* ------------------------------------------------------------------------------------------ */
/* Terms of Use & Privacy Policy */
.container_pol {
    background: #fff;
    /* padding-left: 2vw; */
    padding: 2vw 5vw 2vw;
    color: #040839;
}

.container_pol header {
    text-align: center;
    margin-bottom: 2vw;
}

.copyright2 {
    margin-top: 3vw;
    color: #040839;
    text-align: center;
    font-size: 1vw;
}

.tabField {
    padding-left: 2vw;
}

.tabFieldx2 {
    font-size: 0.8vw;
    padding-left: 4vw;
}

.userBtn {
    display: flex;
    justify-content: center;
}

.userBtn a {
    display: flex;
    color: #040839;
    text-decoration: none;
    font-size: 1.12vw;
    font-weight: 500;
    border: 2px solid #333;
    padding: 0.53vw 0.80vw;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.userBtn a:hover {
    background: #040839;
    color: #fff;
    border: 2px solid #ece6e6;
}



/* ------------------------------------------------------------------------------------------ */



/* Media Queries */

@media (max-width:1500px) {


    .text-image-container,
    .text-image-container2 {
        flex-direction: column;
        margin: 0;
        align-items: center;
    }

    /* .text-below-navbar {}

    .text-below-navbar p {
        margin-left: 10%;
    }

    .watch-video-btn {
        margin-left: 10%;
    } */

    .image1 img {
        max-width: 100%;
        padding-left: 0;
        max-height: auto;
        margin: 2% 0 0 -3%;
        margin-top: 2%;
    }

    .image2 {
        margin-right: 0;
    }

    .image2 img {
        padding: 0;
        max-width: 100%;
        padding-left: 0;
        max-height: auto;
        margin: 2% 0 0 -3%;
    }

    .text-below-navbar2 {
        max-width: 60%;
        padding-left: 0;
    }

    /* .footer-right .footer-section ul li {
        margin-bottom: 0.33vw;
    } */
}


@media (max-width:800px) {

    /* Log in and sign up button position */
    .user {
        margin-top: -0.8vw;
    }

    /* .footer-right .footer-section ul li {
        margin-bottom: -1vw;
    } */

}

@media (max-width:500px) {

    body {
        padding-top: 5vw;
    }

    .navbar {
        padding: 0;
        flex-direction: column;
        max-width: 100%;
    }

    .logo {
        margin-right: 0;
        margin-top: 0.2vw;
        margin-left: -0.3vw;
        margin-bottom: 1vw;
    }

    .menu {
        display: none;
    }

    .menu ul {
        padding: 0;
        flex-direction: column;
        text-align: center;
        gap: 0.5em;
        transition: 0.3s;
        padding-left: 25%;
    }

    .menu.active {
        display: flex;
        flex-direction: column;
        align-items: left;
        padding-left: 0;
        margin-bottom: 0.5vw;
        /* background-color: red; */
        width: 15vw;
    }

    /* .menu li {
        margin: 0;
        padding: 0.53vw 14.1vw 0.5vw 0;
    } */

    /* .menu ul li a {
        margin-bottom: -8px;
    } */

    .menu li.dropdown .dropdown-content {
        left: 50%;
        top: -10%;
        transition: 0.3s;
    }

    .menu li.dropdown:hover .dropdown-content {
        display: block;
        max-width: 100%;
        overflow: hidden;
    }



    .menu li.dropdown .dropdown-content:hover {
        text-decoration: underline;
    }

    .fa-caret-down {
        transform: rotate(270deg);
    }


    .user {
        padding: 0;
        margin: 0;
        margin-top: -1.7vw;
    }

    .user a {
        padding: 0.60vw 0.40vw;
    }


    .hamburger {
        display: block;
        cursor: pointer;
        margin-top: 1vw;
    }

    .hamburger .line {
        min-width: 2vw;
        min-height: 0.16vw;
        background-color: #333;
        margin: 0.5vw 0;
    }

}