/* Start custom CSS for html, class: .elementor-element-f9bdc2f *//* ================================================================
   ABSOLUTE CABLEMART — Certifications & Standards
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=Crimson+Pro:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500&display=swap');

/* ── Variables ─────────────────────────────────────────────────── */
.acm-about {
  --acm-yellow:       #fed73e;
  --acm-yellow-bg:    #fffce6;
  --acm-yellow-mid:   rgba(254, 215, 62, 0.12);
  --acm-grey:         #a6a597;
  --acm-dark:         #18110e;
  --acm-dark-mid:     #2e2420;
  --acm-white:        #ffffff;
  --acm-surface:      #f8f7f4;
  --acm-surface-2:    #f2f0eb;
  --acm-border:       #e8e6df;
  --acm-sidebar-w:    240px;
  --acm-gap:          52px;
  --acm-radius:       6px;
  --acm-font-head:    'Syne', sans-serif;
  --acm-font-serif:   'Crimson Pro', serif;
  --acm-font-body:    'Inter', sans-serif;
}

/* ── Global box-sizing ─────────────────────────────────────────── */
.acm-about,
.acm-about * {
  box-sizing: border-box;
}

/* ── Outer wrapper ─────────────────────────────────────────────── */
.acm-about {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--acm-gap);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 48px 0 80px;
  background: var(--acm-white);
}

/* ================================================================
   LEFT SIDEBAR
   ================================================================ */
.acm-sidebar {
  flex: 0 0 var(--acm-sidebar-w);
  width: var(--acm-sidebar-w);
  min-width: var(--acm-sidebar-w);
  order: -1;
}

.acm-sidebar__inner {
  position: sticky;
  top: 40px;
}

.acm-sidebar__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.acm-sidebar__eyebrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--acm-yellow);
  flex-shrink: 0;
}

.acm-sidebar__eyebrow span {
  font-family: var(--acm-font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--acm-grey);
}

.acm-sidebar__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-sidebar__nav li {
  position: relative;
  margin: 0;
  padding: 0;
}

.acm-sidebar__nav li + li {
  border-top: 1px solid var(--acm-border);
}

.acm-sidebar__nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 0;
  font-family: var(--acm-font-body);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--acm-grey);
  text-decoration: none !important;
  line-height: 1.45;
  transition: color .22s ease, padding-left .22s ease;
}

.acm-sidebar__nav a:hover {
  color: var(--acm-dark);
  padding-left: 5px;
}

.acm-sidebar__nav a:hover .acm-nav-dot {
  background: var(--acm-yellow);
}

.acm-sidebar__nav li.is-active a {
  color: var(--acm-dark);
  font-weight: 500;
}

.acm-sidebar__nav li.is-active .acm-nav-dot {
  background: var(--acm-yellow);
  transform: scale(1.5);
}

.acm-sidebar__nav li.is-active::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--acm-yellow);
  border-radius: 0 2px 2px 0;
}

.acm-nav-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acm-border);
  flex-shrink: 0;
  transition: background .22s ease, transform .22s ease;
}

/* ================================================================
   MAIN CONTENT
   ================================================================ */
.acm-content {
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/* ── Breadcrumb + H1 ───────────────────────────────────────────── */
.acm-page-head {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--acm-border);
}

.acm-crumb {
  font-family: var(--acm-font-head);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--acm-grey);
  margin: 0 0 14px;
  line-height: 1.4;
  word-break: break-word;
}

.acm-crumb__sep {
  color: var(--acm-yellow);
  margin: 0 7px;
}

.acm-h1 {
  font-family: var(--acm-font-head);
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--acm-dark);
  letter-spacing: -.028em;
  margin: 0 0 10px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.acm-h1__dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--acm-yellow);
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: super;
}

.acm-subheadline {
  font-family: var(--acm-font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--acm-grey);
  margin: 0;
}

/* ── Intro text ────────────────────────────────────────────────── */
.acm-intro {
  margin-bottom: 44px;
}

.acm-intro p,
.acm-intro li {
  font-family: var(--acm-font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.88;
  color: var(--acm-dark-mid);
  margin: 0 0 18px;
  word-break: break-word;
}

.acm-intro ul {
  padding-left: 20px;
  margin: 0 0 18px;
}

.acm-intro p:last-child {
  margin-bottom: 0;
}

/* ── Compliance declaration ────────────────────────────────────── */
.acm-compliance {
  background: var(--acm-yellow-bg);
  border-left: 4px solid var(--acm-yellow);
  border-radius: 0 var(--acm-radius) var(--acm-radius) 0;
  padding: 22px 26px;
  margin-bottom: 52px;
}

.acm-compliance p {
  font-family: var(--acm-font-serif);
  font-size: 17.5px;
  line-height: 1.78;
  color: var(--acm-dark);
  margin: 0;
  word-break: break-word;
}

/* ── Section heading shared ────────────────────────────────────── */
.acm-section-break {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
}

.acm-section-break__tag {
  font-family: var(--acm-font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--acm-grey);
  white-space: nowrap;
}

.acm-section-break__line {
  flex: 1;
  height: 1px;
  background: var(--acm-border);
}

.acm-h2 {
  font-family: var(--acm-font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--acm-dark);
  letter-spacing: -.016em;
  margin: 0 0 24px;
  word-break: break-word;
}

/* ================================================================
   STANDARDS GRID
   ================================================================ */
.acm-standards-wrap {
  margin-bottom: 56px;
}

.acm-standards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.acm-standard--featured {
  grid-column: span 2;
}

.acm-standard {
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius);
  padding: 22px 20px 20px;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .22s;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.acm-standard a {
  display: block;
  text-decoration: none !important;
  color: inherit;
  flex: 1;
}

.acm-standard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--acm-yellow);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}

