/* Bahiry Group For Export - Main Frontend Stylesheet (RTL & LTR Compatible) */

:root {
  --primary-navy: #09131e;
  --primary-navy-light: #152438;
  --primary-navy-dark: #050b12;
  --accent-gold: #d4a72d;
  --accent-gold-hover: #e5b93e;
  --accent-gold-light: #fef8e7;
  --accent-gold-glow: rgba(212, 167, 45, 0.4);
  --accent-emerald: #10b981;
  --accent-blue: #3b82f6;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --bg-light: #f4f7fb;
  --bg-white: #ffffff;
  --border-color: #e2e8f0;
  --border-color-dark: #cbd5e1;
  --font-arabic: 'Cairo', sans-serif;
  --font-en: 'Plus Jakarta Sans', sans-serif;
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 4px 8px -2px rgba(9, 19, 30, 0.06), 0 2px 4px -2px rgba(9, 19, 30, 0.04);
  --shadow-md: 0 10px 24px -4px rgba(9, 19, 30, 0.08), 0 4px 8px -2px rgba(9, 19, 30, 0.04);
  --shadow-lg: 0 20px 35px -6px rgba(9, 19, 30, 0.12), 0 6px 14px -4px rgba(9, 19, 30, 0.05);
  --shadow-xl: 0 30px 60px -12px rgba(9, 19, 30, 0.2), 0 10px 20px -6px rgba(9, 19, 30, 0.1);
  --shadow-gold: 0 10px 30px -4px rgba(212, 167, 45, 0.35);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: var(--font-arabic);
  direction: rtl;
  text-align: right;
  background-color: var(--bg-light);
  color: var(--text-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

img, svg, video, canvas, audio, iframe, embed, object {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(14px, 3.5vw, 24px);
  padding-right: clamp(14px, 3.5vw, 24px);
}

/* Top bar */
.topbar {
  background-color: var(--primary-navy-dark);
  color: #94a3b8;
  font-size: 0.85rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1000;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.topbar-info {
  display: flex;
  align-items: center;
  gap: 18px;
}
.topbar-info a, .topbar-info span {
  color: #cbd5e1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.topbar-info a:hover {
  color: var(--accent-gold);
}
.topbar-badge {
  background: rgba(197, 155, 39, 0.15);
  color: var(--accent-gold);
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.78rem;
  border: 1px solid rgba(197, 155, 39, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.live-indicator {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
  animation: pulse-live 2s infinite;
}
@keyframes pulse-live {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Navbar */
.navbar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--primary-navy);
}
.brand-logo-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--primary-navy) 0%, #1b263b 100%);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 900;
  border: 1px solid rgba(197, 155, 39, 0.3);
  box-shadow: 0 6px 14px rgba(13, 27, 42, 0.2);
}
.brand-logo-text {
  display: flex;
  flex-direction: column;
}
.brand-logo-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--primary-navy);
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.brand-logo-subtitle {
  font-size: 0.75rem;
  color: var(--accent-gold);
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}
.nav-drawer-header {
  display: none !important;
}
.mobile-only-drawer-action {
  display: none !important;
}
@media (max-width: 1100px) {
  .nav-drawer-header {
    display: flex !important;
  }
  .mobile-only-drawer-action {
    display: block !important;
  }
}
.nav-item {
  position: relative;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  color: #334155;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94rem;
  border-radius: var(--radius-sm);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-link:hover, .nav-link.active {
  color: var(--primary-navy);
  background-color: #f1f5f9;
}
.nav-link.active {
  color: var(--accent-gold);
  background-color: rgba(197, 155, 39, 0.08);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: #f8fafc;
  border: 1px solid var(--border-color);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 1.3rem;
  color: var(--primary-navy);
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-toggle:hover {
  background: #f1f5f9;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  white-space: nowrap;
}
.btn-primary {
  background-color: var(--primary-navy);
  color: #ffffff;
  border-color: var(--primary-navy);
}
.btn-primary:hover {
  background-color: var(--primary-navy-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-gold {
  background: linear-gradient(135deg, #c59b27 0%, #b0881e 100%);
  color: #ffffff;
  border-color: var(--accent-gold);
  box-shadow: 0 4px 14px rgba(197, 155, 39, 0.3);
}
.btn-gold:hover {
  background: linear-gradient(135deg, #d4a72d 0%, #9e7917 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(197, 155, 39, 0.4);
  color: #ffffff;
}
.btn-outline-gold {
  background: transparent;
  color: var(--accent-gold);
  border-color: var(--accent-gold);
}
.btn-outline-gold:hover {
  background: var(--accent-gold);
  color: #ffffff;
  transform: translateY(-2px);
}
.btn-outline-white {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
.btn-outline-white:hover {
  background: #ffffff;
  color: var(--primary-navy);
  border-color: #ffffff;
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--text-main);
  border-color: var(--border-color-dark);
}
.btn-outline:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: var(--primary-navy);
}
.btn-sm {
  padding: 7px 16px;
  font-size: 0.86rem;
  border-radius: var(--radius-sm);
}
.btn-lg {
  padding: 14px 34px;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

/* ==========================================================================
   Hero Section & Interactive Quotation Estimator
   ========================================================================== */
.hero {
  background: radial-gradient(circle at 85% 15%, #162c47 0%, var(--primary-navy) 55%, var(--primary-navy-dark) 100%);
  color: #ffffff;
  padding: 85px 0 95px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -15%;
  right: -8%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(212, 167, 45, 0.18) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  border-radius: 50%;
  animation: pulse-glow 8s ease-in-out infinite alternate;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  border-radius: 50%;
}
@keyframes pulse-glow {
  0% { transform: scale(0.95); opacity: 0.7; }
  100% { transform: scale(1.1); opacity: 1; }
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 45px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-content {
  max-width: 700px;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212, 167, 45, 0.12);
  border: 1px solid rgba(212, 167, 45, 0.45);
  color: var(--accent-gold);
  padding: 7px 22px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(212, 167, 45, 0.15);
}
.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 22px;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 18px rgba(0,0,0,0.4);
}
.hero-title span {
  background: linear-gradient(135deg, #fef08a 0%, #d4a72d 50%, #ca8a04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
.hero-lead {
  font-size: 1.18rem;
  color: #e2e8f0;
  line-height: 1.9;
  margin-bottom: 38px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Hero Live Estimator Widget Card */
.hero-estimator-card {
  background: linear-gradient(135deg, rgba(21, 36, 56, 0.85) 0%, rgba(9, 19, 30, 0.92) 100%);
  border: 1px solid rgba(212, 167, 45, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 167, 45, 0.1);
  position: relative;
}
.hero-estimator-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-estimator-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-estimator-badge {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(5, 150, 105, 0.35));
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.5);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}
.estimator-group {
  margin-bottom: 16px;
}
.estimator-label {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  color: #cbd5e1;
  margin-bottom: 8px;
}
.estimator-select, .estimator-input {
  width: 100%;
  background: rgba(5, 11, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 11px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.94rem;
  font-family: inherit;
  transition: all 0.25s;
}
.estimator-select:focus, .estimator-input:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(212, 167, 45, 0.3);
  background: rgba(9, 19, 30, 0.95);
}
.estimator-results {
  background: rgba(5, 11, 18, 0.95);
  border: 1px solid rgba(212, 167, 45, 0.3);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  margin: 18px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.4);
}
.res-stat {
  display: flex;
  flex-direction: column;
}
.res-stat-label {
  font-size: 0.76rem;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 2px;
}
.res-stat-val {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--accent-gold);
}

/* Stats Counter Grid */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 2;
}
.stat-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  border-radius: var(--radius-md);
  transition: all 0.3s;
}
.stat-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(197, 155, 39, 0.3);
  transform: translateY(-3px);
}
.stat-item h3 {
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--font-en);
}
.stat-item p {
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
}

/* ==========================================================================
   Marquee Ticker Bar
   ========================================================================== */
.marquee-ticker {
  background: var(--primary-navy-dark);
  color: #e2e8f0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.marquee-content {
  display: inline-block;
  animation: marquee-scroll 35s linear infinite;
  font-size: 0.9rem;
  font-weight: 700;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 35px;
}
.marquee-item span.icon {
  color: var(--accent-gold);
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
}

/* ==========================================================================
   Section Layouts & General Cards
   ========================================================================== */
.section-py {
  padding: 85px 0;
}
.section-title-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 55px;
}
.section-subtitle {
  color: var(--accent-gold);
  font-weight: 800;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.section-heading {
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--primary-navy);
  line-height: 1.3;
  margin-bottom: 14px;
}
.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Grids */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Export Section Card */
.export-card {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  position: relative;
}
.export-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(197, 155, 39, 0.4);
}
.export-card-media {
  height: 230px;
  background-color: #1e293b;
  position: relative;
  overflow: hidden;
}
.export-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.export-card:hover .export-card-media img {
  transform: scale(1.08);
}
.export-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(13, 27, 42, 0.88);
  backdrop-filter: blur(8px);
  color: var(--accent-gold);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 800;
  border: 1px solid rgba(197, 155, 39, 0.3);
}
.export-card-body {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.export-card-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--primary-navy);
  margin-bottom: 12px;
  line-height: 1.4;
}
.export-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.export-card-title a:hover {
  color: var(--accent-gold);
}
.export-card-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 22px;
  flex: 1;
}
.export-card-footer {
  padding-top: 18px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Product Card */
.product-card {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(197, 155, 39, 0.4);
}
.product-card-thumb {
  height: 210px;
  background-color: #f1f5f9;
  position: relative;
  overflow: hidden;
}
.product-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card-thumb img {
  transform: scale(1.06);
}
.product-section-tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(13, 27, 42, 0.9);
  backdrop-filter: blur(4px);
  color: var(--accent-gold);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  border: 1px solid rgba(197, 155, 39, 0.25);
}
.product-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-sku {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 700;
  margin-bottom: 6px;
}
.product-card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 8px;
  line-height: 1.4;
}
.product-card-title a {
  color: inherit;
  text-decoration: none;
}
.product-card-title a:hover {
  color: var(--accent-gold);
}
.product-origin {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.product-card-action {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* ==========================================================================
   Supply Chain Roadmap (رحلة الشحنة)
   ========================================================================== */
.supply-chain-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.supply-step-card {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px 18px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  box-shadow: var(--shadow-xs);
}
.supply-step-card:hover {
  border-color: var(--accent-gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.step-number-badge {
  width: 38px;
  height: 38px;
  background: var(--primary-navy);
  color: var(--accent-gold);
  border: 2px solid var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0 auto 16px;
}
.step-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 8px;
}
.step-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Destination Ports & Shipping Lines
   ========================================================================== */
.port-card {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 22px;
  transition: all 0.3s;
  box-shadow: var(--shadow-xs);
}
.port-card:hover {
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.port-flag {
  font-size: 2rem;
  margin-bottom: 10px;
}
.port-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 4px;
}
.port-country {
  font-size: 0.85rem;
  color: var(--accent-gold);
  font-weight: 700;
  margin-bottom: 8px;
}
.port-time {
  font-size: 0.8rem;
  color: var(--text-muted);
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}

/* Feature Box */
.feature-box {
  background: var(--bg-white);
  padding: 34px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-box:hover {
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}
.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(197, 155, 39, 0.12);
  color: var(--accent-gold);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 22px;
  border: 1px solid rgba(197, 155, 39, 0.25);
}
.feature-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 12px;
}
.feature-desc {
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

/* Testimonial Card */
.testimonial-card {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.testimonial-card:hover {
  border-color: rgba(197, 155, 39, 0.4);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.testimonial-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.testimonial-text {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--border-color);
}
.author-avatar {
  width: 44px;
  height: 44px;
  background: var(--primary-navy);
  color: var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
}
.author-info h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0;
}
.author-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

/* Quote Banner */
.cta-banner {
  background: radial-gradient(circle at 80% 20%, #1e334d 0%, var(--primary-navy) 70%, #070d15 100%);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 65px 55px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(197, 155, 39, 0.3);
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top left, rgba(197, 155, 39, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.cta-banner h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #ffffff;
}
.cta-banner p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 700px;
  margin-bottom: 35px;
  line-height: 1.8;
}

/* Table specs */
.table-specs {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
}
.table-specs th, .table-specs td {
  padding: 14px 18px;
  text-align: right;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}
.table-specs th {
  background: #f8fafc;
  color: var(--primary-navy);
  font-weight: 800;
  width: 35%;
}

/* Forms */
.form-group {
  margin-bottom: 22px;
}
.form-label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--primary-navy);
  font-size: 0.95rem;
}
.form-label span.req {
  color: #ef4444;
}
.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-family: inherit;
  background-color: var(--bg-white);
  color: var(--text-main);
  transition: all 0.2s;
}
.form-control:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.18);
}
textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
select.form-control {
  cursor: pointer;
}

