.elementor-2722 .elementor-element.elementor-element-196b4b8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1a07fa9 *//* ===========
   About Page Base
   =========== */

.about-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  font-family: inherit;
  color: #1a1a1a;
}

.about-page section {
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .about-page {
    padding: 4rem 1.5rem 5rem;
  }
}

/* ===========
   Intro / Hero
   =========== */

.about-hero-inner {
  text-align: left;
}

.about-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2a3a93;
  margin-bottom: 0.75rem;
}

.about-hero h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #111111;
}

@media (min-width: 768px) {
  .about-hero h1 {
    font-size: 2.4rem;
  }
}

.about-lede {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 44rem;
  margin-bottom: 2rem;
}

.about-highlight-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .about-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-highlight {
  border-radius: 0.75rem;
  padding: 1.2rem 1.4rem;
  background: #f4f6fb;
  border: 1px solid #dfe4f5;
}

.about-highlight-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

.about-highlight-value {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2a3a93;
}

.about-highlight-sub {
  display: block;
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 0.25rem;
}

/* ===========
   History Section
   =========== */

.about-history-inner {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .about-history-inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 2.5rem;
  }
}

.about-history h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #111111;
}

.about-history p {
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

.about-photo-card {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.about-photo-card img {
  display: block;
  width: 100%;
  height: auto;
}

.about-photo-card figcaption {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  color: #4b5563;
  background: #f9fafb;
}

/* ===========
   Services / What We Do
   =========== */

.about-services-inner > h2 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}

.about-services-inner > p {
  max-width: 40rem;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

.about-services-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-service {
  border-radius: 0.9rem;
  padding: 1.3rem 1.4rem 1.4rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.about-service h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  color: #111827;
}

.about-service p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}

/* ===========
   Approach / How We Work
   =========== */

.about-approach-inner > h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.about-approach-grid {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 768px) {
  .about-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-approach-item {
  border-radius: 0.9rem;
  padding: 1.2rem 1.35rem 1.3rem;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.about-approach-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: #111827;
}

.about-approach-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}

/* ===========
   Certifications
   =========== */

.about-certifications {
  background: #f4f6fb;
  border-radius: 1rem;
  padding: 2.1rem 1.6rem;
}

@media (min-width: 768px) {
  .about-certifications {
    padding: 2.4rem 2rem;
  }
}

.about-certifications-inner > h2 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.about-certifications-inner > p {
  max-width: 42rem;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

.about-cert-grid {
  display: grid;
  gap: 1.4rem;
}

@media (min-width: 768px) {
  .about-cert-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-cert-item {
  border-radius: 0.9rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid #dfe4f5;
  background: #ffffff;
}

.about-cert-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
  color: #111827;
}

.about-cert-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}

/* ===========
   Founder Letter
   =========== */

.about-founder-inner {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .about-founder-inner {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }

  .about-founder-photo {
    order: 1;
  }

  .about-founder-letter {
    order: 2;
  }
}

.about-founder-letter h2 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.about-founder-intro {
  font-weight: 500;
}

.about-founder-letter p {
  line-height: 1.8;
  margin-bottom: 0.9rem;
  color: #374151;
}

.about-founder-signoff {
  margin-top: 1.1rem;
  font-style: italic;
  color: #111827;
}

.about-founder-signature {
  margin-top: 0.4rem;
}

.about-founder-name {
  font-weight: 600;
  color: #111827;
}

.about-founder-title {
  font-size: 0.9rem;
  color: #6b7280;
}

/* ===========
   CTA
   =========== */

.about-cta {
  text-align: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 2.5rem;
}

.about-cta-inner h2 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.about-cta-inner p {
  max-width: 34rem;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
  color: #4b5563;
}

/* If you already have a global .cta-button style,
   you can add .about-cta-button to extend it.
   Otherwise, this will style a standalone button. */

.about-cta-button {
  display: inline-block;
  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  background: #d5622a;
  color: #ffffff;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.about-cta-button:hover,
.about-cta-button:focus {
  background: #b44f21;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

/* ===========
   Utility Touches
   =========== */

.about-page h2 {
  color: #111111;
}

.about-page h3 {
  color: #111827;
}

.about-page p {
  margin-top: 0;
}

/* ===========
   Timeline (revised)
   =========== */

.about-timeline-inner {
  max-width: 52rem;
}

.about-timeline-inner h2 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.about-timeline-intro {
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.8rem;
}

.about-timeline-items {
  position: relative;
  margin-left: 0.9rem;      /* nudges whole timeline right a bit */
  padding-left: 1.7rem;     /* space for the line + dots */
  border-left: 2px solid #dfe4f5;
}

/* Center the year and card content vertically */
.about-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  column-gap: 1.5rem;
  margin-bottom: 1.75rem;
  align-items: center; /* NEW */
}

/* Vertically center the dot on the item */
.about-timeline-dot {
  position: absolute;
  left: -1.25rem;        /* keep this matching your existing value */
  top: 50%;              /* center vertically */
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  border: 3px solid #d5622a;
  box-shadow: 0 0 0 4px rgba(213, 98, 42, 0.16);
}

/* Remove any manual bumping so it centers cleanly */
.about-timeline-year {
  font-weight: 700;
  font-size: 0.95rem;
  color: #2a3a93;
  margin-top: 0;         /* ensure this isn't pushing it up */
  white-space: nowrap;
}

/* Card content */
.about-timeline-card {
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.about-timeline-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.25rem;
  color: #111827;
}

.about-timeline-card p {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #4b5563;
}

@media (min-width: 768px) {
  .about-timeline-items {
    margin-left: 1.1rem;
    padding-left: 1.9rem;
  }

  .about-timeline-dot {
    left: -1.35rem;
  }
}

/* ===========
   Materials / Manufacturer Partners – alt layout
   =========== */

.about-materials {
  margin-top: 3rem;
}

.about-materials-inner {
  background: #f4f6fb;
  border-radius: 1rem;
  padding: 2.2rem 1.6rem 2.4rem;
}

@media (min-width: 768px) {
  .about-materials-inner {
    padding: 2.5rem 2rem 2.7rem;
  }
}

.about-materials-inner h2 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  color: #111111;
}

.about-materials-intro {
  max-width: 44rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.8rem;
}

/* List layout */

.materials-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.materials-row {
  display: flex;
  gap: 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 0.9rem;
  background: #ffffff;
  border: 1px solid #dfe4f5;
}

.materials-row:hover {
  border-color: #2a3a93;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

/* Logo */

.materials-row-logo {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.2rem 0.4rem 0.2rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.materials-row-logo img {
  max-width: 130px;
  max-height: 46px;
  width: auto;
  height: auto;
  display: block;
}

/* Body */

.materials-row-body {
  flex: 1 1 auto;
}

.materials-row-body h3 {
  font-size: 1.02rem;
  margin: 0 0 0.2rem;
  color: #111827;
}

.materials-row-body h3 a {
  text-decoration: none;
  color: inherit;
}

.materials-row-body h3 a:hover,
.materials-row-body h3 a:focus {
  color: #2a3a93;
}

.materials-row-body p {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #4b5563;
  margin: 0.1rem 0 0.5rem;
}

/* Meta row: tags + "View details" link */

.materials-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.materials-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.materials-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1.3;
  background: #eef2ff;
  border: 1px solid #d1d5ff;
  color: #1f2937;
}

/* "View details" link */

.materials-more {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #2a3a93;
  white-space: nowrap;
}

.materials-more:hover,
.materials-more:focus {
  text-decoration: underline;
}

/* Mobile stacking */

@media (max-width: 640px) {
  .materials-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .materials-row-logo {
    padding-bottom: 0.1rem;
  }

  .materials-row-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}

.about-materials-footer {
  margin-top: 1.6rem;
  font-size: 0.92rem;
  color: #4b5563;
  max-width: 40rem;
}

/* ===========
   Service area snapshot
   =========== */

.about-service-areas {
  margin-top: 3rem;
}

.about-service-areas-inner {
  border-top: 1px solid #e5e7eb;
  padding-top: 2.3rem;
}

.about-service-areas-inner h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111111;
}

.about-service-areas-intro {
  max-width: 44rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.3rem;
}

.about-service-areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.service-area-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  background: #f4f6fb;
  border: 1px solid #dfe4f5;
  color: #111827;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.service-area-pill:hover,
.service-area-pill:focus {
  background: #e2e7fb;
  border-color: #2a3a93;
  transform: translateY(-1px);
}

.about-service-areas-note {
  max-width: 40rem;
  font-size: 0.92rem;
  color: #4b5563;
}

.about-service-areas-note a {
  color: #2a3a93;
  text-decoration: none;
  font-weight: 500;
}

.about-service-areas-note a:hover,
.about-service-areas-note a:focus {
  text-decoration: underline;
}

/* ===========
   Service area map
   =========== */

.about-service-areas {
  margin-top: 3rem;
}

.about-service-areas-inner {
  border-top: 1px solid #e5e7eb;
  padding-top: 2.3rem;
}

.about-service-areas-inner h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111111;
}

