/* Hero Content Start */

.hero-content-contact {
  position: relative;
  background-color: black;
  opacity: 98%;
}

.herobtn-svg-contact {
  padding-left: 5px;
}

.hero-middle-content-contact {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem;
  padding-top: 14rem;
}

.hero-middle-content-contact p {
  font-family: Be Vietnam Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.contact-hero-heading {
  font-size: 64px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: bold;
}

.contact-hero-heading span {
  color: #bcd536;
}

.hero-paragraph-contact {
  padding-left: 20rem;
  padding-right: 20rem;
  font-size: 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  line-height: 30px;
}



@media (max-width: 998px) {
  .contact-hero-heading {
    font-size: 20px;
  }

  .hero-middle-content-contact {
    padding: 60px;
  }

  .hero-paragraph-contact {
    padding: 0;
    font-size: 9px;
    line-height: 15px;
  }
  .requestbtn-hero {
    font-size: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

}

.contact-form {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 7rem;
}

.contact-form form {
  padding: 30px;
  border-radius: 10px;
  /* background-color: #0c2e48; */
  color: black;
}

.wpcf7-submit {
  background-color: #bcd536;
  color: black;
  padding: 14px 25px;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #879827;
}

.wpcf7-text {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  background-color: #e7e7e7;
  border-radius: 12px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

.wpcf7-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

@media (max-width: 998px) {
  .contact-form form {
    margin-left: 14px;
    margin-top: -7rem;
    margin-right: 14px;
  }
}

/* Hero Content End */

/* ------------------------------------------------------------------------------------- */

/* Quote Section Start */

.quote-section-contact {
  background-color: #0c2e48;
  padding: 40px 20px;
  text-align: center;
  justify-content: center;
  color: white;
  width: 75%;
  border-radius: 15px;
  height: 408px;
  margin-left: 12rem;
}

.quote-container-contact h2 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.quote-container-contact p {
  font-size: 16px;
  margin-bottom: 30px;
  padding: 10px 12rem;
}

.quote-button-contact {
  background-color: #ffaf51;
  color: #062b48;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.quote-button-contact span {
  margin-left: 10px;
}

.quote-button-contact:hover {
  background-color: #e07b23;
}

.clients-logos-contact {
  display: flex;
  justify-content: center;
}

.clients-logos-contact img {
  width: 75%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 363px;
  padding: 10px;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 998px) {
  .quote-container-contact h2 {
    font-size: 24px;
    margin-top: 0;
  }

  .quote-section-contact {
    width: auto;
    height: auto;
    margin: 1rem;
  }

  .quote-container-contact p {
    font-size: 14px;
    padding: 0;
  }

  .quote-button-contact {
    padding: 10px 20px;
    font-size: 12px;
  }

  .clients-logos-contact img {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1600px) {
  .quote-section-contact {
    width: 80%;
  }
}
/* Quote Section End */
