/* ===============================
   BRAND VARIABLES (LOGO MATCH)
================================ */
:root {
  --brand-blue: #0b76c5;
  --brand-cyan: #00a6e8;
  --text-dark: #0f172a;
  --text-muted: #475569;
  --border: #e5e7eb;
  --bg-light: #ffffff;
  --bg-soft: #f8fafc;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", system-ui, sans-serif;
}

body {
  background: #ffffff;
  color: var(--text-dark);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* ===============================
   SLIDER / HERO (NARANG STYLE)
================================ */

.slider {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

.slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slider img.active {
  opacity: 1;
}

/* Overlay */
.slider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
}

.slider-content {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
  color: #ffffff;
}

.slider-content h1 {
  font-size: 44px;
  max-width: 720px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
}

.slider-content p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #e2e8f0;
}

/* Buttons */
.hero-actions {
  display: flex;
  gap: 16px;
}

.btn-primary {
  background: var(--brand-blue);
  color: #fff;
  padding: 14px 26px;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
}

.btn-primary:hover {
  background: var(--brand-cyan);
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 14px 26px;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
}

.btn-outline:hover {
  background: #ffffff;
  color: var(--text-dark);
}

/* ===============================
   COMPREHENSIVE RESPONSIVE FRAMEWORK
================================ */

/* Base responsive variables */
:root {
  --breakpoint-xs: 320px;
  --breakpoint-sm: 375px;
  --breakpoint-md: 425px;
  --breakpoint-lg: 576px;
  --breakpoint-xl: 768px;
  --breakpoint-xxl: 820px;
  --breakpoint-xxxl: 992px;
  --breakpoint-xxxxl: 1024px;
  --breakpoint-xxxxxl: 1200px;
  --breakpoint-xxxxxxl: 1400px;
}

/* Extra Small Devices (320px and up) */
@media (max-width: 320px) {
  .slider-content h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }

  .slider-content p {
    font-size: 14px !important;
  }

  .btn-primary,
  .btn-outline {
    padding: 10px 16px !important;
    font-size: 14px !important;
  }
}

/* Small Devices (375px and up) */
@media (max-width: 375px) {
  .slider-content h1 {
    font-size: 26px !important;
  }

  .lab-content h2 {
    font-size: 24px !important;
  }
}

/* Medium Devices (425px and up) */
@media (max-width: 425px) {
  .slider-content h1 {
    font-size: 28px !important;
  }

  .lab-container {
    padding: 0 15px !important;
  }
}

/* Large Devices (576px and up) */
@media (max-width: 576px) {
  .slider-content h1 {
    font-size: 30px !important;
  }

  .lab-highlight {
    padding: 50px 20px !important;
  }
}

/* Extra Large Devices (768px and up) */
@media (max-width: 768px) {
  .slider {
    height: 60vh !important;
  }

  .slider-content h1 {
    font-size: 32px !important;
  }

  .lab-highlight {
    padding: 60px 20px !important;
  }
}

/* XXL Devices (820px and up) */
@media (max-width: 820px) {
  .nav-container {
    padding: 0 15px !important;
  }
}

/* XXXL Devices (992px and up) */
@media (max-width: 992px) {
  .slider-content h1 {
    font-size: 34px !important;
  }
}

/* XXXXL Devices (1024px and up) */
@media (max-width: 1024px) {
  .slider-content h1 {
    font-size: 36px;
  }

  .slider {
    height: 70vh !important;
  }

  .slider img {
    object-fit: cover !important;
  }
}

/* HERO SECTION COMPREHENSIVE RESPONSIVENESS */

/* Ultra Small Devices (320px) */
@media (max-width: 320px) {
  .slider {
    height: 60vh !important;
    min-height: 400px !important;
  }

  .slider img {
    object-fit: cover !important;
    object-position: center !important;
  }

  .slider-overlay {
    padding: 0 15px !important;
  }

  .slider-content {
    padding: 20px 15px !important;
    max-width: 95% !important;
  }

  .slider-content h1 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 11px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .btn-primary,
  .btn-outline {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 18px !important;
    font-size: 12px !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }
}

/* Small Devices (375px) */
@media (max-width: 375px) {
  .slider {
    height: 55vh !important;
    min-height: 420px !important;
  }

  .slider-overlay {
    padding: 0 18px !important;
  }

  .slider-content {
    padding: 25px 18px !important;
    max-width: 95% !important;
  }

  .slider-content h1 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 14px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .btn-primary,
  .btn-outline {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    font-size: 13px !important;
    max-width: 220px !important;
    margin: 0 auto !important;
  }
}

/* Medium Devices (425px) */
@media (max-width: 425px) {
  .slider {
    height: 58vh !important;
    min-height: 450px !important;
  }

  .slider-overlay {
    padding: 0 20px !important;
  }

  .slider-content {
    padding: 30px 20px !important;
    max-width: 95% !important;
  }

  .slider-content h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .btn-primary,
  .btn-outline {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 22px !important;
    font-size: 14px !important;
    max-width: 240px !important;
    margin: 0 auto !important;
  }
}

/* Large Mobile (576px) */
@media (max-width: 576px) {
  .slider {
    height: 60vh !important;
    min-height: 480px !important;
  }

  .slider-overlay {
    padding: 0 25px !important;
  }

  .slider-content {
    padding: 35px 25px !important;
    max-width: 95% !important;
  }

  .slider-content h1 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 18px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
  }

  .btn-primary,
  .btn-outline {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 24px !important;
    font-size: 14px !important;
    max-width: 260px !important;
    margin: 0 auto !important;
  }
}

/* Tablet (768px) */
@media (max-width: 768px) {
  .slider {
    height: 65vh !important;
    min-height: 500px !important;
  }

  .slider-overlay {
    padding: 0 30px !important;
  }

  .slider-content {
    padding: 40px 30px !important;
    max-width: 95% !important;
  }

  .slider-content h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 26px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .btn-primary,
  .btn-outline {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 26px !important;
    font-size: 15px !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }
}

/* Large Tablet (820px) */
@media (max-width: 820px) {
  .slider {
    height: 68vh !important;
    min-height: 520px !important;
  }

  .slider-overlay {
    padding: 0 35px !important;
  }

  .slider-content {
    padding: 45px 35px !important;
    max-width: 90% !important;
  }

  .slider-content h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 22px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 28px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: row !important;
    gap: 20px !important;
    justify-content: center !important;
  }

  .btn-primary,
  .btn-outline {
    padding: 14px 28px !important;
    font-size: 15px !important;
    max-width: 200px !important;
  }
}

