/* contact page start */
.et_pb_section.contact_main_section {
  padding: 48px 0 60px;
}
.et_pb_row.contact_main_row .et_pb_text {
  margin-bottom: 48px;
}
.et_pb_row.contact_main_row .et_pb_code {
  max-width: 920px;
  width: 100%;
}

.contact_main_section .contact-design .gform_wrapper .gfield input,
.contact_main_section .contact-design .gform_wrapper .gfield textarea {
  border: 1px solid #afafaf;
}

.contact_main_section .contact-design .gform_wrapper .gform_fields {
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.contact_main_section
  .contact-design
  .gform-theme--foundation
  .gfield--width-full {
  grid-column: unset;
}

.form-col h2 {
  font-size: 38px;
  line-height: 50px;
}

.contact_main_section .contact-design .gform-theme--foundation .gfield {
  grid-column: unset;
}
.contact_main_section
  .contact-design
  .gform-theme--foundation
  .gfield.gfield--type-textarea {
  grid-column: 1/-1;
}
.contact_main_section.et_pb_section
  .et_pb_row
  .et_pb_column
  .et_pb_module.contact-design
  .gform_wrapper
  form
  .gform_footer
  input:hover,
.contact_main_section.et_pb_section
  .et_pb_row
  .et_pb_column
  .et_pb_module.contact-design
  .gform_wrapper
  form
  .gform_footer
  input:focus, .et_pb_button_module_wrapper a.et_pb_button.df_menu_btn:hover{
  background: #d9b451;
  color: #fff;
  border-color: #d9b451;
}
/* contact page end */
/* team section css start */
.et_pb_section.team-section {
  /* padding: 60px 0 59px 0; */
  padding: 47px 0 49px 0;
}

.et_pb_section.team-section .et_pb_text h2 {
  padding-bottom: 22px;
}

.et_pb_section.team-section .team_chicane_row_up .et_pb_text {
  margin-bottom: 53px !important;
}
.team-section .et_pb_column .et_pb_blurb_container {
  padding-left: 44px;
}
/* .et_pb_section.team-section p{
    width: calc(100% + 11px);
} */
.team-section .et_pb_column h3 {
  padding-bottom: 4px;
}

.team-section .et_pb_column .et_pb_blurb_description p:first-child {
  font-size: 20px;
  line-height: 30px;
  font-family: "GothamNarrowMedium";
  padding-bottom: 12px;
}

.team-section .et_pb_column .et_pb_blurb_content {
  padding-bottom: 51px;
  margin-bottom: 60px;
  border-bottom: 1px solid #b7b7b7;
}
.team-section .et_pb_column .et_pb_blurb:last-child .et_pb_blurb_content {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.et_pb_row.team_chicane_row_up .et_pb_column {
  padding-bottom: 67px;
  border-bottom: 3px solid #b7b7b7;
  margin-bottom: 68px;
}
.et_pb_row.team_chicane_row_down .et_pb_text p:first-child {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-family: "GothamNarrowMedium";
}

.et_pb_section.team-section .team_chicane_row_down .et_pb_text {
  margin-bottom: 34px !important;
}
/* team section css end */
form[data-active-form="true"] .gform-loader {
  display: block;
}
form:not([data-active-form="true"]) .gform-loader {
  display: none;
}

.contact-design .gform_wrapper .gfield select {
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 15px 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  opacity: 1;
  font-family: "GothamNarrowBook";
  border-radius: 10px;
}
.contact-design .gform_wrapper .gfield select {
  height: 60px;
}
.ginput_container_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 15px;
  height: 9px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../../../../wp-content/uploads/2025/01/Group-1735.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ginput_container_select {
  position: relative;
}

#input_3_8,
#input_3_13,
#input_3_14 {
  -webkit-appearance: none; /* Remove default dropdown in Safari */
  -moz-appearance: none; /* Remove default dropdown in Firefox */
  appearance: none; /* Remove default dropdown in modern browsers */
  background-image: none; /* Remove any background image (icon) */
  background-color: white; /* Optionally set a background color */
}

.text-address textarea {
  height: 60px !important;
}

.et_pb_section.common-sec .form-col.image-col {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
      padding: 0px;
    background: #fff;
    position: sticky;
    top: 120px;
  }
  .et_pb_section.change-sec .form-col.image-col {
        padding: 70px 0px 130px 0px;
  }
.et_pb_section.common-sec .form-col .tagline-span {
  color: #000000;
  font-size: 15px;
  line-height: 35px;
}
.et_pb_section.common-sec .form-col .gform_wrapper .gform_footer {
  padding: 20px 0px 0px 0px;
}

.ginput_container.ginput_container_date {
  position: relative;
}
.ginput_container.ginput_container_date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 20px;
  height: 22px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../../../../wp-content/uploads/2025/01/Group-1738.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* responsive css start */
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1199px) {
  .et_pb_row.contact_main_row .et_pb_text {
    margin-bottom: 40px;
  }

  .et_pb_section.team-section .et_pb_text h2 {
    padding-bottom: 15px;
  }

  .et_pb_section.team-section .team_chicane_row_up .et_pb_text {
    margin-bottom: 40px !important;
  }

  .team-section .et_pb_column .et_pb_blurb_container {
    padding-left: 40px;
  }

  .team-section .et_pb_column .et_pb_blurb_content {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }

  .et_pb_row.team_chicane_row_up .et_pb_column {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .et_pb_row.team_chicane_row_down .et_pb_text p:first-child {
    font-size: 34px;
    line-height: 44px;
  }

  .et_pb_section.team-section .team_chicane_row_down .et_pb_text {
    margin-bottom: 25px !important;
  }

  .team-section .et_pb_column h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 4px;
  }

  .team-section .et_pb_column .et_pb_blurb_description p:first-child {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .et_pb_section.team-section {
    padding: 47px 0 49px 0;
  }
}
@media screen and (max-width: 980px) {
  .team-section .et_pb_column .et_pb_main_blurb_image {
    width: 180px;
  }
  .et_pb_section.change-sec .form-col.image-col {
      padding: 0px 0px 0px 0px;
  }
.et_pb_section.common-sec .form-col.image-col {
  position: initial;
}
  .team-section .et_pb_column .et_pb_blurb_container {
    padding-left: 30px;
    width: calc(100% - 180px);
  }
  .et_pb_section.common-sec .common-content {
    width: 100%;
  }
  .et_pb_section.common-sec .form-col {
    width: 100%;
  }
  /* .et_pb_section.common-sec.image .et_pb_row {
    flex-direction: column-reverse;
  } */
}
@media screen and (max-width: 767px) {
  /* .et_pb_section.contact_main_section {
        padding: 51px 0 60px;
    } */

  .form-col h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .et_pb_row.contact_main_row .et_pb_text {
    margin-bottom: 25px;
  }

  .contact_main_section .contact-design .gform_wrapper .gform_fields {
    gap: 15px;
  }
  .et_pb_section.team-section {
    padding: 50px 0 51px 0;
  }

  .et_pb_section.team-section .et_pb_text h2 {
    padding-bottom: 10px;
  }

  .et_pb_section.team-section .team_chicane_row_up .et_pb_text {
    margin-bottom: 30px !important;
  }

  .team-section .et_pb_column .et_pb_blurb_container {
    padding-left: 0;
    width: 100%;
  }

  .team-section .et_pb_column .et_pb_main_blurb_image {
    max-width: 260px;
    width: 100%;
    margin-bottom: 20px;
  }

  .team-section .et_pb_column .et_pb_blurb_content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 31px;
    margin-bottom: 40px;
  }

  .team-section .et_pb_column h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .et_pb_row.team_chicane_row_up .et_pb_column {
    padding-bottom: 42px;
    margin-bottom: 42px !important;
  }

  .et_pb_row.team_chicane_row_down .et_pb_text p:first-child {
    font-size: 28px;
    line-height: 38px;
  }

  .et_pb_section.team-section .team_chicane_row_down .et_pb_text {
    margin-bottom: 20px !important;
  }
  .text-address textarea {
    height: 52px !important;
    padding: 10px 20px !important;
  }
  .contact-design .gform_wrapper .gfield select {
    height: 52px;
    padding: 10px 20px;
    font-size: 17px;
  }
  .et_pb_section.common-sec .form-col .tagline-span {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 576px) {
  .contact_main_section .contact-design .gform_wrapper .gform_fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 479px) {
}

/* responsive css end */
