/* Normas Company — modern steel-focused layer (loads after theme CSS) */
:root {
  --normas-bg: #0c0e12;
  --normas-surface: #14181f;
  --normas-steel: #3d4a5c;
  --normas-accent: #c9a227;
  --normas-text: #e8eaef;
  --normas-muted: #9aa3b2;
  --normas-line: rgba(255, 255, 255, 0.08);
}

html {
  scroll-behavior: smooth;
}

/* Theme preloader adds wait time; hide for faster perceived load */
.preloader {
  display: none !important;
}

body {
  font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

/* Sticky, cleaner header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.main-header .main-box {
  background: linear-gradient(180deg, #fff 0%, #f6f7f9 100%) !important;
}

/* Top utility bar — slim strip, minimal chrome (overrides theme floats) */
.header-top.normas-header-top {
  background: #0a0b0f !important;
  background-image: linear-gradient(
    90deg,
    rgba(201, 162, 39, 0.07) 0%,
    transparent 28%,
    transparent 100%
  ) !important;
  border-top: 2px solid var(--normas-accent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  -webkit-font-smoothing: antialiased;
}

.normas-header-top-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 6px 15px;
  min-height: 38px;
}

.normas-header-top-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  row-gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.normas-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  margin: 0;
  min-width: 0;
  color: rgba(232, 234, 239, 0.92) !important;
  text-decoration: none !important;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.normas-top-link:not(:last-child) {
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.normas-top-link:hover,
.normas-top-link:focus {
  color: #fff !important;
  outline: none;
}

.normas-top-link:hover .fa,
.normas-top-link:focus .fa {
  color: #e4c456 !important;
}

.normas-top-link .fa {
  color: var(--normas-accent) !important;
  font-size: 13px;
  flex-shrink: 0;
  opacity: 0.95;
}

/* Long email: ellipsis on smaller widths */
.normas-header-top-links .normas-top-link:first-child {
  flex: 0 1 auto;
  max-width: min(340px, 100%);
  min-width: 0;
}

.normas-header-top-links .normas-top-link:first-child span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.normas-header-top-aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .normas-header-top-aside {
    padding-left: 18px;
    margin-left: 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.normas-top-hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(154, 163, 178, 0.95) !important;
  white-space: nowrap;
}

.normas-top-hours .fa {
  color: var(--normas-accent) !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
}

.normas-top-social {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
  float: none !important;
  position: relative !important;
}

.normas-top-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  line-height: 1 !important;
  font-size: 13px !important;
  margin: 0 0 0 2px !important;
  padding: 0 !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: rgba(220, 224, 232, 0.88) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    transform 0.15s ease;
}

.normas-top-social a:hover,
.normas-top-social a:focus {
  border-color: rgba(201, 162, 39, 0.45) !important;
  color: var(--normas-accent) !important;
  background: rgba(201, 162, 39, 0.12) !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .normas-header-top-inner {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 14px 16px;
  }

  .normas-header-top-links {
    justify-content: center;
    width: 100%;
    column-gap: 20px;
    row-gap: 10px;
  }

  .normas-header-top-links .normas-top-link:not(:last-child) {
    border-right: none !important;
    padding-right: 0;
    margin-right: 0;
  }

  .normas-header-top-aside {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
}

@media (max-width: 767px) {
  .header-top .normas-top-social {
    width: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
  }

  .normas-header-top-links .normas-top-link:first-child {
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .normas-header-top-links .normas-top-link:first-child span:last-child {
    white-space: normal;
    word-break: break-all;
  }
}

@media (max-width: 640px) {
  .normas-header-top-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .normas-top-link {
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  .normas-header-top-links .normas-top-link:not(:last-child) {
    margin-right: 0;
    padding-right: 10px;
  }
}

/* Wordmark logo */
.normas-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: inherit;
}

.normas-brand-logo {
  height: 44px;
  width: auto;
  display: block;
}

.normas-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.normas-brand-text strong {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f1218;
}

.normas-brand-text span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--normas-steel);
}

.main-menu .navigation > li > a {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

/* Never show placeholder dollar pricing */
.tabbed-shop-section .price,
.default-shop-item .price,
.normas-steel-showcase .price {
  display: none !important;
}

/* Steel showcase grid */
.normas-steel-showcase {
  padding: 70px 0 80px;
  background: linear-gradient(180deg, #f0f2f5 0%, #fff 45%);
}

.normas-steel-showcase .sec-title-four h2 {
  font-size: 2rem;
  letter-spacing: -0.03em;
  color: #0f1218;
}

.normas-lead {
  max-width: 720px;
  margin: 12px auto 0;
  text-align: center;
  color: var(--normas-steel);
  font-size: 1.05rem;
  line-height: 1.65;
}

.normas-steel-grid {
  margin-top: 40px;
}

.normas-steel-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(15, 18, 24, 0.06);
  box-shadow: 0 12px 40px rgba(12, 14, 18, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.normas-steel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(12, 14, 18, 0.09);
}

.normas-steel-card figure {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e9ecf0;
}

.normas-steel-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.normas-steel-card h3 {
  padding: 18px 20px 0;
  margin: 0;
  font-size: 1.15rem;
  color: #0f1218;
}

.normas-steel-card p {
  padding: 10px 20px 20px;
  margin: 0;
  color: #5a6570;
  font-size: 0.95rem;
  line-height: 1.55;
}

.normas-steel-cta {
  display: inline-block;
  margin: 0 20px 22px;
  padding: 10px 18px !important;
  font-size: 12px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Location strip (replaces bulky news carousel feel) */
.normas-location-strip {
  padding: 56px 0;
  background: var(--normas-bg);
  color: var(--normas-text);
}

.normas-location-strip h2 {
  color: #fff;
  margin-bottom: 12px;
}

.normas-location-strip p {
  color: var(--normas-muted);
  line-height: 1.7;
  max-width: 640px;
}

.normas-pill {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--normas-line);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--normas-accent);
}

/* Newsletter strip removed site-wide */

/* Footer polish */
.main-footer .about-widget .text {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .normas-brand-text {
    display: none;
  }
}

/* -------------------------------------------------------------------------
   Cards: equal heights, aligned imagery — subtle; keeps theme colors/motion
   ------------------------------------------------------------------------- */

/* Services page — grid cards */
.normas-services-lead {
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.75;
  text-align: center;
  color: #5a6570;
}

.services-section .auto-container > .row.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.services-section .default-services-block {
  display: flex;
  margin-bottom: 32px;
}

.services-section .default-services-block .inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.services-section .default-services-block:hover .inner-box {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.services-section .default-services-block .image-box {
  aspect-ratio: 4 / 3;
  background: #e9ecef;
}

.services-section .default-services-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section .default-services-block .lower-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px 24px 24px;
}

.services-section .default-services-block .lower-content .text {
  flex: 1 1 auto;
  margin-bottom: 14px;
}

.services-section .default-services-block .lower-content .link-box {
  margin-top: auto;
}

.services-section .default-services-block .lower-content .read-more {
  line-height: 1.25;
}

/* Home — “Core steel capabilities” cards */
.best-service-section .auto-container > .row.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.best-service-section .service-block-two {
  display: flex;
  margin-bottom: 28px;
}

.best-service-section .service-block-two .inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 auto;
  min-height: 100%;
}

.best-service-section .service-block-two .inner-box .text {
  flex: 1 1 auto;
}

.best-service-section .service-block-two .inner-box .read-more {
  margin-top: auto;
}

/* About — three icon cards */
.about-us-section .our-services .row.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.about-us-section .our-services .service-block-one {
  display: flex;
  margin-bottom: 28px;
}

.about-us-section .our-services .service-block-one .inner-box {
  flex: 1 1 auto;
  width: 100%;
  padding: 22px 22px 26px 78px;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease;
}

.about-us-section .our-services .service-block-one:hover .inner-box {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* “What sets us apart” — index only (.normas-difference-section) */
.normas-difference-section .specs > .row.clearfix {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.normas-difference-section .specs .spec-block {
  display: flex;
  margin-bottom: 0 !important;
  float: none !important;
}

@media (min-width: 992px) {
  .normas-difference-section .specs .spec-block {
    flex: 1 1 calc(50% - 9px);
    max-width: calc(50% - 9px);
    min-width: 0;
  }
}

@media (max-width: 991px) {
  .normas-difference-section .specs .spec-block {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.normas-difference-section .specs .spec-block .inner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  padding: 22px 20px 22px 20px !important;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(15, 18, 24, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.normas-difference-section .specs .spec-block:hover .inner-box {
  border-color: rgba(252, 114, 30, 0.28);
  box-shadow: 0 12px 32px rgba(12, 14, 18, 0.08);
  transform: translateY(-2px);
}

.normas-difference-section .specs .spec-block .icon-box {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 52px !important;
  height: 52px !important;
  line-height: 50px !important;
  margin: 0 0 14px 0 !important;
  border-radius: 12px;
  font-size: 26px !important;
  color: #272727 !important;
  background-color: #f0f2f5 !important;
  z-index: 1;
}

.normas-difference-section .specs .spec-block:hover .icon-box {
  background-color: #fc721e !important;
  color: #fff !important;
}

.normas-difference-section .specs .spec-block .inner-box h3 {
  margin: 0 0 10px 0 !important;
  font-size: 17px !important;
  line-height: 1.3;
  font-weight: 700 !important;
  color: #1a1d21 !important;
  transition: color 0.25s ease;
}

.normas-difference-section .specs .spec-block:hover .inner-box h3 {
  color: #fc721e !important;
}

.normas-difference-section .specs .spec-block .inner-box .text {
  flex: 1 1 auto;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #5c6470 !important;
}

/* -------------------------------------------------------------------------
   Footer: modern overlay, SVG wordmark, tap-to-call, floating call button
   ------------------------------------------------------------------------- */

.main-footer.normas-footer-modern::before {
  background: linear-gradient(
    180deg,
    rgba(8, 10, 14, 0.94) 0%,
    rgba(12, 14, 18, 0.9) 50%,
    rgba(8, 10, 14, 0.93) 100%
  );
}

.main-footer.normas-footer-modern .footer-column h2 {
  letter-spacing: 0.06em;
  font-size: 15px;
}

.main-footer.normas-footer-modern .tags-widget .tags-list li a {
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.main-footer.normas-footer-modern .tags-widget .tags-list li a:hover {
  border-color: rgba(201, 162, 39, 0.55);
  color: #f0d78a !important;
}

/* Footer wordmark (light text on dark footer) */
.normas-footer-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  text-decoration: none !important;
}

.normas-footer-brand .normas-brand-logo {
  height: 46px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.normas-footer-brand .normas-brand-text strong {
  color: #fff;
  font-size: 1.5rem;
}

.normas-footer-brand .normas-brand-text span {
  color: rgba(232, 234, 239, 0.72);
}

@media (max-width: 480px) {
  .normas-footer-brand .normas-brand-text {
    display: flex;
  }
}

.main-footer .normas-phone-link {
  color: #f0d78a !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
}

.main-footer .normas-phone-link:hover {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.main-footer .normas-phone-office {
  opacity: 0.92;
  font-size: 14px;
}

/* Floating call — same number as header (Asiya) */
.normas-call-fab {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 10050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e4bc3a, #b8891a);
  color: #0c0e12 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.normas-call-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  color: #0c0e12 !important;
}

@media (max-width: 767px) {
  .normas-call-fab {
    right: 14px;
    bottom: 88px;
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}

/* Service detail page (service-single.html) */
.normas-service-page {
  position: relative;
  padding: 70px 0 90px;
}

.normas-service-detail-wrap .service-images {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.normas-service-detail-wrap .service-images img {
  width: 100%;
  display: block;
}

.normas-service-empty {
  padding: 40px 16px 20px;
}
