/* ==============================================
   JD METALS – INDIA LOCAL WEBSITE
   Deep Blue & Gold Design Theme
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');

/* ---------- CSS Variables ---------- */
:root {
  --primary:       #0d1b3e;
  --primary-dark:  #07101f;
  --primary-mid:   #1a2f60;
  --gold:          #c8943a;
  --gold-light:    #e8c56c;
  --gold-dark:     #9a6f20;
  --gold-pale:     #f5e9c8;
  --cream:         #fdf8ef;
  --white:         #ffffff;
  --text-dark:     #1a1a2e;
  --text-muted:    #6c757d;
  --border-light:  #e0d0b0;
  --shadow:        0 8px 32px rgba(13,27,62,0.15);
  --shadow-gold:   0 4px 20px rgba(200,148,58,0.3);
  --transition:    all 0.3s ease;
  --radius:        8px;
  --radius-lg:     16px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.7;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; line-height: 1.3; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

/* ---------- Utility ---------- */
.text-gold { color: var(--gold); }
.text-white { color: var(--white); }
.bg-primary { background: var(--primary); }
.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

/* ---------- Buttons ---------- */
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--primary-dark); font-family: 'Poppins', sans-serif;
  font-weight: 600; font-size: 15px;
  padding: 13px 32px; border-radius: 50px; border: none; cursor: pointer;
  transition: var(--transition); box-shadow: var(--shadow-gold);
  letter-spacing: 0.5px;
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 100%);
  transform: translateY(-2px); box-shadow: 0 6px 28px rgba(200,148,58,0.45);
  color: var(--primary-dark);
}
.btn-outline-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--gold);
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px;
  padding: 12px 30px; border-radius: 50px;
  border: 2px solid var(--gold); cursor: pointer;
  transition: var(--transition); letter-spacing: 0.5px;
}
.btn-outline-gold:hover {
  background: var(--gold); color: var(--primary-dark);
  transform: translateY(-2px); box-shadow: var(--shadow-gold);
}
.btn-navy {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: var(--white);
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px;
  padding: 13px 32px; border-radius: 50px; border: none; cursor: pointer;
  transition: var(--transition); box-shadow: var(--shadow);
}
.btn-navy:hover { background: var(--primary-mid); transform: translateY(-2px); color: var(--white); }

/* ---------- Section Heading ---------- */
.section-label {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.section-label::before, .section-label::after {
  content: ''; flex: 1; max-width: 40px; height: 2px;
  background: var(--gold);
}
.section-title {
  font-size: clamp(28px, 4vw, 42px); font-weight: 700;
  color: var(--primary); margin-bottom: 16px;
}
.section-title span { color: var(--gold); }
.section-title-white { color: var(--white); }
.section-desc {
  font-size: 16px; color: var(--text-muted); max-width: 600px;
  line-height: 1.8;
}

/* ============================================================
   HEADER / NAVBAR
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--primary-dark);
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

/* Top bar */
.header-topbar {
  background: var(--primary);
  border-bottom: 1px solid rgba(200,148,58,0.25);
  padding: 7px 0;
  font-size: 13px; color: rgba(255,255,255,0.7);
}
.header-topbar .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.header-topbar a { color: rgba(255,255,255,0.75); transition: var(--transition); }
.header-topbar a:hover { color: var(--gold); }
.topbar-item { display: flex; align-items: center; gap: 6px; }
.topbar-item i { color: var(--gold); }

/* Main nav */
.navbar-main {
  padding: 0 !important;
  background: var(--primary-dark) !important;
}
.navbar-main .container { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; min-height: 70px; }
.navbar-brand img { height: 52px; width: auto; }
.navbar-toggler { border: 1px solid rgba(200,148,58,0.5); padding: 6px 10px; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28200%2C148%2C58%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-nav { gap: 2px; }
.navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px;
  color: rgba(255,255,255,0.85) !important;
  padding: 24px 16px !important; letter-spacing: 0.3px;
  transition: var(--transition); position: relative;
}
.navbar-nav .nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 50%; right: 50%;
  height: 3px; background: var(--gold); border-radius: 3px 3px 0 0;
  transition: var(--transition);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--gold) !important;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  left: 12px; right: 12px;
}

