:root {
  --ep-red: #ec1e24;
  --ep-blue: #1c51a3;
  --ep-gold-dark: #b79b59;
  --ep-gold-light: #ead890;
  --ep-black: #111111;
  --ep-gray: #6c757d;
  --ep-white: #ffffff;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --nav-height: 72px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Max content width on large desktops — Bootstrap xxl default is 1320px (too wide for body copy) */
  --ep-container-max: 1140px;
  /* Comfortable line length for paragraphs (approx 65–72 characters) */
  --ep-prose-max: 65ch;
}

/* Tighter layout on wide screens so content doesn't stretch edge-to-edge */
@media (min-width: 1200px) {
  .container,
  .ep-navbar .container,
  .top-bar .container,
  .ep-footer .container {
    max-width: var(--ep-container-max) !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--ep-black);
  background: var(--ep-white);
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
}

main {
  overflow-x: clip;
  max-width: 100%;
}

img:not(.navbar-logo):not(.footer-logo),
svg:not(.navbar-logo) {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.page-hero-title,
.hero-title {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Top bar - desktop */
.top-bar {
  background: var(--ep-black);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  padding: 0.45rem 0;
}

.top-bar-item {
  display: inline-block;
  margin-right: 1rem;
}

.top-bar-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-link {
  color: var(--ep-gold-light);
  text-decoration: none;
  font-size: 0.85rem;
}

.top-bar-link:hover {
  color: var(--ep-white);
}

/* Top bar - mobile compact strip */
.top-bar-mobile {
  background: var(--ep-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-mobile-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.top-bar-mobile-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ep-gold-light);
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-mobile-link:last-child {
  border-right: none;
}

.top-bar-mobile-wa {
  color: #25d366;
}

/* Navbar */
.ep-navbar {
  background: var(--ep-white);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: padding var(--transition), box-shadow var(--transition);
}

.ep-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
}

.ep-navbar .navbar-brand {
  flex: 0 1 auto;
  min-width: 0;
  margin-right: 0;
  padding: 0;
}

.ep-navbar .navbar-logo {
  display: block;
  height: 50px;
  width: auto;
  max-width: min(280px, 58vw);
  margin: 10px 0px;
}

.ep-navbar-toggler {
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.35rem 0.55rem;
  margin-left: auto;
}

.ep-navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 81, 163, 0.2);
}

.ep-navbar.scrolled {
  padding: 0.35rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ep-navbar .nav-link {
  color: var(--ep-black);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  padding: 0.5rem 1rem !important;
  transition: color var(--transition);
}

.ep-navbar .nav-link:hover {
  color: var(--ep-red);
}

.ep-navbar .nav-link.active {
  color: var(--ep-red);
}

.ep-navbar .dropdown-toggle::after {
  vertical-align: 0.15em;
}

.ep-navbar .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.15);
}

.ep-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 81, 163, 0.25);
}

.btn-ep-outline-nav {
  border: 2px solid var(--ep-blue);
  color: var(--ep-blue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: transparent;
}

.btn-ep-outline-nav:hover {
  background: var(--ep-blue);
  border-color: var(--ep-blue);
  color: #fff;
}

.ep-offcanvas {
  background: var(--ep-white);
  width: min(320px, 88vw);
}

.offcanvas-brand img {
  height: 32px;
  width: auto;
  max-width: 160px;
}

.mobile-nav-list .nav-link {
  font-size: 1.05rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  font-family: var(--font-heading);
  letter-spacing: 0.04em;
}

.mobile-nav-list .nav-link-sub {
  font-size: 0.95rem;
  text-transform: none;
  font-family: var(--font-body);
  padding-left: 0.5rem;
  color: var(--ep-gray);
}

.mobile-nav-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ep-gold-dark);
  font-weight: 700;
}

.mobile-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ep-offcanvas .nav-link:hover,
.ep-offcanvas .nav-link.active {
  color: var(--ep-red);
}

