.elementor-53 .elementor-element.elementor-element-30bf3ee{--spacer-size:30px;}/* Start custom CSS for ryancv-cf7-form, class: .elementor-element-6e2ae54 *//* ------------------------- */
/* FORM CONTAINER            */
/* ------------------------- */
.nexar-cf7,
.wpcf7-form {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
}



/* ------------------------- */
/* INPUT CONTAINER           */
/* ------------------------- */
.wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #3a3a3a;
  margin-bottom: 6px;
}



/* ------------------------- */
/* INPUTS / TEXTAREA         */
/* ------------------------- */
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #dfe6ee;
  background: #ffffff;
  font-size: 15px;
  color: #333;
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
  transition: all .2s ease;
  outline: none;
}

.wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #bfc7d0;
}



/* ------------------------- */
/* FOCUS EFFECT              */
/* ------------------------- */
.wpcf7-form-control:focus {
  border-color: #1ec689;
  box-shadow: 0 0 0 3px rgba(30,198,137,0.20);
}



/* ------------------------- */
/* TEXTAREA                  */
/* ------------------------- */
textarea.wpcf7-form-control {
  min-height: 150px;
  resize: vertical;
}



/* ------------------------- */
/* BUTTON                    */
/* ------------------------- */
.wpcf7-submit {
  width: 100%;
  padding: 16px 18px;
  background: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: all .2s ease;
}

.wpcf7-submit:hover {
  background: #16c47f !important;
  border-color: #16c47f !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(22,196,127,0.35);
  transform: translateY(-2px);
}

.wpcf7-submit:active {
  background: #0f9a62 !important;
  border-color: #0f9a62 !important;
}



/* ------------------------- */
/* SUCCESS / ERROR MESSAGES  */
/* ------------------------- */
.wpcf7-response-output {
  margin-top: 16px !important;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px !important;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #16c47f !important;
  background: #ecfff7 !important;
  color: #0d8a55 !important;
}

.wpcf7-validation-errors {
  border: 1px solid #ff6b6b !important;
  background: #ffecec !important;
  color: #e63939 !important;
}



/* ------------------------- */
/* TWO COLUMNS (DESKTOP)     */
/* ------------------------- */
@media (min-width: 768px) {
  .nexar-row.two-col {
    display: flex;
    gap: 20px;
  }
}



/* ------------------------- */
/* RESPONSIVE                */
/* ------------------------- */
@media (max-width: 767px) {
  .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 12px 14px;
  }
}/* End custom CSS */