.contact-section {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  position: relative;
  min-height: 440px;
  align-items: start;
  font-family: Roboto, sans-serif;
  color: #fff;
  justify-content: center;
  /* padding: 150px 241px; */
  background-image: url('https://cdn.builder.io/api/v1/image/assets/TEMP/34e77d77ee34762a4edb74223707dee8d3070b1f36c3122ec45ae2994bc7f674?placeholderIfAbsent=true&apiKey=55ed21e5ae724730a86e91925fc38524');
  background-size: 1261px 434px;
  background-position: center;
  background-repeat: no-repeat;

}

.heading-title {
  color: #FFF;
  text-align: right;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: right;
  align-self: start;
}

.heading-description {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;

}

.call_us p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  color: #C39357;
}

.call_us {
  margin-top: -7%;
  border-radius: 20px;
  border: 3px;

  background: #F6E9D9;
  border: 3px solid #C19E73
}

.call_us h6 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #C39357;
}

.mail_us p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  color: #366F97;
}

.mail_us {
  margin-top: -7%;
  border-radius: 20px;
  border: 3px;

  background: #BDE3FD;
  border: 3px solid #5E9FCC
}

.mail_us h6 a{
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #366F97;
}

.address_us p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  color: #3A7654;
}

.address_us {
  margin-top: -7%;
  border-radius: 20px;
  border: 3px;

  background: #C3EAD4;
  border: 3px solid #71AD8B
}

.address_us h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #3A7654;
}

.margin_top_class{
  margin-top: 10%;
}

.bg-image_color{
  height: 50%;
  margin-top: -18%;
  /* position: absolute; */
}

@media (max-width: 991px) {
  .contact-section {
    padding: 100px 20px;
  }
}

.content-wrapper {
  position: relative;
  display: flex;
  /* width: 390px; */
  max-width: 100%;
  flex-direction: column;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.section-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  margin-top: 19px;
}


/* .get-in-touch-section {
  display: flex;
  gap: 20px;
} */

@media (max-width: 991px) {
  .get-in-touch-section {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}



@media (max-width: 991px) {
  .image-column {
    width: 100%;
  }
}

.contact-image {
  aspect-ratio: 0.98;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 36px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .contact-image {
    max-width: 100%;
  }
}

/* .form-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: -180px;
} */

@media (max-width: 991px) {
  .form-column {
    width: 100%;
  }
}

/* .form-container {
  display: flex;
  margin-top: 35px;
  flex-direction: column;
  justify-content: start;
} */

@media (max-width: 991px) {
  .form-container {
    max-width: 100%;
  }
}

.form-header {
  display: flex;
  max-width: 100%;
  width: 545px;
  flex-direction: column;
  justify-content: start;
}

.section-title {
  color: rgba(7, 46, 104, 1);
  font-weight: 700;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}



@media (max-width: 991px) {
  .section-description {
    max-width: 100%;
  }
}

.contact-form {
  display: flex;
  /* margin-top: 40px; */
  width: 100%;
  max-width: 545px;
  flex-direction: column;
  justify-content: start;
  font: 400 14px/24px Roboto, sans-serif;
}

@media (max-width: 991px) {
  .contact-form {
    max-width: 100%;
  }
}

.form-input {
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  min-height: 50px;
  width: 100%;
  gap: 10px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.14px;
  padding: 13px 20px;
  margin-bottom: 20px;
}


.form-select {
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  display: flex;
  min-height: 50px;
  width: 100%;
  gap: 40px 100px;
  color: #000;
  letter-spacing: 0.14px;
  flex-wrap: wrap;
  padding: 13px 20px;
  margin-bottom: 20px;
}

.select-placeholder {
  align-self: stretch;
  margin: auto 0;
}

.select-arrow {
  aspect-ratio: 2;
  object-fit: contain;
  object-position: center;
  width: 12px;
  fill: #000;
  align-self: stretch;
  margin: auto 0;
}

.submit-button {
  align-self: stretch;
  border-radius: 16px;
  background-color: rgba(158, 168, 255, 1);
  min-height: 50px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .submit-button {
    padding: 16px 20px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 767px) {
  .section-title{
    font-size: 22px;
  }
  .section-description{
    font-size: 16px;
    margin-top: auto;
  }

  .mail_us p{
    margin-bottom: 0px;
    margin-top: 2%;
    font-size: 16px ;
  }

  .iframeStyle iframe{
    height: 300px !important;
  }

  .bg-image_color{
    height: 35%;
    margin-top: -30%;
  }

  .address_us p{
    margin-bottom: 0px;
    margin-top: 2%;
    font-size: 16px;
  }

  .address_us h6{
    font-size: 16px;
  }

  .call_us p{
    margin-bottom: 0px;
    margin-top: 2%;
    font-size: 16px;
  }

  .call_us h6 a{
    font-size: 16px;
  }

  .mail_us h6 a{
    font-size: 16px;
  }
}