.acm-standard:hover {
  border-color: rgba(254, 215, 62, .5);
  box-shadow: 0 8px 28px rgba(254, 215, 62, .13), 0 2px 6px rgba(0,0,0,.04);
  transform: translateY(-2px);
}

.acm-standard:hover::before {
  transform: scaleX(1);
}

.acm-standard--featured {
  background: var(--acm-dark);
  border-color: var(--acm-dark);
}

.acm-standard--featured::before {
  background: var(--acm-yellow);
}

.acm-standard--featured:hover {
  border-color: var(--acm-yellow);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .22);
}

.acm-standard__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--acm-yellow);
  margin-bottom: 14px;
  flex-shrink: 0;
  overflow: hidden;
}

.acm-standard__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.acm-standard--featured .acm-standard__badge {
  width: 58px;
  height: 58px;
}

.acm-standard__name {
  font-family: var(--acm-font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--acm-grey);
  margin: 0 0 5px;
  word-break: break-word;
}

.acm-standard--featured .acm-standard__name {
  color: rgba(255,255,255,.55);
}

.acm-standard__desc {
  font-family: var(--acm-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: #4a3d38;
  margin: 0;
  word-break: break-word;
}

.acm-standard--featured .acm-standard__desc {
  color: rgba(255,255,255,.78);
}

/* ── ISO product button ────────────────────────────────────────── */
.acm-standard__btn {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 16px;
  background-color: #C0392B;
  color: #ffffff !important;
  font-family: var(--acm-font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  align-self: flex-start;
}

.acm-standard__btn:hover {
  background-color: #922B21;
  color: #ffffff !important;
}

/* ================================================================
   MATERIAL EXCELLENCE
   ================================================================ */
.acm-materials-wrap {
  margin-bottom: 56px;
}

.acm-materials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.acm-material-card {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius);
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.acm-material-card--copper {
  background: linear-gradient(135deg, #fff9ee 0%, var(--acm-surface) 100%);
  border-left: 4px solid #c87533;
}

.acm-material-card--aluminum {
  background: linear-gradient(135deg, #f5f6f8 0%, var(--acm-surface) 100%);
  border-left: 4px solid #9ba5b0;
}

.acm-material-card__icon {
  font-family: var(--acm-font-head);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -.03em;
}

.acm-material-card--copper .acm-material-card__icon { color: #c87533; }
.acm-material-card--aluminum .acm-material-card__icon { color: #7a8fa0; }

.acm-material-card__title {
  font-family: var(--acm-font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--acm-dark);
  margin: 0 0 10px;
}

.acm-material-card__body {
  font-family: var(--acm-font-body);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--acm-dark-mid);
  margin: 0;
  word-break: break-word;
}

.acm-applications {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 20px;
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius);
  align-items: center;
  max-width: 100%;
}

.acm-applications__label {
  font-family: var(--acm-font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--acm-grey);
  margin-right: 4px;
}

.acm-pill {
  display: inline-block;
  font-family: var(--acm-font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--acm-dark);
  background: var(--acm-white);
  border: 1px solid var(--acm-border);
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ================================================================
   TRUST BOX
   ================================================================ */
.acm-trust-wrap {
  margin-bottom: 56px;
}

.acm-trust-box {
  background: var(--acm-surface-2);
  border: 1px solid var(--acm-border);
  border-top: 3px solid var(--acm-dark);
  border-radius: 0 0 var(--acm-radius) var(--acm-radius);
  padding: 32px 32px 28px;
  position: relative;
  max-width: 100%;
}

.acm-trust-box__seal {
  position: absolute;
  top: -1px;
  right: 32px;
  background: var(--acm-dark);
  padding: 6px 16px;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.acm-trust-box__seal-icon {
  width: 14px;
  height: 14px;
  fill: var(--acm-yellow);
  flex-shrink: 0;
}

.acm-trust-box__seal-text {
  font-family: var(--acm-font-head);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--acm-yellow);
}

.acm-trust-box__heading {
  font-family: var(--acm-font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--acm-dark);
  letter-spacing: -.01em;
  margin: 0 0 14px;
}

.acm-trust-box__body {
  font-family: var(--acm-font-body);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--acm-dark-mid);
  margin: 0;
  word-break: break-word;
}

/* ================================================================
   PARTNER CARDS
   ================================================================ */
.acm-library-wrap {
  margin-bottom: 56px;
}

.acm-partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.acm-partner-card {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .22s;
  min-width: 0;
  max-width: 100%;
}

.acm-partner-card:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,.09);
  transform: translateY(-3px);
}

.acm-partner-card__head {
  padding: 22px 24px 18px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.acm-partner-card__head::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(18, 11, 8, 0.72);
  z-index: 0;
}

.acm-partner-card__head > * {
  position: relative;
  z-index: 1;
}

.acm-partner-grid .acm-partner-card:nth-child(1) .acm-partner-card__head {
  background-image: url('https://absolutecablemart.com.ng/wp-content/uploads/2026/03/1.png');
}

.acm-partner-grid .acm-partner-card:nth-child(2) .acm-partner-card__head {
  background-image: url('https://absolutecablemart.com.ng/wp-content/uploads/2026/03/3.png');
}

.acm-partner-card__logo-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.acm-partner-card__logo-icon {
  width: 38px;
  height: 38px;
  background: var(--acm-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.acm-partner-card__logo-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--acm-dark);
}

.acm-partner-card__partner-name {
  font-family: var(--acm-font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--acm-white);
  letter-spacing: -.01em;
  line-height: 1.3;
  word-break: break-word;
}

.acm-partner-card__sub {
  font-family: var(--acm-font-head);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-top: 2px;
}

.acm-partner-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.acm-partner-card__tag {
  font-family: var(--acm-font-head);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--acm-dark);
  background: var(--acm-yellow);
  padding: 3px 8px;
  border-radius: 2px;
}

.acm-partner-card__body {
  background: var(--acm-surface);
  padding: 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.acm-partner-card__desc {
  font-family: var(--acm-font-body);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--acm-dark-mid);
  margin: 0;
  word-break: break-word;
}

.acm-partner-card__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--acm-dark);
  color: var(--acm-yellow) !important;
  font-family: var(--acm-font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 18px;
  border-radius: 3px;
  align-self: flex-start;
  transition: background .2s, box-shadow .2s;
}

