/* Footer */

.footer-icons a.elementor-social-icon svg path {
  transition:  0.5s all ease;
  -webkit-transition:  0.5s all ease;
  -moz-transition:  0.5s all ease;
  -ms-transition:  0.5s all ease;
  -o-transition:  0.5s all ease;
}

.footer-icons a.elementor-social-icon:hover svg path {
  fill: #676767 !important;
}

.footer-menu li{
  display: inline-flex;
  text-decoration: none;
}
.footer-menu li *{
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}


/* Footer */


/* .contact-heading{
    border-bottom: 2px solid #676767;
} */

.contact-detail .comments-area a,
.page-content a {
  text-decoration: none !important;
}


.contact-form .wpcf7-form-control-wrap {
  margin-bottom: 25px;
  display: block;
}

.contact-form .wpcf7-form-control {
  position: relative;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 100%;
  color: rgba(103, 103, 103);
  font-weight: bold;
  padding: 14px 18px;
  border: none;
  border-bottom: 1px solid #676767;
  background-color: transparent;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact-form .wpcf7-form-control::placeholder {
  color: rgb(103, 103, 103, 0.3);
}

.contact-form .custom-input-wrapper::before {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 1px;
  height: 35%;
  border-left: 1px solid #676767;
  z-index: 1;
}

.contact-form .custom-input-wrapper::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0;
  width: 1px;
  height: 35%;
  border-right: 1px solid #676767;
  z-index: 1;
}

.contact-form .custom-input-wrapper:has(textarea)::before,
.contact-form .custom-input-wrapper:has(textarea)::after {
  height: 77%;
}

.contact-form .custom-input-wrapper:has(.wpcf7-submit)::before,
.contact-form .custom-input-wrapper:has(.wpcf7-submit)::after {
  display: none;
}

.contact-form .custom-input-wrapper {
  position: relative;
}

.contact-form .custom-input-wrapper textarea {
  height: 137px;
  resize: none;
}

.contact-form select {
  padding: 14px 30px 14px 18px !important;
  appearance: none;
  color: rgb(103, 103, 103, 0.3) !important;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px bottom 18px;
  background-size: 10px;
}

.contact-form option {
  color: rgb(103, 103, 103) !important;
}

.contact-form .wpcf7-submit {
  font-size: 24px !important;
  line-height: 35px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  border-radius: 3px;
  background-color: #61cbe5;
  padding: 5px 20px;
  min-width: 185px;
  border: none;
  text-transform: uppercase;
  margin-left: auto;
}

.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:focus {
  background-color: #676767;
}

.contact-form *  {
  font-family: var(--e-global-typography-058541c-font-family), Sans-serif;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: none;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
  color: #51a800;
}
.contact-form {
  position: relative;
}

.contact-form .wpcf7-spinner{
  position: absolute;
}

@media (max-width: 991px) {
  .contact-form .wpcf7-submit {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

@media (max-width: 767px) {
  .footer-menu .hfe-nav-menu {
    justify-content: center !important;
    row-gap: 10px;
  }

  .contact-form .wpcf7-submit {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

/* Footer */

@media (max-width: 575px) {
  .contact-info {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    row-gap: 20px;
  }

  .contact-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
  }

  .contact-form .wpcf7-submit {
    margin: 0 auto;
  }
}