/* Alerts */
.alert {
  padding: 16px 20px;
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.alert-success {
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.alert-danger {
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.alert-warning {
  background-color: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
}
.alert-info {
  background-color: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

/* Footer */
.footer {
  background: var(--primary-navy-dark);
  color: #94a3b8;
  padding: 75px 0 30px;
  border-top: 4px solid var(--accent-gold);
}
.footer-title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 2px;
  background: var(--accent-gold);
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}
.footer-links a:hover {
  color: var(--accent-gold);
  transform: translateX(-4px);
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.88rem;
}

/* Floating WhatsApp & Action Buttons */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
  color: #ffffff;
}
.whatsapp-float .tooltip-text {
  visibility: hidden;
  position: absolute;
  left: 75px;
  background: var(--primary-navy);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(197, 155, 39, 0.3);
}
.whatsapp-float:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: var(--primary-navy);
  color: var(--accent-gold);
  border: 1px solid rgba(197, 155, 39, 0.3);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: var(--shadow-md);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: var(--accent-gold);
  color: #ffffff;
  transform: translateY(-3px);
}

/* ==========================================================================
   Responsive Utilities & Layout Helpers
   ========================================================================== */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 18px 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  background: #ffffff;
}

.table-responsive .table-specs,
.table-responsive table {
  margin: 0;
  border: none;
  min-width: 580px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Mobile Nav Drawer Backdrop */
.nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 19, 30, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.nav-backdrop.show {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   Multi-Device Responsive Breakpoints
   ========================================================================== */

/* 1. Large Laptops & Tablets Landscape (<= 1100px) */
@media (max-width: 1100px) {
  .topbar-info {
    gap: 12px;
    font-size: 0.8rem;
  }
  .topbar-info span:first-child {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    flex-direction: column;
    padding: 70px 24px 30px;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.25);
    gap: 6px;
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .nav-menu.active {
    display: flex;
    transform: translateX(0);
  }
  .nav-link {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    border-radius: var(--radius-sm);
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  .hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-slide-nav {
    justify-content: center;
  }
  .hero-estimator-card {
    max-width: 600px;
    margin: 0 auto;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .supply-chain-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 2. Tablets Portrait & Large Phones (<= 768px) */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .topbar {
    padding: 6px 0;
  }
  .topbar .container {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
  .topbar-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 0.78rem;
  }
  .navbar .container {
    height: 72px;
  }
  .brand-logo-icon {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }
  .brand-logo-title {
    font-size: 1.15rem;
  }
  .brand-logo-subtitle {
    font-size: 0.68rem;
  }
  #nav-btn-rfq {
    padding: 8px 14px;
    font-size: 0.82rem;
  }
  .section-py {
    padding: 55px 0;
  }
  .section-heading {
    font-size: clamp(1.6rem, 5vw, 2.1rem);
  }
  .section-desc {
    font-size: 0.95rem;
  }
  .hero {
    padding: 45px 0 60px;
  }
  .hero-title {
    font-size: clamp(1.75rem, 5.5vw, 2.4rem);
    line-height: 1.3;
  }
  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 26px;
  }
  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }
  .hero-slide-nav {
    gap: 6px;
  }
  .hero-slide-tab {
    padding: 6px 12px;
    font-size: 0.78rem;
  }
  .hero-estimator-card {
    padding: 22px 18px;
    border-radius: var(--radius-md);
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 35px;
    padding-top: 25px;
  }
  .stat-item {
    padding: 14px;
  }
  .stat-item h3 {
    font-size: 1.8rem;
  }
  .stat-item p {
    font-size: 0.8rem;
  }
  .grid-3, .grid-4, .grid-2, .grid-5 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .form-row-2, .form-row-3 {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .supply-chain-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cta-banner {
    padding: 35px 20px;
    border-radius: var(--radius-lg);
  }
  .cta-banner h2 {
    font-size: 1.65rem;
  }
  .cta-banner p {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }
  .cta-banner .btn {
    width: 100%;
  }
  .footer {
    padding: 50px 0 25px;
  }
  .footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 26px;
    bottom: 20px;
    left: 18px;
  }
  .whatsapp-float .tooltip-text {
    display: none;
  }
  .back-to-top {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    bottom: 20px;
    right: 18px;
  }
  .product-slide-card {
    min-width: 270px;
    max-width: 285px;
    margin-left: 14px;
  }
  .port-slide-card {
    min-width: 250px;
    max-width: 270px;
    margin-left: 14px;
  }
  .testimonial-slide-card {
    min-width: 270px;
    max-width: 290px;
    margin-left: 14px;
    padding: 18px;
  }
  .slider-arrow-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .slider-arrow-btn.prev {
    right: 2px;
  }
  .slider-arrow-btn.next {
    left: 2px;
  }
}

/* 3. Small Mobile Devices (<= 480px) */
@media (max-width: 480px) {
  html {
    font-size: 14.5px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  #nav-btn-rfq {
    display: none;
  }
  .brand-logo-title {
    font-size: 1.05rem;
  }
  .hero-slide-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .hero-slide-tab {
    width: 100%;
    text-align: center;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .estimator-results {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .btn-lg {
    padding: 11px 20px;
    font-size: 0.95rem;
  }
  .btn {
    padding: 9px 16px;
  }
  .export-card-body, .product-card-body, .feature-box, .testimonial-card {
    padding: 18px 14px;
  }
  .product-slide-card, .port-slide-card, .testimonial-slide-card {
    min-width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    margin-left: 10px;
  }
}

/* ==========================================================================
   INTERACTIVE SLIDERS & SHOWCASES (Hero Slider, Product Carousel & Market Sliders)
   ========================================================================== */

/* Universal Slider Container & Wrapper */
.interactive-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

/* Slider Controls (Prev / Next Buttons) */
.slider-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--primary-navy);
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.slider-arrow-btn:hover {
  background: var(--accent-gold);
  color: #ffffff;
  border-color: var(--accent-gold);
  transform: translateY(-50%) scale(1.08);
}

.slider-arrow-btn.prev {
  right: -15px;
}

.slider-arrow-btn.next {
  left: -15px;
}

@media (max-width: 768px) {
  .slider-arrow-btn.prev { right: 5px; }
  .slider-arrow-btn.next { left: 5px; }
}

/* Slider Dots / Indicators */
.slider-dots-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.slider-dot-btn {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #cbd5e1;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.slider-dot-btn.active {
  width: 32px;
  background: var(--accent-gold);
}

/* 1. Hero Multi-Slide Highlight System */
.hero-slider-wrapper {
  position: relative;
  min-height: 440px;
}

.hero-slide {
  display: none;
  animation: heroFadeIn 0.6s ease forwards;
}

.hero-slide.active {
  display: block;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-slide-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.hero-slide-tab {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero-slide-tab:hover, .hero-slide-tab.active {
  background: var(--accent-gold);
  color: #0d1b2a;
  border-color: var(--accent-gold);
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(197, 155, 39, 0.3);
}

/* 2. Interactive Product Carousel Card */
.product-slide-card {
  min-width: 300px;
  max-width: 320px;
  flex: 0 0 auto;
  margin-left: 20px;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-slide-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--accent-gold);
}

.product-slide-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f1f5f9;
}

.product-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-slide-card:hover .product-slide-img {
  transform: scale(1.06);
}

.product-slide-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--accent-gold);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.product-slide-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-slide-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 6px;
}

