/* =====================================================================
   InstrumentsEquipments — Theme Stylesheet (Bootstrap 5 layer)
   Lab Instrument Suppliers & Equipment Kits Manufacturers
   ===================================================================== */

:root {
  --navy-900: #0a1f3c;
  --navy-800: #0e2d54;
  --navy-700: #133b6e;
  --navy-600: #1d4f8c;
  --accent: #0fb6c9; /* scientific cyan */
  --accent-d: #0a8a99;
  --gold: #f5a623;
  --gold-d: #d98b08;
  --ink: #1b2733;
  --muted: #5a6b7b;
  --line: #e3e9f0;
  --bg-soft: #f4f7fb;
  --white: #ffffff;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 14px rgba(13, 38, 76, 0.06);
  --shadow-md: 0 14px 40px rgba(13, 38, 76, 0.12);
  --shadow-lg: 0 24px 60px rgba(13, 38, 76, 0.18);

  --font-display: "Archivo", sans-serif;
  --font-body: "Sora", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.01em;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

/* ----- Buttons ----- */
.btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.65rem 1.6rem;
  transition: 0.25s ease;
}
.btn-lg {
  padding: 0.85rem 2rem;
}

.btn-accent {
  background: var(--gold);
  border: none;
  color: #2a1c00;
  box-shadow: 0 8px 22px rgba(245, 166, 35, 0.35);
}
.btn-accent:hover {
  background: var(--gold-d);
  color: #2a1c00;
  transform: translateY(-2px);
}

.btn-outline-light {
  border-width: 2px;
}
.btn-outline-light:hover {
  transform: translateY(-2px);
}

/* =====================================================================
   HEADER
   ===================================================================== */
.header-topbar {
  background: var(--navy-900);
  color: #cfe0f3;
  font-size: 0.85rem;
  padding: 0.5rem 0;
}
.topbar-tagline {
  color: #9fc3e6;
  font-weight: 500;
}
.topbar-tagline .bi {
  color: var(--accent);
}
.topbar-contacts a {
  color: #d6e6f7;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: 0.2s;
}
.topbar-contacts a:hover {
  color: var(--accent);
}
.topbar-contacts .bi {
  color: var(--accent);
}

.main-nav {
  background: var(--white);
  padding: 0.6rem 0;
  box-shadow: var(--shadow-sm);
  transition:
    box-shadow 0.25s,
    padding 0.25s;
  top: 0;
  z-index: 1030;
}
.main-nav.nav-scrolled {
  box-shadow: 0 8px 30px rgba(13, 38, 76, 0.14);
  padding: 0.35rem 0;
}

.navbar-brand img {
  height: 54px;
  width: auto;
  transition: height 0.25s;
}
.main-nav.nav-scrolled .navbar-brand img {
  height: 46px;
}

.main-nav .nav-link {
  color: var(--navy-800);
  font-weight: 600;
  font-size: 0.98rem;
  margin: 0 0.15rem;
  padding: 0.5rem 0.9rem !important;
  border-radius: 999px;
  position: relative;
  transition: 0.2s;
}
.main-nav .nav-link:hover {
  color: var(--accent-d);
  background: rgba(15, 182, 201, 0.08);
}

.main-nav .nav-cta {
  background: var(--navy-800);
  color: #fff !important;
  margin-left: 0.4rem;
}
.main-nav .nav-cta:hover {
  background: var(--accent);
  color: #042027 !important;
}

.navbar-toggler {
  border-color: var(--line);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 182, 201, 0.25);
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero .hero-slide {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero .carousel-item {
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(8, 25, 49, 0.92) 0%,
    rgba(10, 31, 60, 0.78) 42%,
    rgba(10, 31, 60, 0.25) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #fff;
  padding: 2rem 0;
}
.hero-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  background: rgba(15, 182, 201, 0.12);
  border: 1px solid rgba(15, 182, 201, 0.35);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}
.hero-title {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.08;
  margin-bottom: 1rem;
  color: #fff;
}
.hero-sub {
  font-size: 1.12rem;
  color: #d3e2f2;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* Bootstrap carousel indicators */
.hero-indicators {
  margin: 0;
  bottom: 22px;
  z-index: 3;
}
.hero-indicators button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  opacity: 1;
  margin: 0 5px;
  transition: 0.3s ease;
}
.hero-indicators button.active {
  background: var(--accent);
  width: 28px;
  border-radius: 6px;
}

/* Hero navigation arrows */
.hero-control {
  width: auto;
  opacity: 1;
  z-index: 4;
}
.hero-control.carousel-control-prev {
  justify-content: flex-start;
  padding-left: 24px;
}
.hero-control.carousel-control-next {
  justify-content: flex-end;
  padding-right: 24px;
}

