﻿:root,
[data-theme=dark] {
  --mbag-bg: #0a0a0a;
  --mbag-bg-alt: #111827;
  --mbag-bg-card: #1f2937;
  --mbag-text: #ffffff;
  --mbag-text-muted: #9ca3af;
  --mbag-border: #374151;
  --mbag-nav-bg: rgba(10, 10, 10, 0.9);
  --mbag-dropdown-bg: rgba(10, 10, 10, 0.98);
  --mbag-hero-overlay:
    linear-gradient(
      to bottom,
      rgba(10, 10, 10, 0.6),
      rgba(10, 10, 10, 0.92));
}
[data-theme=light] {
  --mbag-bg: #f8fafc;
  --mbag-bg-alt: #f1f5f9;
  --mbag-bg-card: #ffffff;
  --mbag-text: #0f172a;
  --mbag-text-muted: #64748b;
  --mbag-border: #e2e8f0;
  --mbag-nav-bg: rgba(248, 250, 252, 0.95);
  --mbag-dropdown-bg: rgba(255, 255, 255, 0.98);
  --mbag-hero-overlay:
    linear-gradient(
      to bottom,
      rgba(248, 250, 252, 0.5),
      rgba(248, 250, 252, 0.92));
}
[data-theme=light] body {
  background-color: var(--mbag-bg);
  color: var(--mbag-text);
}
[data-theme=light] .header-mbag {
  background: var(--mbag-nav-bg);
  border-color: var(--mbag-border);
}
[data-theme=light] .header-mbag .nav-link {
  color: var(--mbag-text-muted);
}
[data-theme=light] .header-mbag .nav-link:hover {
  color: #1F4671 !important;
}
[data-theme=light] .bg-dark {
  background-color: var(--mbag-bg) !important;
}
[data-theme=light] .bg-gray-950 {
  background-color: var(--mbag-bg-alt) !important;
}
[data-theme=light] .bg-gray-900 {
  background-color: var(--mbag-bg-card) !important;
}
[data-theme=light] .bg-gray-900\/50 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
[data-theme=light] #contact .contact-item-card {
  background-color: var(--mbag-bg-card) !important;
  border-color: var(--mbag-border);
}
.contact-item-card {
  flex: 0 0 auto;
}
.contact-info-list {
  gap: 0;
}
@media (min-width: 1024px) {
  #contact .contact-item-card {
    width: fit-content;
    max-width: 100%;
    align-self: flex-start;
  }
}
@media (max-width: 1023px) {
  .contact-info-list {
    justify-content: flex-start;
    gap: 1rem;
  }
}
[data-theme=light] .text-gray-400,
[data-theme=light] .text-gray-500 {
  color: var(--mbag-text-muted) !important;
}
[data-theme=light] .text-white {
  color: var(--mbag-text) !important;
}
[data-theme=light] .border-gray-800 {
  border-color: var(--mbag-border) !important;
}
[data-theme=light] .equipment-card {
  background:
    linear-gradient(
      145deg,
      var(--mbag-bg-card),
      var(--mbag-bg-alt));
  border-color: var(--mbag-border);
}
[data-theme=light] .process-step {
  background: var(--mbag-bg-alt);
  border-color: var(--mbag-border);
}
[data-theme=light] .process-step::before {
  border-color: var(--mbag-bg) !important;
}
[data-theme=light] .timeline-item::before {
  border-color: var(--mbag-bg) !important;
}
[data-theme=light] .timeline-item::after {
  background: var(--mbag-border) !important;
}
[data-theme=light] .nav-menu {
  background: var(--mbag-dropdown-bg);
  border-color: var(--mbag-border);
}
[data-theme=light] .nav-menu .nav-link {
  color: var(--mbag-text-muted);
}
[data-theme=light] .nav-menu .nav-link:hover {
  color: #1F4671 !important;
}
[data-theme=light] .video-card {
  border-color: var(--mbag-border);
}
[data-theme=light] input,
[data-theme=light] select,
[data-theme=light] textarea {
  background-color: var(--mbag-bg-card) !important;
  border-color: var(--mbag-border) !important;
  color: var(--mbag-text) !important;
}
[data-theme=light] #home .absolute.inset-0.bg-gradient-to-b {
  background: var(--mbag-hero-overlay) !important;
}
[data-theme=light] .footer-mbag {
  background: var(--mbag-bg-alt);
  border-color: var(--mbag-border);
}
[data-theme=light] .footer-desc-mbag,
[data-theme=light] .footer-list-mbag li,
[data-theme=light] .footer-list-mbag li a {
  color: var(--mbag-text-muted) !important;
}
[data-theme=light] .footer-title-mbag {
  color: var(--mbag-text) !important;
}
[data-theme=light] .footer-list-mbag li a:hover {
  color: #1F4671 !important;
}
[data-theme=light] .footer-contact-item,
[data-theme=light] .footer-contact-item span {
  color: var(--mbag-text-muted) !important;
}
[data-theme=light] .footer-contact-item:hover {
  color: #1F4671 !important;
}
[data-theme=light] .footer-bottom-mbag {
  border-color: var(--mbag-border);
}
[data-theme=light] .footer-copyright-mbag,
[data-theme=light] .footer-bottom-mbag p {
  color: var(--mbag-text-muted) !important;
}
[data-theme=light] .social-link-mbag {
  background: var(--mbag-bg-card);
  border-color: var(--mbag-border);
  color: var(--mbag-text-muted) !important;
}
[data-theme=light] .social-link-mbag:hover {
  color: #1F4671 !important;
  border-color: #1F4671 !important;
}
[data-theme=light] ::-webkit-scrollbar-track {
  background: var(--mbag-bg);
}
[data-theme=light] #videoModal {
  background: rgba(0, 0, 0, 0.9);
}
[data-theme=light] #scrollTopBtn {
  background: #1F4671;
  color: #fff;
}
[data-theme=light] #scrollTopBtn:hover {
  background: #16385c;
}
[data-theme=light] .header-mbag .theme-toggle:hover,
[data-theme=light] .header-mbag .language-toggle:hover {
  background-color: rgba(31, 70, 113, 0.1) !important;
}
[data-theme=light] .text-gray-200 {
  color: var(--mbag-text-muted) !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
body {
  font-family: "Tajawal", sans-serif;
  background-color: var(--mbag-bg);
  color: var(--mbag-text);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
[dir=ltr] body {
  font-family:
    "Poppins",
    "Tajawal",
    sans-serif;
}
.header .nav-container,
footer .container,
section:not(#home) .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (max-width: 639px) {
  .header .nav-container,
  footer .container,
  section:not(#home) .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
section,
footer {
  overflow-x: hidden;
  max-width: 100%;
}
header.header-mbag,
header.header-mbag .navbar {
  overflow: visible;
  max-width: 100%;
  width: 100%;
}
header.header-mbag .nav-container {
  overflow: visible;
  flex-wrap: nowrap;
}
header.header-mbag .nav-logo {
  flex: 0 0 auto;
  order: 1;
}
header.header-mbag .nav-menu {
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
}
header.header-mbag .nav-controls {
  flex: 0 0 auto;
  order: 3;
}
nav {
  overflow: visible;
  max-width: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.btn-primary {
  background:
    linear-gradient(
      135deg,
      #1F4671,
      #16385c);
  color: white;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px 0 rgba(31, 70, 113, 0.39);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.btn-primary:hover {
  background:
    linear-gradient(
      135deg,
      #4E7399,
      #1F4671);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(31, 70, 113, 0.23);
}
.btn-outline {
  border: 2px solid #1F4671;
  color: #4E7399;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.btn-outline:hover {
  background: #1F4671;
  color: white;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {
  .section-padding {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .section-padding {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1024px) {
  .section-padding {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.gradient-text {
  background:
    linear-gradient(
      135deg,
      #4E7399,
      #1F4671);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 9999;
  transition: all 0.3s ease;
}
.header-mbag {
  background: rgba(10, 10, 10, 0.95);
  border-bottom: 1px solid var(--mbag-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
[data-theme=light] .header-mbag {
  background: rgba(248, 250, 252, 0.95);
  border-bottom-color: var(--mbag-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.header.scrolled.header-mbag {
  box-shadow: 0 4px 20px rgba(31, 70, 113, 0.15);
}
[data-theme=light] .header.scrolled.header-mbag {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar {
  padding: 0.5rem 0;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}
.nav-logo-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background:
    linear-gradient(
      135deg,
      #1F4671,
      #16385c);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(31, 70, 113, 0.4);
  transition: transform 0.3s ease;
}
.nav-logo-icon i {
  color: white;
  font-size: 1.25rem;
}
.nav-logo:hover .nav-logo-icon {
  transform: scale(1.05);
}
.nav-logo-text {
  font-size: 1.5rem;
  font-weight: 800;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  align-items: center;
  flex: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
}
html.nav-transition-disabled .nav-menu {
  transition: none !important;
}
html.nav-dir-switching .nav-menu {
  visibility: hidden !important;
  transition: none !important;
}
.nav-item {
  position: relative;
}
.nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: var(--mbag-text-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.nav-link:hover {
  color: #4E7399;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      #1F4671,
      #4E7399);
  transition: width 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 80%;
}
.nav-link-cta {
  background:
    linear-gradient(
      135deg,
      #1F4671,
      #16385c);
  color: white !important;
  margin-inline-end: 0.5rem;
}
.nav-link-cta:hover {
  color: white !important;
  background:
    linear-gradient(
      135deg,
      #4E7399,
      #1F4671);
  transform: translateY(-1px);
}
.nav-link-cta::after {
  display: none;
}
.nav-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.nav-more-btn::after {
  display: none;
}
.nav-more-arrow {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}
.nav-item-more.open .nav-more-arrow {
  transform: rotate(180deg);
}
.nav-item-more {
  position: relative;
  z-index: 10002;
}
.nav-item-mobile-only {
  display: none;
}
.nav-more-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.25rem;
  min-width: 200px;
  background: var(--mbag-dropdown-bg);
  border: 1px solid var(--mbag-border);
  border-radius: 12px;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  z-index: 10002;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}
.nav-more-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-more-dropdown[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-more-dropdown li {
  margin: 0;
}
.nav-more-dropdown .nav-link {
  display: block;
  padding: 0.6rem 1rem;
  border-radius: 0;
  white-space: nowrap;
}
.nav-more-dropdown .nav-link::after {
  display: none;
}
[dir=ltr] .nav-more-dropdown {
  right: auto;
  left: 0;
}
.nav-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.theme-toggle,
.language-toggle {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--mbag-border);
  color: var(--mbag-text-muted);
}
.theme-toggle:hover,
.language-toggle:hover {
  color: #4E7399;
  border-color: rgba(31, 70, 113, 0.5);
  background: rgba(31, 70, 113, 0.1);
}
.language-toggle {
  width: auto;
  min-width: 42px;
  padding: 0 0.75rem;
  border-radius: 21px;
  font-weight: 600;
}
.language-toggle .lang-text {
  font-size: 0.9rem;
}
[data-theme=light] .theme-toggle,
[data-theme=light] .language-toggle {
  background: var(--mbag-bg-card);
  border-color: var(--mbag-border);
  color: var(--mbag-text-muted);
}
[data-theme=light] .theme-toggle:hover,
[data-theme=light] .language-toggle:hover {
  color: #1F4671;
  border-color: #1F4671;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
}
.hamburger .bar {
  width: 24px;
  height: 3px;
  background: var(--mbag-text);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 1023px) {
  .nav-container {
    padding: 0 1rem;
  }
  .nav-logo-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 1rem;
  }
  .nav-logo-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    height: calc(100vh - 72px);
    min-height: calc(100vh - 72px);
    background: var(--mbag-dropdown-bg);
    border-left: 1px solid var(--mbag-border);
    flex-direction: column;
    padding: 1.5rem 1rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    z-index: 999;
    align-items: stretch;
    gap: 0;
    justify-content: space-evenly;
  }
  .nav-menu.active {
    transform: translateX(0);
  }
  .nav-item {
    border-bottom: 1px solid var(--mbag-border);
    flex-shrink: 0;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
  .nav-link {
    padding: 0.85rem 1rem;
    justify-content: flex-end;
  }
  [dir=rtl] .nav-menu .nav-link {
    justify-content: flex-start;
    text-align: right;
  }
  .nav-link-cta {
    margin-inline-end: 0;
    text-align: center;
    justify-content: center;
  }
  .hamburger {
    display: flex;
  }
  [dir=ltr] .nav-menu {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid var(--mbag-border);
    transform: translateX(-100%);
  }
  [dir=ltr] .nav-menu.active {
    transform: translateX(0);
  }
  [dir=ltr] .nav-link {
    justify-content: flex-start;
  }
  .nav-item-mobile-only {
    display: list-item;
  }
  .nav-item-more {
    display: none;
  }
}
@media (max-width: 639px) {
  .nav-logo-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  .nav-logo-text {
    font-size: 1.05rem;
  }
  .nav-menu {
    top: 64px;
    max-width: 260px;
    height: calc(100vh - 64px);
    min-height: calc(100vh - 64px);
  }
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  display: block;
}
#fleet .gallery-item.aspect-square,
#fleet .mbag-equipment-gallery .gallery-item,
#equipment-page .mbag-equipment-gallery .gallery-item {
  aspect-ratio: 1;
  min-height: 0;
}
#team .gallery-item {
  aspect-ratio: 4/3;
  min-height: 0;
}
#fleet .gallery-item img,
#team .gallery-item img,
#fleet .mbag-equipment-gallery .gallery-item img,
#equipment-page .mbag-equipment-gallery .gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mbag-equipment-more-wrapper {
  margin-top: 3rem;
}
.mbag-videos-more-wrapper {
  margin-top: 3rem;
}
.gallery-item img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #1a1a1a;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(31, 70, 113, 0.9),
      transparent);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  z-index: 1;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--mbag-border);
  transition: all 0.3s ease;
}
.video-card:hover {
  border-color: #1F4671;
  transform: translateY(-5px);
}
.video-thumbnail,
.video-card-thumb {
  position: relative;
  display: block;
  height: 14rem;
  min-height: 14rem;
  overflow: hidden;
}
.video-thumbnail img,
.video-card-thumb img,
.video-thumbnail video,
.video-card-thumb video,
.video-card-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #1a1a1a;
  display: block;
}
.video-card-body {
  padding: 1.5rem;
}
.video-card-body h4 {
  margin-bottom: 0.5rem;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(31, 70, 113, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #1F4671;
}
.play-btn i {
  color: white;
  font-size: 24px;
  margin-right: -4px;
}
#smelting-process .process-step .rounded-xl.overflow-hidden {
  min-height: 10rem;
}
#smelting-process .process-step .rounded-xl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#videos .video-card .relative.h-56,
#videos .video-card > div[class*=relative] {
  overflow: hidden;
  min-height: 14rem;
}
#videos .video-card .relative.h-56 > img,
#videos .video-card .relative.h-56 > video,
#videos .video-card .relative > img,
#videos .video-card .relative > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#videos-page .video-card .video-thumbnail,
#videos-page .video-card .video-card-thumb {
  overflow: hidden;
}
#videos-page .video-card .video-thumbnail img,
#videos-page .video-card .video-card-thumb img,
#videos-page .video-card .video-thumbnail video,
#videos-page .video-card .video-card-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.process-step {
  position: relative;
  padding: 30px;
  background: var(--mbag-bg-alt);
  border: 2px solid var(--mbag-border);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.process-step:hover {
  border-color: #1F4671;
  transform: translateY(-5px);
}
.process-step::before {
  content: attr(data-step);
  position: absolute;
  top: -20px;
  right: 30px;
  width: 50px;
  height: 50px;
  background:
    linear-gradient(
      135deg,
      #1F4671,
      #16385c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  border: 4px solid var(--mbag-bg);
}
.process-connector {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(
      90deg,
      #1F4671,
      transparent);
  z-index: -1;
}
.timeline-item {
  position: relative;
  padding-right: 40px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #1F4671;
  border-radius: 50%;
  border: 4px solid var(--mbag-bg);
  box-shadow: 0 0 0 4px #1F4671;
}
.timeline-item::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 20px;
  width: 2px;
  height: calc(100% + 30px);
  background: var(--mbag-border);
}
.timeline-item:last-child::after {
  display: none;
}
.equipment-card {
  background:
    linear-gradient(
      145deg,
      var(--mbag-bg-alt),
      var(--mbag-bg-card));
  border: 1px solid var(--mbag-border);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.equipment-card:hover {
  transform: translateY(-10px);
  border-color: #1F4671;
}
#fleet .equipment-card > img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--mbag-bg);
}
::-webkit-scrollbar-thumb {
  background: #1F4671;
  border-radius: 5px;
}
.swiper-pagination.swiper-pagination-bullets {
  margin-top: 1rem;
}
.swiper-pagination-bullet {
  background: #6b7280;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #1F4671;
}
.swiper-button-next,
.swiper-button-prev {
  color: #1F4671;
}
.footer-mbag {
  background: var(--mbag-bg-alt);
  border-top: 1px solid var(--mbag-border);
  padding: 3rem 0 1.25rem;
  overflow-x: hidden;
}
.footer-mbag .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.footer-grid-mbag {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
[dir=ltr] .footer-grid-mbag {
  text-align: center;
}
.footer-col-mbag {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}
.footer-col-logo {
  max-width: 320px;
  text-align: center;
}
[dir=ltr] .footer-col-logo {
  text-align: center;
}
.footer-logo-mbag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.footer-desc-mbag {
  color: var(--mbag-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.footer-title-mbag {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--mbag-text);
}
.footer-list-mbag {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list-mbag li {
  padding: 0.3rem 0;
  color: var(--mbag-text-muted);
}
.footer-list-mbag li a {
  color: var(--mbag-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer-list-mbag li a:hover {
  color: #4E7399;
}
.footer-contact-mbag {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-mbag li {
  padding: 0.4rem 0;
}
.footer-contact-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--mbag-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.5;
  transition: color 0.2s;
}
.footer-contact-item i {
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.footer-contact-item:hover {
  color: #4E7399;
}
.footer-contact-item span {
  word-break: break-word;
}
.footer-bottom-mbag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--mbag-border);
}
.footer-copyright-mbag,
.footer-bottom-mbag p {
  margin: 0;
  color: var(--mbag-text-muted);
  font-size: 0.8rem;
}
.social-links-mbag {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.social-link-mbag {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--mbag-bg-card);
  border: 1px solid var(--mbag-border);
  color: var(--mbag-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.social-link-mbag:hover {
  color: #4E7399;
  border-color: #1F4671;
  background: rgba(31, 70, 113, 0.1);
}
@media (min-width: 480px) {
  .footer-grid-mbag {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
  .footer-col-logo {
    grid-column: 1 / -1;
    max-width: 400px;
  }
}
@media (min-width: 640px) {
  .footer-mbag {
    padding: 3.25rem 0 1.5rem;
  }
  .footer-grid-mbag {
    gap: 2rem 2rem;
    margin-bottom: 2.25rem;
  }
  .footer-title-mbag {
    font-size: 1.05rem;
  }
  .footer-bottom-mbag {
    padding-top: 1.75rem;
  }
  .footer-copyright-mbag,
  .footer-bottom-mbag p {
    font-size: 0.85rem;
  }
  .social-link-mbag {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .footer-grid-mbag {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
  .footer-col-logo {
    grid-column: auto;
    max-width: 260px;
  }
  .footer-desc-mbag {
    max-width: 260px;
  }
}
@media (min-width: 1024px) {
  .footer-mbag {
    padding: 3.5rem 0 1.5rem;
  }
  .footer-grid-mbag {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .footer-title-mbag {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
  }
  .footer-list-mbag li a,
  .footer-contact-item {
    font-size: 0.9rem;
  }
}
@media (max-width: 479px) {
  .footer-mbag {
    padding: 2rem 0 1rem;
  }
  .footer-mbag .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-grid-mbag {
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .footer-title-mbag {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }
  .footer-list-mbag li a,
  .footer-contact-item {
    font-size: 0.85rem;
  }
  .footer-bottom-mbag {
    flex-direction: column;
    text-align: center;
    padding-top: 1.25rem;
    gap: 0.75rem;
  }
  .footer-copyright-mbag,
  .footer-bottom-mbag p {
    font-size: 0.75rem;
  }
  .social-links-mbag {
    justify-content: center;
  }
  .social-link-mbag {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .container.mx-auto.px-4,
  .container.px-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .container.mx-auto.py-4,
  .container.py-4 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .container.mx-auto.px-4,
  .container.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .container.mx-auto.px-4,
  .container.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container.mx-auto.px-4,
  .container.px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#home .hero-badge {
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  #home {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  #home .hero-cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #home .hero-cta .btn-primary,
  #home .hero-cta .btn-outline {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 639px) {
  #home {
    padding-top: 3.25rem;
    min-height: auto;
    padding-bottom: 2rem;
  }
  #home h1 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  #home p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #home .grid.grid-cols-3 {
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }
  #home .text-3xl {
    font-size: 1.5rem;
  }
  .btn-primary,
  .btn-outline {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
}
nav .container {
  width: 100%;
  max-width: 100%;
}
section .container {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 639px) {
  section h2.text-sm {
    font-size: 0.7rem;
  }
  section h3.text-3xl,
  section h3.md\:text-4xl {
    font-size: 1.35rem;
    margin-bottom: 1rem;
  }
  section .mb-16 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 639px) {
  #services .grid {
    gap: 1rem;
  }
  #services .p-6 {
    padding: 1rem;
  }
  #services .h-48 {
    height: 10rem;
  }
}
#fleet .swiper {
  overflow: hidden;
}
#fleet .equipment-card img {
  max-width: 100%;
}
@media (max-width: 639px) {
  #fleet .grid.grid-cols-2 {
    gap: 0.5rem;
  }
  #fleet .gallery-item {
    min-width: 0;
  }
}
@media (max-width: 639px) {
  #team .grid.md\:grid-cols-3 {
    gap: 1rem;
  }
  #team .grid.grid-cols-2.md\:grid-cols-4 {
    gap: 0.75rem;
  }
  #team .h-80 {
    height: 12rem;
  }
  #team .p-6 {
    padding: 1rem;
  }
}
.process-step {
  min-width: 0;
}
@media (max-width: 639px) {
  .process-step {
    padding: 1rem;
  }
  .process-step::before {
    right: 1rem;
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
    top: -14px;
  }
  .process-step .h-40 {
    height: 8rem;
  }
  .process-step ul {
    font-size: 0.8rem;
  }
  #smelting-process .grid {
    gap: 1.5rem;
  }
  #smelting-process .mt-16 {
    margin-top: 2rem;
  }
  #smelting-process .grid.md\:grid-cols-3 {
    gap: 1rem;
  }
}
@media (max-width: 639px) {
  #videos .grid {
    gap: 1.5rem;
  }
  #videos .video-card .p-6 {
    padding: 1rem;
  }
  #videos .video-card .h-56 {
    height: 12rem;
  }
  .play-btn {
    width: 56px;
    height: 56px;
  }
  .play-btn i {
    font-size: 1.1rem;
  }
}
#videoModal {
  padding: 0.75rem;
  overflow-x: hidden;
  overflow-y: auto;
}
#videoModal .max-w-4xl {
  max-width: min(100%, 56rem);
}
@media (max-width: 639px) {
  #videoModal .pt-\[56\.25\%\] {
    padding-top: 56.25%;
  }
  #videoModal .-top-12 {
    top: -2.5rem;
  }
}
@media (max-width: 639px) {
  #contact .grid {
    gap: 1.5rem;
  }
  #contact .p-8 {
    padding: 1.25rem;
  }
  #contact .space-y-6 .text-lg {
    font-size: 0.95rem;
  }
  #contact input,
  #contact select,
  #contact textarea {
    padding: 0.75rem 1rem;
  }
  #contact .contact-info-list {
    gap: 0.75rem;
  }
  #contact .contact-item-card {
    padding: 0.875rem 1rem;
    gap: 0.75rem;
    justify-content: flex-start;
  }
  #contact .contact-item-card .w-14 {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
  #contact .contact-item-card .text-xl {
    font-size: 1rem;
  }
  #contact .contact-item-card .text-lg {
    font-size: 0.9375rem;
  }
  #contact .contact-item-card .text-sm {
    font-size: 0.75rem;
  }
  #contact h2.text-2xl {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  #contact h3.text-3xl {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  #contact form#contactForm {
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  #contact .bg-gray-900.p-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 479px) {
  #contact .contact-item-card {
    padding: 0.75rem 1rem;
  }
  #contact .contact-item-card .w-14 {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
  }
  #contact .contact-item-card .text-lg {
    font-size: 0.875rem;
  }
}
footer .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 639px) {
  .footer-mbag .footer-grid-mbag {
    justify-items: center;
    text-align: center;
  }
  .footer-mbag .footer-col-mbag {
    align-items: center;
    text-align: center;
  }
  .footer-mbag .footer-logo-mbag {
    justify-content: center;
  }
  .footer-mbag .footer-list-mbag {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-mbag .footer-contact-mbag {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-mbag .footer-bottom-mbag {
    text-align: center;
  }
  .footer-mbag .footeropyright-mbag {
    text-align: center;
  }
}
#scrollTopBtn {
  left: 1rem;
  bottom: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
}
@media (max-width: 639px) {
  #scrollTopBtn {
    left: 0.75rem;
    bottom: 1rem;
  }
}
.swiper-wrapper,
.swiper-slide,
.gallery-item,
.video-card,
.equipment-card {
  min-width: 0;
  max-width: 100%;
}
.grid {
  min-width: 0;
}
.grid > * {
  min-width: 0;
}
section .absolute {
  pointer-events: none;
}
@media (max-width: 639px) {
  html {
    font-size: 15px;
  }
  body {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  h1 {
    font-size: 1.5rem !important;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.25rem !important;
  }
  h3 {
    font-size: 1.125rem !important;
  }
  h4 {
    font-size: 1rem !important;
  }
  .btn-primary,
  .btn-outline {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    min-height: 2.75rem;
  }
  .section-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .container.mx-auto.px-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  .footer-title-mbag {
    font-size: 0.9375rem;
  }
  .footer-list-mbag li a,
  .footer-contact-item {
    font-size: 0.8125rem;
  }
  .footer-desc-mbag {
    font-size: 0.8125rem;
  }
  .process-step h4 {
    font-size: 1rem;
  }
  .video-card-body h4 {
    font-size: 1rem;
  }
  .equipment-card h4 {
    font-size: 1rem;
  }
  input,
  select,
  textarea {
    font-size: 0.9375rem;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 1.375rem !important;
  }
  h2 {
    font-size: 1.125rem !important;
  }
  h3 {
    font-size: 1rem !important;
  }
  .btn-primary,
  .btn-outline {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    min-height: 2.5rem;
  }
  .section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .container.mx-auto.px-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#contact.contact {
  background-color: var(--mbag-bg-alt);
}
#contact .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#contact .section-title {
  font-size: 2rem;
  color: #1F4671;
  margin-bottom: 0.5rem;
}
#contact .section-subtitle {
  font-size: 1.15rem;
  color: var(--mbag-text-muted);
}
#contact .contact-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: stretch;
}
#contact .contact-info {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#contact .contact-info-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: var(--mbag-bg-card);
  border: 1px solid var(--mbag-border);
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
}
#contact .contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background:
    linear-gradient(
      135deg,
      #1F4671,
      #16385c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#contact .contact-icon i {
  color: #fff;
  font-size: 1.2rem;
}
#contact .contact-details h4 {
  color: var(--mbag-text);
  margin-bottom: 0.35rem;
  font-size: 1rem;
}
#contact .contact-details p {
  color: var(--mbag-text-muted);
  margin: 0;
  font-size: 0.95rem;
}
#contact .contact-form {
  background-color: var(--mbag-bg-card);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid var(--mbag-border);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
#contact .form-group {
  position: relative;
  margin-bottom: 1.75rem;
}
#contact .form-group input,
#contact .form-group select,
#contact .form-group textarea {
  width: 100%;
  padding: 1rem 1rem;
  border: 2px solid var(--mbag-border);
  border-radius: 12px;
  background-color: var(--mbag-bg);
  color: var(--mbag-text);
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 1;
}
#contact .form-group input:focus,
#contact .form-group select:focus,
#contact .form-group textarea:focus {
  outline: none;
  border-color: #1F4671;
  box-shadow: 0 0 0 3px rgba(31, 70, 113, 0.15);
}
#contact .form-group label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--mbag-text-muted);
  transition:
    top 0.2s,
    font-size 0.2s,
    color 0.2s;
  pointer-events: none;
  padding: 0 0.5rem;
  z-index: 10;
  font-size: 1rem;
}
#contact .form-group input:focus + label,
#contact .form-group input:not(:placeholder-shown) + label,
#contact .form-group textarea:focus + label,
#contact .form-group textarea:not(:placeholder-shown) + label {
  top: -0.6rem;
  right: 0.75rem;
  font-size: 0.8rem;
  color: #1F4671;
}
#contact .form-group select {
  appearance: none;
  cursor: pointer;
}
#contact .btn-primary-mbag {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #1F4671,
      #16385c);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.05s;
}
#contact .btn-primary-mbag:hover {
  opacity: 0.95;
}
#contact .btn-primary-mbag:active {
  transform: scale(0.99);
}
@media (max-width: 1023px) {
  #contact .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #contact .contact-info,
  #contact .contact-info-inner,
  #contact .contact-item {
    width: 100%;
  }
  #contact .contact-info-inner {
    gap: 1.25rem;
  }
}

/* ===== Zmrd Industries brand identity (luxury) ===== */
:root {
  --brand-primary: #1F4671;
  --brand-secondary: #305980;
  --brand-light: #4E7399;
  --brand-light-deep: #3A5C80;
  --brand-accent: #D2C8BA;
  --brand-glow: rgba(210, 200, 186, 0.35);
  --brand-glow-blue: rgba(31, 70, 113, 0.55);
}

/* Hero: lighter veil so photo shows */
.zi-hero-img {
  opacity: 0.72;
}
.zi-hero-overlay {
  background:
    linear-gradient(
      to bottom,
      rgba(8, 16, 28, 0.28) 0%,
      rgba(8, 16, 28, 0.45) 45%,
      rgba(8, 16, 28, 0.78) 100%);
}
[data-theme=light] .zi-hero-overlay {
  background:
    linear-gradient(
      to bottom,
      rgba(248, 250, 252, 0.2) 0%,
      rgba(248, 250, 252, 0.4) 45%,
      rgba(248, 250, 252, 0.82) 100%);
}
[data-theme=light] .zi-hero-img {
  opacity: 0.85;
}

.btn-primary,
#contact .btn-primary-mbag {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary)) !important;
  box-shadow:
    0 8px 24px var(--brand-glow-blue),
    0 0 0 1px rgba(210, 200, 186, 0.18) inset !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease !important;
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--brand-secondary), var(--brand-primary)) !important;
  transform: translateY(-3px);
  box-shadow:
    0 14px 32px var(--brand-glow-blue),
    0 0 24px var(--brand-glow) !important;
  filter: brightness(1.05);
}
.btn-outline {
  border-color: var(--brand-accent) !important;
  color: var(--brand-accent) !important;
  box-shadow: 0 0 0 1px rgba(210, 200, 186, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
}
.btn-outline:hover {
  background: rgba(31, 70, 113, 0.85) !important;
  border-color: var(--brand-accent) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px var(--brand-glow-blue), 0 0 18px var(--brand-glow);
}

/* Header CTA */
.nav-link-cta {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary)) !important;
  color: #fff !important;
  box-shadow:
    0 6px 18px rgba(31, 70, 113, 0.45),
    0 0 0 1px rgba(210, 200, 186, 0.25) inset;
  border: 1px solid rgba(210, 200, 186, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
  animation: zi-cta-pulse 3.2s ease-in-out infinite;
}
.nav-link-cta:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--brand-secondary), #16385c) !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 10px 26px rgba(31, 70, 113, 0.55),
    0 0 20px var(--brand-glow);
  filter: brightness(1.06);
  animation: none;
}
@keyframes zi-cta-pulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(31, 70, 113, 0.45), 0 0 0 1px rgba(210, 200, 186, 0.22) inset; }
  50% { box-shadow: 0 8px 22px rgba(31, 70, 113, 0.6), 0 0 16px rgba(210, 200, 186, 0.28); }
}

.gradient-text {
  background: linear-gradient(120deg, #6B8AAB 0%, #305980 45%, #16385c 100%) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: zi-shine 5s linear infinite;
  filter: drop-shadow(0 2px 8px rgba(31, 70, 113, 0.45));
}
@keyframes zi-shine {
  to { background-position: 200% center; }
}

/* Darker navy accents sitewide â€” no orange/red */
.text-fire-500,
.text-fire-400,
.text-fire-300,
i.text-fire-500,
i.text-fire-400,
.fas.text-fire-500,
.fas.text-fire-400 {
  color: var(--brand-accent) !important;
  filter: drop-shadow(0 0 8px rgba(210, 200, 186, 0.35));
}
.group:hover .text-fire-400,
.group:hover .group-hover\:text-fire-400,
.group-hover\:text-fire-400:hover {
  color: #efe8dd !important;
  filter: drop-shadow(0 0 12px rgba(210, 200, 186, 0.5));
}
a:hover i.fas,
.social-link-mbag:hover i,
.footer-contact-item:hover i,
.nav-link:hover {
  color: var(--brand-accent);
}
.bg-fire-600,
.bg-fire-500,
.bg-fire-700,
.hover\:bg-fire-500:hover,
.hover\:bg-fire-700:hover,
.hover\:bg-fire-600:hover {
  background-color: var(--brand-primary) !important;
}
.bg-fire-900\/30,
.bg-fire-600\/10,
.bg-fire-600\/30,
.bg-fire-900\/20 {
  background-color: rgba(31, 70, 113, 0.28) !important;
}
.border-fire-600\/30,
.border-fire-600\/50,
.hover\:border-fire-600\/50:hover {
  border-color: rgba(210, 200, 186, 0.4) !important;
}
.from-fire-600,
.from-fire-900 {
  --tw-gradient-from: var(--brand-primary) !important;
}
.to-fire-800,
.to-fire-600 {
  --tw-gradient-to: var(--brand-secondary) !important;
}
[data-theme=light] .header-mbag .nav-link:hover,
[data-theme=light] .nav-menu .nav-link:hover {
  color: var(--brand-primary) !important;
}
[data-theme=light] .text-fire-500,
[data-theme=light] .text-fire-400,
[data-theme=light] .text-fire-300,
[data-theme=light] i.text-fire-500,
[data-theme=light] i.text-fire-400 {
  color: var(--brand-primary) !important;
  filter: none;
}
/* Footer icons: navy in light (copper is invisible on light bg) */
[data-theme=light] .footer-mbag i,
[data-theme=light] .footer-mbag .text-fire-500,
[data-theme=light] .footer-mbag .text-fire-400,
[data-theme=light] .footer-mbag i.text-fire-500,
[data-theme=light] .footer-mbag i.text-fire-400,
[data-theme=light] .footer-contact-item i,
[data-theme=light] .footer-contact-item .fas {
  color: var(--brand-primary) !important;
  filter: none !important;
}
[data-theme=light] .footer-mbag .social-link-mbag,
[data-theme=light] .footer-mbag .social-link-mbag i {
  color: var(--brand-primary) !important;
  background: #fff !important;
  border-color: rgba(31, 70, 113, 0.25) !important;
  box-shadow: 0 4px 12px rgba(31, 70, 113, 0.12) !important;
}
[data-theme=light] .footer-mbag .social-link-mbag:hover,
[data-theme=light] .footer-mbag .social-link-mbag:hover i {
  color: #fff !important;
  background: linear-gradient(145deg, var(--brand-primary), var(--brand-secondary)) !important;
}

/* Hero badge â€” clear & brand */
.hero-badge {
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.72), rgba(22, 56, 92, 0.78)) !important;
  border: 1px solid rgba(210, 200, 186, 0.45) !important;
  backdrop-filter: blur(10px);
  box-shadow:
    0 10px 28px rgba(8, 16, 28, 0.45),
    0 0 20px rgba(210, 200, 186, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
.hero-badge-text {
  color: #fff8ef !important;
  font-weight: 700 !important;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 0 1px rgba(0, 0, 0, 0.8);
}
.hero-badge-icon {
  color: var(--brand-accent) !important;
  filter: drop-shadow(0 0 10px rgba(210, 200, 186, 0.55));
  font-size: 1rem;
}
[data-theme=light] .hero-badge {
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.95), rgba(48, 89, 128, 0.92)) !important;
}
[data-theme=light] .hero-badge-text {
  color: #fff !important;
  text-shadow: none;
}

/* Sitewide brand glow accents */
.contact-icon,
.social-link-mbag,
.play-btn {
  background: linear-gradient(145deg, var(--brand-primary), var(--brand-secondary)) !important;
  box-shadow: 0 8px 20px rgba(31, 70, 113, 0.4), 0 0 12px rgba(210, 200, 186, 0.15) !important;
  color: #fff !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.social-link-mbag:hover,
.play-btn:hover,
.contact-icon:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 28px rgba(31, 70, 113, 0.55), 0 0 18px rgba(210, 200, 186, 0.35) !important;
}
.footer-mbag a:hover,
.footer-list-mbag a:hover {
  color: var(--brand-accent) !important;
}
.swiper-pagination-bullet-active {
  background: var(--brand-accent) !important;
  box-shadow: 0 0 10px rgba(210, 200, 186, 0.5);
}

.nav-logo-img {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(31, 70, 113, 0.35));
  transition: transform 0.35s ease, filter 0.35s ease;
}
.nav-logo:hover .nav-logo-img {
  transform: scale(1.04);
  filter: drop-shadow(0 6px 18px rgba(210, 200, 186, 0.35));
}
.footer-logo-mbag img {
  height: 56px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(31, 70, 113, 0.4));
}

/* Luxury card glow */
.group.bg-gray-900,
.bg-gray-900\/50,
.equipment-card,
#about .bg-gray-900\/50 {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.group.bg-gray-900:hover,
.bg-gray-900\/50:hover,
.equipment-card:hover {
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(210, 200, 186, 0.18),
    0 0 28px rgba(31, 70, 113, 0.35);
  border-color: rgba(210, 200, 186, 0.35) !important;
}

.zi-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.zi-feature-pill {
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(210, 200, 186, 0.35);
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.45), rgba(48, 89, 128, 0.3));
  color: var(--brand-accent);
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(31, 70, 113, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.zi-feature-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(31, 70, 113, 0.4), 0 0 14px var(--brand-glow);
}
[data-theme=light] .zi-feature-pill {
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.1), rgba(48, 89, 128, 0.08));
  color: var(--brand-primary);
  border-color: rgba(31, 70, 113, 0.22);
}

/* Smelting process stages */
.zi-process-line {
  height: 3px !important;
  background: linear-gradient(90deg, #1F4671 0%, #305980 35%, #4E7399 70%, #D2C8BA 100%) !important;
  box-shadow: 0 0 16px rgba(210, 200, 186, 0.25);
  border-radius: 999px;
}
.process-step {
  background:
    linear-gradient(160deg, rgba(31, 70, 113, 0.22), rgba(17, 24, 39, 0.95) 55%) !important;
  border: 1px solid rgba(78, 115, 153, 0.45) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(210, 200, 186, 0.08);
  overflow: visible;
}
[data-theme=light] .process-step {
  background: linear-gradient(160deg, #ffffff, #f1f5f9) !important;
  border-color: rgba(31, 70, 113, 0.18) !important;
}
.process-step:hover {
  border-color: rgba(210, 200, 186, 0.55) !important;
  transform: translateY(-8px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(31, 70, 113, 0.35),
    0 0 18px var(--brand-glow);
}
.process-step::before {
  background: linear-gradient(145deg, var(--brand-primary), var(--brand-secondary)) !important;
  color: #fff;
  box-shadow:
    0 8px 18px rgba(31, 70, 113, 0.55),
    0 0 0 3px rgba(210, 200, 186, 0.35);
  border-color: var(--mbag-bg) !important;
}
.process-step[data-step="1"]::before { background: linear-gradient(145deg, #1F4671, #274f7a) !important; }
.process-step[data-step="2"]::before { background: linear-gradient(145deg, #305980, #3a6a94) !important; }
.process-step[data-step="3"]::before { background: linear-gradient(145deg, #3A5C80, #4E7399) !important; }
.process-step[data-step="4"]::before {
  background: linear-gradient(145deg, #8a7f70, #D2C8BA) !important;
  color: #1a2433;
  box-shadow: 0 8px 18px rgba(210, 200, 186, 0.4), 0 0 0 3px rgba(31, 70, 113, 0.35);
}
.process-step-title {
  color: var(--brand-accent) !important;
  letter-spacing: 0.02em;
}
.process-step[data-step="1"] .process-step-title { color: #9eb6d0 !important; }
.process-step[data-step="2"] .process-step-title { color: #a9c0d6 !important; }
.process-step[data-step="3"] .process-step-title { color: #c4d3e2 !important; }
.process-step[data-step="4"] .process-step-title { color: var(--brand-accent) !important; }
[data-theme=light] .process-step-title,
[data-theme=light] .process-step[data-step="1"] .process-step-title,
[data-theme=light] .process-step[data-step="2"] .process-step-title,
[data-theme=light] .process-step[data-step="3"] .process-step-title,
[data-theme=light] .process-step[data-step="4"] .process-step-title {
  color: var(--brand-primary) !important;
}
.process-step-check {
  color: var(--brand-accent) !important;
}
.process-step-meta {
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.45), rgba(48, 89, 128, 0.25)) !important;
  border: 1px solid rgba(210, 200, 186, 0.3) !important;
  border-radius: 0.75rem;
  color: var(--brand-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.process-step[data-step="4"] .process-step-meta {
  background: linear-gradient(135deg, rgba(210, 200, 186, 0.2), rgba(31, 70, 113, 0.35)) !important;
}
[data-theme=light] .process-step-meta {
  background: rgba(31, 70, 113, 0.08) !important;
  color: var(--brand-primary);
  border-color: rgba(31, 70, 113, 0.2) !important;
}
.process-step-media {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(210, 200, 186, 0.12);
}
.process-step-media img {
  transition: transform 0.5s ease;
}
.process-step:hover .process-step-media img {
  transform: scale(1.06);
}

#scrollTopBtn {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary)) !important;
  box-shadow: 0 8px 22px var(--brand-glow-blue) !important;
}
#scrollTopBtn:hover {
  box-shadow: 0 10px 28px var(--brand-glow-blue), 0 0 16px var(--brand-glow) !important;
}

/* Section labels: soft steel blue (readable, not orange) */
h2.text-fire-500 {
  color: #9eb6d0 !important;
  filter: drop-shadow(0 0 10px rgba(78, 115, 153, 0.35));
}
[data-theme=light] h2.text-fire-500 {
  color: var(--brand-primary) !important;
  filter: none;
}

/* Icons stay copper; headings/stats separate */
i.text-fire-500,
i.text-fire-400,
.fas.text-fire-500,
.fas.text-fire-400 {
  color: var(--brand-accent) !important;
}
[data-theme=light] i.text-fire-500,
[data-theme=light] i.text-fire-400,
[data-theme=light] .fas.text-fire-500,
[data-theme=light] .fas.text-fire-400,
[data-theme=light] .footer-mbag i,
[data-theme=light] .footer-contact-item i {
  color: var(--brand-primary) !important;
  filter: none !important;
}
.group:hover .group-hover\:text-fire-400 {
  color: #efe8dd !important;
}
.hover\:text-fire-500:hover,
.hover\:text-fire-300:hover {
  color: var(--brand-accent) !important;
}
[data-theme=light] .hover\:text-fire-500:hover,
[data-theme=light] .hover\:text-fire-300:hover,
[data-theme=light] .group:hover .group-hover\:text-fire-400 {
  color: var(--brand-primary) !important;
}
.focus\:border-fire-600:focus {
  border-color: var(--brand-primary) !important;
}

/* ===== Med Steel teasers (link to holdings pages) ===== */
.zi-ms-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 860px) {
  .zi-ms-teaser-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.zi-ms-teaser {
  display: flex;
  flex-direction: column;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(210, 200, 186, 0.22);
  background: linear-gradient(160deg, rgba(31, 70, 113, 0.25), rgba(17, 24, 39, 0.95));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.zi-ms-teaser:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(31, 70, 113, 0.35), 0 0 20px rgba(210, 200, 186, 0.12);
}
.zi-ms-teaser-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  padding: 1.15rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(31, 70, 113, 0.12);
  flex-shrink: 0;
}
.zi-ms-teaser-media img {
  max-width: 230px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.zi-ms-teaser-media-brand {
  flex-direction: column;
  gap: 0.4rem;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  background: linear-gradient(145deg, #1F4671, #16385c 60%, #0d2038);
  border-bottom: none;
}
.zi-ms-brand-mark {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #efe8dd;
}
.zi-ms-brand-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}
.zi-ms-teaser-body {
  padding: 1.35rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}
.zi-ms-teaser-badge {
  align-self: flex-start;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-accent);
  border: 1px solid rgba(210, 200, 186, 0.3);
  background: rgba(31, 70, 113, 0.35);
}
.zi-ms-teaser-body h4 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}
.zi-ms-teaser-body p {
  margin: 0;
  color: #9ca3af;
  line-height: 1.7;
  flex: 1;
  font-size: 0.95rem;
}
.zi-ms-teaser-body .btn-primary {
  align-self: flex-start;
  margin-top: 0.35rem;
}
[data-theme=light] .zi-ms-teaser {
  background: #fff;
  border-color: rgba(31, 70, 113, 0.15);
}
[data-theme=light] .zi-ms-teaser-body h4 {
  color: var(--brand-primary);
}
[data-theme=light] .zi-ms-teaser-body p {
  color: #64748b;
}
[data-theme=light] .zi-ms-teaser-badge {
  color: var(--brand-primary);
  border-color: rgba(31, 70, 113, 0.2);
  background: rgba(31, 70, 113, 0.08);
}
@media (max-width: 639px) {
  .zi-ms-teaser-media,
  .zi-ms-teaser-media-brand {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .zi-ms-teaser-media img {
    max-width: 180px;
    max-height: 95px;
  }
}


/* Hero light mode: navy + silver (dark readable text) */
[data-theme=light] .zi-hero-overlay {
  background:
    linear-gradient(
      to bottom,
      rgba(248, 250, 252, 0.55) 0%,
      rgba(248, 250, 252, 0.72) 45%,
      rgba(248, 250, 252, 0.92) 100%) !important;
}
[data-theme=light] .zi-hero-img {
  opacity: 0.55;
}
[data-theme=light] #home .text-white {
  color: #1F4671 !important;
  text-shadow: none;
}
[data-theme=light] #home .text-gray-400,
[data-theme=light] #home .text-gray-300 {
  color: #5A6B7D !important;
  text-shadow: none;
}
[data-theme=light] #home .gradient-text {
  background: linear-gradient(120deg, #4E7399 0%, #1F4671 55%, #0d2038 100%) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: none;
}
[data-theme=light] #home .border-gray-800 {
  border-color: rgba(31, 70, 113, 0.22) !important;
}
[data-theme=light] #home .hero-badge {
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.12), rgba(136, 167, 195, 0.18)) !important;
  border-color: rgba(31, 70, 113, 0.28) !important;
  box-shadow: 0 8px 20px rgba(31, 70, 113, 0.12) !important;
}
[data-theme=light] #home .hero-badge-text {
  color: #1F4671 !important;
  text-shadow: none;
}
[data-theme=light] #home .hero-badge-icon {
  color: #305980 !important;
  filter: none;
}
[data-theme=light] #home .btn-outline {
  color: #1F4671 !important;
  border-color: #1F4671 !important;
  background: rgba(255, 255, 255, 0.55) !important;
}
[data-theme=light] #home .btn-outline:hover {
  color: #fff !important;
  background: rgba(31, 70, 113, 0.92) !important;
}
[data-theme=light] #home .text-fire-500 {
  color: #1F4671 !important;
  filter: none;
}

