body{
    padding-bottom: 20px;
    color: #5a5a5a;
    background-image: url(../images/wallpaper1.png);
    background-size: cover;      /* Makes the image cover the entire area */
    background-position: center; /* Keeps the image centered */
    background-repeat: no-repeat;
    margin: 0;
}

.navbar-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper > .container{
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 20px;
    padding-left: 20px;
    
}

.navbar-wrapper .navbar .container{
    width: auto;
}
.navbar-brand img{
    height: 65px;
    width: 150px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 0;
    margin-top: -19px;
    padding-bottom: 15px;
    padding-top: 7px;
    margin-left: -31px;
    
}
.About img{
    position: static;
    height: 500px;
    width: 70%;
    min-width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}


  .abouthead h1{
    background-color: #004d66;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    font-size: 3.5em;
}

    /* ===== Contact Section ===== */
    .contact-section {
      max-width: 850px;
      margin: 50px auto;
      background: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      
    }

    .contact-section h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #007BFF;
    }

    .contact-info {
      text-align: center;
      margin-bottom: 30px;
    }

    .contact-info p {
      margin: 10px 0;
        font-size: 1.2em
    }

    form label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      color: #444;
    }

    form input, form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 15px;
    }

    form textarea {
      resize: vertical;
      height: 150px;
    }

    form button {
      display: block;
      width: 100%;
      background-color: #007BFF;
      color: #fff;
      border: none;
      padding: 12px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
    }

    form button:hover {
      background-color: #0056b3;
    }

    /* ===== Footer ===== */
    footer {
      text-align: center;
      padding: 20px;
      background: #f1f1f1;
      color: #555;
      margin-top: 50px;
    }
footer {
    background-color: #004d66;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1.7em;
    width: 100%;
}
.map h1{
    background-color: #004d66;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    font-size: 3.5em;
}

.social-links {
    margin-top: 20px;
    
  }
.social-links a {
    text-decoration: none;
    color: white;
    font-size: 22px;
    margin: 0 10px;
    transition: color 0.3s;
  }
.social-links a:hover {
    color: #0077b5; /* LinkedIn blue or any hover color you prefer */
  }
@media (max-width: 768px) {
  .hero {
    height: 60vh;
    text-align: center;
    padding: 20px;
  }
/* ===== Responsive Google Map Fix ===== */
.map iframe {
  width: 100%;
  height: 400px;
  border: none;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/* Adjust map height and spacing for smaller devices */
@media (max-width: 992px) {
  .map iframe {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .map iframe {
    height: 300px;
    transform: scale(1);
  }
}

@media (max-width: 576px) {
  .map iframe {
    height: 250px;
    transform: scale(1);
  }
}
