/* ============================================================
   SouthEdge Consultant Solutions – styles.css
   Corporate MNC Theme | Montserrat + Open Sans
   ============================================================ */

:root {
  --navy:       #0d2137;
  --navy-mid:   #1a3a5c;
  --blue:       #0057a8;
  --blue-mid:   #0070cc;
  --blue-lt:    #2e8fd4;
  --accent:     #f5a623;
  --accent-lt:  #ffc84d;
  --white:      #ffffff;
  --off-white:  #f5f7fa;
  --grey-lt:    #e4e9f0;
  --grey:       #8898aa;
  --text:       #1a2b3c;
  --text-lt:    #4a607a;

  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;

  --shadow-sm: 0 2px 10px rgba(13,33,55,0.08);
  --shadow-md: 0 6px 24px rgba(13,33,55,0.13);
  --shadow-lg: 0 14px 48px rgba(13,33,55,0.20);
  --radius: 8px;
  --tr: 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.65; }
img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; transition: color var(--tr); }
ul { list-style: none; }
.container { width: min(1240px, 92%); margin-inline: auto; }
.section { padding: 80px 0; position: relative; }

.section-label {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-mid);
  background: rgba(0,112,204,0.07);
  padding: 5px 14px;
  border-radius: 20px;
  border-left: 3px solid var(--blue-mid);
  margin-bottom: 12px;
}
.section-label.light { color: var(--accent-lt); background: rgba(245,166,35,0.12); border-color: var(--accent); }
.section-title { font-family: var(--font-head); font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.2; color: var(--navy); }
.accent { color: var(--blue-mid); }
.section-sub { margin-top: 12px; max-width: 620px; color: var(--text-lt); font-size: 1rem; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin-inline: auto; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 5px; font-family: var(--font-head); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.04em; cursor: pointer; border: 2px solid transparent; transition: all var(--tr); }
.btn-primary { background: var(--blue-mid); color: var(--white); border-color: var(--blue-mid); }
.btn-primary:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn.full { width: 100%; justify-content: center; }

/* ══════════════════════ HEADER ══════════════════════ */
#header { position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md); }

.header-identity { background: var(--white); border-bottom: 1px solid var(--grey-lt); padding: 12px 0; }
.header-identity-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.hid-left { display: flex; align-items: center; gap: 14px; }
.hid-logo-img { height: 68px; width: auto; max-width: 220px; object-fit: contain; }
.hid-company { display: flex; flex-direction: column; gap: 5px; }
.hid-name { font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; color: var(--navy); letter-spacing: 0.01em; line-height: 1; text-transform: uppercase; }
.hid-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hid-meta span { font-family: var(--font-head); font-size: 0.78rem; font-weight: 600; color: var(--text-lt); display: flex; align-items: center; gap: 5px; }
.hid-location i { color: var(--grey); }
.hid-check { color: #22a855 !important; }
.hid-shield { color: var(--blue-mid) !important; }
.hid-verified { color: var(--blue-mid) !important; font-weight: 700 !important; }
.hid-gst { color: var(--text) !important; font-weight: 700 !important; }
.hid-divider { color: var(--grey-lt) !important; font-size: 1.1rem !important; }

.hid-right { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.hid-btn { display: flex; align-items: center; gap: 10px; padding: 9px 16px; border-radius: 7px; cursor: pointer; text-decoration: none; transition: all var(--tr); }
.hid-btn-call { background: var(--navy); color: var(--white); min-width: 185px; }
.hid-btn-call:hover { background: var(--blue-mid); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.hid-btn-email { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.hid-btn-email:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.hid-btn-icon { width: 32px; height: 32px; background: rgba(255,255,255,0.15); border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
.hid-btn-email .hid-btn-icon { background: rgba(13,33,55,0.07); color: var(--navy); }
.hid-btn-email:hover .hid-btn-icon { background: rgba(255,255,255,0.15); color: var(--white); }
.hid-btn-text { display: flex; flex-direction: column; line-height: 1.2; }
.hid-btn-label { font-family: var(--font-head); font-size: 0.88rem; font-weight: 700; letter-spacing: 0.03em; }
.hid-btn-sub { font-size: 0.7rem; opacity: 0.7; }

/* ── Dark Navbar ── */
#navbar { background: #0d1f35; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0; }
.nav-links { display: flex; align-items: center; gap: 0; flex: 1; }
.nav-links a { font-family: var(--font-head); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.78); padding: 16px 16px; display: block; border-bottom: 3px solid transparent; transition: all var(--tr); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--white); border-bottom-color: var(--accent); background: rgba(255,255,255,0.05); }
.nav-search { padding: 16px 20px; color: rgba(255,255,255,0.6); cursor: pointer; border-left: 1px solid rgba(255,255,255,0.08); transition: all var(--tr); }
.nav-search:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 10px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--tr); }

/* ══════════════════════ HERO CAROUSEL ══════════════════════ */
.hero-carousel { position: relative; height: 580px; overflow: hidden; }

.carousel-track { position: relative; width: 100%; height: 100%; }

.carousel-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: center;
}
.carousel-slide.active { opacity: 1; z-index: 1; }

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(8,20,40,0.88) 0%,
    rgba(8,20,40,0.70) 50%,
    rgba(8,20,40,0.30) 100%
  );
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 40px 0;
}

.slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,166,35,0.18);
  border: 1px solid rgba(245,166,35,0.45);
  color: var(--accent-lt);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  animation: slideIn 0.7s ease both;
}
.slide-tag i { font-size: 0.55rem; }

.slide-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  animation: slideIn 0.8s 0.1s ease both;
}
.slide-accent { color: var(--accent-lt); }

.slide-desc {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.78);
  margin-bottom: 30px;
  line-height: 1.7;
  animation: slideIn 0.9s 0.2s ease both;
}

.slide-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: slideIn 1s 0.3s ease both;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--blue-mid);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 13px 26px;
  border-radius: 5px;
  transition: all var(--tr);
}
.btn-hero-primary:hover { background: var(--accent); color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.25); }

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 13px 26px;
  border-radius: 5px;
  border: 2px solid rgba(255,255,255,0.55);
  color: var(--white);
  transition: all var(--tr);
}
.btn-hero-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }

/* Carousel Controls */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all var(--tr);
  backdrop-filter: blur(4px);
}
.carousel-arrow:hover { background: var(--blue-mid); border-color: var(--blue-mid); }
.carousel-prev { left: 24px; }
.carousel-next { right: 24px; }

.carousel-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
}
.cdot {
  width: 28px; height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;
  transition: all var(--tr);
  padding: 0;
}
.cdot.active { background: var(--accent); width: 40px; }

.carousel-counter {
  position: absolute;
  bottom: 22px;
  right: 32px;
  z-index: 10;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em;
}
#slideCurrentNum { color: var(--accent-lt); }

/* ══════════════════════ STATS BAR ══════════════════════ */
.stats-bar { background: var(--blue-mid); padding: 0; }
.stats-bar-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 28px;
  flex: 1;
  min-width: 180px;
}
.stat-item i { font-size: 1.7rem; color: var(--accent-lt); opacity: 0.9; }
.stat-item div { display: flex; flex-direction: column; }
.s-num { font-family: var(--font-head); font-size: 1.3rem; font-weight: 800; color: var(--white); line-height: 1; }
.s-lbl { font-size: 0.75rem; color: rgba(255,255,255,0.72); font-weight: 600; letter-spacing: 0.05em; margin-top: 2px; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.15); margin: 12px 0; }

/* ══════════════════════ TICKER ══════════════════════ */
.ticker-wrap {
  background: #0d1f35;
  overflow: hidden;
  padding: 11px 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.ticker-label {
  flex-shrink: 0;
  background: var(--accent);
  color: var(--navy);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  align-self: stretch;
  margin-right: 20px;
}
.ticker { display: flex; gap: 0; white-space: nowrap; animation: ticker 35s linear infinite; }
.ticker span { font-family: var(--font-head); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.8); padding: 0 22px; }
.ticker .dot { color: var(--accent); padding: 0 4px; font-size: 0.55rem; }

/* ══════════════════════ FEATURED STRIP ══════════════════════ */
.featured-strip { background: var(--off-white); padding: 60px 0; }
.featured-strip-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }
.fs-viewall { font-family: var(--font-head); font-size: 0.85rem; font-weight: 700; color: var(--blue-mid); display: flex; align-items: center; gap: 7px; padding: 8px 18px; border: 2px solid var(--blue-mid); border-radius: 5px; transition: all var(--tr); white-space: nowrap; }
.fs-viewall:hover { background: var(--blue-mid); color: var(--white); }

