:root {
  --samrat-navy: #061a40;
  --samrat-navy-deep: #051026;
  --samrat-royal: #0a369d;
  --samrat-royal-mid: #0c429e;
  --samrat-royal-dark: #07205a;
  --samrat-cyan: #00b4d8;
  --samrat-cyan-hover: #0096c7;
  --samrat-cyan-accent: #0077b6;
  --samrat-green: #00a86b;
  --samrat-gold: #ffb703;
  --samrat-bg-light: #f4f8fc;
  --samrat-surface: #ffffff;
  --samrat-text-main: #0b1c30;
  --samrat-text-muted: #536479;
  --samrat-border: #e2eaf4;
  --font-display:
    "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--samrat-text-main);
  background-color: var(--samrat-bg-light);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.font-heading {
  font-family: var(--font-display);
  letter-spacing: -0.015em;
}

/* Top utility bar */
.top-bar {
  background-color: var(--samrat-navy);
  color: #e0e9fa;
  font-size: 0.815rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar a {
  color: #e0e9fa;
  text-decoration: none;
  transition: color 0.2s;
}

.top-bar a:hover {
  color: var(--samrat-cyan);
}

/* Direct Manufacturer Subbar */
.sub-top-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--samrat-border);
  font-size: 0.84rem;
}

/* Main Navigation */
.brand-navbar {
  background: linear-gradient(135deg, #07205a 0%, #0a369d 55%, #0c429e 100%);
  box-shadow: 0 4px 20px rgba(6, 26, 64, 0.25);
  padding: 0.65rem 0;
}

.navbar-brand-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
  font-size: 0.925rem;
  padding: 0.45rem 0.9rem !important;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
}

.btn-samrat-cyan {
  background-color: var(--samrat-cyan);
  color: #042142;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 12px rgba(0, 180, 216, 0.35);
}

.btn-samrat-cyan:hover {
  background-color: #48cae4;
  color: #042142;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 180, 216, 0.45);
}

.btn-outline-white-custom {
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline-white-custom:hover {
  background: #ffffff;
  color: var(--samrat-royal);
  border-color: #ffffff;
}

/* Hero Section */
.hero-catalog-bg {
  background: linear-gradient(
    135deg,
    #051433 0%,
    #08286a 45%,
    #0a369d 80%,
    #0c429e 100%
  );
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 4.25rem 0 4.75rem;
}

.hero-glow-1 {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 480px;
  height: 480px;
  background: radial-gradient(
    circle,
    rgba(0, 180, 216, 0.2) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

.hero-glow-2 {
  position: absolute;
  bottom: -100px;
  left: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(12, 66, 158, 0.4) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

.cultural-tag {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.95rem;
  border-radius: 50rem;
  font-size: 0.88rem;
  color: #e0f2fe;
}

.hero-badge-pill {
  background: var(--samrat-cyan);
  color: #042142;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.6rem;
  border-radius: 50rem;
}

.hero-display-title {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.hero-img-card {
  position: relative;
  border-radius: 18px;
  background: #ffffff;
  padding: 0.65rem;
  box-shadow: 0 20px 45px rgba(2, 14, 38, 0.45);
}

.hero-img-frame {
  border-radius: 14px;
  overflow: hidden;
  height: 340px;
  position: relative;
}

.hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 26, 64, 0.05) 45%,
    rgba(6, 26, 64, 0.85) 100%
  );
}

.hero-metric-overlap {
  margin-top: -2.25rem;
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 25px rgba(6, 26, 64, 0.14);
  border: 1px solid rgba(10, 54, 157, 0.08);
  z-index: 2;
}

.hero-metric-overlap .rounded-pill {
  color: #fff !important;
}

/* Trust Badges */
.trust-card {
  background: #ffffff;
  border: 1px solid var(--samrat-border);
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(10, 54, 157, 0.08);
  border-color: #bcd4f5;
}

.icon-badge-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #eaf2ff;
  color: var(--samrat-royal);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product Filter Tabs */
.filter-tab-btn {
  background: transparent;
  border: none;
  color: var(--samrat-text-muted);
  font-weight: 600;
  font-size: 0.86rem;
  padding: 0.45rem 1.15rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.filter-tab-btn.active,
.filter-tab-btn:hover {
  background: var(--samrat-royal);
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(10, 54, 157, 0.22);
}

/* Product Cards matching SCREEN_2 */
.product-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--samrat-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.28s ease;
  box-shadow: 0 2px 8px rgba(11, 28, 48, 0.04);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(10, 54, 157, 0.12);
  border-color: #bcd4f5;
}

.product-top-bar {
  padding: 0.65rem 0.9rem;
  background: #f8fafc;
  border-bottom: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.product-image-wrap {
  background: #ffffff;
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #f1f5f9;
}

.product-image-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.05);
}

.wholesale-price-box {
  background: #f0f6ff;
  border: 1px solid #d0e2fb;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
}

.efficacy-bar {
  height: 6px;
  background-color: #edf2f7;
  border-radius: 10px;
  overflow: hidden;
}

.efficacy-progress {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--samrat-cyan-accent),
    var(--samrat-cyan)
  );
  border-radius: 10px;
}