/* Dropdown */
.dropdown-menu {
  background: var(--primary-dark);
  border: 1px solid rgba(200,148,58,0.2);
  border-radius: var(--radius);
  padding: 8px 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  min-width: 230px;
  margin-top: 0;
}
.dropdown-item {
  font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 500;
  color: rgba(255,255,255,0.8) !important; padding: 10px 20px;
  display: flex; align-items: center; gap: 10px;
  transition: var(--transition); border-left: 3px solid transparent;
}
.dropdown-item i { color: var(--gold); width: 16px; text-align: center; }
.dropdown-item:hover, .dropdown-item:focus {
  background: rgba(200,148,58,0.1) !important;
  color: var(--gold) !important;
  border-left-color: var(--gold);
}
.dropdown-divider { border-color: rgba(200,148,58,0.15); }
.navbar-main .btn-whatsapp {
  background: #25D366; color: white;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px;
  padding: 9px 20px; border-radius: 50px; border: none;
  display: flex; align-items: center; gap: 7px;
  transition: var(--transition); white-space: nowrap;
}
.navbar-main .btn-whatsapp:hover { background: #1ebe5a; transform: translateY(-1px); color: white; }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  position: relative;
  background: var(--primary-dark);
  min-height: 85vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(7,16,31,0.93) 0%, rgba(13,27,62,0.75) 60%, rgba(13,27,62,0.4) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 80px 0;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,148,58,0.15); border: 1px solid rgba(200,148,58,0.4);
  color: var(--gold-light); font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 50px; margin-bottom: 24px;
}
.hero-badge i { font-size: 10px; }
.hero-title {
  font-size: clamp(36px, 5.5vw, 68px); font-weight: 800;
  color: var(--white); line-height: 1.1; margin-bottom: 24px;
}
.hero-title .gold-text {
  color: transparent;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text; background-clip: text;
}
.hero-subtitle {
  font-size: 18px; color: rgba(255,255,255,0.75);
  max-width: 520px; line-height: 1.8; margin-bottom: 40px;
}
.hero-stats {
  display: flex; gap: 40px; flex-wrap: wrap; margin-top: 50px;
  padding-top: 40px; border-top: 1px solid rgba(200,148,58,0.25);
}
.hero-stat-num {
  font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 800;
  color: var(--gold-light); line-height: 1;
}
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }
.hero-right-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,148,58,0.2);
  border-radius: var(--radius-lg); padding: 32px;
  backdrop-filter: blur(10px);
}
.hero-right-card h4 {
  font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600;
  color: var(--white); margin-bottom: 20px;
}
.hero-product-list li {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid rgba(200,148,58,0.1);
  color: rgba(255,255,255,0.8); font-size: 14px;
}
.hero-product-list li:last-child { border-bottom: none; }
.hero-product-list li i { color: var(--gold); width: 20px; flex-shrink: 0; }

/* ============================================================
   FEATURES / WHY CHOOSE US
   ============================================================ */
.features-section {
  background: var(--white);
  padding: 70px 0;
}
.feature-card {
  background: var(--cream); border-radius: var(--radius-lg);
  padding: 32px 28px; text-align: center;
  border: 1px solid var(--border-light);
  transition: var(--transition); height: 100%;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow); border-color: var(--gold);
}
.feature-icon {
  width: 70px; height: 70px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 100%);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 26px; color: var(--gold);
  box-shadow: 0 4px 16px rgba(13,27,62,0.25);
}
.feature-card h4 {
  font-size: 17px; font-weight: 700; color: var(--primary); margin-bottom: 10px;
}
.feature-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ============================================================
   PRODUCTS GRID
   ============================================================ */
.products-section { padding: 80px 0; background: var(--cream); }

.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-light);
  transition: var(--transition); height: 100%;
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(13,27,62,0.18);
  border-color: var(--gold);
}
.product-card-img {
  position: relative; overflow: hidden; height: 220px;
}
.product-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card-img img { transform: scale(1.08); }
.product-card-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--primary); color: var(--gold-light);
  font-size: 11px; font-weight: 600; font-family: 'Poppins', sans-serif;
  padding: 4px 12px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase;
}
.product-card-body {
  padding: 24px; flex: 1; display: flex; flex-direction: column;
}
.product-card-body h3 {
  font-size: 18px; font-weight: 700; color: var(--primary); margin-bottom: 10px;
}
.product-card-body p { font-size: 14px; color: var(--text-muted); line-height: 1.7; flex: 1; }
.product-card-footer {
  padding: 0 24px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.product-tag {
  font-size: 12px; color: var(--gold); font-weight: 600;
  font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;
}
.product-arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gold-pale); color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition); font-size: 14px;
}
.product-card:hover .product-arrow {
  background: var(--gold); color: var(--white);
}

/* ============================================================
   INDUSTRIES SECTION
   ============================================================ */
