/* Contact Us Page Styles */

.hero {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f9fa;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.hero .phone-numbers {
    margin: 20px 0;
}

.hero a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.hero a:hover {
    background-color: #005a87;
}

.information {
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.information h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.information .descriptions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.information .descriptions p {
    font-size: 1.1em;
    line-height: 1.6;
}

.map {
    padding: 50px 20px;
}

.map .map-container {
    max-width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
