body{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; 
    font-size: "Poppins";
}
.c2{
    margin: 0 !important;
    padding: 0 !important;
}
 /* Hero Section */
  .hero {
    position: relative;
    width: 100%;
    height: 50vh; /* Full-screen height */
    background: url('../img/contact.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Dark Overlay */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Darkens the image */
}

/* Text Content */
.contact-message {
    position: relative; /* Ensures it stays above the overlay */
    z-index: 1;
    max-width: 600px;
}

.contact-message h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.contact-message p {
    font-size: 1.2rem;
    line-height: 1.6;
}
#map {
    height: 500px;
    width: 100%;
    border-radius: 10px;
}