.elementor-kit-6{--e-global-color-primary:#006D6A;--e-global-color-secondary:#2A9D8F;--e-global-color-text:#222222;--e-global-color-accent:#FF6F61;--e-global-typography-primary-font-family:"Alatsi";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alatsi";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alatsi";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alatsi";--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){margin-block-end: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 */h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #006d6a;
  margin-bottom: 20px;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 30px;
}

.elementor-button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 8px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.elementor-button.primary {
  background-color: #006d6a;
  color: #fff;
}

.elementor-button.primary:hover {
  background-color: #ff6f61;
}

.elementor-button.secondary {
  background-color: transparent;
  border: 2px solid #006d6a;
  color: #006d6a;
}

.elementor-button.secondary:hover {
  background-color: #ff6f61;
  border-color: #ff6f61;
  color: #fff;
}/* End custom CSS */