.fs-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }

.fs-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: var(--white);
  transition: all var(--tr);
  text-decoration: none;
}
.fs-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.fs-img { height: 130px; background-size: cover; background-position: center; filter: brightness(0.9); transition: filter var(--tr); }
.fs-card:hover .fs-img { filter: brightness(1); }
.fs-body { display: flex; align-items: center; gap: 9px; padding: 12px 14px; }
.fs-body > i:first-child { color: var(--blue-mid); font-size: 0.9rem; flex-shrink: 0; }
.fs-body span { font-family: var(--font-head); font-size: 0.78rem; font-weight: 700; color: var(--navy); flex: 1; line-height: 1.3; }
.fs-arr { color: var(--grey); font-size: 0.7rem; flex-shrink: 0; transition: color var(--tr), transform var(--tr); }
.fs-card:hover .fs-arr { color: var(--blue-mid); transform: translateX(3px); }

/* ══════════════════════ ABOUT ══════════════════════ */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.about-img-frame { position: relative; border-radius: 10px; overflow: visible; }
.about-img-frame img { width: 100%; height: 400px; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow-lg); }
.about-img-frame::before { content: ''; position: absolute; top: -12px; left: -12px; right: 12px; bottom: 12px; border: 3px solid var(--blue-lt); border-radius: 12px; z-index: -1; }
.about-badge-box { position: absolute; bottom: -18px; right: -18px; background: var(--accent); color: var(--navy); padding: 14px 18px; border-radius: 9px; display: flex; gap: 11px; align-items: center; box-shadow: var(--shadow-md); font-size: 0.82rem; font-weight: 700; min-width: 190px; }
.about-badge-box i { font-size: 1.5rem; }
.about-badge-box strong { display: block; font-size: 0.75rem; }
.about-text { display: flex; flex-direction: column; gap: 15px; }
.about-text p { color: var(--text-lt); font-size: 0.97rem; }
.about-text strong { color: var(--navy); }
.about-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 6px; }
.about-chips span { display: inline-flex; align-items: center; gap: 7px; background: var(--off-white); border: 1.5px solid var(--grey-lt); padding: 6px 14px; border-radius: 20px; font-size: 0.83rem; font-weight: 700; font-family: var(--font-head); color: var(--navy); }
.about-chips i { color: var(--blue-mid); }

/* ══════════════════════ PRODUCTS ══════════════════════ */
.products-section { background: var(--navy); padding: 80px 0; }
.prod-lbl { color: var(--accent-lt) !important; background: rgba(245,166,35,0.1) !important; border-color: var(--accent) !important; }
.prod-title { color: var(--white) !important; }
.prod-sub  { color: rgba(255,255,255,0.6) !important; }
.products-section .section-header { margin-bottom: 48px; }

.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 22px; }

.product-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); overflow: hidden; transition: transform var(--tr), border-color var(--tr), box-shadow var(--tr); position: relative; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(46,143,212,0.5); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.product-card img { width: 100%; height: 190px; object-fit: cover; filter: brightness(0.7) saturate(0.65); transition: filter var(--tr); }
.product-card:hover img { filter: brightness(0.9) saturate(1); }
.product-icon { position: absolute; top: 14px; left: 14px; width: 40px; height: 40px; background: var(--blue-mid); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1rem; z-index: 2; }
.product-body { padding: 18px 20px 22px; }
.product-body h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--white); margin-bottom: 9px; }
.product-body p { font-size: 0.87rem; color: rgba(255,255,255,0.58); margin-bottom: 13px; line-height: 1.6; }
.product-body ul { display: flex; flex-direction: column; gap: 4px; }
.product-body li { font-size: 0.8rem; color: var(--accent-lt); display: flex; align-items: center; gap: 7px; font-weight: 600; font-family: var(--font-head); }
.product-body li::before { content: '▸'; color: var(--blue-lt); font-size: 0.65rem; }

