
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --gold: #D4AF37;
  --gold-hover: #B8962E;
  --gold-dim: rgba(212, 175, 55, 0.2);
  --gold-border: rgba(212, 175, 55, 0.5);
  --black: #000000;
  --surface: #121212;
  --surface-card: #1A1A1A;
  --surface-low: #1B1B1B;
  --surface-mid: #1F1F1F;
  --surface-high: #2A2A2A;
  --on-surface: #ffffff;
  --on-muted: #A0A0A0;
  --outline: rgba(77, 70, 53, 0.3);

  --font-display: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-1:  "Be Vietnam Pro", sans-serif;
  --nav-h: 80px;
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --section-py: 80px;
  --transition: all 0.3s ease;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-family: var(--font-1);
}

h1,h2,h3,h4,h5 {
    font-family: var(--font-1) !important;
}
.menu-item a span {
    font-weight: 600;
}
.menu-item.active a span {
  color: var(--gold) !important;
}


.ep-service-icon span {
  font-size: 40px;
}

/* ! HOME BANNER */

.ep-hero  {
  position: relative;
  margin-bottom: 0;
}

.home-banner {
  position: relative;
}

.home-banner .banner-slider {
  position: relative;
  margin-bottom: 0;
}

.home-banner .banner-slider .box-img {
  height: 700px;
  width: 100%;
  display: block;
}

.home-banner .banner-slider .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .banner-slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.home-banner .banner-slider .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 0;
  transition: width 0.3s ease;
}

.home-banner .banner-slider .slick-dots li button {
  width: 100%;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.4);
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.3s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.home-banner .banner-slider .slick-dots li button::before {
  content: none;
}

.home-banner .banner-slider .slick-dots li.slick-active {
  width: 34px;
}

.home-banner .banner-slider .slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff;
  border-radius: 999px;
}

.ep-hero {
    position: relative;
    overflow: hidden;
    height: 80vh;
}

.ep-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ep-hero-bg img {
    position: absolute;
    top: -15%;
    left: 0;

    width: 100%;
    height: 130%;

    object-fit: cover;
    will-change: transform;
}

.ep-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    padding: 0 24px;
}

.ep-hero-title {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 12px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ep-hero-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    margin: 0;
    max-width: 600px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.ep-hero-breadcrumb {
    margin-bottom: 8px;
}

.ep-hero-breadcrumb .breadcrumb-item.active span {
    display: inline-block;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.ep-brand img {
  height: 66px;
}

.fixed-top {
  background: #000 !important;
}

/* ── PAGINATION ── */
.page-pagination {
  display: flex;
  justify-content: center;
  padding: 48px 0 0;
}

.page-pagination nav { width: 100%; }

.page-pagination ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.page-pagination .page-item .page-link,
.page-pagination li a,
.page-pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: transparent;
  color: var(--on-surface, #e5e5e5);
  transition: all 0.2s ease;
}

.page-pagination .page-item .page-link:hover,
.page-pagination li a:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--gold);
  color: var(--gold);
}

.page-pagination .page-item.active .page-link,
.page-pagination li.active span {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.page-pagination .page-item.disabled .page-link,
.page-pagination li.disabled span {
  opacity: 0.35;
  pointer-events: none;
}

.page-pagination li:hover a {
  background: rgba(212, 175, 55, 0.12) !important;
  border-color: var(--gold) !important;
  color: var(--gold) !important;
}

/* ── CBV PRICE LIST (no table element) ── */
.cbv-pricelist-section {
  padding: 80px 0;
  background: var(--surface-mid);
}

.cbv-pricelist {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.12);
}

/* Header row */
.cbv-pricelist-head {
  display: grid;
  grid-template-columns: 1fr 180px 220px;
  background: var(--surface-high);
  padding: 0;
}

