/* Contact Header */
.contact-header {
    text-align: center;
    padding: 40px 0;
}

.contact-header h1, .contact-header h2 {
    margin: 0;
    color: #333;
}

.contact-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.contact-header h2 {
    font-size: 1.5rem;
    color: #0eb9e9;
}

/* Contact Content */
.contact-content {
    padding: 40px 0;
}

.contact-details {
    margin-bottom: 20px;
}

.contact-details h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.contact-details p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.highlight {
    color: #0eb9e9;
}

.social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 1.5rem;
    text-decoration: none;
}

.social-links a:hover {
    color: #28a745;
}

/* Contact Form */
.contact-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.contact-form h4 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 1rem;
}

.btn-primary {
    background-color: #0eb9e9;
    border-color: #0eb9e9;
}

.btn-primary:hover {
    background-color: #0eb9e9;
    border-color: #0eb9e9;
}

/* Map Section */
.map-section {
    padding: 20px 0;
}

.map-section h4 {
    text-align: center;
    margin-bottom: 20px;
}

/* Footer */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
}

.footer-info img {
    max-width: 150px;
}

.footer-info p {
    margin-top: 20px;
    line-height: 1.6;
}

.footer-links, .footer-contact {
    color: #fff;
}

.footer-links a, .footer-contact p {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-links a:hover, .footer-contact p:hover {
    color: #0eb9e9;
}

.social-links a {
    color: #fff;
    margin-right: 15px;
}

.social-links a:hover {
    color: #28a745;
}

/* Button to Top */
#topbtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    border: none;
    background-color: #0eb9e9;
    color: white;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

#topbtn:hover {
    background-color: #0eb9e9;
}

/* Copyright */
.copyright {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