.btn-ep-primary {
  background: var(--ep-red);
  border-color: var(--ep-red);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn-ep-primary:hover {
  background: #c9191f;
  border-color: #c9191f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(236, 30, 36, 0.35);
}

.btn-ep-secondary {
  background: var(--ep-blue);
  border-color: var(--ep-blue);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-ep-secondary:hover {
  background: #164488;
  border-color: #164488;
  color: #fff;
}

.btn-ep-outline {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-ep-outline:hover {
  background: #fff;
  color: var(--ep-blue);
}

.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  font-weight: 600;
}

.btn-whatsapp:hover {
  background: #1fb855;
  border-color: #1fb855;
  color: #fff;
}

.text-gold {
  color: var(--ep-gold-dark) !important;
}

.text-gold-light {
  color: var(--ep-gold-light) !important;
}

/* Hero */
.ep-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ep-hero .hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28, 81, 163, 0.92) 42%, rgb(17 17 17 / 31%) 100%), url(/img/hero-bg.jpg) center / cover no-repeat;
    animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0 3rem;
  width: 100%;
}

.min-vh-75 {
  min-height: 75vh;
}

.hero-eyebrow {
  display: inline-block;
  color: var(--ep-gold-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(1.75rem, 5vw, 3.75rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.hero-h1-line {
  display: block;
}

.hero-h1-brand {
  display: block;
  font-size: 0.55em;
  color: var(--ep-gold-light);
  margin-top: 0.35rem;
  letter-spacing: 0.06em;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-ctas .btn {
  margin-right: 0 !important;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
  margin-bottom: 1.75rem;
}

.hero-animate {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.8s ease forwards;
  animation-delay: calc(var(--delay, 0) * 0.15s);
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sections */
.ep-section {
  padding: 5rem 0;
  overflow-x: clip;
  max-width: 100%;
}

.ep-section .container {
  max-width: 100%;
}

.section-blue {
  background: var(--ep-blue);
}

/* Light text on blue sections (home quality block, industries, etc.) */
.section-blue-content,
.section-blue.text-white {
  color: rgba(255, 255, 255, 0.92);
}

.section-blue-content .section-title,
.section-blue.text-white .section-title {
  color: #fff;
}

.section-blue-content .section-eyebrow,
.section-blue.text-white .section-eyebrow.text-gold-light {
  color: var(--ep-gold-light);
}

.section-blue-content p,
.section-blue.text-white p {
  color: rgba(255, 255, 255, 0.88);
}

.section-blue-content .ep-check-list li,
.section-blue.text-white .ep-check-list li {
  color: rgba(255, 255, 255, 0.92);
}

.section-gold-light {
  background: var(--ep-gold-light);
}

.section-dark {
  background: var(--ep-black);
}

.section-stats {
  background: linear-gradient(135deg, var(--ep-blue), #0f3460);
  color: #fff;
}

.section-eyebrow {
  display: inline-block;
  color: var(--ep-gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.section-lead {
  font-size: 1.1rem;
  color: var(--ep-gray);
  max-width: min(700px, var(--ep-prose-max));
  margin: 0 auto;
}

/* Long-form body copy: limit line length when not inside narrow cards */
.ep-section > .container > .row > [class*='col-'] > p:not(.stat-label):not(.stat-block-label),
.ep-section > .container > p,
.mv-card p,
.partner-text {
  max-width: var(--ep-prose-max);
}

/* Centered intros: allow auto margins when max-width applies */
.ep-section .text-center .section-lead,
.ep-section .text-center > p {
  margin-left: auto;
  margin-right: auto;
}

.page-hero {
  padding: 4rem 0 3rem;
}

/* Services page hero */
.services-hero {
  position: relative;
  overflow: hidden;
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28, 81, 163, 0.92) 0%, rgba(17, 17, 17, 0.85) 100%),
    url('/img/hero-bg.jpg') center/cover no-repeat;
}

.services-hero-inner {
  position: relative;
  z-index: 2;
}

/* Contact page hero */
.contact-hero {
  position: relative;
  overflow: hidden;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28, 81, 163, 0.92) 0%, rgba(17, 17, 17, 0.85) 100%),
    url('/img/hero-bg.jpg') center/cover no-repeat;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
}

.contact-side-img {
  max-height: 280px;
}

.page-hero-title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.page-hero-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 720px;
}

.service-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  overflow: hidden;
}

.service-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
}

.service-hero .container {
  position: relative;
  z-index: 2;
}

/* Cards */
.service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.service-card-img-wrap {
  display: block;
  overflow: hidden;
  height: 200px;
  background: var(--ep-gold-light);
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card-img {
  transform: scale(1.08);
}

.service-card-body {
  padding: 1.5rem;
}

.service-card-title a {
  color: var(--ep-black);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.service-card-title a:hover {
  color: var(--ep-red);
}

.service-card-text {
  font-size: 0.9rem;
  color: var(--ep-gray);
}

.service-card-link {
  color: var(--ep-red);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* Stats */
.stat-card {
  padding: 1.5rem;
}

.stat-value {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--ep-gold-light);
  line-height: 1;
}

.section-stats .stat-value {
  color: var(--ep-gold-light);
}

.stat-suffix {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--ep-gold-dark);
}

.stat-label {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.stat-card-sm .stat-value {
  font-size: 2.25rem;
}

/* Process */
.process-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1.75rem;
  height: 100%;
  transition: transform var(--transition), border-color var(--transition);
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: var(--ep-gold-dark);
}

.process-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--ep-gold-dark);
  margin-bottom: 0.75rem;
}