.cbv-pricelist-head .cbv-pricelist-col {
  padding: 16px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.cbv-pricelist-head .cbv-pricelist-col--price {
  text-align: right;
}

/* Data rows */
.cbv-pricelist-row {
  display: grid;
  grid-template-columns: 1fr 180px 220px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: var(--surface-card);
  transition: background 0.2s ease;
}

.cbv-pricelist-row:hover {
  background: rgba(255,255,255,0.03);
}

.cbv-pricelist-row .cbv-pricelist-col {
  padding: 20px 24px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cbv-pricelist-col--name {
  font-weight: 600;
  color: var(--on-surface);
}

.cbv-pricelist-col--unit {
  color: var(--on-muted);
  font-size: 13px;
}

.cbv-pricelist-col--price {
  font-weight: 700;
  color: var(--gold);
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

/* Mobile label (hidden on desktop) */
.cbv-pricelist-label {
  display: none;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--on-muted);
  margin-bottom: 4px;
}

.cbv-pricelist-note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--on-muted);
  font-style: italic;
  text-align: center;
}

/* Mobile: stack columns */
@media (max-width: 767px) {
  .cbv-pricelist-head {
    display: none;
  }

  .cbv-pricelist-row {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 16px;
  }

  .cbv-pricelist-row .cbv-pricelist-col {
    padding: 6px 8px;
  }

  .cbv-pricelist-col--name {
    grid-column: 1 / -1;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 6px;
  }

  .cbv-pricelist-col--price {
    text-align: right;
    align-items: flex-end;
  }

  .cbv-pricelist-label {
    display: block;
  }
}

.ep-heading-center {
  text-align: center;
  margin-bottom: 56px;
}

.ep-heading-center h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--on-surface);
  margin-bottom: 16px;
}

.ep-heading-center h2 span {
  color: var(--gold);
}

.ep-heading-center p {
  font-size: 15px;
  color: var(--on-muted);
  max-width: 560px;
  margin: 0 auto;
}



.footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px
}

@media (max-width: 575.98px) {
  .footer__socials {
    gap: 14px
  }
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  filter: grayscale(50%);
  transition: translate, filter;
  transition-duration: .3s
}

@media (max-width: 575.98px) {
  .footer__social-link {
    width: 42px;
    height: 42px
  }
}

.footer__social-link--facebook {
  background: #4863a9
}

.footer__social-link--youtube {
  background: red
}

.footer__social-link--tiktok {
  background: #000
}

.footer__social-link--twitter {
  background: #4999e6
}

.footer__social-link--linkedin {
  background: #2f71ab
}

.footer__social-link:hover {
  filter: grayscale(0);
  translate: 0 -3px
}

.footer__social-icon {
  width: 14px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7482%) hue-rotate(72deg) brightness(99%) contrast(99%)
}

@media (max-width: 575.98px) {
  .footer__social-icon {
    width: 18px
  }
}

.ep-about-intro {
  margin-top: 60px;
}

/* ── GALLERY PAGE ── */
.ep-gallery-section {
  padding: 72px 0 96px;
  background: var(--surface);
 }
/* 
.ep-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .ep-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .ep-gallery-grid { grid-template-columns: 1fr; }
}

.ep-gallery-item {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-high);
  cursor: pointer;
}

.ep-gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ep-gallery-item:hover img {
  transform: scale(1.06);
}

.ep-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ep-gallery-item:hover .ep-gallery-overlay {
  opacity: 1;
}

.ep-gallery-overlay .material-symbols-outlined {
  font-size: 42px;
  color: var(--gold);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
} */


.ep-detail-img {
  aspect-ratio: unset !important;
}

.ep-why-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ── SIDEBAR FEATURED ── */
.ep-related-cat--featured {
  color: var(--gold) !important;
  border-color: var(--gold-border) !important;
}

/* ── POST CTA ── */
.ep-post-cta {
  margin: 48px 0 40px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #1a1600 0%, #2a2200 50%, #1a1600 100%);
  border: 1px solid var(--gold-border);
  overflow: hidden;
  position: relative;
}

.ep-post-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(212,175,55,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.ep-post-cta-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  position: relative;
}

.ep-post-cta-text {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.ep-post-cta-text > .material-symbols-outlined {
  font-size: 48px;
  color: var(--gold);
  flex-shrink: 0;
  opacity: 0.9;
}

.ep-post-cta-text h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--on-surface);
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ep-post-cta-text p {
  font-size: 14px;
  color: var(--on-muted);
  margin: 0;
  line-height: 1.5;
}

.ep-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--gold);
  color: #000;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: var(--radius);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  flex-shrink: 0;
}

.ep-cta-btn:hover {
  background: var(--gold-hover);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,175,55,0.3);
}

