.elementor-kit-65{--e-global-color-primary:#092E2D;--e-global-color-secondary:#E7C54B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-65 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.contact-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-half {
  width: 50%;
}

.contact-full {
  width: 100%;
  margin-bottom: 20px;
}

.contact-row input,
.contact-row select,
.contact-full textarea {
  width: 100%;
  padding: 14px;
  background: #d8d04;
  border: 1px solid #c7bfae;
  border-radius: 6px;
  font-size: 15px;
}

.contact-full textarea {
  height: 150px;
}

.required {
  color: #dbd4e;
  font-weight: bold;
}

.contact-button input {
  width: 100%;
  padding: 15px;
  background: #d8d0c;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact-button input:hover {
  background: #c7bfae;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
  }

  .contact-half {
    width: 100%;
  }
}
.contact-button input {
  width: 100%;
  padding: 15px;
  background: #022C2B; /* Green */
  color: #ffffff; /* White text */
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-button input:hover {
  background: #E7C54B; /* Yellow palette */
  color: #022C2B; /* Green text */
}/* End custom CSS */