  .contact-section {
      /* background-color: #000; */
      color: #fff;
      padding: 4vw 0;
      margin-bottom: -30vw;
      position: relative;
      bottom: 11vw;
      z-index: 1000;
    }

    .contact-container {
      width: 90vw;
      margin: 0 auto;
      padding: 4vw 4vw;
      /* max-width: 1200px; */
      background-color: #000;
      border-radius: 1vw;
    }

    .contact-header {
      text-align: center;
      margin-bottom: 3vw;
    }

    .contact-header h2 {
      font-size: 2.5vw;
      font-weight: 500;
      margin-bottom: 1vw;
    }

    .contact-header p {
      font-size: 1.2vw;
      max-width: 60vw;
      margin: 0 auto;
      line-height: 1.6;
    }

    form {
      display: grid;   
      grid-template-columns: 1fr 1fr;
      gap: 1.5vw;
      margin-bottom: 2vw;
      position: relative;
    }

    form textarea {
      grid-column: 1 / 3;
      height: 10vw;
      resize: none;
    }

    input, textarea {
      width: 100%;
      padding: 1vw;
      font-size: 1vw;
      background-color: #000;
      border: 0.1vw solid #555;
      color: #fff;
      border-radius: 0.5vw;
    }

    .submit-button {
      grid-column: 1 / 3;
      text-align: center;
    }

    .submit-button button {
      background-color: #e52428;
      color: #fff;
      font-size: 1.2vw;
      padding: 1vw 15vw;
      width:50%;
      border: none;
      border-radius: 0.5vw;
      cursor: pointer;
    }

    .info-bar {
      background-color: #fff;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 3vw 2vw;
      padding-left: 3.5vw;
      padding-right: 0vw;
      padding-top: 20vw;
      padding-bottom: 5vw;
      padding-right: 0vw;
      text-align: center;
      flex-wrap: wrap;
    }

    .info-item {
      display: flex;
      align-items: center;
      gap: 1.5vw;
      width: 28vw;
      margin: 1vw 0;
    }
     #info-item{
      display: flex;
      align-items: center;
      gap: 1.5vw;
      width: 23vw;
      margin: 1vw 0;
     }
    .info-icon {
      background-color: #fff;
      border-radius: 1vw;
      padding: 1vw;
      border: 1px solid #8E8E8E;
    }
    .info-icon:hover{
       transform: scale(1.1);
    }
    .info-icon svg {
      width: 4vw;
      height: 4vw;
      fill: #2a2a77;
    }
    .info-icon svg:hover{
      transform: scale(1.1);
    }

    .info-text {
      text-align: left;
    }

    .info-text strong {
      display: block;
      font-size: 1.5vw;
      font-weight: 550;
      color: #000;
      margin-bottom: 0.3vw;
    }

    .info-text p {
      font-size: 1.4vw;
      color: #333;
      margin: 0;
    }
    .vr{
       width: 1px;
  height:6vw; /* adjust as needed */
  background-color: #8E8E8E;
  position: relative;
  right:1rem;
   /* margin: 0 0.7vw;  */
    }
     .vr1{
       width: 1px;
  height:6vw; /* adjust as needed */
  background-color: #8E8E8E;
  position: relative;
  right:4rem;
   /* margin: 0 0.7vw;  */
    }
    @media(max-width: 768px) {
      form {
        grid-template-columns: 1fr;
      }
      form textarea, .submit-button {
        grid-column: 1 / 2;
      }
      .info-item {
        width: 100%;
        justify-content: center;
      }
    }
    .map-section {
  padding: 7rem 2vw;
  margin-bottom: -8rem;
  /* background-color: #fff; */
  text-align: center;
}

.map-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
  color: #27235D;
}

.map-embed {
  width: 100%;
  height: clamp(40rem, 75vw, 48.125rem); /* Min: 320px, Max: 450px */
  border: none;
  border-radius: 0.75rem; 
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
.info-bar {
      background-color: #fff;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 3vw 2vw;
      padding-left: 3.5vw;
      padding-right: 0vw;
      padding-top: 20vw;
      padding-bottom: 5vw;
      padding-right: 0vw;
      text-align: center;
      flex-wrap: wrap;
    }

    .info-item {
      display: flex;
      align-items: center;
      gap: 1.5vw;
      width: 28vw;
      margin: 0.5vw 0;
    }
     #info-item{
      display: flex;
      align-items: center;
      gap: 1.5vw;
      width: 23vw;
      margin: 1vw 0;
     }
    }