.hero-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 1.4rem;
  backdrop-filter: blur(4px);
  transition: 0.25s ease;
}
.hero-control:hover .hero-nav-btn,
.hero-control:focus .hero-nav-btn {
  background: var(--accent);
  border-color: var(--accent);
  color: #042027;
  transform: scale(1.08);
}
.hero-control:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  .hero-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
  }
  .hero-control.carousel-control-prev {
    padding-left: 10px;
  }
  .hero-control.carousel-control-next {
    padding-right: 10px;
  }
}

/* =====================================================================
   TRUST STRIP
   ===================================================================== */
.trust-strip {
  background: var(--accent);
  background: linear-gradient(90deg, var(--accent-d), var(--accent));
  padding: 1.4rem 0;
}
.trust-item {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.trust-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
}
.trust-label {
  font-size: 0.82rem;
  opacity: 0.92;
  margin-top: 0.25rem;
}

/* =====================================================================
   SECTION HEADERS
   ===================================================================== */
.section-head {
  max-width: 760px;
  margin: 0 auto 2.8rem;
}
.section-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--accent-d);
  margin-bottom: 0.7rem;
}
.section-eyebrow.light {
  color: var(--accent);
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--navy-900);
  margin: 0;
}
.section-title.light {
  color: #fff;
}
.section-lead {
  margin-top: 1rem;
  color: #cfe0f3;
  font-size: 1.05rem;
}

/* =====================================================================
   CATEGORY GRID
   ===================================================================== */
.categories {
  padding: 4.5rem 0;
  background: var(--bg-soft);
}
.cat-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.3rem;
  text-align: center;
  height: 100%;
  transition: 0.28s ease;
  position: relative;
  overflow: hidden;
}
.cat-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, var(--accent), var(--navy-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.cat-card:hover::before {
  transform: scaleX(1);
}
.cat-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-soft);
  border-radius: 50%;
  transition: 0.28s;
}
.cat-card:hover .cat-icon {
  background: rgba(15, 182, 201, 0.12);
  transform: scale(1.05);
}
.cat-icon img {
  max-width: 48px;
  max-height: 48px;
}
.cat-title {
  font-size: 1.18rem;
  color: var(--navy-900);
  margin-bottom: 0.5rem;
}
.cat-card p {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* =====================================================================
   SPECIALITY (dark) SECTION
   ===================================================================== */
.speciality {
  padding: 4.8rem 0;
  background: var(--navy-900);
  background:
    radial-gradient(
      1200px 500px at 80% -10%,
      rgba(15, 182, 201, 0.16),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at -10% 110%,
      rgba(29, 79, 140, 0.4),
      transparent 60%
    ),
    var(--navy-900);
  position: relative;
}
.spec-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  height: 100%;
  transition: 0.28s;
  backdrop-filter: blur(4px);
}
.spec-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(15, 182, 201, 0.5);
  transform: translateY(-5px);
}
.spec-title {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.7rem;
  line-height: 1.25;
}
.spec-card p {
  color: #b9cde2;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 1.1rem;
}
.spec-more {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: 0.2s;
}
.spec-more:hover {
  color: #fff;
  gap: 0.65rem;
}

/* =====================================================================
   CTA BAND
   ===================================================================== */
.cta-band {
  padding: 4rem 0;
  background: linear-gradient(120deg, var(--accent-d), var(--navy-700));
  color: #fff;
}
.cta-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 0.7rem;
}
.cta-band p {
  color: #e3f1f9;
  font-size: 1.08rem;
  max-width: 680px;
  margin: 0 auto 1.6rem;
}

/* =====================================================================
   SEO CONTENT SECTION
   ===================================================================== */
.seo-content {
  padding: 4.8rem 0;
  background: #fff;
}
.seo-prose {
  margin-top: 0.5rem;
}
.seo-prose p {
  color: #44525f;
  font-size: 1.04rem;
  line-height: 1.85;
  margin-bottom: 1.3rem;
}
.seo-prose p:last-child {
  margin-bottom: 0;
}
.seo-prose strong {
  color: var(--navy-800);
  font-weight: 600;
}

/* =====================================================================
   WHY TOP MANUFACTURER
   ===================================================================== */
.why-top {
  padding: 4.8rem 0;
  background: var(--bg-soft);
}
.why-top .section-lead {
  color: var(--muted) !important;
  max-width: 760px;
  margin: 1rem auto 0;
}
.why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  height: 100%;
  transition: 0.28s ease;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.why-ic {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(15, 182, 201, 0.16),
    rgba(29, 79, 140, 0.14)
  );
  color: var(--accent-d);
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.why-card h3 {
  font-size: 1.18rem;
  color: var(--navy-900);
  margin-bottom: 0.6rem;
}
.why-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}

/* =====================================================================
   TENDER SUPPLY PROCESS + FAQ
   ===================================================================== */
