/* About Us – story section: centered, readable width */
.about-story-section {
  background-color: #0d1b2a;
  padding: 4rem 1.5rem;
  text-align: center;
}
.about-story-section .about-story-inner {
  max-width: 720px;
  margin: 0 auto;
}
.about-story-section .about-story-inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
.about-story-section .about-story-inner .about-story-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  margin: 0 0 1rem;
}
.about-story-section .about-story-inner .about-story-body {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin: 0 0 1.5rem;
}
.about-story-section .about-story-cta {
  margin: 1.5rem 0 2rem;
}
.about-story-section .about-story-cta a {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0d1b2a;
  background-color: #f4981a;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.about-story-section .about-story-cta a:hover {
  background-color: #e08a15;
  color: #0d1b2a;
}
.about-story-section .about-story-logo {
  margin-top: 2rem;
}
.about-story-section .about-story-logo img {
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* About Us – CEO section */
.about-ceo-section {
  background-color: #0d1b2a !important;
  background: #0d1b2a !important;
  padding: 4rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
.about-ceo-section * {
  box-sizing: border-box;
}
.about-ceo-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}
.about-ceo-image {
  flex: 0 0 auto;
  min-width: 0;
}
.about-ceo-image img {
  width: 100% !important;
  max-width: 280px !important;
  height: auto !important;
  border-radius: 8px;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.about-ceo-content {
  flex: 1 1 320px;
  min-width: 0;
  max-width: 520px;
}
.about-ceo-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.about-ceo-name {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 0.25rem;
}
.about-ceo-title {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.95) !important;
  margin: 0 0 0.15rem;
}
.about-ceo-subtitle {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 0 1rem;
}
.about-ceo-bio {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.9) !important;
  margin: 0 0 1.25rem;
}
.about-ceo-cta {
  margin-top: 0.5rem;
}
.about-ceo-cta a {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0d1b2a !important;
  background-color: #f4981a !important;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.2s, color 0.2s;
  border: none;
}
.about-ceo-cta a:hover {
  background-color: #e08a15 !important;
  color: #0d1b2a !important;
}
@media (max-width: 768px) {
  .about-ceo-section {
    padding: 3rem 1rem;
  }
  .about-ceo-inner {
    flex-direction: column;
    text-align: center;
    padding: 0 0.5rem;
  }
  .about-ceo-content {
    max-width: 100%;
  }
  .about-ceo-image img {
    max-width: 220px !important;
    margin: 0 auto;
  }
}

/* Meet the team – Pete Dearborn card: same style as other team cards (circle + white box) */
.elementor-element-pete-dearborn > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0 !important;
}
.elementor-element-pete-dearborn > .elementor-widget-wrap.elementor-element-populated {
  padding: 0 12px 0 12px !important;
}
.elementor-element-pete-heading {
  text-align: center !important;
}
.elementor-element-pete-heading .elementor-heading-title {
  color: var(--e-global-color-text, #1a1a1a) !important;
  font-family: var(--e-global-typography-44c522d-font-family, "Poppins", sans-serif) !important;
  font-size: var(--e-global-typography-44c522d-font-size, 1rem) !important;
  font-weight: var(--e-global-typography-44c522d-font-weight, 600) !important;
}
.elementor-element-pete-heading > .elementor-widget-container {
  margin: 0 !important;
  padding: 40px 24px 24px 24px !important;
  background-color: var(--e-global-color-d036517, #ffffff) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16) !important;
}
.elementor-element-pete-image img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-element-pete-image > .elementor-widget-container {
  margin: -160px 0 0 0 !important;
}
@media (max-width: 767px) {
  .elementor-element-pete-dearborn > .elementor-widget-wrap.elementor-element-populated {
    padding: 0 12px 80px 0 !important;
  }
}

/* Meet the team – Brent Slezak card: force circle + white box (same as other team cards) */
.elementor-element-cfe0d26 img {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-element-cfe0d26 > .elementor-widget-container {
  margin: -160px 0 0 0 !important;
  overflow: hidden !important;
}
