.contact-section {
  text-align: center;
  padding: 20px 50px 50px;
  background-color: #2C2F67;
  color: white;
  margin-top: 100px;
}

.contact-section h2 {
  color: white;
  margin: 50px;
}

.office-locations {
  display: flex;
  justify-content: center;
  gap: 110px;
  margin-bottom: 80px;
}

.location {
  min-width: 112px;
}

.location img {
  width: 80px;
}

.location img.flag-img {
  width: 68px;
}

.location p {
  margin-top: 10px;
  font-weight: bold;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 110px;
  margin-bottom: 20px;
  margin-left: 150px;
}

.info-item {
  display: flex;
  align-items: center;
  width: 300px;
}

.info-item img {
  width: 80px;
  margin-right: 20px;
}

.info-item p {
  margin: 0;
  font-weight: bold;
}

#help-section{
  text-align: center;
  padding: 50px;
  margin: auto;
  width: 50vw;
}

#inquiries-section {
  text-align: center;
  padding: 50px;
}

#inquiries-section h2 {
  color: #2C2F67;
  margin-bottom: 20px;
}

#inquiries-section p {
  color: #333;
  margin-bottom: 40px;
}

form {
  display: grid;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 20px;
}

input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #2C2F67;
  font-size: 16px;
}

input::placeholder, textarea::placeholder {
  color: #8F8F8F;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

textarea {
  height: 235px; 
  resize: none; /* Make the textarea non-resizable */

}


button {
  padding: 15px 30px;
  border: none;
  background-color: #2C2F67;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 25%;
  text-align: left;

}

button:hover {
  background-color: #1a1b4b;
}

@media (min-width: 1900px){

  .contact-section h2, h2 {
   
    font-size: 48px;
  }

  .location p , .info-item p, p, input, textarea, input::placeholder, textarea::placeholder {
    font-size: 28px;
}


  .navbar-nav .nav-item {
    font-size: 24px;
  }

  form {
    max-width: 50%;
}

.info-item {
  width: 500px;
}
}

@media (max-width: 810px) {
    .contact-info {
    margin-left: 100px;
}
    
}



/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .office-locations, .contact-info {
    gap: 20px;
    margin-bottom: 50px;
  }
  
  .info-item {
    width: 100%;
    justify-content: flex-start;
  }
  .location {
    min-width: auto;
}
  .info-item img {
    margin-right: 10px;
  }

  img.flag-img {
    width: 11vw;
}
  .contact-section h2 {
    margin: auto;
  }
  .location img,     .info-item img  {
    width: 17vw;
}

  .location p {
    font-size: 10px;
}

  .form-row {
    flex-direction: column;
  }

  input, textarea {
    font-size: 16px;
  }

  button {
    width: 100%;
  }
}

@media (max-width: 725px) {

    .location img, .info-item img {
        width: 15vw;
        margin: 2vw;
    }
#help-section {
    width: 70vw;
}

    .location img, .info-item img {
        width: 10vw;
        margin: 2vw;
    }

.location img{
margin: 0px 4vw;
}

.location img.flag-img {
    width: 7vw;
}

#inquiries-section {
    padding: 0px;
}
form {
    margin: auto;
width:70%;
        margin-bottom: 20px;
}
    #inquiries-section {
        padding: 0px;
        width: 100vw;
    }
    button {
        width: 40%;
    }

}

@media (max-width: 600px) {
    .contact-info {
    margin-left: 40px;
}
    
}


@media (max-width: 485px){

  .office-locations, .contact-info {
    gap: 20px;
    margin-bottom: 30px;
  }
  
      .contact-info {
    margin-left: 20px;
    margin-right: 0;
    gap: 2px;
}
  

p {
    font-size: 14px;
}
.location img, .info-item img {
        width: 10vw;
        margin: 5px;
    }
.info-item p {
    font-size: 11px;
}

#inquiries-section {
    padding-top: 0px;
}
button {
    width: 60%;
    padding: 15px;
    text-align: center;
}
    input, textarea {
        font-size: 14px;
    }

.contact-section {
    padding: 5%;
    width: 90%;}

    #help-section {
        padding: 5%;
    }
#inquiries-section h2 {
    width: 50%;
}
}


@media (max-width: 415px) {
button {
    width: 70%;
}
    .contact-section h2 , h2 {
        font-size: 18px;
    }
.navbar-nav .nav-item {
    font-size: 14px;
}
}

@media (max-width: 365px){

    .location p {
        font-size: 10px;
        height: 32px;
    }


.navbar-nav .nav-link {
    font-size: 14px;
}

.contact-info {
    margin: auto;
    margin-right: 10px;
}

.info-item {
    width: auto;
}

}