.tender-supply {
  padding: 4.8rem 0;
  background: #fff;
}

.process-list li {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 1.6rem;
}
.process-list .step-num {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-800);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
}
.process-list h3 {
  font-size: 1.1rem;
  color: var(--navy-900);
  margin: 0.3rem 0 0.35rem;
}
.process-list p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}

/* FAQ accordion */
.seo-faq .accordion-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm) !important;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.seo-faq .accordion-button {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy-900);
  background: #fff;
  padding: 1.1rem 1.2rem;
}
.seo-faq .accordion-button:not(.collapsed) {
  color: var(--accent-d);
  background: rgba(15, 182, 201, 0.06);
  box-shadow: none;
}
.seo-faq .accordion-button:focus {
  box-shadow: none;
  border-color: var(--line);
}
.seo-faq .accordion-button::after {
  background-image: none;
  content: "\F64D"; /* bi chevron-down */
  font-family: "bootstrap-icons";
  font-size: 0.85rem;
  color: var(--accent-d);
  transform: none;
  transition: transform 0.25s;
  width: auto;
  height: auto;
}
.seo-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.seo-faq .accordion-body {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
  padding: 0 1.2rem 1.2rem;
}

@media (max-width: 575px) {
  .seo-prose p {
    font-size: 1rem;
  }
}

/* =====================================================================
   TAG CLOUD
   ===================================================================== */
.tagcloud {
  background: var(--bg-soft);
  padding: 3.2rem 0;
  border-top: 1px solid var(--line);
}
.tagcloud-head {
  font-size: 1.25rem;
  color: var(--navy-900);
  text-align: center;
  margin-bottom: 1.6rem;
}
.tagcloud-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  max-width: 1080px;
  margin: 0 auto;
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  padding: 0; /* padding lives on the inner link/text */
  transition: 0.22s ease;
  max-width: 100%;
}
/* Force-reset whatever tag_cl() links bring in (size, weight, colour, decoration) */
.tag-pill,
.tag-pill * {
  font-family: var(--font-body) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.tag-pill a,
.tag-pill > * {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--navy-700) !important;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
/* If the pill has no inner element (plain text node), pad the pill itself */
.tag-pill:not(:has(*)) {
  padding: 0.5rem 1rem;
  color: var(--navy-700);
}
.tag-pill:hover {
  background: var(--navy-800);
  border-color: var(--navy-800);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.tag-pill:hover,
.tag-pill:hover a,
.tag-pill:hover * {
  color: #fff !important;
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
  background:
    radial-gradient(
      900px 400px at 85% 0%,
      rgba(15, 182, 201, 0.1),
      transparent 60%
    ),
    var(--navy-900);
  color: #b9cde2;
}

/* CTA ribbon */
.footer-cta {
  background: linear-gradient(120deg, var(--accent-d), var(--navy-700));
  padding: 2.2rem 0;
}
.footer-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.footer-cta-text h3 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 0.3rem;
}
.footer-cta-text p {
  color: #dff1f7;
  margin: 0;
  font-size: 1rem;
}
.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Main footer body */
.footer-main {
  padding: 3.4rem 0 2.6rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.footer-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--navy-600));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.1rem;
  box-shadow: 0 6px 18px rgba(15, 182, 201, 0.35);
}
.footer-logo-text {
  font-family: var(--font-display);
  font-weight: 800;
  color: #fff;
  font-size: 1.25rem;
}

.footer-about p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #9fb6cf;
}
.footer-contact {
  margin-top: 1.2rem;
}
.footer-contact li {
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
  color: #cdddee;
}
.footer-contact a {
  color: #cdddee;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
.footer-contact a:hover {
  color: var(--accent);
}
.footer-contact .fc-ic {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  margin-right: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 182, 201, 0.14);
  color: var(--accent);
  flex: none;
}

.footer-heading {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}
.footer-links li {
  margin-bottom: 0.65rem;
}
.footer-links a {
  color: #a8c0d8;
  font-size: 0.93rem;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
}
.footer-links a::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  margin-right: 0.45rem;
  color: var(--accent);
  opacity: 0;
  transform: translateX(-4px);
  transition: 0.2s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer-badges li {
  font-size: 0.92rem;
  color: #b9cde2;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.footer-badges .bi {
  color: var(--accent);
  font-size: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.3rem 0;
  font-size: 0.85rem;
  color: #8aa3bd;
}
.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-tag {
  color: #6f8aa6;
}

@media (max-width: 575px) {
  .footer-cta-text h3 {
    font-size: 1.25rem;
  }
  .footer-cta-actions .btn {
    width: 100%;
  }
  .footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }
}

/* =====================================================================
   BACK TO TOP
   ===================================================================== */
.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1040;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--accent);
  color: #042027;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}
.back-top:hover {
  background: var(--navy-800);
  color: #fff;
  transform: translateY(-3px);
}

/* Floating WhatsApp button */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 80px;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 56px;
  padding: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s ease;
}
.wa-float .bi {
  width: 56px;
  height: 56px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.wa-float .wa-float-text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.95rem;
  transition:
    max-width 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}
.wa-float:hover {
  color: #fff;
  background: #1ebe5a;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.55);
}
.wa-float:hover .wa-float-text {
  max-width: 160px;
  opacity: 1;
  padding-right: 1.3rem;
}

/* gentle pulse to draw attention */
@keyframes wa-pulse {
  0% {
    box-shadow:
      0 8px 22px rgba(37, 211, 102, 0.45),
      0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow:
      0 8px 22px rgba(37, 211, 102, 0.45),
      0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow:
      0 8px 22px rgba(37, 211, 102, 0.45),
      0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.wa-float {
  animation: wa-pulse 2.4s infinite;
}
.wa-float:hover {
  animation: none;
}

@media (max-width: 575px) {
  .wa-float {
    bottom: 78px;
    right: 16px;
  }
  .back-top {
    right: 16px;
    bottom: 16px;
  }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 991px) {
  .main-nav .navbar-collapse {
    background: #fff;
    margin-top: 0.6rem;
    padding: 0.8rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
  }
  .main-nav .nav-link {
    margin: 0.15rem 0;
  }
  .main-nav .nav-cta {
    margin: 0.4rem 0 0;
    text-align: center;
  }
  .hero .hero-slide {
    min-height: 460px;
  }
}
@media (max-width: 575px) {
  .hero .hero-slide {
    min-height: 420px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .trust-num {
    font-size: 1.5rem;
  }
}

/* =====================================================================
   INNER PAGES (products, product-details, range, profile, contacts)
   ===================================================================== */

/* Inner page header banner */
.innerheader {
  background:
    radial-gradient(
      900px 400px at 85% 0%,
      rgba(15, 182, 201, 0.14),
      transparent 60%
    ),
    linear-gradient(120deg, var(--navy-900), var(--navy-700));
  padding: 3.2rem 0 2.8rem;
  color: #fff;
}
.innerheader .ih-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.innerheader h1 {
  color: #fff;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  margin: 0;
  line-height: 1.15;
}

/* Breadcrumbs */
.breadcrumbs {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}
/* Legacy <ul>/<li> breadcrumb support (other inner pages) */
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  align-items: center;
}
.breadcrumbs li {
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.breadcrumbs li:not(:last-child)::after {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 0.65rem;
  margin-left: 0.5rem;
  color: #b6c2cf;
}
.breadcrumbs a {
  color: var(--navy-600);
  transition: 0.2s;
}
.breadcrumbs a:hover {
  color: var(--accent-d);
}

/* New crumb-trail (products.php & product-details.php) */
.crumb-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
}
.crumb-trail a {
  color: var(--navy-600);
  font-weight: 500;
  transition: 0.2s;
}
.crumb-trail a:hover {
  color: var(--accent-d);
}
.crumb-trail .sep {
  font-size: 0.62rem;
  color: #b6c2cf;
  margin: 0 0.15rem;
}
.crumb-trail .crumb-current {
  color: var(--muted);
  font-weight: 600;
}

/* Inner page body */
.innerpage {
  padding: 3.2rem 0 4rem;
  background: #fff;
}
.contentsec {
}
.content-title {
  font-size: 1.4rem;
  color: var(--navy-900);
  margin-bottom: 0.9rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.content-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}
.contentsec p {
  color: #44525f;
  line-height: 1.8;
  font-size: 1.02rem;
}
.contentsec p strong {
  color: var(--navy-800);
}
.topdisc {
  color: #44525f;
  line-height: 1.8;
  font-size: 0.98rem;
  margin-bottom: 1.4rem;
}
.topdisc p {
  margin-bottom: 0.8rem;
}
.topdisc-db {
  background: var(--bg-soft);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm);
  padding: 1.1rem 1.3rem;
  margin-bottom: 2rem;
}

.feature-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
  color: #44525f;
}
.feature-check .bi {
  color: var(--accent-d);
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.contact-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
}
.contact-card h3 {
  font-size: 1.2rem;
  color: var(--navy-900);
  margin-bottom: 0.9rem;
}
.contact-card .bi {
  color: var(--accent-d);
  margin-right: 0.35rem;
}

/* =====================================================================
   SIDEBAR (left.php)
   ===================================================================== */
.left_section {
  position: sticky;
  top: 96px;
}
.sidebar-menu {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.sidebar-menu .product_head {
  background: linear-gradient(120deg, var(--navy-800), var(--navy-600));
  color: #fff;
  padding: 1.1rem 1.3rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}
.sidebar-menu .product_head .bi {
  color: var(--accent);
  margin-right: 0.4rem;
}
.sidebar-menu .main_list {
  margin: 0;
  max-height: 540px;
  overflow-y: auto;
}
.sidebar-menu .main_list li {
  border-bottom: 1px solid var(--line);
}
.sidebar-menu .main_list li:last-child {
  border-bottom: none;
}
.sidebar-menu .main_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.3rem;
  color: var(--navy-700);
  font-size: 0.92rem;
  font-weight: 500;
  transition: 0.2s;
}
.sidebar-menu .main_list a .bi {
  color: #c2cdd9;
  font-size: 0.8rem;
  transition: 0.2s;
}
.sidebar-menu .main_list a:hover {
  background: rgba(15, 182, 201, 0.07);
  color: var(--accent-d);
  padding-left: 1.5rem;
}
.sidebar-menu .main_list a:hover .bi {
  color: var(--accent-d);
}
.submenu-toogle {
  padding: 0.8rem 1.3rem;
  cursor: pointer;
}

.sidebar-cta {
  margin-top: 1.4rem;
  background: linear-gradient(135deg, var(--accent-d), var(--navy-700));
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  text-align: center;
  color: #fff;
}
.sidebar-cta .bi {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
.sidebar-cta h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.sidebar-cta p {
  color: #dff1f7;
  font-size: 0.9rem;
  margin-bottom: 1.1rem;
  line-height: 1.5;
}

/* =====================================================================
   CATEGORY & PRODUCT CARDS (products.php)
   ===================================================================== */
.list-heading {
  font-size: 1.3rem;
  color: var(--navy-900);
  margin: 0 0 1.2rem;
  position: relative;
  padding-bottom: 0.55rem;
}
.list-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}
.prolistpage {
  margin-bottom: 2.5rem;
}