/* ══════════════════════ INDUSTRIES ══════════════════════ */
.industries-section { background: var(--off-white); }
.industries-section .section-header { margin-bottom: 44px; }
.industries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 14px; }
.industry-item { background: var(--white); border: 1.5px solid var(--grey-lt); border-radius: var(--radius); padding: 26px 14px 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; transition: all var(--tr); cursor: default; }
.industry-item:hover { background: var(--blue-mid); border-color: var(--blue-mid); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.industry-item i { font-size: 1.7rem; color: var(--blue-mid); transition: color var(--tr); }
.industry-item:hover i { color: var(--white); }
.industry-item span { font-family: var(--font-head); font-size: 0.82rem; font-weight: 700; color: var(--text); letter-spacing: 0.02em; transition: color var(--tr); }
.industry-item:hover span { color: var(--white); }

/* ══════════════════════ WHY US ══════════════════════ */
.whyus-section { background: var(--navy-mid); padding: 80px 0; }
.whyus-section .section-header { margin-bottom: 48px; }
.whyus-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.why-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); padding: 28px 26px; position: relative; overflow: hidden; transition: all var(--tr); }
.why-card:hover { background: rgba(0,112,204,0.18); border-color: rgba(46,143,212,0.4); transform: translateY(-4px); }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--blue-mid); transition: background var(--tr); }
.why-card:hover::before { background: var(--accent); }
.why-num { position: absolute; top: 16px; right: 18px; font-family: var(--font-head); font-size: 2.4rem; font-weight: 900; color: rgba(255,255,255,0.05); line-height: 1; }
.why-card i { font-size: 1.7rem; color: var(--accent); margin-bottom: 13px; }
.why-card h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 800; color: var(--white); margin-bottom: 9px; }
.why-card p { font-size: 0.88rem; color: rgba(255,255,255,0.58); line-height: 1.65; }

/* ══════════════════════ BRANDS ══════════════════════ */
.brands-section { background: var(--off-white); padding: 44px 0; overflow: hidden; }
.brands-title { text-align: center; font-family: var(--font-head); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey); margin-bottom: 26px; font-weight: 700; }
.brands-track-wrap { overflow: hidden; }
.brands-track { display: flex; gap: 0; white-space: nowrap; animation: ticker 32s linear infinite; }
.brand-chip { display: inline-block; padding: 8px 22px; margin: 0 7px; background: var(--white); border: 1.5px solid var(--grey-lt); border-radius: 30px; font-family: var(--font-head); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.05em; color: var(--navy); white-space: nowrap; }

/* ══════════════════════ CERTIFICATIONS ══════════════════════ */
.cert-section { background: var(--white); }
.cert-section .section-header { margin-bottom: 44px; }
.cert-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.cert-card { background: var(--off-white); border: 1.5px solid var(--grey-lt); border-radius: var(--radius); padding: 30px 26px; transition: all var(--tr); }
.cert-card:hover { border-color: var(--blue-mid); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.cert-icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--blue), var(--blue-lt)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.3rem; margin-bottom: 16px; }
.cert-card h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 7px; }
.cert-card p { font-size: 0.88rem; color: var(--text-lt); margin-bottom: 5px; line-height: 1.6; }

