.elementor-kit-8 {
  --e-global-color-primary: #111111;
  --e-global-color-secondary: #ff7a00;
  --e-global-color-text: #111111;
  --e-global-color-accent: #ff7a00;
  --e-global-color-01e4d33: #ff7a00;
  --e-global-color-518c026: #ff7a00;
  --e-global-color-514c6a0: #ffffff;

  --e-global-typography-primary-font-family: "Inter";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Inter";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Inter";
  --e-global-typography-accent-font-weight: 500;
}

.elementor-kit-8 e-page-transition {
  background-color: #ffffff;
}

.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);
}

.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;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }

  .e-con {
    --container-max-width: 1024px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }

  .e-con {
    --container-max-width: 767px;
  }

  .elementor-widget:not(:last-child) {
    margin-block-end: 6px !important;
  }

  .elementor-element {
    --widgets-spacing: 6px 6px;
    --widgets-spacing-row: 6px;
    --widgets-spacing-column: 6px;
  }

  /* Make the 3 counter boxes side by side */
  .e-con-inner:has(.elementor-element-477354ee):has(.elementor-element-5c7cb791):has(.elementor-element-8490d38) {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
    align-items: start !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .elementor-element-477354ee,
  .elementor-element-5c7cb791,
  .elementor-element-8490d38 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 6px 2px !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .elementor-element-477354ee .elementor-counter-number-wrapper,
  .elementor-element-5c7cb791 .elementor-counter-number-wrapper,
  .elementor-element-8490d38 .elementor-counter-number-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
    white-space: nowrap !important;
    font-size: clamp(19px, 5.8vw, 26px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }

  .elementor-element-477354ee .elementor-counter-number,
  .elementor-element-477354ee .elementor-counter-number-prefix,
  .elementor-element-477354ee .elementor-counter-number-suffix,
  .elementor-element-5c7cb791 .elementor-counter-number,
  .elementor-element-5c7cb791 .elementor-counter-number-prefix,
  .elementor-element-5c7cb791 .elementor-counter-number-suffix,
  .elementor-element-8490d38 .elementor-counter-number,
  .elementor-element-8490d38 .elementor-counter-number-prefix,
  .elementor-element-8490d38 .elementor-counter-number-suffix {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
  }

  .elementor-element-477354ee .elementor-heading-title,
  .elementor-element-5c7cb791 .elementor-heading-title,
  .elementor-element-8490d38 .elementor-heading-title {
    font-size: clamp(10px, 3vw, 13px) !important;
    line-height: 1.15 !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
}

/* Very small phones */
@media (max-width: 390px) {
  .e-con-inner:has(.elementor-element-477354ee):has(.elementor-element-5c7cb791):has(.elementor-element-8490d38) {
    gap: 4px !important;
  }

  .elementor-element-477354ee .elementor-counter-number-wrapper,
  .elementor-element-5c7cb791 .elementor-counter-number-wrapper,
  .elementor-element-8490d38 .elementor-counter-number-wrapper {
    font-size: 19px !important;
  }

  .elementor-element-477354ee .elementor-heading-title,
  .elementor-element-5c7cb791 .elementor-heading-title,
  .elementor-element-8490d38 .elementor-heading-title {
    font-size: 10px !important;
  }
}