/* Small Desktop (992px) */
@media (max-width: 992px) {
  .slider {
    height: 70vh !important;
    min-height: 540px !important;
  }

  .slider-overlay {
    padding: 0 40px !important;
  }

  .slider-content {
    padding: 50px 40px !important;
    max-width: 90% !important;
  }

  .slider-content h1 {
    font-size: 30px !important;
    line-height: 1.3 !important;
    margin-bottom: 24px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .slider-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    flex-direction: row !important;
    gap: 22px !important;
    justify-content: flex-start !important;
  }

  .btn-primary,
  .btn-outline {
    padding: 14px 30px !important;
    font-size: 16px !important;
    max-width: 220px !important;
  }
}

/* ===== COMPREHENSIVE BANNER BASE STYLES ===== */

/* Enhanced base slider styles for complete content visibility */
.slider {
  position: relative;
  width: 100%;
  height: 110vh;
  min-height: 1000px;
  overflow: hidden;
}

.slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.slider img.active {
  opacity: 1;
}

/* Enhanced overlay for better text visibility */
.slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Enhanced content container */
.slider-content {
  max-width: 1320px;
  margin: auto;
  padding: 60px 40px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  z-index: 2;
  position: relative;
}

.slider-content h1 {
  font-size: 44px;
  max-width: 800px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.slider-content p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #e2e8f0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Enhanced buttons */
.hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--brand-blue);
  color: #fff;
  padding: 16px 32px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary:hover {
  background: var(--brand-cyan);
  transform: translateY(-2px);
}

.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 16px 32px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-outline:hover {
  background: #ffffff;
  color: var(--text-dark);
  transform: translateY(-2px);
}

/* ============================= */
/* 🔵 SECTION */
/* ============================= */

.catalog-products {
  background: #f9fbfd;
  padding: 90px 0;
  text-align: center;
}

.catalog-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 0 24px;
}

.catalog-heading h2 {
  font-size: 42px;
  color: #0f172a;
  margin-bottom: 14px;
}

.catalog-heading p {
  font-size: 16px;
  color: #64748b;
}

/* ============================= */
/* GRID */
/* ============================= */

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
}

/* ============================= */
/* 💎 CARD */
/* ============================= */

.catalog-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;

  display: flex;
  flex-direction: column;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.catalog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/* 🖼 IMAGE */
/* ============================= */

.img-hover-wrap {
  background: #ffffff;
  /* 🔥 white background */
  padding: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 260px;
}

.catalog-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.4s ease;
}

.catalog-card:hover img {
  transform: scale(1.08);
}

/* ============================= */
/* 🔥 NAME BAR */
/* ============================= */

.catalog-namebar {
  background: #029ceb;
  /* 🔵 blue */
  padding: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 80px;
}

.catalog-namebar h3 {
  color: #ffffff;
  font-size: 18px;
  /* 🔥 bigger */
  font-weight: 700;
  /* 🔥 bold */
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

/* ============================= */
/* FEATURED */
/* ============================= */

.catalog-card.featured {
  border: 2px solid #029ceb;
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 768px) {
  .catalog-heading h2 {
    font-size: 30px;
  }

  .catalog-namebar h3 {
    font-size: 16px;
  }

  .img-hover-wrap {
    height: 200px;
  }
}

/* ===============================
   ABOUT SECTION FINAL (WORKING)
================================ */

.about-section {
  padding: 100px 20px;
  background: #f8fafc;
}

/* FLEX IS KEY (NOT GRID) */
.about-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;

  /* VERY IMPORTANT */
  overflow: visible;
}

/* LEFT SIDE */
.about-image {
  flex: 1;
  position: sticky;
  top: 100px;
  /* adjust if navbar height */
  height: fit-content;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 25px;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* RIGHT SIDE */
.about-content {
  flex: 1.2;
}

.about-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0a2463;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #555;
}

/* BUTTON */
.about-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 28px;
  background: #0a2463;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.about-btn:hover {
  background: #3e92cc;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
  }

  .about-image {
    position: relative;
    /* disable sticky */
    top: 0;
    padding: 10px;
  }
}

/* ===========================
   Precision — Premium Design
   Paste below other section CSS
   =========================== */

.precision-premium {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 64px 20px;
  color: var(--text-main, #052033);
}

.precision-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT: Headline + feature panel */
.premium-left .kicker {
  display: inline-block;
  color: var(--primary, #008fd1);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.premium-left h2 {
  font-size: 38px;
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--text-main, #042032);
  font-weight: 800;
}

.premium-left .lead {
  color: var(--text-soft, #5f6f86);
  max-width: 640px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.65;
}

/* feature panel: glassy, compact */
.feature-panel {
  margin-top: 22px;
  background: linear-gradient(180deg,
      rgba(250, 255, 255, 0.9),
      rgba(245, 249, 255, 0.95));
  border: 1px solid rgba(3, 61, 105, 0.06);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(6, 42, 70, 0.06);
  max-width: 560px;
}

.feature-panel h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--text-main, #042032);
  font-weight: 700;
}

.feature-panel p {
  margin: 0 0 14px;
  color: var(--text-soft, #566879);
  line-height: 1.6;
  font-size: 16.4px;
}

/* small badge row */
.feature-badges {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.feature-badges .badge {
  background: rgba(2, 112, 179, 0.04);
  border-left: 4px solid var(--primary, #008fd1);
  padding: 8px 12px;
  border-radius: 8px;
  min-width: 150px;
  font-size: 13px;
  color: var(--text-main, #042032);
}

.feature-badges .badge span {
  display: block;
  font-size: 12px;
  color: var(--text-soft, #566879);
  margin-top: 4px;
}

/* RIGHT: mosaic cards */
.premium-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-content: start;
}

/* unique placements using nth-child for a mosaic feel */
.premium-right .card {
  position: relative;
  padding: 18px 18px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fbfdff);
  border-radius: 10px;
  border: 1px solid rgba(6, 42, 70, 0.06);
  box-shadow: 0 8px 24px rgba(6, 42, 70, 0.06);
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

/* subtle diagonal accent stripe */
.premium-right .card::before {
  content: "";
  position: absolute;
  right: -30%;
  top: -40%;
  width: 120%;
  height: 40%;
  background: linear-gradient(90deg,
      rgba(0, 143, 209, 0.06),
      rgba(0, 143, 209, 0));
  transform: rotate(18deg);
  pointer-events: none;
}

/* big translucent index number for authority */
.premium-right .card .num {
  position: absolute;
  left: 14px;
  top: 8px;
  font-size: 52px;
  font-weight: 900;
  color: rgba(2, 112, 179, 0.08);
  letter-spacing: -2px;
  z-index: 0;
}

/* content sits above number */
.premium-right .card h4,
.premium-right .card p {
  position: relative;
  z-index: 1;
}

.premium-right .card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--text-main, #042032);
  font-weight: 700;
}

.premium-right .card p {
  margin: 0;
  color: var(--text-soft, #566879);
  line-height: 1.6;
  font-size: 16px;
}

/* hover accent */
.premium-right .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 130, 180, 0.12);
  border-color: rgba(0, 143, 209, 0.18);
}

/* mosaic tweaks: make center card span two columns on medium view */
.premium-right .c3 {
  grid-column: 1 / -1;
}

/* slight variation for others */
.premium-right .c1 {
  transform-origin: left center;
}

.premium-right .c5 {
  transform-origin: right center;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .precision-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .premium-right {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-right .c3 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .premium-left h2 {
    font-size: 26px;
  }

  .premium-right {
    grid-template-columns: 1fr;
  }

  .premium-right .card .num {
    font-size: 36px;
    left: 10px;
    top: 6px;
  }

  .feature-panel {
    padding: 16px;
  }

  .feature-badges {
    gap: 8px;
  }

  .feature-badges .badge {
    min-width: 120px;
  }

  .precision-premium {
    padding: 46px 16px;
  }
}

/* =====================================
   ELITE CERTIFICATION / TRUST SECTION
===================================== */

.cert-elite {
  padding: 90px 20px;
  background: radial-gradient(circle at top left,
      #e6f6ff 0%,
      #f8fcff 45%,
      #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* subtle background glow */
.cert-elite::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.25), transparent 65%);
  top: -150px;
  right: -150px;
  z-index: 0;
}

.cert-elite-wrap {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* LEFT SIDE */
.cert-elite-left {
  display: flex;
  justify-content: center;
}

/* floating badge */
.cert-verify {
  position: absolute;
  top: -16px;
  left: 24px;
  background: linear-gradient(135deg, #008fd1, #00c6ff);
  color: #fff;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(0, 180, 255, 0.7);
}

/* footer */
.cert-meta {
  margin-top: 19px;
  text-align: center;
}

.cert-meta strong {
  display: block;
  color: #003d66;
  font-weight: 700;
}

.cert-meta span {
  font-size: 13px;
  color: #4c7ea5;
}

/* RIGHT SIDE */
.cert-kicker {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #008fd1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cert-elite-right h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #032b45;
  margin-bottom: 34px;
}

/* TRUST STACK */
.trust-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.trust-box {
  position: relative;
  padding: 26px 26px 26px 90px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.85),
      rgba(220, 240, 255, 0.95));
  border-radius: 18px;
  border-left: 6px solid #00b4ff;
  box-shadow: 0 25px 60px rgba(0, 140, 210, 0.25);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.trust-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(0, 180, 255, 0.45);
}

/* large translucent number */
.trust-no {
  position: absolute;
  left: 22px;
  top: 18px;
  font-size: 48px;
  font-weight: 900;
  color: rgba(0, 160, 255, 0.25);
  line-height: 1;
}

.trust-box h4 {
  font-size: 19px;
  font-weight: 700;
  color: #02395f;
  margin-bottom: 8px;
}

.trust-box p {
  font-size: 16.8px;
  line-height: 1.7;
  color: #456f90;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .cert-elite-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cert-elite-right h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .cert-elite {
    padding: 60px 16px;
  }

  .trust-box {
    padding: 22px 20px 22px 78px;
  }

  .trust-no {
    font-size: 36px;
  }

  .cert-elite-right h2 {
    font-size: 26px;
  }
}

/* ===============================
   PDF CERTIFICATE – IMAGE STYLE
================================ */

.cert-glass {
  position: relative;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.92),
      rgba(230, 246, 255, 0.96));
  border-radius: 24px;
  padding: 18px;
  box-shadow:
    0 40px 90px rgba(0, 140, 210, 0.35),
    0 0 70px rgba(0, 180, 255, 0.35);
  transform: rotate(-2deg);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.cert-glass:hover {
  transform: rotate(0deg) translateY(-10px);
  box-shadow:
    0 55px 120px rgba(0, 160, 255, 0.55),
    0 0 90px rgba(0, 200, 255, 0.55);
}

/* floating verified badge */
.cert-verify {
  position: absolute;
  top: -18px;
  left: 26px;
  background: linear-gradient(135deg, #009de0, #00cfff);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.6px;
  box-shadow: 0 18px 45px rgba(0, 180, 255, 0.8);
  z-index: 5;
}

/* PDF wrapper behaves like image */
.cert-pdf-wrap {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* hide scrollbars everywhere */
.cert-pdf-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  transform: scale(1.02);
}

/* soft overlay to mimic image polish */
.cert-pdf-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.05),
      rgba(0, 160, 255, 0.08));
  pointer-events: none;
}

/* footer */
.cert-meta {
  margin-top: 14px;
  text-align: center;
}

.cert-meta strong {
  display: block;
  color: #003e66;
  font-weight: 700;
  font-size: 15px;
}

.cert-meta span {
  font-size: 13px;
  color: #4c7ea5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cert-pdf-wrap {
    height: 360px;
  }
}

@media (max-width: 520px) {
  .cert-glass {
    padding: 14px;
    transform: none;
  }

  .cert-pdf-wrap {
    height: 300px;
  }

  .cert-verify {
    font-size: 11px;
    padding: 8px 16px;
  }
}

/* =====================================
   ELITE CTA SECTION
===================================== */

.cta-elite {
  position: relative;
  padding: 40px 20px;
  /* background: linear-gradient(135deg, #008fd1 0%, #00b4ff 45%, #009fe3 100%); */
  overflow: hidden;
}

/* subtle glow bubbles */
.cta-elite::before,
.cta-elite::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.25),
      transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.cta-elite::before {
  top: -140px;
  left: -140px;
}

.cta-elite::after {
  bottom: -160px;
  right: -160px;
}

.cta-wrap {
  max-width: 1320px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

/* white floating card */
.cta-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 60px 70px;
  max-width: 900px;
  text-align: center;
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.25),
    0 0 80px rgba(255, 255, 255, 0.35);
}

/* tag */
.cta-tag {
  display: inline-block;
  background: rgba(0, 143, 209, 0.12);
  color: #008fd1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* heading */
.cta-card h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: #032b45;
  margin-bottom: 18px;
}

/* text */
.cta-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a6f8d;
  max-width: 620px;
  margin: 0 auto 32px;
}

/* buttons */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-btn-primary {
  background: linear-gradient(135deg, #008fd1, #00b4ff);
  color: #fff;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0, 180, 255, 0.7);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 65px rgba(0, 200, 255, 0.9);
}

.cta-btn-secondary {
  background: transparent;
  color: #008fd1;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid rgba(0, 143, 209, 0.35);
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.cta-btn-secondary:hover {
  background: rgba(0, 143, 209, 0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-card {
    padding: 46px 30px;
  }

  .cta-card h2 {
    font-size: 28px;
  }

  .cta-card p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cta-elite {
    padding: 70px 16px;
  }

  .cta-card h2 {
    font-size: 24px;
  }
}

/* =====================================
   ELITE FOOTER
===================================== */

.fusion-footer-elite {
  background: linear-gradient(135deg, #031d2e 0%, #052c46 50%, #041f33 100%);
  color: #d6eaff;
  position: relative;
  overflow: hidden;
}

/* subtle glow */
.fusion-footer-elite::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.25), transparent 70%);
  top: -200px;
  right: -200px;
  z-index: 0;
}

.footer-wrap {
  max-width: 1320px;
  margin: auto;
  padding: 70px 20px 50px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 50px;
  position: relative;
  z-index: 2;
}

/* BRAND */
.footer-brand h3 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #ffffff;
  max-width: 420px;
}

/* LINKS */
.footer-links h4,
.footer-contact h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14.5px;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.footer-links ul li a:hover {
  color: #00c6ff;
  padding-left: 6px;
}

/* CONTACT */
.footer-contact p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-contact strong {
  color: #ffffff;
}

.footer-contact a {
  color: #ffffff;
}

/* BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 16px 20px;
  font-size: 13.5px;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand p {
    margin: 0 auto;
  }

  .footer-links ul li a:hover {
    padding-left: 0;
  }
}

/* =====================================
   OUR UNDERSTANDING – FINAL CLEAN VERSION
===================================== */

.understanding {
  padding: 80px 20px;
  background: radial-gradient(circle at center, #f3faff, #ffffff);
  position: relative;
  z-index: 2;
  /* prevents overlap issues */
}

.understanding-container {
  max-width: 1300px;
  margin: auto;
}

/* TITLE */
.understanding-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #082238;
  margin-bottom: 60px;
  position: relative;
}

.understanding-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #008fd1;
  display: block;
  margin: 14px auto 0;
}

/* GRID */
.understanding-circles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: stretch;
  /* IMPORTANT */
}

/* CIRCLE CARD */
.u-circle {
  width: 100%;
  max-width: 330px;
  aspect-ratio: 1 / 1;
  margin: auto;
  background: linear-gradient(135deg, #e9f6ff, #ffffff);
  border-radius: 50%;
  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  border: 2px solid rgba(0, 143, 209, 0.25);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  /* IMPORTANT FIX */
}

.u-circle {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  margin: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 100%;
  /* KEY FIX */
}

/* ICON */
.u-tick {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #008fd1, #00c6ff);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 10px 25px rgba(0, 143, 209, 0.4);
}

/* TEXT */
.u-circle h3 {
  font-size: 18px;
  font-weight: 700;
  color: #082238;
  margin-bottom: 10px;
}

.u-circle p {
  font-size: 15px;
  color: #5b768c;
  line-height: 1.6;
}

/* HOVER (premium but light) */
.u-circle:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 25px 60px rgba(0, 143, 209, 0.25);
  border-color: #008fd1;
}

.u-circle p {
  font-size: 15px;
  color: #5b768c;
  line-height: 1.5;

  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  line-clamp: 4;
  /* same lines for all */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

.u-circle {
  text-align: center;
  align-items: center;
  /* ensures perfect centering */
}

/* =====================================
   RESPONSIVE
===================================== */

/* Tablet */
@media (max-width: 1024px) {
  .understanding-title {
    font-size: 28px;
  }

  .understanding-circles {
    gap: 30px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .understanding {
    padding: 60px 15px;
  }

  .understanding-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .u-circle {
    max-width: 260px;
    padding: 20px;
  }

  .u-circle h3 {
    font-size: 16px;
  }

  .u-circle p {
    font-size: 14px;
  }
}

.exhibition-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f5f7fa, #eaeef3);
  font-family: "Segoe UI", sans-serif;
}

.exhibition-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.exhibition-info .tag {
  display: inline-block;
  padding: 6px 14px;
  background: #d32f2f;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 12px;
}

.exhibition-info h2 {
  font-size: 34px;
  margin-bottom: 15px;
  color: #111;
}

.exhibition-info p {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}

.exhibition-info ul {
  margin-top: 17px;
  padding-left: 0;
  list-style: none;
}

.exhibition-info ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #222;
}

.exhibition-slider {
  position: relative;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.exhibition-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.exhibition-slider img.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .exhibition-wrapper {
    grid-template-columns: 1fr;
  }

  .exhibition-info h2 {
    font-size: 26px;
  }
}

.exhibition-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--brand-blue);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 29px;
}

.exhibition-btn:hover {
  scale: 1.05;
}

.global-strip {
  background: linear-gradient(90deg, #f4f9ff, #ffffff);
  padding: 50px 30px;
  border-top: 1px solid #e6eef7;
  border-bottom: 1px solid #e6eef7;
  font-family: "Segoe UI", sans-serif;
}

.global-strip-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.global-left {
  flex: 1 1 300px;
}

.global-left h3 {
  font-size: 29px;
  margin-bottom: 6px;
  color: #111;
}

.global-left h3 span {
  color: #1e88ff;
}

.global-left p {
  font-size: 17px;
  color: #555;
}

.global-stats {
  display: flex;
  gap: 25px;
  flex: 1 1 300px;
}

.stat {
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 10px;
  text-align: center;
  min-width: 90px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.stat strong {
  display: block;
  font-size: 24px;
  color: #1e88ff;
}

.stat span {
  font-size: 15px;
  color: #555;
}

.global-btn a {
  background: #1e88ff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s ease;
}

.global-btn a:hover {
  background: #0f6bdc;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .global-strip-inner {
    text-align: center;
    justify-content: center;
  }

  .global-stats {
    justify-content: center;
  }
}

.footer-brand img {
  height: 30px;
}

/* ================================================================================ */

/* ===== PRODUCT PAGE STYLES - BLOOD COLLECTION TUBE ===== */
.product-page {
  --primary: #0077cc;
  --primary-dark: #005fa3;
  --primary-light: #e6f2ff;
  --primary-soft: rgba(0, 119, 204, 0.05);
  --bg-light: #f6fbff;
  --white: #ffffff;
  --text-dark: #1e293b;
  --text-muted: #475569;
  --border-light: #e2e8f0;
  --shadow-sm: 0 10px 25px -5px rgba(0, 119, 204, 0.1);
  --shadow-md: 0 20px 30px -10px rgba(0, 119, 204, 0.15);
  --shadow-lg: 0 30px 40px -15px rgba(0, 119, 204, 0.2);
  --radius: 1.5rem;
  --radius-sm: 0.75rem;
}

.product-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.product-page body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--white);
}

.product-page .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.3rem;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

/* ===== BANNER ===== */
.product-page .banner-bloodtube {
  background:
    linear-gradient(135deg, rgba(0, 75, 150, 0.95), rgba(0, 119, 204, 0.9)),
    url("./img-optimized/img/banner111-1600.avif") center/cover no-repeat;
  padding: 7rem 0;
  text-align: center;
  color: white;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.product-page .banner-bloodtube::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 1;
}

.product-page .banner-bloodtube h1 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.product-page .banner-bloodtube p {
  font-size: 1.5rem;
  opacity: 0.95;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===== HERO / INTRO SECTION ===== */
.product-page .intro-bloodtube {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.product-page .intro-bloodtube-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.product-page .intro-bloodtube-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 4px solid var(--primary-light);
  border-radius: var(--radius);
  z-index: 0;
  transition: 0.3s;
}

.product-page .intro-bloodtube-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.4s;
}

.product-page .intro-bloodtube-image:hover img {
  transform: scale(1.02);
}

.product-page .intro-bloodtube-image:hover::before {
  top: -10px;
  left: -10px;
}

.product-page .intro-bloodtube-text h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.product-page .intro-bloodtube-text p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.product-page .intro-bloodtube-text p:last-child {
  margin-bottom: 0;
}

/* ===== SPECIFICATIONS SECTION (unique design) ===== */
.product-page .specs-bloodtube {
  background: linear-gradient(145deg, var(--white), var(--bg-light));
  padding: 3rem;
  border-radius: var(--radius);
  margin: 2rem 0 4rem;
  box-shadow: var(--shadow-md);
  border: 2px solid transparent;
  border-image: linear-gradient(135deg, var(--primary), var(--primary-light)) 1;
  position: relative;
  overflow: hidden;
}

.product-page .specs-bloodtube::before {
  content: "🔬";
  position: absolute;
  bottom: -30px;
  right: -30px;
  font-size: 10rem;
  opacity: 0.03;
  transform: rotate(-10deg);
  pointer-events: none;
}

.product-page .specs-bloodtube h3 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  padding: 0 2rem;
  z-index: 2;
}

.product-page .specs-bloodtube-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.product-page .specs-bloodtube-item {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius-sm);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  border: 1px solid transparent;
}

.product-page .specs-bloodtube-item:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.product-page .specs-bloodtube-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-page .specs-bloodtube-value {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text-dark);
}

.product-page .specs-bloodtube-inquiry {
  text-align: center;
  position: relative;
  z-index: 2;
}

.product-page .specs-bloodtube-btn {
  display: inline-block;
  background: var(--primary);
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  border: 2px solid transparent;
}

.product-page .specs-bloodtube-btn:hover {
  background: var(--primary-dark);
  transform: scale(1.05);
  box-shadow: var(--shadow-lg);
  border-color: var(--white);
}

/* ===== DECORATIVE DIVIDER ===== */
.product-page .divider-bloodtube {
  text-align: center;
  margin: 2rem 0 3rem;
}

.product-page .divider-bloodtube span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  margin: 0 6px;
  opacity: 0.5;
}

.product-page .divider-bloodtube span:nth-child(2) {
  width: 50px;
  border-radius: 20px;
  opacity: 1;
}

/* ===== BENEFITS SECTION ===== */
.product-page .benefits-bloodtube {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.product-page .benefits-bloodtube-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.product-page .benefits-bloodtube-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.product-page .benefits-bloodtube-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary), var(--primary-light));
  opacity: 0;
  transition: opacity 0.3s;
}

.product-page .benefits-bloodtube-card:hover::before {
  opacity: 1;
}

.product-page .benefits-icon {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  background: var(--primary-light);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
}

.product-page .benefits-bloodtube-card ul {
  list-style: none;
}

.product-page .benefits-bloodtube-card li {
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  position: relative;
  color: var(--text-muted);
}

.product-page .benefits-bloodtube-card li::before {
  content: "✓";
  color: var(--primary);
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 1.1rem;
}

/* ===== GALLERY SECTION ===== */
.product-page .gallery-bloodtube {
  padding: 4rem 0;
}

.product-page .gallery-bloodtube h3 {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 2.5rem;
  text-align: center;
}

.product-page .gallery-bloodtube-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.product-page .gallery-bloodtube-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  aspect-ratio: 1 / 1;
}

.product-page .gallery-bloodtube-item:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-lg);
  z-index: 5;
}

.product-page .gallery-bloodtube-item img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
}

/* ===== SUPPLIER SECTION (with image) ===== */
.product-page .supplier-bloodtube {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem 0;
}

.product-page .supplier-bloodtube-text {
  background: var(--primary-soft);
  padding: 3rem;
  border-radius: var(--radius);
  border-left: 8px solid var(--primary);
  box-shadow: var(--shadow-sm);
}

.product-page .supplier-bloodtube-text h3 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.product-page .supplier-bloodtube-text p {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.product-page .supplier-bloodtube-text p:last-child {
  margin-bottom: 0;
}

.product-page .supplier-bloodtube-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s;
}

.product-page .supplier-bloodtube-image:hover {
  transform: scale(1.02);
}

.product-page .supplier-bloodtube-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== KEY FEATURES SECTION (unique, non‑card) ===== */
.product-page .features-list-bloodtube {
  background: var(--bg-light);
  padding: 4rem;
  border-radius: var(--radius);
  margin: 3rem 0;
  position: relative;
  overflow: hidden;
}

.product-page .features-list-bloodtube::before {
  content: "⚕️";
  position: absolute;
  bottom: -30px;
  right: -30px;
  font-size: 12rem;
  opacity: 0.03;
  transform: rotate(15deg);
  pointer-events: none;
}

.product-page .features-list-bloodtube h3 {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.product-page .features-list-bloodtube-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
  position: relative;
  z-index: 2;
}

.product-page .features-list-bloodtube-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed var(--primary-light);
}

.product-page .features-list-bloodtube-item:last-child,
.product-page .features-list-bloodtube-item:nth-last-child(2) {
  border-bottom: none;
}

.product-page .features-list-bloodtube-marker {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  background: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px var(--primary-light);
  flex-shrink: 0;
}

.product-page .features-list-bloodtube-item p {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  padding-top: 0.3rem;
}

/* ===== EXPORTER SECTION (no image, unique design) ===== */
.product-page .exporter-bloodtube {
  padding: 4rem 0;
  position: relative;
}

.product-page .exporter-bloodtube::before {
  content: "🌍";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10rem;
  opacity: 0.03;
  pointer-events: none;
  transform: translate(-20px, -20px);
}

.product-page .exporter-bloodtube-content {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(145deg, var(--white), var(--bg-light));
  padding: 4rem;
  border-radius: 60px 60px 60px 0;
  border: 2px solid transparent;
  border-image: linear-gradient(135deg, var(--primary), var(--primary-light)) 1;
  box-shadow: var(--shadow-md);
  position: relative;
  z-index: 2;
}

