/* ----- SECTION CONTACT ----- */
.section-contact {
    padding-top: 12.9rem;
    padding-bottom: 12.9rem;
    position: relative;
}

.section-contact .title {
    margin-bottom: 4rem;
}

.section-contact .title h1 {
    margin-bottom: 0.9rem;
}

.contact-box {
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin: 0 2.3rem;
    padding: 2.1rem 2.6rem 1.5rem;
    position: relative;
}

.contact-box h3 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-box form .row {
    margin: 0 -0.5rem;
}

.contact-box form .col {
    padding: 0 0.5rem;
}

.contact-box .form-group {
    margin-bottom: 1rem;
}

textarea.form-control {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.contact-box .h3 {
    margin-bottom: 2rem;
}

.contact-box textarea.form-control {
    height: 14.3rem;
}

.contact-box .cf-turnstile {
    width: 100%;
    height: 65px;
    border-radius: 6.25rem;
    overflow: hidden;
}

.contact-box form .btn {
    width: 100%;
    font-size: 1.125rem;
}

.contact-box .lines span {
    background: #DC1E23;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    position: absolute;
}

.contact-box .lines span:first-child {
    width: 6.125rem;
    height: 0.5rem;
    top: 0.8rem;
    right: 8.4rem;
    opacity: 0.3;
}

.contact-box .lines span:nth-child(2) {
    width: 3.65rem;
    height: 1.6rem;
    top: 0.2rem;
    right: 5.8rem;
}

.section-contact .address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2.5rem;
}

.section-contact .address a {
    display: flex;
    align-items: flex-start;
    color: #050708;
    line-height: 1.9375rem;
    margin: 0 1rem;
}

.section-contact .address a .icon {
    flex: 0 0 1.125rem;
    max-width: 1.125rem;
    margin-right: 0.75rem;
}

.section-contact .address a:hover {
    color: #DC1E23;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    color: #189809;
}

@media screen and (max-width: 991px) {
    .wpcf7 form .wpcf7-response-output {
        margin: 1em 0.5em 1em;
    }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #DC1E23;
}

.wpcf7-not-valid-tip {
    font-size: 0.8em!important;
    line-height: 1.4;
    margin-left: 15px;
}

/* .wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
} */

.contact-box .bootstrap-select .dropdown-toggle:focus,
.contact-box .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.wpcf7 form { position: relative; display: flex; flex-direction: column; }

.wpcf7 .wpcf7-spinner { display: none !important; }

.wpcf7 form.submitting::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.55);
  border-radius: 16px;
  z-index: 10010;
}

.wpcf7 form.submitting::before {
  content: "";
  position: absolute;
  top: 45%; left: 50%;
  width: 36px; height: 36px;
  margin: 0;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(0,0,0,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: wcf7-spin 1s linear infinite;
  z-index: 10011;
}

@keyframes wcf7-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

.wpcf7 {
    display: flex;
    flex-direction: column;
  }
  
  .wpcf7-response-output {
    order: -1;
    margin-bottom: 1rem;
  }

.wpcf7 .wpcf7-response-output {
    border: none!important;
    border-radius: 0.375rem; 
    padding: 1rem!important;
    margin: 0 0 2rem 0!important;
    font-size: 1rem;
    color: var(--bs-body-color);
    font-weight: 600;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #d1e7dd;
    color: #0f5132;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: #f8d7da;
    color: #842029;
}

.wpcf7 form.spam .wpcf7-response-output {
    background-color: #fff3cd;
    color: #664d03;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fff3cd;
    color: #664d03;
}


/* ----- /SECTION CONTACT ----- */

@media (max-width: 991px) {
    /* ----- SECTION CONTACT ----- */
    .section-contact {
        padding-top: 11rem;
        padding-bottom: 3rem;
    }

    /* ----- /SECTION CONTACT ----- */
}

@media (max-width: 767px) {
    /* ----- SECTION CONTACT ----- */
    .section-contact .address {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .section-contact .address a {
        margin-bottom: 1rem;
    }

    .section-contact .address .icon {
        display: flex;
        margin-top: 0.3rem;
    }

    .contact-box {
        margin: 0;
        padding: 2.1rem 1.5rem 1.5rem;
    }

    .contact-box .lines .line:nth-child(2) {
        width: 2.65rem;
        height: 1.5rem;
        top: 0.2rem;
        right: 1.8rem;
    }

    .contact-box .lines .line:first-child {
        width: 4.125rem;
        height: 0.4rem;
        top: 0.4rem;
        right: 4.3rem;
    }

    .section-contact .title {
        margin-bottom: 2rem;
    }

    /* ----- /SECTION CONTACT ----- */
}