.cat-tile {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: 0.28s ease;
  text-align: center;
}
.cat-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.cat-tile .pr_category {
  background: var(--bg-soft);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.cat-tile .pr_category img {
  max-height: 120px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.cat-tile .ptitle {
  padding: 0.9rem 1rem;
  color: var(--navy-900);
  font-weight: 600;
  font-size: 0.96rem;
  line-height: 1.35;
  transition: 0.2s;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-tile:hover .ptitle {
  color: var(--accent-d);
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.product-card .pr_category {
  background: var(--bg-soft);
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.product-card .pr_category img {
  max-height: 140px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.product-card .procont {
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card .ptitle {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy-900);
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.product-card .pcode {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.product-card .prodesc {
  font-size: 0.85rem;
  color: #5a6b7b;
  line-height: 1.55;
  margin-bottom: 1rem;
  flex: 1;
}
.product-card .pbtns {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* Product list buttons */
.detailbtn {
  background: var(--navy-800);
  color: #fff !important;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition: 0.2s;
}
.detailbtn:hover {
  background: var(--navy-900);
  transform: translateY(-2px);
}
.enqbtn {
  background: var(--accent);
  color: #042027 !important;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition: 0.2s;
}
.enqbtn:hover {
  background: var(--accent-d);
  color: #fff !important;
  transform: translateY(-2px);
}

/* =====================================================================
   PRODUCT DETAILS (product-details.php)
   ===================================================================== */
.product-detail .dtimg {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.product-detail .dtimg img {
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
}

/* Trust badges under product image */
.dt-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.dt-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(15, 182, 201, 0.08);
  border: 1px solid rgba(15, 182, 201, 0.25);
  color: var(--accent-d);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
}
.dt-badges .bi {
  font-size: 0.9rem;
}

.dt-lead {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.add-products .heading_page {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--navy-900);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
}
.add-products p {
  font-size: 0.96rem;
  color: #44525f;
  line-height: 1.7;
  margin-bottom: 0.7rem;
}
.add-products .btnsec {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.add-products .btnsec .btn {
  padding: 0.65rem 1.5rem;
  font-size: 0.95rem;
}

.nextpriv {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.4rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--line);
}
.nextpriv .navbtn,
.nextpriv .backcat {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem 1.2rem;
  background: #fff;
  transition: 0.25s ease;
  text-decoration: none;
}
.nextpriv .navbtn span,
.nextpriv .backcat span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.nextpriv .navbtn small,
.nextpriv .backcat small {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 600;
}
.nextpriv .navbtn strong,
.nextpriv .backcat strong {
  font-size: 0.95rem;
  color: var(--navy-900);
  font-weight: 700;
}
.nextpriv .navbtn .bi {
  font-size: 1.2rem;
  color: var(--accent-d);
}
.nextpriv .navbtn:hover,
.nextpriv .backcat:hover {
  border-color: var(--accent);
  background: rgba(15, 182, 201, 0.05);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.nextpriv .nextbtn {
  text-align: right;
}
.nextpriv .nextbtn span {
  align-items: flex-end;
}

/* Center category card pushes prev left, next right */
.nextpriv .backcat {
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(15, 182, 201, 0.1),
    rgba(29, 79, 140, 0.08)
  );
  border-color: rgba(15, 182, 201, 0.3);
}
.nextpriv .backcat span {
  align-items: center;
}
.nextpriv .backcat .bi {
  font-size: 1.3rem;
  color: var(--accent-d);
}

/* Back-to-category banner */
.backcat-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 1.3rem 1.6rem;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.backcat-bar span {
  color: #44525f;
  font-size: 1rem;
}
.backcat-bar strong {
  color: var(--navy-900);
}
.backcat-bar .btn {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .nextpriv {
    flex-direction: column;
  }
  .nextpriv .navbtn,
  .nextpriv .backcat {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
  .backcat-bar {
    flex-direction: column;
    text-align: center;
  }
  .backcat-bar .btn {
    width: 100%;
  }
}

/* Quick contact strip on product detail */
.dt-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.dt-contact span {
  font-weight: 600;
  color: var(--navy-900);
  font-size: 0.92rem;
}
.dt-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--accent-d);
  font-weight: 600;
  font-size: 0.92rem;
  transition: 0.2s;
}
.dt-contact a:hover {
  color: var(--navy-800);
}

/* Product SEO sections (full width, no sidebar) */
.product-seo,
.product-why {
  margin-top: 3rem;
  padding-top: 2.6rem;
  border-top: 1px solid var(--line);
}
.product-seo .seo-head,
.product-why .seo-head {
  margin-bottom: 1.4rem;
}
.product-seo .section-eyebrow,
.product-why .section-eyebrow {
  color: var(--accent-d);
}
.product-seo .section-title,
.product-why .section-title {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  color: var(--navy-900);
}
.product-seo .seo-prose p {
  color: #44525f;
  font-size: 1.02rem;
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.product-seo .seo-prose p strong {
  color: var(--navy-800);
}

.pw-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.3rem;
  height: 100%;
  transition: 0.28s ease;
}
.pw-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.pw-card .bi {
  font-size: 1.7rem;
  color: var(--accent-d);
  margin-bottom: 0.7rem;
  display: block;
}
.pw-card h3 {
  font-size: 1.08rem;
  color: var(--navy-900);
  margin-bottom: 0.4rem;
}
.pw-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.pw-cta {
  text-align: center;
  margin-top: 2rem;
}

/* =====================================================================
   RANGE PAGE (range.php)
   ===================================================================== */
.range-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 100%;
  transition: 0.25s ease;
}
.range-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.range-card .catimg {
  background: var(--bg-soft);
  padding: 1rem;
  text-align: center;
}
.range-card .catimg img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
}
.range-card .range-name {
  display: block;
  padding: 0.8rem 0.9rem;
  color: var(--navy-800);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.range-card:hover .range-name {
  color: var(--accent-d);
}

/* =====================================================================
   CONTACT FORM (contacts.php)
   ===================================================================== */
.info-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.3rem;
  height: 100%;
  transition: 0.25s;
}
.info-tile:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: transparent;
}
.info-tile .bi {
  font-size: 1.6rem;
  color: var(--accent-d);
  margin-bottom: 0.7rem;
  display: block;
}
.info-tile h4 {
  font-size: 1.05rem;
  color: var(--navy-900);
  margin-bottom: 0.5rem;
}
.info-tile p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 0.3rem;
  line-height: 1.5;
}
.info-tile a {
  color: var(--navy-700);
}
.info-tile a:hover {
  color: var(--accent-d);
}

/* Quick action buttons row */
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.contact-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1;
}
.contact-actions .btn .bi {
  font-size: 1.05rem;
  line-height: 1;
  margin: 0;
}

/* Section subtitle under SEO headings */
.section-sub {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0.6rem auto 0;
}
.seo-head.text-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* All-categories grid (contacts page) */
.contact-cats {
  padding: 3.6rem 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.cat-chip {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  height: 100%;
  color: var(--navy-800);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.3;
  transition: 0.22s ease;
  text-decoration: none;
}
.cat-chip .bi {
  color: var(--accent-d);
  font-size: 0.8rem;
  flex: none;
  transition: 0.22s;
}
.cat-chip:hover {
  background: var(--navy-800);
  border-color: var(--navy-800);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.cat-chip:hover .bi {
  color: var(--accent);
  transform: translateX(2px);
}

.contact-frm {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
}
.contact-frm .form-title {
  font-size: 1.3rem;
  color: var(--navy-900);
  margin-bottom: 1.3rem;
}
.contact-frm label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy-800);
  margin-bottom: 0.35rem;
  display: block;
}
.contact-frm .form-control {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
}
.contact-frm .form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(15, 182, 201, 0.18);
}
.contact-frm .captcha {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.contact-frm .captcha .ctext {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.55rem 1rem;
  white-space: nowrap;
}
.contact-frm .captcha .form-control {
  max-width: 160px;
}
.contact-frm .enqbtn {
  margin-top: 0.5rem;
}

.alert-msg {
  padding: 0.9rem 1.2rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.alert-msg.success {
  background: #e6f7ed;
  color: #1a7a44;
  border: 1px solid #b9e6cb;
}
.alert-msg.error {
  background: #fdecec;
  color: #c0392b;
  border: 1px solid #f5c6c6;
}

/* =====================================================================
   PAGINATION
   ===================================================================== */
.pagination-wrap {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pagination-wrap a,
.pagination-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--navy-700);
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.2s;
}
.pagination-wrap a:hover {
  background: var(--navy-800);
  color: #fff;
  border-color: var(--navy-800);
}
.pagination-wrap .current,
.pagination-wrap strong {
  background: var(--accent);
  color: #042027;
  border-color: var(--accent);
}

/* =====================================================================
   CATEGORY PAGE SEO SECTIONS (products.php)
   ===================================================================== */
.cat-seo {
  padding: 3.6rem 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
}
.cat-seo .seo-head {
  margin-bottom: 1.4rem;
}
.cat-seo .section-eyebrow {
  color: var(--accent-d);
}
.cat-seo .section-title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  color: var(--navy-900);
}
.cat-seo .seo-prose {
  max-width: 980px;
}
.cat-seo .seo-prose p {
  color: #44525f;
  font-size: 1.04rem;
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.cat-seo .seo-prose p strong {
  color: var(--navy-800);
}

.cat-why {
  padding: 3.8rem 0;
  background: #fff;
}
.cat-why .seo-head {
  text-align: center;
  margin-bottom: 2rem;
}
.cat-why .section-eyebrow {
  color: var(--accent-d);
}
.cat-why .section-title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  color: var(--navy-900);
}
.cw-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.3rem;
  height: 100%;
  text-align: center;
  transition: 0.28s ease;
}
.cw-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.cw-card .bi {
  font-size: 1.8rem;
  color: var(--accent-d);
  margin-bottom: 0.7rem;
  display: block;
}
.cw-card h3 {
  font-size: 1.08rem;
  color: var(--navy-900);
  margin-bottom: 0.4rem;
}
.cw-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.cw-cta {
  text-align: center;
  margin-top: 2.2rem;
}

@media (max-width: 991px) {
  .left_section {
    position: static;
    margin-top: 2rem;
  }
}

/* =====================================================================
   SEARCH PAGE (search.php)
   ===================================================================== */
.search-panel {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  margin-bottom: 2rem;
}
.search-alpha {
  margin-bottom: 1.4rem;
}
.search-alpha strong,
.searchbox strong {
  display: block;
  color: var(--navy-900);
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}
.alpha-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.alpha-list .alpha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy-700);
  font-weight: 700;
  font-size: 0.9rem;
  transition: 0.2s;
}
.alpha-list .alpha:hover {
  background: var(--navy-800);
  color: #fff;
  border-color: var(--navy-800);
  transform: translateY(-2px);
}
.search-input-group {
  display: flex;
  gap: 0.5rem;
}
.search-input-group .form-control {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
}
.search-input-group .form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(15, 182, 201, 0.18);
}
.search-input-group .btn {
  white-space: nowrap;
  padding: 0.65rem 1.1rem;
}