.product-page .exporter-bloodtube-content h3 {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.product-page .exporter-bloodtube-content h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.product-page .exporter-bloodtube-content p {
  color: var(--text-muted);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

.product-page .exporter-bloodtube-content p:last-child {
  margin-bottom: 0;
}

.product-page .exporter-bloodtube-content p:first-of-type::first-letter {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  float: left;
  line-height: 1;
  margin-right: 0.5rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {

  .product-page .intro-bloodtube,
  .product-page .supplier-bloodtube {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-page .banner-bloodtube h1 {
    font-size: 3rem;
  }

  .product-page .banner-bloodtube p {
    font-size: 1.2rem;
  }

  .product-page .gallery-bloodtube-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-page .features-list-bloodtube-grid {
    grid-template-columns: 1fr;
  }

  .product-page .features-list-bloodtube-item {
    border-bottom: 1px dashed var(--primary-light);
  }

  .product-page .exporter-bloodtube-content {
    padding: 2.5rem;
  }

  .product-page .specs-bloodtube-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .product-page .container {
    padding: 0 1.5rem;
  }

  .product-page .banner-bloodtube {
    padding: 5rem 0;
  }

  .product-page .banner-bloodtube h1 {
    font-size: 2.2rem;
  }

  .product-page .intro-bloodtube-text h2 {
    font-size: 2rem;
  }

  .product-page .supplier-bloodtube-text {
    padding: 2rem;
  }

  .product-page .gallery-bloodtube-grid {
    grid-template-columns: 1fr;
  }

  .product-page .features-list-bloodtube {
    padding: 2rem;
  }

  .product-page .exporter-bloodtube-content {
    padding: 2rem;
    border-radius: 30px 30px 30px 0;
  }

  .product-page .specs-bloodtube-grid {
    grid-template-columns: 1fr;
  }

  .product-page .specs-bloodtube {
    padding: 2rem;
  }
}

/* Floating Contact Container */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Icon Style */
.float-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Hover Animation */
.float-icon:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Colors */
.whatsapp {
  background: #25d366;
}

.phone {
  background: #007bff;
}

.email {
  background: #ff4b4b;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .floating-contact {
    right: 15px;
    bottom: 20px;
  }

  .float-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

/* ========== PRODUCT GALLERY & ZOOM SYSTEM (Standardized) ========== */
.product-amazon-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0;
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.product-gallery {
  position: sticky;
  top: 20px;
}

.zoom-wrapper {
  position: relative;
  background: #fafafa;
  border-radius: 16px;
  overflow: hidden;
  cursor: crosshair;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f6;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
  background: #ffffff;
  pointer-events: none;
  will-change: transform, transform-origin;
}

/* JS handles the scale now for better tracking */
.zoom-wrapper:hover img {
  cursor: zoom-in;
}

.zoom-wrapper:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.zoom-hint {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 0.75rem;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.zoom-hint span {
  background: #e9ecef;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 500;
}

.thumbnail-list {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  background: #f5f5f5;
}

.thumbnail.active {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.3);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail:hover {
  transform: scale(1.05);
}

/* MODAL LIGHTBOX */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close-modal:hover {
  color: #ccc;
}

@media (max-width: 768px) {
  .product-amazon-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem;
  }

  .product-gallery {
    position: relative;
  }

  .thumbnail {
    width: 60px;
    height: 60px;
  }

  .zoom-wrapper:hover img {
    transform: scale(1.8);
  }
}

@media (max-width: 480px) {
  .zoom-wrapper:hover img {
    transform: scale(1.5);
  }

  .zoom-hint span {
    font-size: 0.65rem;
    padding: 2px 8px;
  }
}

/* ================================-===================================================================== */

/* ===== RESET & BASE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

/* ===== NAVBAR ===== */
.navbar {
  position: relative;
  /* anchor for mega menu */
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.slider img {
  margin-top: 80px;
}

.nav-container {
  position: fixed;
  background-color: white;
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 80px;
  /* fixed height for consistency */
}

/* ----- LOGO ----- */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo img {
  max-height: 40px;
  width: auto;
  transition: max-height 0.2s;
}

/* ----- MOBILE TOGGLE (hamburger) ----- */
.menu-toggle {
  display: none;
  /* hidden on desktop */
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  width: 100%;
  height: 3px;
  background: #028cde;
  border-radius: 3px;
  transition: all 0.3s;
}

/* ----- NAVIGATION MENU (desktop) ----- */
.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 30px;
}

.nav-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: #028cde;
}

/* Call to action button style */
.nav-cta {
  background: #028cde;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  transition: background 0.2s;
}

.nav-cta:hover {
  background: #0269b0;
  color: #fff;
}

/* Catalog download button style */
.catalog-download {
  background: #28a745;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.catalog-download:hover {
  background: #218838;
  color: #fff;
  transform: translateY(-1px);
}

.catalog-download i {
  font-size: 14px;
}

/* ===== MEGA MENU (common styles) ===== */
.mega-menu {
  display: none;
  /* hidden by default */
  position: absolute;
  top: 75%;
  /* right below navbar */
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  z-index: 999;
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.products-header {
  color: #028cde;
  margin-bottom: 20px;
  font-size: 1.2rem;
  border-bottom: 2px solid #028cde;
  padding-bottom: 8px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.mega-column {
  list-style: none;
}

.mega-column li {
  margin-bottom: 23px;
}

.mega-column a {
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  transition: color 0.2s;
}

.mega-column a:hover {
  color: #028cde;
  text-decoration: underline;
}

/* ===== CERTIFICATES DROPDOWN MENU ===== */
.has-dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  /* hidden by default */
  position: absolute;
  top: 100%;
  /* right below navbar */
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-list li {
  margin: 0;
}

.dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.dropdown-link:hover {
  background: #f8fafc;
  color: #028cde;
  border-left-color: #028cde;
  padding-left: 24px;
}

/* Dropdown arrow indicator */
.has-dropdown>.nav-link::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.has-dropdown:hover>.nav-link::after {
  transform: rotate(180deg);
}

/* ===== DESKTOP HOVER (only on large screens & hover-capable devices) ===== */
@media (min-width: 992px) and (hover: hover) {
  .has-mega:hover .mega-menu {
    display: block;
    /* show on hover – no gap */
  }

  .has-dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

/* ===== ENHANCED NAVBAR RESPONSIVENESS ===== */

/* Ultra Small Devices (320px) */
@media (max-width: 320px) {
  .nav-container {
    height: 60px !important;
    padding: 0 10px !important;
  }

  .logo img {
    max-height: 35px !important;
  }

  .nav-menu {
    top: 60px !important;
  }

  .menu-toggle {
    width: 25px !important;
    height: 18px !important;
  }
}

/* Small Devices (375px) */
@media (max-width: 375px) {
  .nav-container {
    height: 65px !important;
    padding: 0 12px !important;
  }

  .logo img {
    max-height: 38px !important;
  }

  .nav-menu {
    top: 65px !important;
  }
}

/* Medium Devices (425px) */
@media (max-width: 425px) {
  .nav-container {
    height: 68px !important;
    padding: 0 15px !important;
  }

  .logo img {
    max-height: 40px !important;
  }

  .nav-menu {
    top: 68px !important;
  }
}

/* Large Mobile (576px) */
@media (max-width: 576px) {
  .nav-container {
    height: 70px !important;
  }

  .logo img {
    max-height: 42px !important;
  }
}

/* Tablet (768px) */
@media (max-width: 768px) {
  .nav-container {
    height: 72px !important;
  }

  .logo img {
    max-height: 44px !important;
  }
}

/* Large Tablet (820px) */
@media (max-width: 820px) {
  .nav-container {
    padding: 0 15px !important;
  }
}

/* Small Desktop (991px) */
@media (max-width: 991px) {
  .nav-container {
    height: 70px;
    /* slightly smaller on mobile */
  }

  .logo img {
    max-height: 45px;
    /* scale down logo */
  }

  /* show hamburger */
  .menu-toggle {
    display: flex;
  }

  /* mobile menu – hidden by default */
  .nav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    /* hidden */
    z-index: 1000;
  }

  .nav-menu.show {
    display: flex;
    /* shown when toggled */
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    white-space: normal;
  }

  .nav-cta {
    background: transparent;
    color: #028cde;
    padding: 15px 0;
    border-radius: 0;
  }

  .nav-cta:hover {
    background: transparent;
    color: #0269b0;
  }

  .catalog-download {
    background: transparent;
    color: #28a745;
    padding: 15px 0;
    border-radius: 0;
    display: block;
    width: 100%;
  }

  .catalog-download:hover {
    background: transparent;
    color: #218838;
    transform: none;
  }

  /* dropdown menu on mobile */
  .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    min-width: auto;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 20px;
    background: transparent;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-link {
    padding: 10px 0;
    font-size: 14px;
    border-left: none;
    border-bottom: 1px solid #eee;
  }

  .dropdown-link:hover {
    background: transparent;
    color: #028cde;
    padding-left: 0;
    border-left: none;
  }

  /* Remove arrow on mobile */
  .has-dropdown>.nav-link::after {
    display: none;
  }

  /* mega menu on mobile – static, accordion style */
  .mega-menu {
    position: static;
    /* reset absolute */
    transform: none;
    width: 100%;
    box-shadow: none;
    padding: 0 0 0 20px;
    /* indent */
    background: transparent;
    display: none;
    /* hidden by default */
  }

  .mega-menu.show {
    display: block;
    /* shown when toggled */
  }

  .mega-grid {
    grid-template-columns: 1fr;
    /* single column */
    gap: 0;
  }

  .mega-column {
    margin-bottom: 15px;
  }

  .mega-column a {
    display: block;
    padding: 8px 0;
  }

  /* make product list scrollable if too long */
  .mega-menu-inner {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
  }

  /* optional: scrollbar styling */
  .mega-menu-inner::-webkit-scrollbar {
    width: 5px;
  }

  .mega-menu-inner::-webkit-scrollbar-thumb {
    background: #028cde;
    border-radius: 5px;
  }
}

.allproducts {
  padding: 10px 15px;
  margin: auto;
  margin-top: 50px;
}

.allproduct {
  padding: 20px 25px;
  margin: auto;
  background-color: #028cde;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.allproduct:hover {
  color: white;
  background-color: rgba(108, 108, 250, 0.742);
  transition: 0.5s all ease;
}

.catalog-products {
  text-align: center;
}

.footerlogo {
  background-color: white !important;
  padding: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row !important;
  gap: 10px;
  width: 80%;
}

.button12 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover Effect */
.button12:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Glow effect */
.button12:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transform: skewX(-20deg);
  animation: shine 0.8s ease forwards;
}

@keyframes shine {
  to {
    left: 125%;
  }
}

.commitment {
  padding: 80px 20px;
  /* background-color: #028cde; */
  color: #fff;
}

.commitment-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.commitment h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: rgb(10, 36, 99);
}

.commitment p {
  margin-bottom: 25px;
  line-height: 1.6;
  color: rgb(102, 102, 102);
  opacity: 0.95;
}

.faq {
  padding: 100px 20px;
  background: linear-gradient(180deg, #f9fbff, #eef3ff);
}

.faq .heading {
  max-width: 1200px;
  margin: auto;
}

.faq .heading h2 {
  font-size: 36px;
  color: #032b45;
  font-weight: 700;
}

.faq-wrapper {
  max-width: 900px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */
.faq-item {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(10, 36, 99, 0.1);
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(10, 36, 99, 0.08);
}

/* ACTIVE STATE */
.faq-item.active {
  border: 1px solid #0a2463;
  box-shadow: 0 12px 35px rgba(10, 36, 99, 0.12);
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  background: none;
  border: none;
  cursor: pointer;
  color: #032b45;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ICON (+ / -) */
.faq-question::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}

.faq-item.active .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.4s ease;
}

/* SHOW ANSWER */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 24px 20px;
}

/* ---------------- RESPONSIVE ---------------- */

/* Tablet */
@media (max-width: 992px) {
  .faq {
    padding: 80px 20px;
  }

  .faq .heading h2 {
    font-size: 30px;
  }

  .faq-question {
    font-size: 16px;
    padding: 18px 20px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .faq {
    padding: 60px 15px;
  }

  .faq-wrapper {
    gap: 14px;
  }

  .faq-question {
    font-size: 15px;
    padding: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

/* SECTION */
.why-fusion {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f8fbff, #eef3ff);
}

.why-fusion .container {
  max-width: 1300px;
  margin: auto;
}

/* HEADING */
.why-fusion .heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}

.why-fusion .heading h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0a2463;
}

.why-fusion .heading p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.why-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
}

/* TOP ACCENT LINE */
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #ff6b35;
  transition: width 0.4s ease;
}

/* HOVER EFFECT */
.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.why-card:hover::before {
  width: 100%;
}

/* TEXT */
.why-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #0a2463;
  font-weight: 600;
}

.why-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* RESPONSIVE */

/* TABLET */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-fusion .heading h2 {
    font-size: 2rem;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    padding: 25px 20px;
  }

  .why-fusion {
    padding: 70px 15px;
  }

  .why-fusion .heading h2 {
    font-size: 1.7rem;
  }

  .why-fusion .heading p {
    font-size: 0.95rem;
  }
}