/* Subpages: Mid Steel + plant under Zmrd Industries */
.zi-subpage {
  padding-top: 5rem;
}
.zi-sub-hero {
  padding: 2.75rem 0 2.25rem;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(31, 70, 113, 0.45), rgba(17, 24, 39, 0.96));
  border-bottom: 1px solid rgba(78, 115, 153, 0.35);
}
.zi-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  color: #b8c5d4;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.zi-breadcrumb a {
  color: #9eb6d0;
  text-decoration: none;
  font-weight: 600;
}
.zi-breadcrumb a:hover {
  color: #fff;
}
.zi-sub-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
}
.zi-sub-lead {
  max-width: 720px;
  margin: 0 auto;
  color: #e2e8f0;
  line-height: 1.75;
}
.ms-brand-title-block {
  margin-bottom: 0.75rem;
}
.ms-brand-wordmark {
  display: block;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #c5d4e4;
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.ms-brand-tag {
  margin: 0.4rem 0 0;
  color: #c5d0dc;
  font-size: 0.95rem;
}
.ms-brand-slogan {
  margin: 0.85rem auto 0;
  max-width: 560px;
  color: #f1f5f9;
  font-weight: 600;
}
.ms-brand-hero .container,
.ms-plant-hero .container {
  text-align: center;
}
.zi-sub-body {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.zi-subpage .text-gray-400,
.zi-sub-body .text-gray-400 {
  color: #cbd5e1 !important;
}
.zi-subpage h2,
.zi-subpage .text-2xl.font-bold {
  color: #e8eef5;
}
.zi-subpage h2.text-fire-500 {
  color: #9eb6d0 !important;
  filter: none;
}
.zi-brand-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
.zi-brand-pillar {
  padding: 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(78, 115, 153, 0.4);
  background: rgba(31, 70, 113, 0.28);
}
.zi-brand-pillar i {
  color: #9eb6d0;
  font-size: 1.35rem;
  margin-bottom: 0.55rem;
  filter: none;
}
.zi-brand-pillar h4 {
  color: #fff;
  margin: 0 0 0.4rem;
}
.zi-brand-pillar p {
  color: #c5d0dc;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}
.zi-sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.zi-subpage .btn-outline {
  color: #e8eef5 !important;
  border-color: #88A7C3 !important;
  background: rgba(31, 70, 113, 0.25) !important;
}
.zi-subpage .btn-outline:hover {
  color: #fff !important;
  background: rgba(31, 70, 113, 0.85) !important;
  border-color: #4E7399 !important;
}
.zi-plant-center {
  text-align: center;
}
.zi-plant-logo {
  max-width: 340px;
  margin: 0 auto 2rem;
}
.zi-plant-logo img {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem 1.35rem;
  border: 1px solid rgba(31, 70, 113, 0.15);
}
.zi-plant-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  max-width: 920px;
  margin: 0 auto 2rem;
}
.zi-plant-stat {
  padding: 1rem 0.6rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(78, 115, 153, 0.4);
  background: rgba(31, 70, 113, 0.3);
}
.zi-plant-stat strong {
  display: block;
  color: #c5d4e4;
  font-size: 1.4rem;
}
.zi-plant-stat span {
  color: #c5d0dc;
  font-size: 0.85rem;
}
.zi-plant-panel {
  max-width: 640px;
  margin: 0 auto;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(78, 115, 153, 0.4);
  background: rgba(31, 70, 113, 0.28);
  text-align: center;
}
.zi-plant-panel h3 {
  color: #c5d4e4;
  margin: 0 0 0.85rem;
}
.zi-plant-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 480px;
  text-align: start;
  display: grid;
  gap: 0.7rem;
}
.zi-plant-list li {
  position: relative;
  padding-inline-start: 1.1rem;
  color: #d1d5db;
  line-height: 1.6;
}
.zi-plant-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #88A7C3;
}
.zi-plant-equip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.zi-plant-equip-card {
  padding: 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(78, 115, 153, 0.35);
  background: rgba(17, 24, 39, 0.85);
}
.zi-plant-equip-card i {
  color: #9eb6d0;
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
  filter: none;
}
.zi-plant-equip-card h4 {
  color: #fff;
  margin: 0 0 0.3rem;
  font-size: 1rem;
}
.zi-plant-equip-card p {
  color: #c5d0dc;
  margin: 0;
  font-size: 0.88rem;
}
[data-theme=light] .zi-sub-hero {
  background: linear-gradient(135deg, rgba(31, 70, 113, 0.1), #f1f5f9);
  border-bottom-color: rgba(31, 70, 113, 0.15);
}
[data-theme=light] .zi-breadcrumb {
  color: #64748b;
}
[data-theme=light] .zi-breadcrumb a {
  color: #1F4671;
}
[data-theme=light] .zi-breadcrumb a:hover {
  color: #305980;
}
[data-theme=light] .zi-sub-title,
[data-theme=light] .ms-brand-wordmark {
  color: #1F4671;
  text-shadow: none;
}
[data-theme=light] .zi-sub-lead,
[data-theme=light] .ms-brand-tag,
[data-theme=light] .ms-brand-slogan {
  color: #334155;
}
[data-theme=light] .zi-subpage .text-gray-400,
[data-theme=light] .zi-sub-body .text-gray-400 {
  color: #475569 !important;
}
[data-theme=light] .zi-subpage h2,
[data-theme=light] .zi-subpage .text-2xl.font-bold,
[data-theme=light] .zi-subpage h2.text-fire-500 {
  color: #1F4671 !important;
  filter: none;
}
[data-theme=light] .zi-brand-pillar,
[data-theme=light] .zi-plant-stat,
[data-theme=light] .zi-plant-panel,
[data-theme=light] .zi-plant-equip-card {
  background: #fff;
  border-color: rgba(31, 70, 113, 0.18);
  box-shadow: 0 6px 18px rgba(31, 70, 113, 0.06);
}
[data-theme=light] .zi-brand-pillar h4,
[data-theme=light] .zi-plant-equip-card h4 {
  color: #1F4671;
}
[data-theme=light] .zi-brand-pillar i,
[data-theme=light] .zi-plant-equip-card i {
  color: #305980;
  filter: none;
}
[data-theme=light] .zi-brand-pillar p,
[data-theme=light] .zi-plant-equip-card p,
[data-theme=light] .zi-plant-stat span,
[data-theme=light] .zi-plant-list li {
  color: #475569;
}
[data-theme=light] .zi-plant-stat strong,
[data-theme=light] .zi-plant-panel h3 {
  color: #1F4671;
}
[data-theme=light] .zi-plant-list li::before {
  background: #305980;
}
[data-theme=light] .zi-subpage .btn-outline {
  color: #1F4671 !important;
  border-color: #1F4671 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
[data-theme=light] .zi-subpage .btn-outline:hover {
  color: #fff !important;
  background: #1F4671 !important;
}
@media (max-width: 991px) {
  .zi-brand-pillars,
  .zi-plant-equip,
  .zi-plant-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .zi-subpage { padding-top: 4.25rem; }
  .zi-sub-hero {
    padding: 2rem 1rem 1.75rem;
  }
  .ms-brand-hero .container,
  .ms-plant-hero .container,
  .ms-brand-title-block,
  .ms-brand-slogan {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .zi-brand-pillars,
  .zi-plant-equip,
  .zi-plant-stats {
    grid-template-columns: 1fr;
  }
  .zi-plant-logo { max-width: 260px; }
}