.industries-section {
  background: var(--primary);
  padding: 80px 0;
}
.industry-item {
  text-align: center; padding: 28px 16px;
  border: 1px solid rgba(200,148,58,0.15); border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.04);
  transition: var(--transition); height: 100%;
}
.industry-item:hover {
  background: rgba(200,148,58,0.1); border-color: rgba(200,148,58,0.4);
  transform: translateY(-4px);
}
.industry-icon {
  font-size: 36px; color: var(--gold); margin-bottom: 14px;
}
.industry-item h5 {
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
  color: var(--white); margin: 0;
}
.industry-item p {
  font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 6px;
}

/* ============================================================
   ABOUT SNIPPET
   ============================================================ */
.about-section { padding: 80px 0; background: var(--white); }
.about-image-wrap {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow);
}
.about-image-wrap img { width: 100%; height: 450px; object-fit: cover; }
.about-image-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--primary-dark); font-family: 'Poppins', sans-serif;
  font-weight: 700; padding: 14px 24px; border-radius: var(--radius);
  text-align: center;
}
.about-image-badge .num { font-size: 28px; line-height: 1; display: block; }
.about-image-badge .lbl { font-size: 12px; }
.about-content { padding: 20px 0 20px 40px; }
.about-check-list li {
  display: flex; gap: 12px; margin-bottom: 14px;
  color: var(--text-dark); font-size: 15px;
}
.about-check-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-mid) 100%);
  padding: 70px 0; text-align: center;
  border-top: 3px solid var(--gold);
}
.cta-section h2 {
  font-size: clamp(26px, 3.5vw, 40px); font-weight: 700;
  color: var(--white); margin-bottom: 14px;
}
.cta-section p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   PROCESS SECTION
   ============================================================ */
.process-section { padding: 80px 0; background: var(--cream); }
.process-step {
  text-align: center; position: relative; padding: 0 10px;
}
.process-num {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--primary); color: var(--gold-light);
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; box-shadow: var(--shadow);
  border: 2px solid rgba(200,148,58,0.4);
}
.process-step h5 {
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  color: var(--primary); margin-bottom: 8px;
}
.process-step p { font-size: 13px; color: var(--text-muted); }
.process-arrow {
  position: absolute; top: 28px; right: -20px;
  font-size: 18px; color: var(--gold-light); z-index: 1;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--primary-dark);
  border-top: 3px solid var(--gold);
}
.footer-main { padding: 60px 0 30px; }
.footer-logo img { height: 55px; width: auto; margin-bottom: 16px; }
.footer-about { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(200,148,58,0.1); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; transition: var(--transition);
  border: 1px solid rgba(200,148,58,0.2);
}
.footer-social a:hover { background: var(--gold); color: var(--primary-dark); }
.footer-heading {
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  color: var(--white); margin-bottom: 20px;
  padding-bottom: 10px; border-bottom: 2px solid rgba(200,148,58,0.3);
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 14px; color: rgba(255,255,255,0.6);
  transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.footer-links a i { color: var(--gold); font-size: 10px; }
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-item {
  display: flex; gap: 12px; margin-bottom: 14px;
  color: rgba(255,255,255,0.65); font-size: 14px;
}
.footer-contact-item i { color: var(--gold); margin-top: 3px; flex-shrink: 0; width: 16px; }
.footer-contact-item a { color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center;
  font-size: 13px; color: rgba(255,255,255,0.4);
}
.footer-bottom span { color: var(--gold); }

/* ============================================================
   PAGE BANNER (inner pages)
   ============================================================ */
.page-banner {
  background: linear-gradient(105deg, var(--primary-dark) 0%, var(--primary-mid) 100%);
  padding: 70px 0;
  position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; right: -100px; top: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(200,148,58,0.06); pointer-events: none;
}
.page-banner::after {
  content: ''; position: absolute; left: -50px; bottom: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(200,148,58,0.04); pointer-events: none;
}
.page-banner h1 {
  font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: var(--white); margin-bottom: 8px;
}
.page-banner h1 span { color: var(--gold); }
.page-banner p { color: rgba(255,255,255,0.65); font-size: 16px; margin: 0; }
.breadcrumb { background: transparent; padding: 0; margin-top: 14px; }
.breadcrumb-item { font-size: 13px; }
.breadcrumb-item a { color: rgba(255,255,255,0.6); }
.breadcrumb-item a:hover { color: var(--gold); }
.breadcrumb-item.active { color: var(--gold); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.product-detail-section { padding: 70px 0; }
.product-feature-box {
  background: var(--cream); border: 1px solid var(--border-light);
  border-radius: var(--radius-lg); padding: 28px;
  border-left: 4px solid var(--gold);
}
.product-feature-box h5 {
  font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700;
  color: var(--primary); margin-bottom: 16px;
}
.product-spec-table td { padding: 8px 12px; font-size: 14px; border-color: var(--border-light); }
.product-spec-table td:first-child { font-weight: 600; color: var(--primary); width: 40%; }
.product-gallery-img {
  border-radius: var(--radius); overflow: hidden; cursor: pointer;
  border: 2px solid transparent; transition: var(--transition);
}
.product-gallery-img:hover { border-color: var(--gold); transform: scale(1.02); }
.product-gallery-img img { width: 100%; height: 120px; object-fit: cover; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-info-card {
  background: var(--primary); border-radius: var(--radius-lg); padding: 40px 32px;
  height: 100%;
}
.contact-info-card h4 {
  font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700;
  color: var(--white); margin-bottom: 8px;
}
.contact-info-card > p { color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 32px; }
.contact-item {
  display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start;
}
.contact-item-icon {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: rgba(200,148,58,0.15); border: 1px solid rgba(200,148,58,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 16px;
}
.contact-item-text h6 {
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px;
}
.contact-item-text p, .contact-item-text a {
  font-size: 15px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.5;
}
.contact-item-text a:hover { color: var(--gold); }

.contact-form-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 40px 36px;
  box-shadow: var(--shadow);
}
.contact-form-card h4 {
  font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700;
  color: var(--primary); margin-bottom: 6px;
}
.contact-form-card > p { color: var(--text-muted); font-size: 14px; margin-bottom: 28px; }
.form-label { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: var(--primary); margin-bottom: 6px; }
.form-control, .form-select {
  border: 1.5px solid var(--border-light); border-radius: var(--radius);
  font-size: 14.5px; padding: 11px 15px;
  transition: var(--transition); background: var(--cream);
}
.form-control:focus, .form-select:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,148,58,0.15);
  background: var(--white);
}
.whatsapp-btn {
  background: #25D366; color: white; border-radius: 50px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px;
  padding: 13px 28px; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 9px;
  transition: var(--transition); text-decoration: none;
}
.whatsapp-btn:hover { background: #1ebe5a; color: white; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.timeline-item {
  display: flex; gap: 20px; margin-bottom: 30px;
}
.timeline-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0; margin-top: 5px;
  box-shadow: 0 0 0 4px rgba(200,148,58,0.15);
}
.timeline-item p { font-size: 14px; color: var(--text-muted); }
.counter-card {
  background: var(--primary); border-radius: var(--radius-lg); padding: 30px 20px;
  text-align: center; border-bottom: 3px solid var(--gold);
}
.counter-num {
  font-family: 'Poppins', sans-serif; font-size: 42px; font-weight: 800;
  color: var(--gold-light); line-height: 1;
}
.counter-label { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 8px; }