.process-card h3 {
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.process-card p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.95rem;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-list li {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.process-list-num {
  font-family: var(--font-heading);
  color: var(--ep-red);
  font-weight: 700;
}

/* Industry chips */
.industry-chip {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  color: #fff;
  font-weight: 500;
}

.industry-chip-light {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ep-blue);
  border-color: transparent;
}

.industry-chip i {
  color: var(--ep-gold-light);
  margin-right: 0.5rem;
}

.industry-chip-light i {
  color: var(--ep-red);
}

/* Check list */
.ep-check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.ep-check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
}

.ep-check-list li::before {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: var(--ep-gold-light);
}

/* Testimonials */
.testimonial-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  margin: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--ep-red);
}

.testimonial-card p {
  font-style: italic;
  color: var(--ep-gray);
}

.testimonial-card footer {
  margin-top: 1rem;
}

.testimonial-card footer span {
  display: block;
  font-size: 0.85rem;
  color: var(--ep-gray);
}

/* CTA banner */
.ep-cta-banner {
  background: linear-gradient(135deg, var(--ep-red), #a8181d);
  padding: 4rem 0;
  text-align: center;
}

.cta-title {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.cta-text {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

/* Images */
.section-img-placeholder {
  border-radius: 8px;
  min-height: 280px;
  background: linear-gradient(135deg, var(--ep-gold-light), #d4c48a);
  overflow: hidden;
}

.section-img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  display: block;
}

/* Service detail section images — always visible (no reveal fade) */
.service-detail-media {
  opacity: 1;
  transform: none;
}

.service-section-img {
  position: relative;
  min-height: 280px;
}

.service-section-img img {
  position: relative;
  z-index: 1;
}

.placeholder-fallback {
  background: linear-gradient(135deg, var(--ep-blue) 0%, var(--ep-gold-dark) 100%);
}

.placeholder-fallback:not(.service-section-img) img {
  display: none;
}

.service-section-img img {
  display: block !important;
}

.eco-card {
  min-height: 240px;
}

/* Contact */
.contact-info-card {
  background: var(--ep-gold-light);
  border-radius: 8px;
  padding: 1.5rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.contact-item i {
  font-size: 1.25rem;
  color: var(--ep-red);
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.contact-item strong {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ep-gray);
}

.contact-item a {
  color: var(--ep-blue);
}

.form-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* ============================================
   About page components
   ============================================ */

.about-hero {
  position: relative;
  padding: 5rem 0 4rem;
  overflow: hidden;
  background: var(--ep-blue);
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28, 81, 163, 0.92) 0%, rgba(17, 17, 17, 0.85) 100%),
    url('/img/about-hero-bg.jpg') center/cover no-repeat;
}

.about-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 12px);
  opacity: 0.6;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
}

.about-hero .hero-eyebrow {
  color: var(--ep-gold-light);
}

.about-hero .page-hero-title {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  margin-bottom: 0.85rem;
}

.lead-text {
  font-size: 1.05rem;
  color: var(--ep-gray);
  line-height: 1.75;
  max-width: var(--ep-prose-max);
}

