/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 18:29:09 */
/* ================================ PEOPLESTRIDE EXPERIENCE SECTION ================================ */
.ps-experience {
  padding: 100px 20px;
  background: #eaf2fb;
}
.ps-experience .ps-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
} /* Heading */
.ps-experience-heading {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}
.ps-experience .ps-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  margin-bottom: 18px;
  background: rgba(46, 134, 193, 0.1);
  color: #2e86c1;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ps-experience-heading h2 {
  margin: 0 0 18px;
  color: #1b3a6b;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}
.ps-experience-heading p {
  margin: 0;
  color: #5d6d7e;
  font-size: 16px;
  line-height: 1.75;
} /* Cards Grid */
.ps-experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
} /* Card */
.ps-experience-card {
  position: relative;
  padding: 42px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(27, 58, 107, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ps-experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(27, 58, 107, 0.16);
} /* Top Accent */
.ps-experience-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1b3a6b;
}
.ps-experience-card-featured::before {
  background: #f39c12;
} /* Icon */
.ps-experience-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #eaf2fb;
  border-radius: 14px;
  color: #2e86c1;
}
.ps-experience-icon .material-symbols-outlined {
  font-size: 28px;
} /* Experience Number */
.ps-experience-number {
  margin-bottom: 12px;
  color: #f39c12;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}
.ps-experience-number span {
  margin-left: 4px;
  color: #1b3a6b;
  font-size: 18px;
  font-weight: 700;
} /* Card Content */
.ps-experience-card h3 {
  margin: 0 0 14px;
  color: #1c2833;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}
.ps-experience-card p {
  margin: 0;
  color: #5d6d7e;
  font-size: 16px;
  line-height: 1.75;
} /* Divider */
.ps-experience-line {
  width: 100%;
  height: 1px;
  margin: 28px 0 20px;
  background: #eaf2fb;
} /* Tag */
.ps-experience-tag {
  display: inline-block;
  padding: 7px 14px;
  background: #eaf2fb;
  border-radius: 50px;
  color: #1b3a6b;
  font-size: 12px;
  font-weight: 700;
} /* ================================ TABLET ================================ */
@media (max-width: 767px) {
  .ps-experience {
    padding: 70px 16px;
  }
  .ps-experience-heading h2 {
    font-size: 28px;
  }
  .ps-experience-grid {
    gap: 20px;
  }
  .ps-experience-card {
    padding: 32px 26px;
  }
} /* ================================ MOBILE ================================ */
@media (max-width: 600px) {
  .ps-experience-grid {
    grid-template-columns: 1fr;
  }
  .ps-experience-heading {
    margin-bottom: 35px;
  }
  .ps-experience-heading h2 {
    font-size: 24px;
  }
  .ps-experience-number {
    font-size: 38px;
  }
  .ps-experience-number span {
    font-size: 16px;
  }
  .ps-experience-card h3 {
    font-size: 20px;
  }
} /* ======================================== PEOPLESTRIDE — OUR MISSION ======================================== */
.ps-mission {
  padding: 60px 20px;
}
.ps-mission .ps-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
} /* Mission Card */
.ps-mission-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 70px 80px;
  background: #1b3a6b;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(27, 58, 107, 0.18);
} /* Decorative Glow */
.ps-mission-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -180px;
  background: rgba(46, 134, 193, 0.35);
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}
.ps-mission-glow::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -450px;
  top: 250px;
  background: rgba(243, 156, 18, 0.12);
  border-radius: 50%;
  filter: blur(30px);
} /* Content */
.ps-mission-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
.ps-mission .ps-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  margin-bottom: 20px;
  background: rgba(243, 156, 18, 0.14);
  border: 1px solid rgba(243, 156, 18, 0.3);
  border-radius: 50px;
  color: #f39c12;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ps-mission h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.ps-mission h2 span {
  color: #f39c12;
}
.ps-mission p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
} /* Mission Icon */
.ps-mission-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  color: #f39c12;
  backdrop-filter: blur(10px);
}
.ps-mission-icon .material-symbols-outlined {
  font-size: 48px;
} /* Hover */
.ps-mission-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ps-mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(27, 58, 107, 0.22);
} /* ======================================== TABLET ======================================== */
@media (max-width: 767px) {
  .ps-mission {
    padding: 70px 16px;
  }
  .ps-mission-card {
    padding: 50px 35px;
    gap: 35px;
  }
  .ps-mission h2 {
    font-size: 28px;
  }
  .ps-mission-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
  .ps-mission-icon .material-symbols-outlined {
    font-size: 38px;
  }
} /* ======================================== MOBILE ======================================== */
@media (max-width: 600px) {
  .ps-mission {
    padding: 60px 16px;
  }
  .ps-mission-card {
    display: block;
    padding: 38px 25px;
    border-radius: 16px;
  }
  .ps-mission h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .ps-mission p {
    font-size: 16px;
  }
  .ps-mission-icon {
    margin-top: 30px;
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
  .ps-mission-icon .material-symbols-outlined {
    font-size: 30px;
  }
} /* ========================================= PEOPLESTRIDE — CORE VALUES ========================================= */
.ps-values {
  padding: 60px 20px;
}
.ps-values .ps-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
} /* ========================================= SECTION HEADER ========================================= */
.ps-values-header {
  max-width: 720px;
  margin: 0 auto 55px;
  text-align: center;
}
.ps-values .ps-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  margin-bottom: 18px;
  background: rgba(46, 134, 193, 0.1);
  border: 1px solid rgba(46, 134, 193, 0.15);
  border-radius: 50px;
  color: #2e86c1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ps-values-header h2 {
  margin: 0 0 18px;
  color: #1b3a6b;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.ps-values-header p {
  margin: 0;
  color: #5d6d7e;
  font-size: 16px;
  line-height: 1.75;
} /* ========================================= VALUES GRID ========================================= */
.ps-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
} /* ========================================= VALUE CARD ========================================= */
.ps-value-card {
  position: relative;
  padding: 34px 30px 32px;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 107, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(27, 58, 107, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ps-value-card:hover {
  transform: translateY(-7px);
  border-color: rgba(46, 134, 193, 0.25);
  box-shadow: 0 12px 35px rgba(27, 58, 107, 0.15);
} /* Top Accent */
.ps-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2e86c1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.ps-value-card:hover::before {
  transform: scaleX(1);
} /* ========================================= ICON ========================================= */
.ps-value-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: #eaf2fb;
  border-radius: 14px;
  color: #2e86c1;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.ps-value-card:hover .ps-value-icon {
  background: #2e86c1;
  color: #ffffff;
  transform: translateY(-2px);
}
.ps-value-icon .material-symbols-outlined {
  font-size: 26px;
} /* ========================================= NUMBER ========================================= */
.ps-value-number {
  display: block;
  margin-bottom: 9px;
  color: #f39c12;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
} /* ========================================= CARD CONTENT ========================================= */
.ps-value-card h3 {
  margin: 0 0 12px;
  color: #1c2833;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}
.ps-value-card p {
  margin: 0;
  color: #5d6d7e;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
} /* ========================================= FEATURED CARD ========================================= */
.ps-value-card-featured {
  background: #1b3a6b;
  border-color: #1b3a6b;
}
.ps-value-card-featured .ps-value-icon {
  background: rgba(243, 156, 18, 0.14);
  color: #f39c12;
}
.ps-value-card-featured .ps-value-number {
  color: #f39c12;
}
.ps-value-card-featured h3 {
  color: #ffffff;
}
.ps-value-card-featured p {
  color: rgba(255, 255, 255, 0.75);
}
.ps-value-card-featured::before {
  background: #f39c12;
} /* ========================================= TABLET ========================================= */
@media (max-width: 991px) {
  .ps-values {
    padding: 80px 20px;
  }
  .ps-values-header h2 {
    font-size: 28px;
  }
  .ps-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
} /* ========================================= MOBILE ========================================= */
@media (max-width: 600px) {
  .ps-values {
    padding: 65px 16px;
  }
  .ps-values-header {
    margin-bottom: 38px;
  }
  .ps-values-header h2 {
    font-size: 24px;
  }
  .ps-values-header p {
    font-size: 15px;
  }
  .ps-values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ps-value-card {
    padding: 28px 24px;
  }
  .ps-value-card h3 {
    font-size: 19px;
  }
}