.product-slide-desc {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 14px;
  flex-grow: 1;
}

.product-slide-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed var(--border-color);
  padding-top: 12px;
  margin-top: auto;
  font-size: 0.8rem;
}

/* 3. Global Shipping Routes & Ports Slider */
.port-slide-card {
  min-width: 270px;
  max-width: 290px;
  flex: 0 0 auto;
  margin-left: 18px;
  background: linear-gradient(135deg, #0d1b2a, #1b263b);
  color: #ffffff;
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.port-slide-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-gold), #38bdf8);
}

.port-slide-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-gold);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.port-card-flag {
  font-size: 2rem;
  margin-bottom: 10px;
}

.port-card-country {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.port-card-ports {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 12px;
  min-height: 38px;
}

.port-card-transit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.06);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--accent-gold);
  font-weight: 700;
}

/* 4. Client Testimonials & Importers Slider */
.testimonial-slide-card {
  min-width: 320px;
  max-width: 350px;
  flex: 0 0 auto;
  margin-left: 20px;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.testimonial-slide-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-gold);
}

.testimonial-rating {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 0.88rem;
  color: var(--text-dark);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 18px;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--border-color);
  padding-top: 14px;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-navy);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}

.testimonial-name {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--primary-navy);
}

.testimonial-company {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Article & Blog Rich Formatting Styles
   ========================================================================== */
.article-container {
  max-width: 880px;
  margin: 0 auto;
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 768px) {
  .article-container {
    padding: 22px 16px;
    border-radius: var(--radius-md);
  }
}

.article-body {
  color: #1e293b;
  font-size: 1.05rem;
  line-height: 1.85;
}

.article-body h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border-color);
}