.no-result {
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--bg-soft);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.no-result .bi {
  font-size: 2.6rem;
  color: #b6c2cf;
  margin-bottom: 0.8rem;
  display: block;
}
.no-result h3 {
  font-size: 1.3rem;
  color: var(--navy-900);
  margin-bottom: 0.5rem;
}
.no-result p {
  color: var(--muted);
  margin: 0;
}

/* Horizontal product card for search results */
.product-card-row {
  flex-direction: row;
}
.product-card-row .pr_category {
  width: 130px;
  flex: none;
  height: auto;
}
.product-card-row .pr_category img {
  max-height: 110px;
}
.product-card-row .procont {
  flex: 1;
}
.product-card .pcat {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .product-card-row {
    flex-direction: column;
  }
  .product-card-row .pr_category {
    width: 100%;
    height: 150px;
  }
}

/* =====================================================================
   ENQUIRY CART (shopping_cart.php)
   ===================================================================== */
.cart-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.cart-table {
  margin: 0;
}
.cart-table thead th {
  background: var(--navy-800);
  color: #fff;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  padding: 0.85rem 1rem;
}
.cart-table thead th:first-child {
  border-top-left-radius: var(--radius-sm);
}
.cart-table thead th:last-child {
  border-top-right-radius: var(--radius-sm);
}
.cart-table tbody td {
  padding: 0.9rem 1rem;
  border-color: var(--line);
  vertical-align: middle;
}
.cart-table .cart-code {
  font-weight: 600;
  color: var(--navy-700);
}
.cart-table .cart-qty {
  width: 80px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
}
.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
  margin-top: 1.3rem;
}
.cart-actions .btn {
  padding: 0.6rem 1.3rem;
}