.about-service-areas-intro {
  max-width: 44rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

/* Map container */

.service-area-map-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.service-area-map {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0;
}

.service-area-map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.9rem;
  border: 1px solid #dfe4f5;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.16);
}

/* Clickable markers */

.service-area-marker {
  position: absolute;
  text-decoration: none;
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.marker-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #d5622a;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 4px rgba(213, 98, 42, 0.2);
}

.marker-label {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  font-size: 0.72rem;
  line-height: 1.3;
  color: #111827;
  border: 1px solid #e5e7eb;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.service-area-marker:hover .marker-label,
.service-area-marker:focus .marker-label {
  opacity: 1;
  transform: translateY(0);
}

/* Marker positions (tweak after you add your real map image) */

.marker-indianapolis {
  top: 50%;
  left: 51.25%;
}

.marker-greenwood {
  top: 61.5%;
  left: 53%;
}

.marker-carmel {
  top: 34.5%;
  left: 52.5%;
}

.marker-fishers {
  top: 35.4%;
  left: 56%;
}

.marker-zionsville {
  top: 36%;
  left: 48%;
}

.marker-franklin {
  top: 71.5%;
  left: 54.5%;
}

.marker-whiteland {
  top: 66.5%;
  left: 55%;
}

.marker-bloomington {
  top: 94.7%;
  left: 39.5%;
}

.marker-noblesville {
  top: 30%;
  left: 56%;
}

/* Legend / text links */

.service-area-map-legend {
  margin-bottom: 0.9rem;
}

.service-area-map-legend-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #111827;
}

.service-area-map-legend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Reuse / refine pill style */

.service-area-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  background: #f4f6fb;
  border: 1px solid #dfe4f5;
  color: #111827;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.service-area-pill:hover,
.service-area-pill:focus {
  background: #e2e7fb;
  border-color: #2a3a93;
  transform: translateY(-1px);
}

/* Note text */

.about-service-areas-note {
  max-width: 40rem;
  font-size: 0.92rem;
  color: #4b5563;
}

.about-service-areas-note a {
  color: #2a3a93;
  text-decoration: none;
  font-weight: 500;
}

.about-service-areas-note a:hover,
.about-service-areas-note a:focus {
  text-decoration: underline;
}

/* Mobile tweaks */

@media (max-width: 640px) {
  .marker-label {
    display: none; /* keep the map clean on small screens */
  }

  .service-area-map-legend-list {
    gap: 0.4rem;
  }
}/* End custom CSS */