.ep-cta-btn .material-symbols-outlined {
  font-size: 18px;
}

@media (max-width: 767px) {
  .ep-post-cta-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .ep-cta-btn { width: 100%; justify-content: center; }
  .ep-post-cta-text > .material-symbols-outlined { font-size: 36px; }
  .ep-post-cta-text h3 { font-size: 16px; }
}

.ep-featured-sidebar {
  margin-bottom: 40px;
}

/* ── CATEGORY PAGE SECTION ── */
.ep-main {
  padding: 56px 0 80px;
  background: var(--surface);
}

/* ── HORIZONTAL POST CARD ── */
.ep-post-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ep-hcard {
  display: flex;
  gap: 0;
  background: var(--surface-card);
  border: 1px solid rgba(212,175,55,0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ep-hcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(212,175,55,0.2);
  border-color: rgba(212,175,55,0.28);
}

/* Image side */
.ep-hcard-img-wrap {
  display: block;
  flex: 0 0 320px;
  width: 320px;
  text-decoration: none;
  overflow: hidden;
}

.ep-hcard-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 160px;
  overflow: hidden;
  background: var(--surface-high);
}

.ep-hcard-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ep-hcard:hover .ep-hcard-img img {
  transform: scale(1.07);
}

/* Category badge on image */
.ep-hcard-img .ep-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.ep-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: var(--gold);
  color: #000;
}

/* Content side */
.ep-hcard-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  min-width: 0;
}

/* Meta row */
.ep-hcard-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.ep-hcard-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--on-muted);
}

.ep-hcard-meta .material-symbols-outlined {
  font-size: 14px;
  color: var(--gold);
}

/* Title */
.ep-hcard-title-link {
  text-decoration: none;
}

.ep-hcard-body h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--on-surface);
  margin: 0 0 10px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.ep-hcard-title-link:hover h3 {
  color: var(--gold);
}

/* Description */
.ep-hcard-body > p {
  font-size: 13px;
  color: var(--on-muted);
  line-height: 1.65;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* "Xem chi tiết" link */
.link-gold {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.03em;
  margin-top: auto;
  width: fit-content;
  transition: gap 0.2s ease, color 0.2s ease;
}

.link-gold:hover {
  color: var(--gold-hover);
  gap: 8px;
}

.link-gold .material-symbols-outlined {
  font-size: 17px;
}

.ep-about-intro .ep-img-frame::before {
    inset: 0;
}
.ep-section.ep-section--dark p.text-muted {
    color: #A0A0A0 !important;
}
#ep-equip-form .ep-field-group label {
    text-align: left !important;
}
.ep-sidebar .ep-commit-list {
    text-align: left;
}
/* Mobile: stack vertically */
@media (max-width: 767px) {
  .ep-hcard {
    flex-direction: column;
  }
  .ep-hcard-img-wrap {
    flex: none;
    width: 100%;
    height: 200px;
  }
  .ep-hcard-img {
    min-height: 200px;
  }
}

.breadcrumb-item.active {
  color: var(--gold) !important;
  font-weight: 700 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--gold) !important;
}

.bb-social-sharing {
  display: flex;
}

.ep-hero-content--home {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.epslk-banner-slider {
  margin-top: 80px;
}

.ep-hero-title {
  font-size: 32px !important;
}

.ep-service-card {
    height: 100%;
}



.feedback--slider {

}

.feedback--slider .slick-slide.slick-center .feedback-item {
  opacity: 1;
}

.feedback--slider .slick-slide.slick-center .feedback-item .card-text {
  background-color: #18295c;
  color: #bccbfb;
}

.feedback--slider .slick-dots {
  bottom: -40px;
}

.feedback--slider .slick-dots li {
  width: 24px;
  margin: 0;
}

.feedback--slider .slick-dots li button {
  width: 100%;
  padding: 0;
}

.feedback--slider .slick-dots li button::before {
  content: "";
  width: 24px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
}

.feedback--slider .slick-dots li.slick-active button::before {
  background: var(--gold);
}

#ep-equip-form {
  width: 100%;
}

.ep-footer-about {
  font-size: 14px;
}

.ep-footer-nav ul li a {
  font-size: 14px;
}

.ep-footer-contact-list li {
  font-size: 14px;
}

.ep-news-link {
  font-size: 12px;
}