.cartempt {
  text-align: center;
  padding: 3.5rem 1.5rem;
  background: var(--bg-soft);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.cartempt-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 182, 201, 0.12);
  color: var(--accent-d);
  font-size: 2.2rem;
}
.cartempt h3 {
  font-size: 1.4rem;
  color: var(--navy-900);
  margin-bottom: 0.5rem;
}
.cartempt p {
  color: var(--muted);
  margin-bottom: 1.2rem;
}

/* =====================================================================
   SEARCH RESULT CARDS (search_result.php)
   ===================================================================== */
.result-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  height: 100%;
  transition: 0.25s ease;
}
.result-card:hover {
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.result-head {
  margin-bottom: 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
}
.result-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy-900);
  font-size: 1.1rem;
}
.result-code {
  color: var(--muted);
  font-size: 0.9rem;
}
.result-img {
  text-align: center;
  margin-bottom: 1rem;
}
.result-img img {
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
}
.result-desc strong {
  color: var(--navy-800);
  font-size: 0.9rem;
}
.result-desc p {
  color: #5a6b7b;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0.4rem 0 1rem;
}

/* =====================================================================
   TENDERS / OEM PAGE (Laboratory-Equipments-Tenders.php)
   ===================================================================== */
.tender-lead {
  max-width: 980px;
  margin-bottom: 2.2rem;
}
.tender-lead p {
  color: #44525f;
  font-size: 1.1rem;
  line-height: 1.85;
  margin: 0;
}
.tender-lead p strong {
  color: var(--navy-800);
}

.tender-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.ts-item {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  color: #fff;
  border-radius: var(--radius);
  padding: 1.4rem 1rem;
  text-align: center;
}
.ts-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
}
.ts-lbl {
  display: block;
  font-size: 0.82rem;
  color: #c8d6e8;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .tender-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Process steps */
.tender-process {
  padding: 3.8rem 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
}
.tp-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.4rem 1.5rem;
  height: 100%;
  text-align: center;
  position: relative;
  transition: 0.28s ease;
}
.tp-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.tp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 1rem;
  background: var(--accent);
  color: #042027;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
}
.tp-step h3 {
  font-size: 1.05rem;
  color: var(--navy-900);
  margin-bottom: 0.4rem;
}
.tp-step p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* Contact strip */
.tender-contact {
  padding: 3.4rem 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.tc-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.4rem;
  background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
  border-radius: var(--radius-lg, 18px);
  padding: 2.2rem 2.4rem;
}
.tc-text h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}
.tc-text p {
  color: #c8d6e8;
  margin: 0;
  font-size: 1rem;
}
.tc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.tc-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
}
.tc-actions .detailbtn {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}
.tc-actions .detailbtn:hover {
  background: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .tc-inner {
    flex-direction: column;
    text-align: center;
    padding: 1.8rem 1.4rem;
  }
  .tc-actions {
    justify-content: center;
  }
}

/* article page css */

.alist ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .alist ul {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 500px) {
  .alist ul {
    grid-template-columns: auto;
  }
}
.alist ul li {
  list-style: none;
}

.blog-item-main-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: 0.28s ease;
  text-align: center;

  transition: all 0.3s;
  text-decoration: none;
}

.blog-item-content-container {
  box-sizing: border-box;
  padding: 20px;
}
.blog-item-content-container .blogtitle {
  padding: 0.9rem 1rem;
  color: var(--navy-900);
  font-weight: 600;
  font-size: 0.96rem;
  line-height: 1.35;
  transition: 0.2s;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-item-image-container {
  width: 100%;
  height: 100%;
  max-height: 250px;
}
.blog-item-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-main-container:hover .blogtitle {
  color: var(--accent-d);
}
.blog-item-main-container:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.blog-item-main-container:active {
  transform: translate(3px, 3px);
}

.blog_dtl_flex {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.artimage1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}
.artdetail,
.innerpages {
  padding: 3.2rem 0 4rem;
}

.articalleft {
  background-color: #f8f7f5;
  padding: 25px;
  height: fit-content;
}
.articalleft h2 {
  color: #262629;
  font-size: 32px;
  font-weight: bold;
}
.articalleft li {
  gap: 5px;
  margin-bottom: 8px;
}

.articalleft li a {
  font-size: 18px;
  color: #262629;
  display: block;
}

.ab-crumb {
  background-color: #f8f7f5;
  padding: 10px;
  border-radius: 10px;
}
.ab-crumb a {
  color: #262629;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 650px) {
  .blog_dtl_flex {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
