/* Reverted Blue Color Scheme */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e6f2ff;
    color: #333;
}

header {
    background-color: #00509e;
    color: white;
    padding: 1em 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

nav ul li {
    margin: 0 1em;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 2em;
}


.service {
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 5px;
    background-color: white;
    margin: 1em 0;
}

footer {
    background-color: #00509e;
    color: white;
    text-align: center;
    padding: 1em 0;
}

/* Inquiry Page Styling */
.inquiry-section {
    background-color: #f8f9fa;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 2em auto;
}

.inquiry-section h2 {
    color: #00509e;
    text-align: center;
    margin-bottom: 1em;
}

.inquiry-section p {
    text-align: center;
    margin-bottom: 2em;
}

form label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #333;
}

form input, form select, form textarea {
    width: 100%;
    padding: 0.8em;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

form button {
    background-color: #00509e;
    color: white;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

form button:hover {
    background-color: #0074d9;
}

/* Main Page Styling */
.main-section {
    background-color: #f8f9fa;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 2em auto;
    text-align: left;
}

.main-section h2 {
    color: #00509e;
    margin-bottom: 1em;
    Text-align: center;
}

.main-section h3 {
    color: #00509e;
    margin-bottom: 1em;
}

.main-section p {
    margin-bottom: 1.5em;
}

.service {
    border: 1px solid #ccc;
    background-color: white;
    padding: 1em; 
    margin: 1em 0;
    margin-bottom: 1.5em;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.service h3 {
    color: #00509e;
    margin-bottom: 0.5em;
    Margin-top: 0em;
}

.service p {
    margin: 0;
}