.article-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin: 24px 0 12px;
}

.article-body p {
  margin-bottom: 20px;
}

.article-body ul, .article-body ol {
  margin: 0 0 24px 24px;
  padding-right: 18px;
}

.article-body li {
  margin-bottom: 8px;
}

.article-body blockquote {
  background: #f8fafc;
  border-right: 4px solid var(--accent-gold);
  padding: 16px 20px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 24px 0;
  font-size: 1.05rem;
  font-style: italic;
  color: #334155;
}

.article-body img {
  border-radius: var(--radius-md);
  margin: 20px 0;
  box-shadow: var(--shadow-sm);
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95rem;
}

.article-body th, .article-body td {
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  text-align: right;
}

.article-body th {
  background: #f1f5f9;
  font-weight: 800;
  color: var(--primary-navy);
}

/* Technical Specs Table */
.table-specs {
  width: 100%;
  border-collapse: collapse;
}

.table-specs th, .table-specs td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color);
  text-align: right;
  font-size: 0.92rem;
}

.table-specs th {
  background: #f8fafc;
  color: #475569;
  font-weight: 700;
  width: 42%;
}

.table-specs td {
  color: var(--primary-navy);
  font-weight: 700;
}

.table-specs tr:last-child th,
.table-specs tr:last-child td {
  border-bottom: none;
}

