.hero-section {
    background: url('../images/contact.png') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 80px 20px;
  }

  .form-section {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    top: -6rem;
    position: relative;
  }

  .office-card {
    border:1px solid #BFBFBF !important;
    border: none;
    border-radius: 8px;
  }

  .office-card img {
    border-radius: 8px 8px 0 0;
  }

  .red{
    color: #E53736 !important;
  }

 .mid-section.social-icons a {
    color: #4A9C2D;
    margin-right: 15px;
    font-size: 20px;
    text-decoration: none;
  }

      /* Button Styles */
.btn-success {
    background-color: #4A9C2D;
    border-color: #4A9C2D;
    padding: 0.75rem;
    font-weight: 500;        
  }
  
  .btn-success:hover {
    background-color: #5aa33e;
    border-color: #5aa33e;
  }

  .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Maintain aspect ratio (16:9) */
    border-radius: 8px;
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .text-green{
    color: #4A9C2D;
    }


  