/* ============================================================
   DECORATIVE ELEMENTS
   ============================================================ */
.gold-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 3px; margin: 0 auto 24px;
}
.gold-divider-left { margin: 0 0 24px; }
.dot-pattern {
  background-image: radial-gradient(circle, rgba(200,148,58,0.12) 1px, transparent 1px);
  background-size: 24px 24px;
}
.gold-tag {
  display: inline-block;
  background: var(--gold-pale); color: var(--gold-dark);
  font-size: 12px; font-weight: 600; font-family: 'Poppins', sans-serif;
  padding: 4px 12px; border-radius: 50px;
  border: 1px solid rgba(200,148,58,0.3);
}

/* ============================================================
   RIBBON / BANNER STRIP
   ============================================================ */
.marquee-strip {
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
  padding: 12px 0; overflow: hidden;
}
.marquee-content {
  display: flex; gap: 60px; animation: marquee 30s linear infinite;
  white-space: nowrap;
}
.marquee-content span {
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  color: var(--primary-dark); letter-spacing: 0.5px;
  display: flex; align-items: center; gap: 10px;
}
.marquee-content span::before { content: '◆'; font-size: 8px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .navbar-main .container { flex-wrap: wrap; }
  .navbar-collapse { background: var(--primary-dark); padding: 16px; }
  .navbar-nav .nav-link { padding: 12px 8px !important; }
  .navbar-nav .nav-link::after { display: none; }
  .dropdown-menu { background: rgba(7,16,31,0.95); border: none; padding: 0; margin: 0; }
  .about-content { padding: 30px 0 0 0; }
  .hero-right-card { margin-top: 30px; }
}
@media (max-width: 767px) {
  .section-pad { padding: 55px 0; }
  .hero-section { min-height: 70vh; }
  .hero-stats { gap: 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .process-arrow { display: none; }
  .contact-form-card { padding: 28px 20px; }
}