.ep-news-excerpt {
  font-size: 14px;
}

.ep-testimonial-text {
  font-size: 14px;
}

.ep-testimonial-head p {
  font-size: 12px;
}

.ep-equip-link {
  font-size: 12px;
}

.ep-service-desc {
  font-size: 12px;
}

.ep-detail-block {
  margin-bottom: 0px;
}




#ep-project-grid {

}

#ep-project-grid .slick-slide.slick-center .feedback-item {
  opacity: 1;
}

#ep-project-grid .slick-slide.slick-center .feedback-item .card-text {
  background-color: #18295c;
  color: #bccbfb;
}

#ep-project-grid .slick-dots {
  bottom: -40px;
}

#ep-project-grid .slick-dots li {
  width: 24px;
  margin: 0;
}

#ep-project-grid .slick-dots li button {
  width: 100%;
  padding: 0;
}

#ep-project-grid .slick-dots li button::before {
  content: "";
  width: 24px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
}

#ep-project-grid .slick-dots li.slick-active button::before {
  background: var(--gold);
}

.ep-equip-card .ep-equip-img {
  aspect-ratio: unset;
}


.ep-equip-desc {
  margin-bottom: 16px !important;
}

.ep-equip-cat {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212, 175, 55, 0.08);
  margin-top: 8px;
}

.ep-equip-header h2 span, .ep-heading-center h2 span, .ep-hero-title span {
  font-weight: 800; 
}


/* ! SLIDER THIẾT BỊ TIÊU BIỂU */
#ep-equip-slider .slick-arrow {
  position: absolute;
  top: -36px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: #121212;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ep-equip-slider .slick-arrow:hover {
  background: var(--gold);
}

#ep-equip-slider .slick-arrow:hover::before {
  color: #fff;
}

#ep-equip-slider .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}

#ep-equip-slider .slick-prev {
  right: 50px;
  left: auto;
}

#ep-equip-slider .slick-prev::before {
  content: "\f053";
}

#ep-equip-slider .slick-next {
  right: 0;
}

#ep-equip-slider .slick-next::before {
  content: "\f054";
}


@media (max-width: 575px) {
  .ep-footer-cols {
    padding: 24px 0 0;
  }

  .ep-equip-slider {
    margin-top: 80px;
  }

  .ep-why-grid {
    grid-template-columns: 1fr;
  }

  .ep-featured-sidebar { 
    margin-top: 40px;
  }

  .ep-stat-num {
    font-size: 24px;
  }

  .ep-hero-breadcrumb {
    font-size: 8px;
  }
}

/* ═══════════════════════════════════════
   ARTICLE TYPOGRAPHY — .ep-article--detail
   ═══════════════════════════════════════ */
.ep-article--detail {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: #d4d4d4;
}

/* Remove inline span wrapper noise from CKEditor */
.ep-article--detail span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* ── Headings ── */
.ep-article--detail h1,
.ep-article--detail h2,
.ep-article--detail h3,
.ep-article--detail h4,
.ep-article--detail h5,
.ep-article--detail h6 {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 2em 0 0.75em;
}