.acm-partner-card__download:hover {
  background: #2e2420;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.acm-partner-card__download svg {
  width: 13px;
  height: 13px;
  fill: var(--acm-yellow);
  flex-shrink: 0;
}

/* ================================================================
   PULL-QUOTE
   ================================================================ */
.acm-pullquote {
  position: relative;
  padding: 36px 40px;
  background: var(--acm-dark);
  border-radius: var(--acm-radius);
  overflow: hidden;
  max-width: 100%;
}

.acm-pullquote::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 28px;
  font-family: var(--acm-font-serif);
  font-size: 140px;
  line-height: 1;
  color: rgba(254, 215, 62, .12);
  pointer-events: none;
}

.acm-pullquote__text {
  font-family: var(--acm-font-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.68;
  color: rgba(255,255,255,.88);
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
  word-break: break-word;
}

.acm-pullquote__text strong {
  font-style: normal;
  font-weight: 600;
  color: var(--acm-yellow);
}

.acm-pullquote__attr {
  font-family: var(--acm-font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  position: relative;
  z-index: 1;
}

/* ================================================================
   MOBILE TABS
   ================================================================ */
.acm-tabs-bar {
  display: none;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-bottom: 2px solid var(--acm-border);
  margin-bottom: 32px;
  width: 100%;
  max-width: 100%;
}

.acm-tabs-bar::-webkit-scrollbar { display: none; }

.acm-tabs {
  display: inline-flex;
  white-space: nowrap;
  min-width: unset;
  width: max-content;
  gap: 0;
}

.acm-tabs a {
  display: block;
  padding: 11px 15px;
  font-family: var(--acm-font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--acm-grey);
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  flex-shrink: 0;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.acm-tabs a.is-active,
.acm-tabs a:hover {
  color: var(--acm-dark);
  border-bottom-color: var(--acm-yellow);
  font-weight: 500;
}

/* ================================================================
   SECTION SPACING
   ================================================================ */
.acm-section {
  margin-bottom: 56px;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
  .acm-about { gap: 32px; }
}

@media (max-width: 768px) {
  .acm-about {
    flex-direction: column;
    gap: 0;
    padding: 20px 16px 60px;
    overflow-x: hidden;
  }

  .acm-sidebar { display: none; }
  .acm-tabs-bar { display: block; }

  .acm-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .acm-standards-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .acm-standard--featured { grid-column: span 1; }

  .acm-standard {
    min-width: 0;
    overflow: hidden;
  }

  .acm-materials-grid,
  .acm-partner-grid {
    grid-template-columns: 1fr;
  }

  .acm-material-card,
  .acm-partner-card {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .acm-standards-grid { grid-template-columns: 1fr; }
  .acm-standard--featured { grid-column: span 1; }

  .acm-pullquote {
    padding: 28px 16px;
  }

  .acm-pullquote__text { font-size: 17px; }

  .acm-trust-box {
    padding: 24px 16px 20px;
  }

  .acm-h1 { font-size: 24px; }
}/* End custom CSS */