/* Category Filter Pills (Mobile Scrollable) */
.filter-pills-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.filter-pills-scroll::-webkit-scrollbar {
  display: none;
}

/* TDS Print Stylesheet */
@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
  .navbar, .topbar, .footer, .whatsapp-float, .back-to-top, .hero-buttons, .btn, .interactive-slider-container, .marquee-ticker {
    display: none !important;
  }
  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ==========================================================================
   Semantic Structured Breadcrumbs (SEO & Navigation Hierarchy)
   ========================================================================== */
.breadcrumb-nav-wrapper {
  margin-bottom: 22px;
  padding: 8px 14px;
  background: rgba(13, 27, 42, 0.03);
  border: 1px solid rgba(13, 27, 42, 0.06);
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.4;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: var(--text-muted);
}

.breadcrumb-link {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
  font-weight: 500;
}

.breadcrumb-link:hover {
  color: var(--accent-gold);
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #94a3b8;
  font-size: 0.85rem;
  padding: 0 2px;
  user-select: none;
}

.breadcrumb-current {
  color: var(--primary-navy);
  font-weight: 700;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .breadcrumb-nav-wrapper {
    padding: 6px 10px;
    font-size: 0.8rem;
    margin-bottom: 16px;
  }
  .breadcrumb-current {
    max-width: 180px;
  }
}




