.elementor-17771 .elementor-element.elementor-element-96819b8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-17771 .elementor-element.elementor-element-96819b8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17771 .elementor-element.elementor-element-96819b8 > .elementor-element-populated, .elementor-17771 .elementor-element.elementor-element-96819b8 > .elementor-element-populated > .elementor-background-overlay, .elementor-17771 .elementor-element.elementor-element-96819b8 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-17771 .elementor-element.elementor-element-96819b8 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-17771 .elementor-element.elementor-element-96819b8 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17771 .elementor-element.elementor-element-e484247 > .elementor-widget-container{padding:30px 0px 0px 0px;}.elementor-17771 .elementor-element.elementor-element-e484247 .elementor-heading-title{font-family:var( --e-global-typography-5e5ad83-font-family ), Sans-serif;font-size:var( --e-global-typography-5e5ad83-font-size );font-weight:var( --e-global-typography-5e5ad83-font-weight );text-decoration:var( --e-global-typography-5e5ad83-text-decoration );line-height:var( --e-global-typography-5e5ad83-line-height );}.elementor-17771 .elementor-element.elementor-element-4e6bb89 > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-17771 .elementor-element.elementor-element-4e6bb89 .elementor-heading-title{font-family:var( --e-global-typography-86bb3fb-font-family ), Sans-serif;font-size:var( --e-global-typography-86bb3fb-font-size );font-weight:var( --e-global-typography-86bb3fb-font-weight );line-height:var( --e-global-typography-86bb3fb-line-height );color:#000000;}#elementor-popup-modal-17771{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-17771 .dialog-message{width:600px;height:auto;}#elementor-popup-modal-17771 .dialog-close-button{display:flex;}#elementor-popup-modal-17771 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-17771 .elementor-element.elementor-element-96819b8{width:100%;}}@media(max-width:1024px){.elementor-17771 .elementor-element.elementor-element-e484247 .elementor-heading-title{font-size:var( --e-global-typography-5e5ad83-font-size );line-height:var( --e-global-typography-5e5ad83-line-height );}.elementor-17771 .elementor-element.elementor-element-4e6bb89 .elementor-heading-title{font-size:var( --e-global-typography-86bb3fb-font-size );line-height:var( --e-global-typography-86bb3fb-line-height );}#elementor-popup-modal-17771 .dialog-message{width:90%;}}@media(max-width:767px){.elementor-17771 .elementor-element.elementor-element-e484247 .elementor-heading-title{font-size:var( --e-global-typography-5e5ad83-font-size );line-height:var( --e-global-typography-5e5ad83-line-height );}.elementor-17771 .elementor-element.elementor-element-4e6bb89 .elementor-heading-title{font-size:var( --e-global-typography-86bb3fb-font-size );line-height:var( --e-global-typography-86bb3fb-line-height );}#elementor-popup-modal-17771 .dialog-message{width:98%;}}/* Start custom CSS for shortcode, class: .elementor-element-4f6913a *//* ---------------------------
   FORM CONTROLS (Bootstrap-like)
   --------------------------- */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   border-radius: 10px!important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* ---------------------------
   FORM ROW
   --------------------------- */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* ---------------------------
   SELECT CONTROLS
   --------------------------- */
select.form-control {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

select.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

/* ---------------------------
   TEXTAREAS
   --------------------------- */
textarea.form-control {
  height: auto;
}

/* ---------------------------
   SMALL & LARGE INPUTS
   --------------------------- */
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* ---------------------------
   VALIDATION STATES
   --------------------------- */
.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 8 8'%3e%3cpath d='M4.146 4l2.147-2.146a.5.5 0 00-.708-.708L3.439 3.293 1.293 1.146a.5.5 0 10-.708.708L2.732 4 .585 6.146a.5.5 0 10.708.708L3.439 4.707l2.146 2.147a.5.5 0 00.708-.708L4.146 4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

/* ---------------------------
   LABELS
   --------------------------- */
.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group label {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
}

.terms-cond-accept label {
  margin-top: 0px;
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .terms-cond-accept .checkbox {
  padding: 2px 0px 0px 15px;
  display: flex;
  flex-direction: column-reverse;
}

/* ---------------------------
   BUTTONS
   --------------------------- */
.borderlink-green-btn {
  padding: 13px 36px;
  background: transparent;
  border: 2px solid #1C9F5A;
  color: #1C9F5A;
  margin: auto;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  -moz-box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  -webkit-box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
}

.filterpopupformwraped .borderlink-green-btn {
  box-shadow: none;
  padding: 7px 24px !important;
  line-height: 24px !important;
  height: auto !important;
}

.contact-us-mainwraper .contact-form-fied-wrapper .submit-btn {
  margin-top: 0;
}

/* ---------------------------
   EXTRA BUTTON (TEST SUBMIT)
   --------------------------- */
#testsub {
  opacity: 1 !important;
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  
}
/* ==============================
   FORM - Unified Styling
   ============================== */

/* General Form */
form.wpcf7-form {
  font-size: 15px;
  color: #333;
}

/* Form Row Layout */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Labels */
.form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000;
}

/* Input + Select + Textarea */
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;       /* match screenshot */
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  color: #495057;
  background: #fff;
}

.form-control::placeholder {
  color: #777;
  font-size: 14px;
}

.form-control:focus {
  border-color: #28a745;   /* green focus */
  outline: none;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.25);
}

/* Textarea */
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* Select */
select.form-control {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%23777' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='5,7 10,12 15,7'/></svg>") no-repeat right 15px center/14px 14px;
  padding-right: 35px;
}

/* Checkbox (Terms) */
.terms-cond-accept {
  display: flex;
  align-items: flex-start!important;
  gap: 10px;
}

.terms-cond-accept-text {
  font-size: 13px;
  line-height: 1.4;
}

.terms-cond-accept-text a {
  color: #28a745;
  text-decoration: underline;
}

.terms-cond-accept-text a:hover {
  text-decoration: none;
}

/* Submit Button */
.submit-btn {
  background: #28a745;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;     /* pill shape */
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
  background: #218838;
  transform: translateY(-2px);
}



/* Terms & Conditions Inline */
.terms-cond-accept {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #333;
}

.terms-cond-accept input[type="checkbox"] {
  margin-right: 8px;   /* space between checkbox and text */
  width: 16px;
  height: 16px;
}

.terms-cond-accept a {
  color: #28a745;
  text-decoration: underline;
}

.terms-cond-accept a:hover {
  text-decoration: none;
}


/* Ensure checkbox aligns inline with label text */
.terms-cond-accept input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  accent-color: #28a745; /* modern browsers = green checkbox */
  vertical-align: middle;
  cursor: pointer;
}

.terms-cond-accept label {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

/* Links inside label */
.terms-cond-accept label a {
  color: #28a745;
  text-decoration: underline;
}
.terms-cond-accept label a:hover {
  text-decoration: none;
}
/* Full width select */
#inputSource.full-width {
  width: 100% !important;
  max-width: 100%;
}

/* Checkbox alignment */
.terms-cond-accept .terms-label {
  display: flex;
  align-items: center;
  gap: 8px; /* space between checkbox and text */
  cursor: pointer;
}

.terms-cond-accept input[type="checkbox"] {
  margin: 0;
  width: auto;
  height: auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.borderlink-green-btn.submit-btn {
    background-color: transparent;
    color: #009759!important;
    border: 2px solid #009759;
    border-radius: 60px;
}
/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .submit-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */