:root {
  --atlas-navy: #183650;
  --atlas-ink: #1f415f;
  --atlas-cyan: #58bed3;
  --atlas-orange: #ff8a2a;
  --atlas-red: #ef4d3d;
  --atlas-text: #4e5861;
  --atlas-muted: #7b8792;
  --atlas-line: #e7edf2;
  --atlas-soft: #f5f8fb;
  --atlas-dark: #102a41;
  --atlas-shadow: 0 18px 45px rgba(24, 54, 80, .12);
  --isl-orange: var(--atlas-cyan);
  --isl-navy: var(--atlas-navy);
  --isl-navy2: var(--atlas-ink);
  --isl-muted: var(--atlas-muted);
  --isl-border: var(--atlas-line);
  --isl-bg2: var(--atlas-soft);
  --isl-card: var(--atlas-navy);
  --isl-text: var(--atlas-text);
  --isl-accent: var(--atlas-cyan);
  --isl-accent2: var(--atlas-orange);
  --isl-success: #28a745;
  --isl-danger: var(--atlas-red);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--atlas-text);
  background: #fff;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; transition: .2s ease; }
a:hover { color: var(--atlas-cyan); text-decoration: none; }
img { max-width: 100%; }
.container { max-width: 1170px; }
.site-main { overflow: hidden; }

.topbar {
  background: var(--atlas-ink);
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar-contact,
.topbar-social {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar i { color: var(--atlas-cyan); margin-right: 7px; }
.topbar-social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: #fff;
  box-shadow: 0 8px 28px rgba(24,54,80,.08);
}
.atlas-nav { padding: 15px 0; }
.atlas-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--atlas-navy);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.05;
}
.atlas-brand img { max-width: 220px; max-height: 58px; object-fit: contain; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--atlas-cyan);
  color: #fff;
  font-size: 24px;
}
.atlas-brand small {
  display: block;
  color: var(--atlas-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-top: 5px;
  text-transform: uppercase;
}
.atlas-nav .nav-link {
  color: var(--atlas-ink);
  font-size: 15px;
  font-weight: 800;
  padding: 12px 13px !important;
  text-transform: uppercase;
}
.atlas-nav .nav-link.active,
.atlas-nav .nav-link:hover { color: var(--atlas-cyan); }
.navbar-toggler {
  border: 1px solid var(--atlas-line);
  color: var(--atlas-ink);
  padding: 8px 11px;
}
.navbar-toggler-icon {
  background-image: none;
  width: auto;
  height: auto;
  color: var(--atlas-ink);
}
.nav-cta { margin-left: 14px; }
.atlas-btn,
.btn-glow,
.btn-outline-glow,
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 24px;
  border: 2px solid var(--atlas-cyan);
  background: var(--atlas-cyan);
  color: #fff !important;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}
.atlas-btn:hover,
.btn-glow:hover {
  background: var(--atlas-navy);
  border-color: var(--atlas-navy);
  color: #fff !important;
}
.btn-outline-glow,
.btn-outline-white {
  background: transparent;
  color: var(--atlas-navy) !important;
  border-color: var(--atlas-navy);
}
.btn-outline-glow:hover,
.btn-outline-white:hover {
  background: var(--atlas-navy);
  color: #fff !important;
}
.btn-outline-white {
  color: #fff !important;
  border-color: rgba(255,255,255,.8);
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--atlas-navy) !important;
}

.atlas-slider,
.atlas-slide {
  position: relative;
}
.atlas-slide {
  min-height: 690px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.atlas-slide::before,
.page-hero-banner::before,
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16,42,65,.92), rgba(16,42,65,.58), rgba(16,42,65,.2));
}
.slide-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 75px 0 120px;
}
.eyebrow {
  color: var(--atlas-cyan);
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero-title,
.slide-content h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 900;
  line-height: .98;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.accent { color: var(--atlas-cyan); }
.hero-subtitle,
.slide-content p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  max-width: 620px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.atlas-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
}
.atlas-slider .owl-dot span {
  width: 26px !important;
  height: 4px !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.48) !important;
}
.atlas-slider .owl-dot.active span { background: var(--atlas-cyan) !important; }
.track-panel {
  position: relative;
  z-index: 5;
  margin-top: -74px;
}
.quick-track-widget,
.track-panel-card {
  background: #fff;
  box-shadow: var(--atlas-shadow);
  padding: 34px;
  border-top: 5px solid var(--atlas-cyan);
}
.track-panel-card {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  align-items: end;
  gap: 20px;
}
.track-panel h3,
.widget-title {
  color: var(--atlas-navy);
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.form-control,
.form-select,
select {
  min-height: 50px;
  border: 1px solid var(--atlas-line);
  border-radius: 0;
  box-shadow: none !important;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--atlas-cyan);
}

.section { padding: 105px 0; }
.section-white { background: #fff; }
.section-light { background: var(--atlas-soft); }
.section-dark {
  background: var(--atlas-navy);
  color: #fff;
}
.section-title {
  color: var(--atlas-navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section-title-white { color: #fff; }
.section-subtitle {
  color: var(--atlas-muted);
  max-width: 680px;
}
.section-divider {
  width: 68px;
  height: 4px;
  background: var(--atlas-cyan);
  margin: 0 0 24px;
}
.section-divider-center { margin-left: auto; margin-right: auto; }
.isl-card {
  background: #fff;
  border: 1px solid var(--atlas-line);
  padding: 30px;
  box-shadow: 0 8px 25px rgba(24,54,80,.06);
  transition: .25s ease;
}
.isl-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--atlas-shadow);
}
.isl-card-dark {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}
.service-icon-wrap,
.card-icon,
.feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: rgba(88,190,211,.12);
  color: var(--atlas-cyan);
  font-size: 28px;
}
.feature-item {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}
.feature-title {
  color: var(--atlas-navy);
  font-size: 18px;
  font-weight: 900;
}
.feature-desc {
  color: var(--atlas-muted);
  font-size: 15px;
}
.stat-box { text-align: center; }
.stat-num {
  color: var(--atlas-cyan);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}
.stat-label,
.stat-label-white {
  color: rgba(255,255,255,.75);
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.services-bar {
  background: var(--atlas-cyan);
}
.services-bar .d-flex {
  overflow-x: auto;
}
.service-bar-item {
  min-width: 190px;
  flex: 1 0 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  padding: 22px 14px;
  border-right: 1px solid rgba(255,255,255,.2);
  text-transform: uppercase;
}
.service-bar-item:hover { background: var(--atlas-navy); color: #fff; }

.page-hero-banner {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  background: url("/assets/transpix/img/services/breadcrumb_bg.jpg") center/cover no-repeat;
  padding: 85px 0;
}
.page-hero-banner > .container { position: relative; z-index: 2; }
.page-hero-banner h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
}
.breadcrumb-item,
.breadcrumb-item a { color: rgba(255,255,255,.75) !important; }
.breadcrumb-item.active { color: var(--atlas-cyan) !important; }

.track-hero {
  background: url("/assets/transpix/img/quote/breadcrumb.jpg") center/cover no-repeat;
  position: relative;
  padding: 115px 0 90px;
  text-align: center;
}
.track-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16,42,65,.83);
}
.track-hero .container { position: relative; z-index: 2; }
.track-input-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  box-shadow: var(--atlas-shadow);
}
.track-input-wrap input {
  height: 62px;
  border: 0;
  padding: 0 22px;
}
.result-card {
  background: #fff;
  border: 1px solid var(--atlas-line);
  box-shadow: var(--atlas-shadow);
}
.result-header {
  background: var(--atlas-navy);
  padding: 24px 28px;
}
.result-body { padding: 30px; }
.info-label {
  color: var(--atlas-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.info-value {
  color: var(--atlas-navy);
  font-weight: 800;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  background: rgba(88,190,211,.12);
  color: var(--atlas-cyan);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.tracking-timeline,
.history-timeline,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-item,
.history-item {
  display: flex;
  gap: 14px;
  padding-bottom: 18px;
}
.timeline-dot,
.history-dot {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--atlas-soft);
  color: var(--atlas-muted);
}
.timeline-dot.done,
.timeline-dot.active {
  background: var(--atlas-cyan);
  color: #fff;
}
#shipment-map {
  min-height: 480px;
  border: 1px solid var(--atlas-line);
}
.isl-alert {
  padding: 15px 18px;
  border-left: 4px solid var(--atlas-cyan);
  background: var(--atlas-soft);
  margin-bottom: 20px;
}
.isl-alert-error { border-color: var(--atlas-red); }
.isl-alert-success { border-color: #28a745; }

.cta-banner {
  position: relative;
  background: url("/assets/transpix/img/cta_bg.jpg") center/cover no-repeat;
  padding: 100px 0;
}
.cta-banner > .container { position: relative; z-index: 2; }
.atlas-newsletter {
  background: var(--atlas-cyan);
  color: #fff;
  padding: 34px 0;
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 470px);
  align-items: center;
  gap: 28px;
}
.newsletter-inner span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.newsletter-inner h3 {
  margin: 4px 0 0;
  font-size: 24px;
  font-weight: 900;
}
.newsletter-inner form {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #fff;
}
.newsletter-inner input {
  border: 0;
  min-height: 54px;
  padding: 0 18px;
}
.newsletter-inner button {
  border: 0;
  background: var(--atlas-navy);
  color: #fff;
  padding: 0 22px;
  font-weight: 900;
  text-transform: uppercase;
}
.atlas-footer {
  background: #102a41;
  color: rgba(255,255,255,.72);
  padding-top: 78px;
}
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.footer-col { margin-bottom: 34px; }
.footer-col h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-col a,
.footer-col span {
  display: block;
  color: rgba(255,255,255,.68);
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-col i { color: var(--atlas-cyan); margin-right: 8px; }
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  color: #fff;
}
.footer-track {
  display: inline-flex !important;
  width: auto;
  padding: 9px 16px;
  background: var(--atlas-cyan);
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.anim-target {
  animation: fadeInUp .5s ease both;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  .topbar-inner,
  .newsletter-inner,
  .track-panel-card {
    grid-template-columns: 1fr;
  }
  .topbar-inner { align-items: flex-start; padding: 10px 0; }
  .nav-cta { margin-left: 0; margin-top: 8px; }
  .atlas-slide { min-height: 620px; }
  .track-panel { margin-top: 0; padding: 30px 0; background: var(--atlas-soft); }
  .section { padding: 72px 0; }
}
@media (max-width: 575px) {
  .topbar-contact { gap: 8px; flex-direction: column; align-items: flex-start; }
  .atlas-brand { font-size: 17px; }
  .brand-mark { width: 42px; height: 42px; }
  .atlas-slide { min-height: 580px; }
  .slide-content { padding: 60px 0 95px; }
  .hero-title,
  .slide-content h1 { font-size: 38px; }
  .track-input-wrap,
  .newsletter-inner form {
    grid-template-columns: 1fr;
  }
  .track-input-wrap .btn-glow,
  .newsletter-inner button {
    min-height: 54px;
  }
  .quick-track-widget,
  .track-panel-card,
  .result-body { padding: 22px; }
}
