/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
/*logo */
.logo-container {
    position: absolute;
    top: 20px;
    left: 20px;
}

.logo-container h1 {
    font-size: 1.5em;
    color: #0073e6;
    margin: 0;
}

/*  */

.values-section {
    padding: 40px 20px;
}

.values-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.values-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 10px;
}

.values-content {
    max-width: 600px;
    margin-left: 40px;
}

.values-content h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.values-content ul {
    list-style: none;
    padding: 0;
}

.values-content li {
    margin-bottom: 20px;
}

.values-content h3 {
    font-size: 1.25em;
    margin-bottom: 5px;
}

.values-content p {
    margin: 0;
    color: #333;
}
/*remote first */
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.remote-first-section {
    padding: 40px 20px;
    background-color: #fff;
}

.remote-first-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 10px;
}

.text-container {
    max-width: 600px;
    margin-left: 40px;
}

.text-container h3 {
    font-size: 1em;
    color: #666;
    margin-bottom: 10px;
}

.text-container h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.text-container p {
    margin: 0 0 10px;
    color: #333;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1em;
    color: #0073e6;
    border: 1px solid #0073e6;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #0073e6;
    color: #fff;
}
/* Employee benefits */
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.benefits-section {
    padding: 40px 20px;
    background-color: #fff;
}

.benefits-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.images-container {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.image-row {
    display: flex;
    margin-bottom: 20px;
}

.image-row img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-right: 20px;
    border-radius: 10px;
}

.image-row img:last-child {
    margin-right: 0;
}

.text-container {
    max-width: 600px;
}

.text-container h3 {
    font-size: 1em;
    color: #666;
    margin-bottom: 10px;
}

.text-container h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1em;
    color: #0073e6;
    border: 1px solid #0073e6;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #0073e6;
    color: #fff;
}

/* most flexible workforce */
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.remote-workforce-section {
    padding: 40px 20px;
    background-color: #fff;
}

.remote-workforce-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.text-container {
    max-width: 600px;
    margin-right: 40px;
}

.text-container h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.text-container p {
    margin: 0 0 20px;
    color: #666;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #0073e6;
    border: 1px solid #0073e6;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #0073e6;
    color: #fff;
}

.image-container img {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
}
/*contact us */
/* styles.css */

.contact-section {
    background-color: #0073e6;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-container h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.contact-button {
    padding: 10px 20px;
    font-size: 1em;
    color: white;
    background-color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.contact-button:hover {
    background-color: #333;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
