/**
 * About us page imported from the V2 Elementor template.
 */

.burst-about-hero .elementor-heading-title,
.burst-about-mission-card .elementor-heading-title,
.burst-about-services .elementor-heading-title,
.burst-about-action-fields .elementor-heading-title {
  margin: 0;
}

/* Match the 38–56 px fluid page gutters used by the other main templates. */
body.elementor-page main .elementor > .burst-about-mission,
body.elementor-page main .elementor > .burst-about-services,
body.elementor-page main .elementor > .burst-about-action-fields {
  padding-inline: var(--burst-page-gutter, clamp(20px, 3vw, 56px));
}

.burst-about-hero-content {
  max-width: 780px;
}

.burst-about-hero-content p {
  margin: 0;
  text-wrap: balance;
}

.burst-about-mission-card p:first-child,
.burst-about-services-intro p:first-child {
  margin-top: 0;
}

.burst-about-mission-card p:last-child,
.burst-about-services-intro p:last-child,
.burst-about-service-card p:last-child,
.burst-about-action-fields p:last-child {
  margin-bottom: 0;
}

.burst-about-service-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.burst-about-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgb(59 55 55 / 8%);
}

.burst-about-service-list ul {
  margin: 0;
  padding-left: 1.2em;
}

.burst-about-service-list li {
  margin-bottom: 13px;
  padding-left: 4px;
}

.burst-about-service-list li:last-child {
  margin-bottom: 0;
}

.burst-about-core-areas .elementor-widget-button,
.burst-about-tags .elementor-widget-button {
  width: auto;
  max-width: 100%;
}

.burst-about-core-areas .elementor-button,
.burst-about-tags .elementor-button {
  min-height: 0;
  white-space: normal;
}

@media (max-width: 1024px) {
  .burst-about-hero-content {
    width: 75% !important;
  }

  .burst-about-service-card {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .burst-about-hero-content {
    width: 100% !important;
  }

  .burst-about-service-card:hover {
    transform: none;
    box-shadow: none;
  }

  .burst-about-service-list li {
    margin-bottom: 11px;
  }

  .burst-about-core-areas .elementor-widget-button,
  .burst-about-tags .elementor-widget-button {
    width: 100%;
  }

  .burst-about-core-areas .elementor-button,
  .burst-about-tags .elementor-button {
    width: 100%;
    justify-content: center;
  }
}
