.elementor-kit-2860{--e-global-color-primary:#7352EE;--e-global-color-secondary:#d26e4b;--e-global-color-text:#666;--e-global-color-accent:#a8c26e;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:default;--e-global-typography-secondary-font-family:"default";--e-global-typography-secondary-font-weight:default;--e-global-typography-text-font-family:"default";--e-global-typography-text-font-weight:default;--e-global-typography-accent-font-family:"default";--e-global-typography-accent-font-weight:default;}.elementor-kit-2860 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Card container --- */
.wpcf7 .cf7-modern{
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  box-sizing: border-box;
}

/* Title + subtitle (you already have these classes) */
.wpcf7 .cf7-title{
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
  color: #111827;
}
.wpcf7 .cf7-subtitle{
  margin: 0 0 20px;
  color: #6b7280;
  font-size: 15px;
}

/* Grid layout matching your <div class="cf7-grid"> and <span class="cf7-field"> */
.wpcf7 .cf7-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.wpcf7 .cf7-full{ grid-column: 1 / -1; }

/* Inputs/textarea/select inside your .cf7-field spans */
.wpcf7 .cf7-field .wpcf7-form-control{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1.45;
  color: #111827;
  transition: border-color .25s, box-shadow .25s;
  box-sizing: border-box;
  margin: 0;   /* keep spacing with gap, not margins */
}
.wpcf7 .cf7-field .wpcf7-form-control::placeholder{ color:#9ca3af; }
.wpcf7 .cf7-field .wpcf7-form-control:focus{
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99,102,241,.15);
}

/* Acceptance checkbox row */
.wpcf7 .cf7-accept{
  font-size: 14px;
  color: #4b5563;
}
.wpcf7 .cf7-accept input[type="checkbox"]{
  width: 18px; height: 18px;
  accent-color: #6366f1;
  margin-right: 8px;
  vertical-align: -3px;
}

/* Submit button inside your .cf7-actions span */
.wpcf7 .cf7-actions .wpcf7-submit{
  width: 100%;
  padding: 14px 18px;
  border: 0;
  border-radius: 10px;
  background: #6366f1; /* change to your brand color */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform .15s, background .25s, box-shadow .25s;
}
.wpcf7 .cf7-actions .wpcf7-submit:hover{
  background:#4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(79,70,229,.25);
}

/* Validation + response messages (native CF7 classes) */
.wpcf7-not-valid{
  border-color:#ef4444;
  box-shadow:0 0 0 3px rgba(239,68,68,.12);
}
.wpcf7-not-valid-tip{
  margin-top:6px;
  display:block;
  font-size:12px;
  color:#b91c1c;
}
.wpcf7 form .wpcf7-response-output{
  margin: 18px 0 0 !important;
  border-radius:10px;
  padding:12px 14px;
  border:1px solid transparent;
  font-size:14px;
}
.wpcf7 form.sent .wpcf7-response-output{
  background:#ecfdf5; border-color:#34d399; color:#065f46;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{
  background:#fef2f2; border-color:#f87171; color:#7f1d1d;
}

/* Mobile */
@media (max-width: 640px){
  .wpcf7 .cf7-grid{ grid-template-columns: 1fr; }
  .wpcf7 .cf7-modern{ padding: 22px; }
}/* End custom CSS */