.elementor-kit-7{--e-global-color-primary:#5D0000;--e-global-color-secondary:#54595F;--e-global-color-text:#0D0D0D;--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-7 a{color:#790000;}.elementor-kit-7 h1{font-family:"Belgrano", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-7 h2{font-family:"Belgrano", Sans-serif;}.elementor-kit-7 h3{font-family:"Belgrano", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:33px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.white {
    color: #fff !important;
}

.white a {
    color: #fff !important;
}
.elementor-kit-1380 label {
    line-height: 3px !important;
}

/* Reset spacing for the form elements */
.wpcf7-form-control-wrap {
  margin-bottom: 10px; /* Space between form fields */
}

/* Align labels above the input fields for consistency */
label {
  display: block;
  margin-bottom: 0px;
}

/* Style for side-by-side fields */
.half-width {
  display: inline-block;
  width: 48%; /* Adjusts width to fit two items per row with some spacing */
  box-sizing: border-box;
}

/* Adjustments for three fields in one row */
.third-width {
  display: inline-block;
  width: 31.333%; /* Adjusts width to fit three items per row */
  box-sizing: border-box;
}

/* Right margin for spacing except last element */
.half-width:not(:last-child), .third-width:not(:last-child) {
  margin-right: 2%;
}

/* Specific field adjustments */
textarea.wpcf7-form-control {
  width: 100%;
  height: 120px; /* Adjust based on preference or use rows in the form attribute */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .half-width, .third-width {
    display: block;
    width: 100%; /* Stack inputs vertically on smaller screens */
    margin-right: 0;
  }
  label {
  display: block;
  margin-bottom: 5px;
}
}/* End custom CSS */