.elementor-kit-7{--e-global-color-primary:#1E8800;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#666666;--e-global-color-accent:#39B54A;--e-global-color-27ff2d9:#FFFFFF;--e-global-color-86d1969:#000000;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:35px;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Outfit";--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:"Outfit";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.5px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Outfit", Sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var( --e-global-color-27ff2d9 );border-radius:4px 4px 4px 4px;padding:16px 28px 16px 28px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#2EA342;color:var( --e-global-color-27ff2d9 );box-shadow:0px 0px 28px 0px rgba(56.99999999999999, 181, 73.99999999999994, 0.3);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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(max-width:1024px){.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 *//* Container for overall form structure */
.contact-form {
  font-family: 'Outfit', sans-serif !important;
 
}
/* Two-column layout */
.form-row {
  display: flex;
  flex-wrap: wrap;
}
/* Desktop view (default) */
.half {
  width: 48%;
  float: left;
  box-sizing: border-box;
}

.half + .half {
  margin-left: 5%;
}

/* Desktop view (two fields in one row) */
@media (min-width: 769px) {
  .half {
    width: 48% !important;
    float: left !important;
    margin-left: 2% !important;
  }
   .half:first-child {
    margin-left: 0 !important;
  }
}
/* Mobile view (stacked fields + less padding) */
@media (max-width: 768px) {
  .half {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .half + .half {
    margin-left: 0 !important;
  }
}
.form-row.full {
  flex: 1 1 100%;
  display: block;
}
/* Input and textarea styles */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
    font-family: 'Outfit', sans-serif !important;
    width: 100%;
    padding: 15px 12px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    transition: border-color 0.3s, box-shadow 0.3s;
}

textarea {
  height: 150px; /* adjust value as needed */
  resize: vertical; /* lets user resize if needed */
}

/* Full width button */
[type=button], [type=submit], button {
    width: 100%;
    padding: 1rem;
    background-color: #1e8800 !important;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}
[type=button], [type=submit], button:hover {
  background-color: #1e8800;
  transform: translateY(-2px);
}
/* Responsive fix */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
  .half {
    flex: 1 1 100%;
    margin-left: 0;
  }
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
  
    background-color: #fff !important;
  
}/* End custom CSS */