.container.contact-container {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
}

.map-section {
    padding: 10px;
}

.contact-details {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.contact-details h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

.contact-details p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.contact-details strong {
    font-size: 18px;
    color: #333;
}

.phone-number {
    color: #007bff;
    font-weight: bold;
}

.contact-details a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.contact-details a:hover {
    text-decoration: underline;
}