.elementor-kit-13{--e-global-color-primary:#0047BA;--e-global-color-secondary:#00C5ED;--e-global-color-text:#1F1F1F;--e-global-color-accent:#E1E1E1;--e-global-color-dc2dedc:#FFFFFF;--e-global-color-9e5cb50:#000000;--e-global-color-9cef84a:#02010100;--e-global-color-8c52449:#000082;--e-global-color-dfc6109:#0064DD;--e-global-color-99202f6:#F3F6FA;--e-global-color-309b521:#010135;--e-global-color-81ac11c:#333333;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:18px;--e-global-typography-11e2fa5-font-family:"Poppins";--e-global-typography-11e2fa5-font-size:48px;--e-global-typography-11e2fa5-font-weight:700;--e-global-typography-11e2fa5-line-height:1.1em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:"Poppins", Sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1em;}.elementor-kit-13 h2{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;line-height:1.2em;}.elementor-kit-13 h3{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;line-height:1.3em;}.elementor-kit-13 h4{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;line-height:1.4em;}.elementor-kit-13 h5{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;line-height:1.4em;}.elementor-kit-13 h6{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1728px;}.e-con{--container-max-width:1728px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:2400px){.elementor-kit-13{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-text-font-size:16px;--e-global-typography-11e2fa5-font-size:42px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-13 h1{font-size:60px;}.elementor-kit-13 h2{font-size:42px;}.elementor-kit-13 h3{font-size:30px;}.elementor-kit-13 h4{font-size:22px;}.elementor-kit-13 h5{font-size:18px;}.elementor-kit-13 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:14px;--e-global-typography-11e2fa5-font-size:36px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-13 h1{font-size:48px;}.elementor-kit-13 h2{font-size:36px;}.elementor-kit-13 h3{font-size:26px;}.elementor-kit-13 h4{font-size:20px;}.elementor-kit-13 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Form container spacing */
.wpcf7-form div {
  margin-bottom: 24px;
}

/* Labels */
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 15px;
  color: #000; /* black text */
  user-select: none;
}

/* Inputs, select, textarea with black semi-transparent border and radius */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 2px solid rgba(0, 0, 0, 0.3); /* semi-transparent black border */
  border-radius: 8px; /* smooth corners */
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: inherit;
  resize: vertical;
  color: #000; /* black text */
}

/* File input — no border */
.wpcf7-form input[type="file"] {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  background: transparent;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  color: #000; /* black text */
}

/* Placeholder styling */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #666;
  font-style: italic;
  font-size: 14px;
}

/* Focus state for inputs, selects, textareas */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #000; /* solid black on focus */
  outline: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

/* Textarea min height */
.wpcf7-form textarea {
  min-height: 100px;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #000; /* black button */
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.15s ease;
  user-select: none;
  margin-top: 10px;
}

/* Submit hover */
.wpcf7-form input[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .wpcf7-form label {
    font-size: 14px;
  }
  
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form select,
  .wpcf7-form textarea,
  .wpcf7-form input[type="file"] {
    font-size: 14px;
    padding: 10px 12px;
    color: #000;
  }
  
  .wpcf7-form input[type="submit"] {
    font-size: 15px;
    padding: 12px 0;
  }
}/* End custom CSS */