.elementor-14933 .elementor-element.elementor-element-16ad6dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14933 .elementor-element.elementor-element-1a2fb85{--spacer-size:100px;}/* Start custom CSS for html, class: .elementor-element-99d167b *//* SECTION */
.luxora-service-form-section{
  padding:100px 24px;
  background:#f8f9fb;
  font-family:Inter, Arial, sans-serif;
}

.luxora-service-form-wrapper{
  max-width:1100px;
  margin:0 auto;
  background:#fff;
  border-radius:32px;
  padding:60px;
  box-shadow:0 20px 60px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.04);
}

/* HEADINGS */
.luxora-service-label{
  color:#c49a52;
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:14px;
  text-align:center;
}

.luxora-service-title{
  font-size:48px;
  font-weight:800;
  color:#111;
  text-align:center;
  margin-bottom:16px;
}

.luxora-service-subtitle{
  max-width:720px;
  margin:0 auto 50px;
  text-align:center;
  font-size:18px;
  color:#666;
  line-height:1.7;
}

/* FORM */
.luxora-service-cf7 .form-group{
  margin-bottom:24px;
}

.luxora-service-cf7 label{
  display:block;
  margin-bottom:10px;
  font-size:15px;
  font-weight:700;
  color:#111;
}

/* INPUTS */
.luxora-service-cf7 .form-control,
.luxora-service-cf7 input[type="text"],
.luxora-service-cf7 input[type="email"],
.luxora-service-cf7 input[type="tel"],
.luxora-service-cf7 select,
.luxora-service-cf7 textarea{
  width:100%;
  min-height:60px;
  border:1px solid #ddd;
  border-radius:18px;
  padding:16px 20px;
  background:#fafafa;
  font-size:16px;
  color:#111;
  transition:.3s ease;
  box-shadow:none;
}

/* SELECT */
.luxora-service-cf7 select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor:pointer;
}

/* TEXTAREA */
.luxora-service-cf7 textarea{
  min-height:160px;
  resize:vertical;
}

/* FOCUS */
.luxora-service-cf7 .form-control:focus,
.luxora-service-cf7 input:focus,
.luxora-service-cf7 select:focus,
.luxora-service-cf7 textarea:focus{
  outline:none;
  border-color:#c49a52;
  background:#fff;
  box-shadow:0 0 0 4px rgba(196,154,82,.12);
}

/* SUBMIT */
.luxora-service-cf7 .wpcf7-submit,
.luxora-submit{
  width:100%;
  height:64px;
  border:none;
  border-radius:18px;
  background:#111;
  color:#fff;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  transition:.3s ease;
}

.luxora-service-cf7 .wpcf7-submit:hover,
.luxora-submit:hover{
  background:#c49a52;
  transform:translateY(-2px);
}



.luxora-service-cf7 .wpcf7-submit,
.luxora-submit{
    display:block !important;
    width:320px !important;
    max-width:100%;
    height:64px;
    margin:30px auto 0 !important;

    background:#111;
    color:#fff !important;
    border:none;
    border-radius:18px;

    font-size:18px;
    font-weight:700;
    text-align:center !important;

    padding:0 32px;
    cursor:pointer;
    transition:.3s ease;
}

.luxora-service-cf7 .wpcf7-submit:hover,
.luxora-submit:hover{
    background:#c49a52;
    transform:translateY(-2px);
}







/* ERRORS */
.wpcf7-not-valid{
  border-color:#dc3545 !important;
}

.wpcf7-not-valid-tip{
  font-size:13px;
  margin-top:6px;
  color:#dc3545;
}

/* SUCCESS / RESPONSE */
.wpcf7-response-output{
  margin-top:24px !important;
  border-radius:16px;
  padding:16px !important;
}

/* MOBILE */
@media(max-width:768px){
  .luxora-service-form-wrapper{
    padding:32px 24px;
    border-radius:24px;
  }

  .luxora-service-title{
    font-size:34px;
  }

  .luxora-service-subtitle{
    font-size:16px;
  }
}/* End custom CSS */