.about-hero .page-hero-lead {
  color: rgba(255, 255, 255, 0.85);
  max-width: min(760px, var(--ep-prose-max));
  font-size: 1.1rem;
}

.about-img-wrap {
  position: relative;
  min-height: 380px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ep-blue) 0%, var(--ep-gold-dark) 100%);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(28, 81, 163, 0.2);
}

.about-img-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.about-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(28, 81, 163, 0.15) 0%,
    rgba(17, 17, 17, 0.2) 100%
  );
  pointer-events: none;
}

.about-side-img {
  border-radius: 12px;
  overflow: hidden;
  min-height: 220px;
  max-height: 320px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}

.about-side-img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.section-dark .about-side-img {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.about-img-shape {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 180px;
  border: 4px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transform: rotate(15deg);
}

.about-img-shape-1 {
  top: 20%;
  right: 15%;
}

.about-img-card {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 2rem;
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  max-width: 240px;
}

.about-img-card i {
  font-size: 2rem;
  color: var(--ep-red);
  display: block;
  margin-bottom: 0.25rem;
}

.about-img-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  color: var(--ep-black);
  line-height: 1;
}

.about-img-card span {
  display: block;
  font-size: 0.85rem;
  color: var(--ep-gray);
  margin-top: 0.4rem;
}

/* Feature cards (specialties) */
.feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform var(--transition), box-shadow var(--transition);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.feature-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ep-blue), #2a6dd0);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  margin-bottom: 1rem;
}

.feature-card-title {
  font-size: 1.05rem;
  margin: 0;
  color: var(--ep-black);
}

/* Stats banner section */
.section-stats-banner {
  background: linear-gradient(135deg, #143f80 0%, var(--ep-blue) 100%);
  position: relative;
  overflow: hidden;
}

.section-stats-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(234, 216, 144, 0.12), transparent 60%);
}

.section-stats-banner .container {
  position: relative;
  z-index: 1;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.78);
}

.stat-block {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
}

.stat-block-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}

.stat-block-value .stat-value {
  color: var(--ep-gold-light);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
}

.stat-block-value .stat-suffix {
  color: var(--ep-gold-dark);
  font-size: 1.75rem;
}

.stat-block-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  margin: 0.75rem 0 0;
  line-height: 1.4;
}

/* Check cards (what makes us different) */
.check-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  height: 100%;
  transition: transform var(--transition), border-color var(--transition);
}

.check-card:hover {
  transform: translateY(-4px);
  border-color: var(--ep-gold-dark);
}

.check-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(236, 30, 36, 0.1);
  color: var(--ep-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.check-card-title {
  font-size: 1rem;
  margin: 0;
  color: var(--ep-black);
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

/* Mission & Vision cards */
.mv-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  height: 100%;
  position: relative;
  border-top: 4px solid var(--ep-blue);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.mv-card-alt {
  border-top-color: var(--ep-red);
}

.mv-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ep-gold-light);
  color: var(--ep-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.mv-card-alt .mv-card-icon {
  background: rgba(236, 30, 36, 0.1);
  color: var(--ep-red);
}

.mv-card-eyebrow {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ep-gold-dark);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mv-card-title {
  font-size: 1.65rem;
  margin-bottom: 1rem;
}

.mv-card p {
  color: var(--ep-gray);
  line-height: 1.75;
  margin: 0;
}

/* Industry icon cards */
.industry-icon-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
  min-width: 170px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
}

.industry-icon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.industry-icon-card i {
  font-size: 2rem;
  color: var(--ep-red);
  display: block;
  margin-bottom: 0.65rem;
}

.industry-icon-card span {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ep-black);
}

/* Manufacturing capability chips */
.capability-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  transition: border-color var(--transition);
  height: 100%;
}

.capability-chip:hover {
  border-color: var(--ep-gold-light);
}

.capability-chip i {
  color: var(--ep-gold-light);
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* Quality tiles */
.quality-tile {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: var(--ep-gold-light);
  border-radius: 8px;
  height: 100%;
}

.quality-tile-num {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--ep-red);
  line-height: 1;
  min-width: 50px;
}

