<style>
/* Container for both boxes */
.boxes-container {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space between the boxes */
    flex-wrap: wrap; /* Allow wrapping on small screens */
    max-width: 1200px; /* Maximum width of the container */
    margin: 20px auto; /* Center the container */
}

/* Common Styles for Boxes */
.box-container {
    background-color: #f9f9f9; /* Light background for boxes */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    flex: 1; /* Allow boxes to grow */
    margin: 10px; /* Margin around each box */
    min-width: 300px; /* Minimum width for boxes */
}

/* Form Title */
.form-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #17528a; /* Primary color for the title */
}

/* Introductory Text */
.intro-text {
    font-size: 16px; /* Font size for the intro text */
    color: #333; /* Darker text color for better readability */
    margin-bottom: 20px; /* Space below the text */
}

/* Form Input Styles */
.contact-form input,
.contact-form textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Padding for inputs */
    margin-bottom: 15px; /* Space between inputs */
    border: 1px solid #ccc; /* Light border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
}

/* Input Group Styles */
.input-group {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space between inputs */
}

/* Input Focus State */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #17528a; /* Change border color on focus */
    outline: none; /* Remove outline */
}

/* Submit Button */
.contact-form button {
    background-color: #17528a; /* Button color */
    color: white; /* Text color */
    padding: 12px; /* Padding for button */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Transition for hover effect */
}

/* Button Hover State */
.contact-form button:hover {
    background-color: #0e3c57; /* Darker shade on hover */
}

/* Book Appointment Button */
.book-appointment {
    display: inline-block; /* Inline block for button styling */
    text-align: center; /* Center align text */
    padding: 12px 20px; /* Padding for the button */
    background-color: #f09c34; /* Button color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    margin-top: 20px; /* Space above the button */
    transition: background-color 0.3s; /* Transition for hover effect */
}

/* Book Appointment Button Hover State */
.book-appointment:hover {
    background-color: #d88c30; /* Darker shade on hover */
}

/* Responsive Design */
@media (max-width: 600px) {
    .boxes-container {
        flex-direction: column; /* Stack boxes on small screens */
    }
    .box-container {
        margin: 10px 0; /* Margin between stacked boxes */
    }
    .input-group {
        flex-direction: column; /* Stack inputs on small screens */
    }
}
</style>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://2oeconsulting.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://2oeconsulting.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://2oeconsulting.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://2oeconsulting.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://2oeconsulting.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