.lab-highlight {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f9fbff, #eef3ff);
}

.lab-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.lab-content .lab-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #0a2463;
  background: rgba(10, 36, 99, 0.08);
  padding: 6px 12px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.lab-content h2 {
  font-size: 36px;
  color: #0a2463;
  margin-bottom: 20px;
  line-height: 1.3;
}

.lab-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* POINTS */
.lab-points {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.lab-points li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.lab-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0a2463;
  font-weight: bold;
}

.lab-content .button12 {
  margin-top: 30px !important;
}

.lab-image {
  text-align: center;
}

/* IMAGE */
.lab-image img {
  width: 300px;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.lab-image img:hover {
  transform: scale(1.03);
}

/* ---------------- RESPONSIVE ---------------- */

/* Tablet */
@media (max-width: 992px) {
  .lab-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lab-content h2 {
    font-size: 28px;
  }

  .lab-image {
    order: -1;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .lab-highlight {
    padding: 70px 15px;
  }

  .lab-content h2 {
    font-size: 24px;
  }

  .lab-content p {
    font-size: 14px;
  }

  .lab-points li {
    font-size: 13px;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footerlogo img {
    width: 100%;
  }

  .footerlogo {
    width: 100%;
  }

  .logo img {
    max-height: 27px !important;
    width: auto;
    transition: max-height 0.2s;
  }

  .fusion-card {
    width: 200px;
    /* ✅ forces horizontal scroll */
    height: 300px;
  }
}

/* ===============================
   FUSION CAROUSEL (FIXED MOBILE SCROLL)
================================ */

.fusion-carousel {
  background: #029ceb;
  padding: 80px 0;
  overflow-x: hidden;
  /* ✅ allow horizontal scroll */
}

.section-title {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

/* TRACK */
.fusion-track {
  display: flex;
  gap: 25px;
  padding: 10px 40px;
  width: max-content;

  animation: scrollFusion 40s linear infinite;

  /* optional premium scroll */
  scroll-snap-type: x mandatory;
}

/* AUTO SCROLL */
@keyframes scrollFusion {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.fusion-track:hover {
  animation-play-state: paused;
}

/* MOBILE FIX */
@media (max-width: 1024px) {
  .fusion-track {
    animation: none;
    overflow-x: auto;
    /* ✅ enable scroll */
    width: auto;
    /* ✅ VERY IMPORTANT */
    padding: 10px 20px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
}

/* HIDE SCROLLBAR */
.fusion-track::-webkit-scrollbar {
  display: none;
}

/* CARD */
.fusion-card {
  width: 300px;
  /* ✅ forces horizontal scroll */
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  text-align: center;

  /* snap */
  scroll-snap-align: start;
}

.fusion-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}

/* OVERLAY */
.fusion-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.fusion-overlay h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

/* HOVER EFFECT */
.fusion-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 229, 255, 0.2);
}

.fusion-card:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .fusion-card {
    width: 250px;
    /* ✅ forces horizontal scroll */
    height: 320px;
  }
}

/* ===========================anNd */
.fusion-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: center;
}

/* NAME STYLE (🔥 MAIN CHANGE) */
.fusion-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);

  padding: 8px 16px;
  border-radius: 30px;

  border: 1px solid rgba(255, 255, 255, 0.3);

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);

  letter-spacing: 0.5px;
}