.ep-article--detail h1 { font-size: clamp(22px, 3vw, 32px); }
.ep-article--detail h2 {
  font-size: clamp(18px, 2.5vw, 26px);
  padding-left: 14px;
  border-left: 3px solid var(--gold);
  color: #fff;
}
.ep-article--detail h3 { font-size: clamp(16px, 2vw, 21px); color: #f0e8c8; }
.ep-article--detail h4 {
  font-size: 16px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1.6em 0 0.5em;
}
.ep-article--detail h5 { font-size: 15px; color: #d0d0d0; }
.ep-article--detail h6 { font-size: 14px; color: var(--on-muted); }

/* First heading has no top margin */
.ep-article--detail > h1:first-child,
.ep-article--detail > h2:first-child,
.ep-article--detail > h3:first-child {
  margin-top: 0;
}

/* ── Paragraphs ── */
.ep-article--detail p {
  margin: 0 0 1.2em;
  color: #d4d4d4;
}

/* ── Links ── */
.ep-article--detail a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.ep-article--detail a:hover {
  color: var(--gold-hover);
}

/* ── Unordered list ── */
.ep-article--detail ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em 0;
}
.ep-article--detail ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #d4d4d4;
}
.ep-article--detail ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ── Ordered list ── */
.ep-article--detail ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em 0;
  counter-reset: cbv-ol;
}
.ep-article--detail ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  color: #d4d4d4;
  counter-increment: cbv-ol;
}
.ep-article--detail ol li::before {
  content: counter(cbv-ol);
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: var(--gold);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── Blockquote ── */
.ep-article--detail blockquote {
  margin: 1.8em 0;
  padding: 20px 24px;
  border-left: 4px solid var(--gold);
  background: rgba(212,175,55,0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.ep-article--detail blockquote p {
  margin: 0 0 6px;
  color: #c8c8c8;
  font-style: italic;
  font-size: 14px;
}
.ep-article--detail blockquote p:last-child {
  margin: 0;
}

/* ── Inline code ── */
.ep-article--detail code {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  padding: 2px 7px;
  background: var(--surface-high);
  border-radius: 4px;
  color: #f0c060;
  border: 1px solid rgba(255,255,255,0.08);
}

/* ── Code block ── */
.ep-article--detail pre {
  background: var(--surface-high);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 20px 24px;
  overflow-x: auto;
  margin: 0 0 1.4em;
}
.ep-article--detail pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  color: #d0d0d0;
}

/* ── Divider ── */
.ep-article--detail hr {
  border: none;
  border-top: 1px solid rgba(212,175,55,0.2);
  margin: 2em 0;
}

/* ── Images ── */
.ep-article--detail img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  display: block;
  margin: 1.4em auto;
}

/* ── Strong / Em ── */
.ep-article--detail strong,
.ep-article--detail b {
  font-weight: 700;
  color: #fff;
}
.ep-article--detail em,
.ep-article--detail i {
  font-style: italic;
  color: #c8c8c8;
}

/* ── DIV-based table (system uses div.table) ── */
.ep-article--detail .cbv-pricelist-section {
  margin: 1.4em 0;
}


.ep-article-img {
  aspect-ratio: unset !important;
}

.ep-partner-logo img {
    height: 64px;
    width: auto;
    object-fit: contain;
}

.feedback--slider .slick-dots li {
    margin-right: 5px;
}
.bb-social-sharing {
    gap: 10px;
}

.ep-section-header h2 {
    color: var(--gold) !important;
}

.ep-heading-center h2 {
    color: var(--gold) !important;
}

.ep-card-meta span svg {
    color: var(--gold) !important;
}

.ep-bento-main {
  height: 100%;
}
.ep-project-card .ep-project-meta svg {
    height: 16px !important;
    width: 16px !important;
}

.epslk-title {
    font-size: 36px !important;
    color: var(--gold);
    line-height: 1.25;
}
.epslk-content {
    padding: 20px;
    background: rgba(0, 0, 55, 0.3);
    border-radius: 16px;
}
.ep-project-card .ep-project-meta p{
    font-size: 14px;
}
@media (max-width:996px) {
    .epslk-banner-slider .epslk-slide {
        height: 350px !important;
        min-height: unset !important;
    }
    .epslk-banner-slider .epslk-title {
        font-size: 24px !important;
    }
    .ep-section {
        padding: 40px 0 !important;
    }
    .ep-heading {
        font-size: 22px !important;
    }
    .ep-footer-logo {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .ep-footer-logo .ep-brand {
        width: auto;
    }
    .ep-news-card .ep-news-img {
        aspect-ratio: 4/3;
        height: auto;
    }
}

#menu-mobile .wraper-menu-mobile {
    height: 95% !important;
}

#menu-mobile .mobile-logo img {
    width: 100px !important;
    height: auto !important;
    margin: 0 auto;
    box-shadow: none;
}

#menu-mobile .mobile-logo {
    justify-content: center;
}
#menu-mobile .close-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-top {
    z-index: 222 !important;
}

.ep-partner-cell img {
    height: 72px !important;
}


.ep-main {
  margin-top: 0;
}

.ep-hero-title {
  padding: 10px 0;
}

.rental-equip--section .ep-equip-card {
    padding: 0 !important;
}
.rental-equip--section .ep-equip-card .ep-equip-link {
    margin-bottom: 15px;
}

.ep-featured-sidebar {
  margin-top: 40px;
}