/* Bento Stats in About */
.bento-stat-card {
  border-radius: 14px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Client Marquee */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0.5rem 0;
}

.marquee-track {
  display: inline-flex;
  gap: 1.5rem;
  animation: marqueeAnim 26s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.client-badge-card {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: #ffffff;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--samrat-border);
  box-shadow: 0 2px 8px rgba(11, 28, 48, 0.04);
  min-width: 250px;
}

/* Footer matching SCREEN_2 */
.footer-samrat {
  background: #051026;
  color: #cfddec;
  border-top: 3px solid var(--samrat-cyan);
}

.footer-samrat a {
  color: #9cb2cb;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-samrat a:hover {
  color: var(--samrat-cyan);
}

.footer-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}
</style>
    <style data-purpose="screen3-matched-chrome">
        /* Utility Bar from SCREEN_3 */
        .top-utility-bar {
  background-color: #061a40;
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-utility-bar a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-utility-bar a:hover {
  color: #38bdf8;
}

/* Main Navigation from SCREEN_3 */
.navbar-samrat {
  background: linear-gradient(135deg, #061a40 0%, #092257 60%, #0a369d 100%);
  box-shadow: 0 4px 20px rgba(6, 26, 64, 0.15);
}

.navbar-samrat .nav-link {
  color: #e2e8f0;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.navbar-samrat .nav-link:hover,
.navbar-samrat .nav-link.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.btn-quick-enquiry {
  background-color: #00b4d8;
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1.15rem;
  transition: all 0.2s;
}

.btn-quick-enquiry:hover {
  background-color: #0096c7;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.35);
}

.btn-phone-circle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transition: background-color 0.2s;
  text-decoration: none;
}

.btn-phone-circle:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

/* Footer from SCREEN_3 */
.footer-samrat-screen3 {
  background-color: #040e24;
  color: #94a3b8;
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-samrat-screen3 h5 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.footer-samrat-screen3 a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-samrat-screen3 a:hover {
  color: #38bdf8;
}

.footer-bottom-screen3 {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  color: #64748b;
}
.footer-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

/* =====================================================
   HEADER TOP UTILITY BAR
===================================================== */

.top-utility-bar {
  width: 100%;
  background-color: #061a40 !important;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1001;
}

.top-utility-bar .container {
  min-height: 42px;
}

.top-utility-bar a {
  color: #cbd5e1 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-utility-bar a:hover {
  color: #38bdf8 !important;
}

.top-utility-bar span {
  vertical-align: middle;
}

.top-utility-bar .text-success {
  color: #25d366 !important;
}

.top-utility-bar .text-info {
  color: #38bdf8 !important;
}

.top-utility-bar .text-warning {
  color: #fbbf24 !important;
}

.top-utility-bar .text-white-50 {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* Main Navigation */
.navbar-samrat {
  background: linear-gradient(
    135deg,
    #061a40 0%,
    #092257 60%,
    #0a369d 100%
  ) !important;
  box-shadow: 0 4px 20px rgba(6, 26, 64, 0.15);
}

/* ============================================================
   SAMRAT CLEANING BRAND STRIP
============================================================ */

.samrat-clean-strip {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: linear-gradient(
    90deg,
    #f1fbfe 0%,
    #ffffff 25%,
    #ffffff 75%,
    #f1fbfe 100%
  );

  border-top: 1px solid rgba(0, 180, 216, 0.1);

  border-bottom: 1px solid #dbe8f1;

  box-shadow: 0 3px 10px rgba(6, 26, 64, 0.035);

  z-index: 20;
}

/* ============================================================
   VIEWPORT
============================================================ */

.samrat-clean-strip-viewport {
  width: 100%;

  overflow: hidden;
}

/* ============================================================
   TRACK
============================================================ */

.samrat-clean-strip-track {
  display: flex;

  align-items: center;

  width: 100%;

  min-height: 42px;
}

/* ============================================================
   GROUP
============================================================ */

.samrat-clean-strip-group {
  display: flex;

  align-items: center;

  justify-content: center;

  flex: 0 0 100%;

  width: 100%;

  gap: 32px;

  padding: 7px 20px;

  white-space: nowrap;
}

/* ============================================================
   ITEM
============================================================ */

.samrat-clean-strip-item {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex: 0 0 auto;

  gap: 6px;

  color: #56687c;

  font-family: "Inter", sans-serif;

  font-size: 9px;

  font-weight: 800;

  line-height: 1;

  text-transform: uppercase;

  letter-spacing: 0.055em;

  white-space: nowrap;
}

/* ============================================================
   ICON
============================================================ */

.samrat-clean-strip-item .material-symbols-outlined {
  color: #00add0;

  font-size: 15px;

  line-height: 1;

  font-variation-settings:
    "FILL" 0,
    "wght" 550,
    "GRAD" 0,
    "opsz" 20;
}

/* ============================================================
   DOT
============================================================ */

.samrat-clean-strip-dot {
  display: block;

  flex: 0 0 4px;

  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: #cad7e2;
}

/* ============================================================
   LARGE DESKTOP
============================================================ */

@media (min-width: 1200px) {
  .samrat-clean-strip-track {
    min-height: 43px;
  }

  .samrat-clean-strip-group {
    gap: 38px;
  }

  .samrat-clean-strip-item {
    font-size: 9px;
  }
}

/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1199px) {
  .samrat-clean-strip-group {
    gap: 20px;

    padding-left: 15px;
    padding-right: 15px;
  }

  .samrat-clean-strip-item {
    font-size: 8px;
  }

  .samrat-clean-strip-item .material-symbols-outlined {
    font-size: 14px;
  }
}

/* ============================================================
   MOBILE - AUTO HORIZONTAL SCROLL
============================================================ */

@media (max-width: 767px) {
  .samrat-clean-strip {
    width: 100%;
  }

  .samrat-clean-strip-viewport {
    width: 100%;

    overflow: hidden;
  }

  /*
     * JS adds a duplicate group.
     * Track becomes the width of both groups.
     */

  .samrat-clean-strip-track {
    width: max-content;

    min-height: 39px;

    display: flex;

    align-items: center;

    will-change: transform;
  }

  .samrat-clean-strip-group {
    width: max-content;

    flex: 0 0 auto;

    justify-content: flex-start;

    gap: 24px;

    padding: 7px 22px;
  }

  /*
     * Cleaner appearance during mobile scrolling.
     */

  .samrat-clean-strip-dot {
    display: none;
  }

  .samrat-clean-strip-item {
    flex: 0 0 auto;

    gap: 5px;

    font-size: 8px;

    letter-spacing: 0.04em;
  }

  .samrat-clean-strip-item .material-symbols-outlined {
    font-size: 14px;
  }

  /*
     * Only start animation after JS
     * has created the second group.
     */

  .samrat-clean-strip.is-auto-scrolling .samrat-clean-strip-track {
    animation: samratMobileCleanStripScroll 20s linear infinite;
  }

  /*
     * Touching pauses movement.
     */

  .samrat-clean-strip.is-paused .samrat-clean-strip-track {
    animation-play-state: paused;
  }
}

/* ============================================================
   MOBILE SCROLL ANIMATION
============================================================ */

@keyframes samratMobileCleanStripScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 480px) {
  .samrat-clean-strip-track {
    min-height: 38px;
  }

  .samrat-clean-strip-group {
    gap: 21px;

    padding-left: 18px;
    padding-right: 18px;
  }

  .samrat-clean-strip-item {
    font-size: 7.5px;
  }

  .samrat-clean-strip-item .material-symbols-outlined {
    font-size: 13px;
  }

  .samrat-clean-strip.is-auto-scrolling .samrat-clean-strip-track {
    animation-duration: 22s;
  }
}

/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {
  .samrat-clean-strip-track {
    animation: none !important;
  }

  .samrat-clean-strip-viewport {
    overflow-x: auto;

    scrollbar-width: none;
  }

  .samrat-clean-strip-viewport::-webkit-scrollbar {
    display: none;
  }
}