/* ══════════════════════ CONTACT ══════════════════════ */
.contact-section { background: var(--off-white); }
.contact-section .section-header { margin-bottom: 48px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: start; }
.contact-form-wrap { background: var(--white); border-radius: 10px; padding: 34px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.form-group label { font-family: var(--font-head); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text); }
.form-group input, .form-group select, .form-group textarea { padding: 11px 13px; border: 1.5px solid var(--grey-lt); border-radius: 6px; font-family: var(--font-body); font-size: 0.95rem; color: var(--text); background: var(--off-white); transition: border-color var(--tr), box-shadow var(--tr); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue-mid); box-shadow: 0 0 0 3px rgba(0,112,204,0.1); background: var(--white); }
.form-group textarea { resize: vertical; }
.form-success { display: none; margin-top: 14px; background: rgba(26,168,95,0.1); border: 1.5px solid rgba(26,168,95,0.3); color: #1a7a48; border-radius: 6px; padding: 11px 16px; font-weight: 600; gap: 8px; align-items: center; font-size: 0.92rem; }
.form-success.visible { display: flex; }

.contact-info-wrap { display: flex; flex-direction: column; gap: 22px; }
.contact-detail { display: flex; gap: 15px; align-items: flex-start; }
.contact-detail i { width: 40px; height: 40px; min-width: 40px; background: var(--blue-mid); color: var(--white); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; margin-top: 2px; }
.contact-detail strong { display: block; font-family: var(--font-head); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 3px; }
.contact-detail p, .contact-detail a { font-size: 0.92rem; color: var(--text-lt); }
.contact-detail a:hover { color: var(--blue-mid); }
.map-container { border-radius: 9px; overflow: hidden; box-shadow: var(--shadow-sm); }

/* ══════════════════════ FOOTER ══════════════════════ */
.footer { background: #071221; color: rgba(255,255,255,0.65); }
.footer-top { padding: 56px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-logo-img { height: 46px; width: auto; max-width: 170px; object-fit: contain; background: var(--white); border-radius: 8px; padding: 5px 8px; }
.footer-logo-name { font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; color: var(--white); text-transform: uppercase; line-height: 1; }
.footer-logo-sub { font-family: var(--font-head); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-lt); }
.footer-brand p { font-size: 0.88rem; line-height: 1.65; max-width: 280px; }
.footer-gstin { display: inline-block; margin-top: 10px !important; font-size: 0.74rem !important; background: rgba(255,255,255,0.06); padding: 4px 11px; border-radius: 4px; font-family: var(--font-head) !important; letter-spacing: 0.08em; color: var(--accent-lt) !important; }
.footer-links h4, .footer-contact h4 { font-family: var(--font-head); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-links ul { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 0.86rem; display: flex; align-items: center; gap: 7px; transition: color var(--tr); }
.footer-links a i { font-size: 0.6rem; color: var(--accent); }
.footer-links a:hover { color: var(--accent-lt); }
.footer-contact p { font-size: 0.86rem; display: flex; gap: 9px; align-items: flex-start; margin-bottom: 9px; line-height: 1.55; }
.footer-contact i { color: var(--accent); margin-top: 3px; min-width: 14px; }
.footer-contact a:hover { color: var(--accent-lt); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 16px 0; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.32); }

/* ══════════════════════ FLOATING BUTTONS ══════════════════════ */
.whatsapp-float {
  position: fixed;
  bottom: 82px;
  right: 26px;
  width: 50px; height: 50px;
  background: #25d366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  z-index: 999;
  transition: all var(--tr);
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,0.55); }

.back-to-top { position: fixed; bottom: 26px; right: 26px; width: 46px; height: 46px; background: var(--blue-mid); color: var(--white); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(12px); transition: all var(--tr); z-index: 999; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--navy); }

/* ══════════════════════ AOS SCROLL ANIMATIONS ══════════════════════ */
[data-aos] { opacity: 0; transform: translateY(28px); transition: opacity 0.55s ease, transform 0.55s ease; }
[data-aos].visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════ KEYFRAMES ══════════════════════ */
@keyframes slideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ticker  { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══════════════════════ RESPONSIVE ══════════════════════ */
@media (max-width: 1100px) {
  .fs-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 540px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .hid-right { flex-direction: column; gap: 8px; }
  .hid-btn-call { min-width: unset; }
}

@media (max-width: 768px) {
  .hid-logo-img { height: 50px; max-width: 160px; }
  .hid-name { font-size: 1.1rem; }
  .hid-divider { display: none; }
  .hid-right { display: none; }

  .hamburger { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #0d1f35; flex-direction: column; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 22px; border-bottom: 1px solid rgba(255,255,255,0.05); border-left: none; }
  #navbar { position: relative; }

  .hero-carousel { height: 480px; }
  .slide-title { font-size: 1.9rem; }

  .stats-bar-inner { justify-content: flex-start; }
  .stat-item { min-width: 140px; padding: 16px 18px; }
  .stat-divider { display: none; }

  .fs-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand p { max-width: 100%; }
  .whyus-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 22px 18px; }
}

@media (max-width: 480px) {
  .hero-carousel { height: 420px; }
  .slide-title { font-size: 1.6rem; }
  .slide-desc { font-size: 0.85rem; }
  .slide-actions { flex-direction: column; }
  .fs-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 56px 0; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .carousel-arrow { width: 38px; height: 38px; font-size: 0.85rem; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
}