.quality-tile-text {
  font-weight: 600;
  color: var(--ep-black);
}

/* Partner highlight block */
.partner-block {
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
}

.partner-quote-icon {
  font-size: 3rem;
  color: var(--ep-gold-dark);
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.partner-text {
  font-size: 1.1rem;
  color: var(--ep-gray);
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .about-hero {
    padding: 2.5rem 0 2rem;
  }

  .about-img-wrap {
    min-height: 280px;
  }

  .about-img-card {
    bottom: 1rem;
    left: 1rem;
    padding: 0.85rem 1rem;
    max-width: 180px;
  }

  .about-img-card strong {
    font-size: 1.4rem;
  }

  .section-stats-banner {
    text-align: center;
  }

  .mv-card,
  .partner-block {
    padding: 1.75rem 1.5rem;
  }

  .partner-quote-icon {
    font-size: 2.25rem;
  }

  .partner-text {
    font-size: 1rem;
  }

  .industry-icon-card {
    min-width: 0;
  }
}

/* Breadcrumb */
.ep-breadcrumb {
  background: var(--ep-gold-light);
  padding: 0.75rem 0;
  overflow-x: auto;
  max-width: 100%;
}

.ep-breadcrumb .breadcrumb {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.ep-breadcrumb .breadcrumb {
  margin: 0;
}

.ep-breadcrumb a {
  color: var(--ep-blue);
}

/* Footer */
.ep-footer {
  background: var(--ep-black);
  color: rgba(255, 255, 255, 0.75);
  padding: 4rem 0 0;
}

.footer-heading {
  color: var(--ep-gold-light);
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--ep-gold-light);
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 0.65rem;
  display: flex;
  gap: 0.5rem;
}

.footer-contact i {
  color: var(--ep-red);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.5rem;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.9rem;
}

.footer-logo {
  filter: brightness(0) invert(1);
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: calc(var(--stagger-index, 0) * 0.1s);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left,
.reveal-right {
  transform: translateY(32px);
}

.reveal-left.revealed,
.reveal-right.revealed {
  transform: translateY(0);
}

.reveal-zoom {
  transform: scale(0.95);
}

.reveal-zoom.revealed {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  *,
  .reveal,
  .hero-animate,
  .ep-hero .hero-bg {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .ep-section {
    padding: 3rem 0;
  }

  .nav-actions {
    display: none !important;
  }

  .ep-hero {
    min-height: auto;
  }

  .ep-hero .hero-bg {
    animation: none;
    transform: none;
  }

  .hero-content {
    padding: 2rem 0 2.5rem;
  }

  .hero-title {
    font-size: clamp(1.5rem, 6.5vw, 2.25rem);
    letter-spacing: 0.01em;
  }

  .hero-h1-brand {
    font-size: 0.5em;
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
  }

  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .hero-ctas .btn {
    width: 100%;
    max-width: 100%;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }

  .ep-navbar .navbar-logo {
    height: 32px;
    max-width: min(160px, 52vw);
  }

  .service-hero {
    min-height: 300px;
    padding-bottom: 2rem;
  }

  .service-hero .page-hero-title {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
  }

  .service-hero .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }

  .page-hero {
    padding: 2.5rem 0 2rem;
  }

  .page-hero-title {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
  }

  .section-title {
    font-size: clamp(1.35rem, 4.5vw, 1.85rem);
  }

  .ep-cta-banner {
    padding: 2.5rem 0;
  }

  .ep-cta-banner .btn {
    width: 100%;
    max-width: 100%;
  }

  .contact-item {
    flex-wrap: wrap;
  }

  .form-card {
    padding: 1.25rem;
  }

  .footer-contact li {
    flex-wrap: wrap;
    word-break: break-word;
  }

  .industry-chip {
    font-size: 0.9rem;
  }

  .process-card {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ep-navbar {
    padding: 0.4rem 0;
  }

  .top-bar-mobile-link {
    font-size: 0.72rem;
    padding: 0.45rem 0.5rem;
  }

  .hero-title {
    font-size: 1.45rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .stat-value {
    font-size: 2rem;
  }

  .stat-suffix {
    font-size: 1.35rem;
  }

  .service-card-body {
    padding: 1rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }
}
