.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-84bf61c:#B33837;--e-global-color-840d72a:#161616;--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-6 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);}.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 */<style>
.custom-bullets,
.custom-bullets ul {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

.custom-bullets li {
  list-style: none !important;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 10px;
}

.custom-bullets li::marker {
  content: "" !important;
}

.custom-bullets li::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #9E302F;
}
</style>

/* Contact Form 7 custom design */

.custom-cf7-form {
  width: 100%;
}

/* Row layout */
.custom-cf7-form .cf7-row {
  display: flex;
  gap: 70px;
  margin-bottom: 55px;
}

/* Columns */
.custom-cf7-form .cf7-col {
  width: 50%;
}

.custom-cf7-form .cf7-full {
  width: 100%;
}

/* Input + textarea */
.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #9E302F;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 12px 18px 12px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

/* Textarea height */
.custom-cf7-form textarea {
  height: 150px;
  resize: none;
}

/* Placeholder */
.custom-cf7-form input::placeholder,
.custom-cf7-form textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* Submit button wrapper */
.custom-cf7-form .cf7-submit-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -30px;
}

/* Submit button */
.custom-cf7-form input[type="submit"] {
  background: #b93a38;
  color: #ffffff;
  border: none;
  padding: 26px 95px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* Submit hover */
.custom-cf7-form input[type="submit"]:hover {
  background: #9E302F;
  color: #ffffff;
}

/* Remove default CF7 spacing */
.custom-cf7-form p {
  margin: 0;
}

/* CF7 spinner position */
.custom-cf7-form .wpcf7-spinner {
  margin-left: 15px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .custom-cf7-form .cf7-row {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 35px;
  }

  .custom-cf7-form .cf7-col {
    width: 100%;
  }

  .custom-cf7-form textarea {
    height: 130px;
  }

  .custom-cf7-form .cf7-submit-wrap {
    justify-content: flex-start;
    margin-top: 0;
  }

  .custom-cf7-form input[type="submit"] {
    width: 100%;
    padding: 22px 40px;
    letter-spacing: 6px;
  }
}/* End custom CSS */