@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap");

/* Shiv Pharmaceutical premium static site design system */
:root {
  --primary: #2E7D32;
  --primary-dark: #1B5E20;
  --secondary: #66BB6A;
  --accent: #FFC107;
  --background: #F8F9FA;
  --surface: #FFFFFF;
  --surface-soft: #F2F8F3;
  --text: #212121;
  --muted: #657070;
  --border: rgba(46, 125, 50, 0.12);
  --shadow-sm: 0 8px 24px rgba(24, 44, 28, 0.08);
  --shadow-md: 0 18px 48px rgba(24, 44, 28, 0.12);
  --shadow-lg: 0 28px 72px rgba(24, 44, 28, 0.18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --heading-font: "Playfair Display", Georgia, serif;
  --body-font: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

main {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(255, 193, 7, 0.65);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.14;
  margin: 0 0 16px;
}

p {
  margin: 0 0 16px;
}

.container {
  max-width: 1180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(46, 125, 50, 0.1);
  box-shadow: 0 10px 30px rgba(24, 44, 28, 0.06);
  backdrop-filter: blur(18px);
}

.navbar {
  padding: 12px 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.navbar-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-name {
  display: block;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: clamp(1.04rem, 3vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.brand-kicker {
  display: block;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  position: relative;
  color: #33423a;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 10px 12px !important;
}

.nav-link::after {
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}

.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.btn-brand,
.view-btn,
.view-details-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(46, 125, 50, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.banner-content > .view-btn,
.banner-content > .view-details-btn {
  width: 100%;
  align-self: stretch;
}

.banner-content > .view-btn + .view-details-btn,
.banner-content > .view-details-btn + .view-btn {
  margin-top: 12px;
}

.btn-brand:hover,
.view-btn:hover,
.view-details-btn:hover {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 36px rgba(46, 125, 50, 0.28);
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-brand-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  transition: 180ms ease;
}

.btn-brand-outline:hover {
  background: #fff;
  color: var(--primary-dark);
}

.hero-slider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hero-slider .swiper {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0;
  padding: 0;
}

.hero-slider .swiper-wrapper {
  height: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  padding: 0;
}

.hero-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.slider-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.35);
  opacity: 1;
  box-shadow: 0 1px 4px rgba(255, 255, 255, 0.45);
}

.swiper-pagination-bullet-active {
  background: var(--accent);
}

.section-padding,
#billboard,
.features-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

#billboard {
  background: transparent !important;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-title {
  display: block;
  color: var(--text) !important;
  font-size: clamp(2rem, 5vw, 3.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  margin: 0 0 12px !important;
}

.section-subtitle {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 620px;
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 28px !important;
}

.brand-grid {
  align-items: stretch;
}

.banner-item {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.banner-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.banner-item:hover {
  border-color: rgba(46, 125, 50, 0.24);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.banner-item:hover::after {
  opacity: 1;
}

.image-zoom-effect .image-holder,
.image-holder {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 260px;
  padding: 22px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #eef8f1);
}

.image-holder a {
  display: grid;
  width: 100%;
  place-items: center;
}

.image-holder img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: contain;
  transition: transform 260ms ease;
  will-change: transform;
}

.revera-elegant-holder {
  background:
    radial-gradient(circle at 18% 22%, rgba(122, 75, 42, 0.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(46, 125, 50, 0.16), transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #f7f0e9 48%, #eef8f1 100%);
}

.merged-brand-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: center;
}

.merged-brand-visual img {
  min-width: 0;
  max-height: 220px;
  object-fit: contain;
}

.banner-item:hover .image-holder img {
  transform: scale(1.06);
}

.banner-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px !important;
}

.element-title {
  min-height: 54px;
  margin: 0 0 10px !important;
}

.element-title a {
  color: var(--text) !important;
  font-family: var(--body-font);
  font-size: clamp(1rem, 2.4vw, 1.16rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.brand-subtitle {
  color: var(--muted) !important;
  flex: 1;
  font-size: 0.95rem !important;
  margin-bottom: 20px !important;
}

.catalogue-brand-card .banner-content {
  display: none;
}

.catalogue-brand-holder {
  min-height: 420px;
  height: 100%;
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 193, 7, 0.18), transparent 34%),
    linear-gradient(135deg, #eef8f1, #ffffff);
}

.healthcare-catalogue-holder {
  background:
    radial-gradient(circle at 72% 36%, rgba(75, 181, 110, 0.2), transparent 23%),
    linear-gradient(135deg, #f8fffb, #eaf8f0);
}

.dermacare-catalogue-holder {
  background:
    radial-gradient(circle at 70% 38%, rgba(117, 157, 213, 0.18), transparent 27%),
    linear-gradient(135deg, #fbfdff, #eaf3ff);
}

.catalogue-brand-holder a {
  height: 100%;
  text-decoration: none;
}

.catalogue-preview-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 420px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(18, 54, 48, 0.12);
  isolation: isolate;
  transition: transform 260ms ease;
}

.banner-item:hover .catalogue-preview-card {
  transform: scale(1.015);
}

.healthcare-preview {
  background:
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.88), transparent 22%),
    linear-gradient(135deg, #f7fffb, #eaf8f0);
  color: #0f6b46;
}

.dermacare-preview {
  background:
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.9), transparent 25%),
    linear-gradient(135deg, #f8fbff, #e8f1ff);
  color: #183a78;
}

.swisschem-lockup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222d2a;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 34px;
  position: relative;
  z-index: 2;
}

.swisschem-symbol {
  display: inline-grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  background: linear-gradient(135deg, #e5281d, #ba1614);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.catalogue-preview-title {
  max-width: 62%;
  color: currentColor;
  font-size: clamp(1.55rem, 4vw, 2.05rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.catalogue-preview-copy {
  color: #123a2f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.dermacare-preview .catalogue-preview-copy {
  color: #1b3568;
}

.catalogue-preview-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(20, 72, 55, 0.12);
  color: currentColor;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 24px;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}

.catalogue-preview-badge::before {
  content: "";
  width: 15px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 2px;
  box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.75);
}

.catalogue-preview-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(18, 59, 45, 0.2);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  margin-top: auto;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}

.healthcare-preview .catalogue-preview-cta {
  background: #0f6b46;
}

.dermacare-preview .catalogue-preview-cta {
  background: #183a78;
}

.catalogue-preview-cta span {
  color: #fff;
  font-size: 1rem;
}

.catalogue-preview-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.healthcare-art::before {
  position: absolute;
  top: 24%;
  right: 12%;
  width: 150px;
  height: 132px;
  border: 10px solid rgba(79, 184, 117, 0.28);
  border-radius: 76px 76px 86px 86px;
  content: "";
  transform: rotate(45deg);
}

.healthcare-art::after {
  position: absolute;
  top: 38%;
  right: 21%;
  width: 72px;
  height: 72px;
  background:
    linear-gradient(#78ca96, #78ca96) center / 22px 72px no-repeat,
    linear-gradient(#78ca96, #78ca96) center / 72px 22px no-repeat;
  border-radius: 10px;
  content: "";
  opacity: 0.9;
}

.dermacare-art::before {
  position: absolute;
  right: -2%;
  bottom: -2%;
  width: 58%;
  height: 70%;
  border-right: 5px solid rgba(70, 122, 190, 0.38);
  border-bottom: 5px solid rgba(70, 122, 190, 0.38);
  border-radius: 58% 42% 0 44%;
  content: "";
  transform: rotate(-18deg);
}

.dermacare-art::after {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 45%;
  height: 45%;
  background:
    linear-gradient(55deg, transparent 48%, rgba(70, 122, 190, 0.32) 50%, transparent 52%) 18% 82% / 74% 74% no-repeat,
    radial-gradient(ellipse at 45% 45%, transparent 42%, rgba(70, 122, 190, 0.32) 44%, transparent 47%);
  content: "";
  opacity: 0.85;
}

.catalogue-brand-card .catalogue-card-topline {
  margin-bottom: 14px;
}

.price-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.price-button-wrapper .view-btn,
.price-button-wrapper .view-details-btn {
  flex: 1 1 0;
  min-width: 0;
}

.selling-price {
  color: var(--primary);
  font-size: clamp(1.25rem, 4vw, 1.6rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mrp {
  color: #909B96;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: line-through;
  white-space: nowrap;
}

.category-band {
  background: #fff;
}

.category-grid,
.trust-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.category-card,
.trust-card,
.testimonial-card,
.feature-box {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.category-card {
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.doctor-dashboard-card {
  display: block;
  color: inherit;
}

.doctor-dashboard-card:hover {
  color: inherit;
}

.doctor-card-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.category-icon,
.feature-icon,
.trust-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e4f5e6, #fff6d8);
  color: var(--primary);
  font-size: 1.45rem;
  font-weight: 900;
  place-items: center;
}

.category-card h3,
.trust-card h3,
.feature-box h4 {
  font-family: var(--body-font);
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.category-card p,
.trust-card p,
.feature-box p,
.testimonial-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}

.feature-box .feature-icon {
  flex: 0 0 52px;
  margin: 0;
}

.trust-section {
  background:
    linear-gradient(135deg, rgba(46, 125, 50, 0.92), rgba(27, 94, 32, 0.96)),
    url("images/banner-image-6.png") center/cover no-repeat;
  color: #fff;
}

.trust-section .section-title,
.trust-section .section-subtitle,
.trust-section .mini-title {
  color: #fff !important;
}

.trust-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
}

.trust-card h3,
.trust-card p {
  color: #fff;
}

.trust-card p {
  opacity: 0.8;
}

.testimonial-card {
  padding: 28px;
}

.testimonial-card p {
  font-size: 1rem;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--text);
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.doctor-home-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
}

.doctor-home-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(0, 137, 123, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 88, 82, 0.96), rgba(46, 125, 50, 0.9)),
    url("images/elegant_banner.png") center/cover no-repeat;
  color: #fff;
  box-shadow: 0 24px 62px rgba(18, 54, 48, 0.18);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.doctor-home-card::after {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 44%, rgba(255, 255, 255, 0.15) 44%, rgba(255, 255, 255, 0.15) 56%, transparent 56%),
    linear-gradient(0deg, transparent 44%, rgba(255, 255, 255, 0.15) 44%, rgba(255, 255, 255, 0.15) 56%, transparent 56%);
  content: "";
  opacity: 0.68;
  z-index: -1;
}

.doctor-home-card:hover {
  color: #fff;
  box-shadow: 0 30px 74px rgba(18, 54, 48, 0.24);
  transform: translateY(-5px);
}

.doctor-home-icon-wrap {
  display: grid;
  grid-template-columns: 68px;
  gap: 12px;
}

.doctor-home-medical-icon,
.doctor-home-pdf-icon {
  display: grid;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  place-items: center;
}

.doctor-home-medical-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.doctor-home-medical-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.doctor-home-pdf-icon {
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 32px rgba(8, 37, 31, 0.16);
}

.doctor-home-content {
  max-width: 720px;
}

.doctor-home-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 245, 214, 0.95);
  color: #7a5a00;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.doctor-home-content h2 {
  color: #fff;
  font-family: var(--body-font);
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 10px;
}

.doctor-home-content p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  font-weight: 600;
  margin: 0;
}

.doctor-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 8px;
  background: #fff;
  color: var(--primary-dark);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 16px 34px rgba(8, 37, 31, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.doctor-home-card:hover .doctor-home-button {
  box-shadow: 0 20px 42px rgba(8, 37, 31, 0.24);
  transform: translateY(-2px);
}

.doctor-corner-page {
  background:
    radial-gradient(circle at top left, rgba(0, 137, 123, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5faf8 45%, #eef7f2 100%);
}

.doctor-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 116px) 0 clamp(54px, 7vw, 84px);
  background:
    linear-gradient(135deg, rgba(15, 88, 82, 0.96), rgba(46, 125, 50, 0.88)),
    url("images/elegant_banner.png") center/cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.doctor-hero::after {
  position: absolute;
  right: clamp(18px, 8vw, 120px);
  bottom: -56px;
  width: clamp(170px, 24vw, 320px);
  height: clamp(170px, 24vw, 320px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.16) 45%, rgba(255, 255, 255, 0.16) 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255, 255, 255, 0.16) 45%, rgba(255, 255, 255, 0.16) 55%, transparent 55%);
  content: "";
  opacity: 0.72;
  z-index: -1;
}

.doctor-hero-content {
  max-width: 760px;
}

.doctor-hero .mini-title,
.doctor-hero h1,
.doctor-hero p {
  color: #fff;
}

.doctor-hero h1 {
  font-size: clamp(2.45rem, 7vw, 5.4rem);
  margin-bottom: 14px;
}

.doctor-hero p {
  max-width: 680px;
  font-size: clamp(1rem, 2.5vw, 1.22rem);
  font-weight: 600;
  opacity: 0.9;
}

.doctor-catalogue-section {
  background: transparent;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.catalogue-card {
  display: grid;
  grid-template-rows: minmax(260px, 360px) 1fr;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(0, 137, 123, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 54, 48, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalogue-card:hover {
  border-color: rgba(46, 125, 50, 0.28);
  box-shadow: 0 26px 64px rgba(18, 54, 48, 0.18);
  transform: translateY(-6px);
}

.catalogue-preview {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(236, 248, 240, 0.94), rgba(255, 248, 220, 0.86)),
    linear-gradient(180deg, #ffffff, #edf7f1);
}

.catalogue-preview object {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.catalogue-preview-fallback {
  position: absolute;
  inset: 28px;
  display: grid;
  border: 1px solid rgba(46, 125, 50, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f7fbf7);
  box-shadow: inset 0 0 0 10px rgba(46, 125, 50, 0.04);
  color: var(--primary);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  place-items: center;
  z-index: 1;
}

.catalogue-card-body {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 4vw, 32px);
}

.catalogue-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.pdf-badge,
.page-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pdf-badge {
  background: #eaf6ee;
  color: var(--primary-dark);
}

.page-badge {
  background: #fff5d6;
  color: #8a6500;
}

.catalogue-pdf-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f5852, var(--primary));
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  place-items: center;
  box-shadow: 0 14px 28px rgba(15, 88, 82, 0.22);
}

.catalogue-card h2 {
  font-family: var(--body-font);
  font-size: clamp(1.24rem, 3vw, 1.55rem);
  font-weight: 900;
  margin-bottom: 10px;
}

.catalogue-card p {
  flex: 1;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 24px;
}

.catalogue-open-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f5852, var(--primary));
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(15, 88, 82, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.catalogue-open-btn:hover {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 20px 38px rgba(46, 125, 50, 0.28);
  transform: translateY(-2px);
}

.pdf-viewer-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(102, 187, 106, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fbf8 0%, #eaf5ee 100%);
  color: var(--text);
  font-family: var(--body-font);
  overflow: hidden;
}

.pdf-viewer-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) minmax(220px, 0.8fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 10px clamp(12px, 3vw, 22px);
  border-bottom: 1px solid rgba(46, 125, 50, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(24, 44, 28, 0.08);
  backdrop-filter: blur(18px);
}

.pdf-back-btn,
.pdf-viewer-actions button,
.pdf-error-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.pdf-back-btn {
  padding: 11px 15px;
  border: 1px solid rgba(46, 125, 50, 0.16);
  background: #fff;
  color: var(--primary-dark);
}

.pdf-viewer-title {
  min-width: 0;
}

.pdf-viewer-title span {
  display: block;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.pdf-viewer-title strong {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--text);
  font-size: clamp(0.98rem, 3vw, 1.24rem);
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-viewer-title small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.pdf-search-form input {
  width: 100%;
  min-height: 42px;
  min-width: 0;
  border: 1px solid rgba(46, 125, 50, 0.16);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 12px;
}

.pdf-search-form button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #eaf6ee;
  color: var(--primary-dark);
  font-weight: 900;
}

.pdf-viewer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.pdf-viewer-actions button {
  min-width: 46px;
  padding: 0 12px;
  border: 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: 0 10px 20px rgba(46, 125, 50, 0.18);
}

.pdf-viewer-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.pdf-page-status,
.pdf-zoom-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 58px;
  padding: 0 10px;
  border: 1px solid rgba(46, 125, 50, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.pdf-viewer-main {
  position: relative;
  height: calc(100vh - 78px);
  overflow: auto;
  padding: 12px 8px 22px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.pdf-page-list {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding-bottom: 18px;
}

.pdf-page-shell {
  position: relative;
  display: grid;
  width: calc(100vw - 24px);
  overflow: hidden;
  border: 1px solid rgba(46, 125, 50, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, #f3faf5 25%, #fff 37%, #f3faf5 63%),
    #fff;
  background-size: 400% 100%;
  box-shadow: 0 12px 34px rgba(18, 54, 48, 0.13);
  animation: pdfSkeleton 1.35s ease-in-out infinite;
  place-items: center;
}

.pdf-page-shell canvas,
.pdf-page-shell img {
  display: block;
  width: 100%;
  max-width: none;
  background: #fff;
}

.pdf-page-skeleton {
  display: grid;
  gap: 12px;
  color: var(--primary-dark);
  font-weight: 900;
  place-items: center;
}

.pdf-page-skeleton p {
  margin: 0;
  font-size: 0.9rem;
}

.pdf-search-status {
  position: sticky;
  top: 8px;
  z-index: 10;
  width: max-content;
  max-width: calc(100% - 28px);
  margin: 0 auto 14px;
  padding: 9px 13px;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary-dark);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}

.pdf-loading-state {
  position: fixed;
  top: 92px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-md);
  transform: translateX(-50%);
}

.pdf-loading-state[hidden],
.pdf-error-state[hidden],
.pdf-fallback-viewer[hidden],
.pdf-search-status[hidden] {
  display: none;
}

.pdf-loading-state p {
  margin: 0;
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.pdf-loading-state progress {
  display: block;
  width: 220px;
  height: 7px;
  margin-top: 7px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #eaf6ee;
}

.pdf-loading-state progress::-webkit-progress-bar {
  background: #eaf6ee;
}

.pdf-loading-state progress::-webkit-progress-value,
.pdf-loading-state progress::-moz-progress-bar {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.pdf-loader {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(46, 125, 50, 0.16);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: pdfSpin 0.8s linear infinite;
}

.pdf-fallback-viewer {
  width: min(1180px, 100%);
  height: calc(100vh - 118px);
  margin: 0 auto;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.pdf-fallback-viewer iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pdf-error-state {
  width: min(560px, 100%);
  margin: 48px auto;
  padding: 28px;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.pdf-error-state h1 {
  font-family: var(--body-font);
  font-size: 1.35rem;
  font-weight: 900;
}

.pdf-error-state p {
  color: var(--muted);
}

.pdf-error-state a {
  padding: 13px 18px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
}

@keyframes pdfSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pdfSkeleton {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.product-page #billboard,
.oleyviya-page #billboard,
.revera-page #billboard {
  min-height: 100vh;
  padding-top: clamp(42px, 7vw, 84px);
  background:
    radial-gradient(circle at top left, rgba(102, 187, 106, 0.2), transparent 30%),
    linear-gradient(180deg, #fff, #f6fbf6) !important;
}

.oleyviya-title {
  color: #B05B74 !important;
}

.oleyviya-page .selling-price {
  color: #B05B74;
}

.oleyviya-page .image-holder {
  background: linear-gradient(180deg, #fff, #fff2f5);
}

.revera-title {
  color: #7A4B2A !important;
}

.revera-page .selling-price {
  color: #7A4B2A;
}

.revera-page .image-holder {
  background: linear-gradient(180deg, #fff, #f7f0e9);
}

.modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
}

.modal-header,
.modal-footer {
  border-color: rgba(46, 125, 50, 0.12);
}

.modal-title {
  font-family: var(--body-font);
  font-weight: 900;
}

.form-control {
  min-height: 48px;
  border-color: rgba(46, 125, 50, 0.18);
  border-radius: 8px;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.14);
}

.premium-footer {
  margin-top: 0;
  overflow: hidden;
  background: #102017;
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 16px 36px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  margin: 0 0 16px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.footer-brand h3,
.footer-contact h4 {
  color: #fff;
}

.footer-brand h3 {
  margin-bottom: 10px;
}

.footer-brand p,
.footer-contact a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.74);
}

.footer-contact a {
  display: block;
  margin-bottom: 8px;
}

.footer-contact a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 16px;
  text-align: center;
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.38);
  transition: transform 180ms ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.03);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.preloader,
.offcanvas-backdrop {
  display: none !important;
}

@media (min-width: 576px) {
  .product-grid,
  .category-grid,
  .features-grid,
  .trust-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-grid {
    gap: 18px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 4px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .brand-grid .image-holder {
    min-height: 230px;
    padding: 18px;
  }

  .brand-grid .image-holder img {
    max-height: 230px;
  }

  .category-grid,
  .features-grid,
  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: start;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
  }

  .nav-link::after {
    display: none;
  }

  .catalogue-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-card {
    grid-template-rows: minmax(220px, 320px) 1fr;
  }

  .pdf-viewer-page {
    overflow: auto;
  }

  .pdf-viewer-toolbar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .pdf-search-form {
    grid-column: 1 / -1;
  }

  .pdf-viewer-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .pdf-viewer-actions button {
    flex: 1 0 auto;
  }

  .pdf-viewer-main {
    height: calc(100vh - 180px);
  }

  .doctor-home-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .doctor-home-icon-wrap {
    grid-template-columns: repeat(2, 58px);
  }

  .doctor-home-medical-icon,
  .doctor-home-pdf-icon {
    width: 58px;
    height: 58px;
  }

  .doctor-home-button {
    width: 100%;
  }
}

/* Mobile-first refinement layer */
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
    line-height: 1.55;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header {
    box-shadow: 0 8px 22px rgba(24, 44, 28, 0.08);
  }

  .navbar {
    min-height: 64px;
    padding: 6px 0;
  }

  .navbar-brand {
    max-width: calc(100% - 54px);
    gap: 9px;
  }

  .navbar-brand img {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    max-width: 210px;
    font-size: clamp(1rem, 4.6vw, 1.18rem);
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-kicker {
    margin-top: 2px;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #fff;
  }

  .navbar-collapse {
    margin-top: 8px;
    padding: 8px;
  }

  .nav-link {
    min-height: 42px;
    padding: 10px 12px !important;
    border-radius: 8px;
    font-size: 0.92rem;
  }

  .nav-link.active,
  .nav-link:hover {
    background: var(--surface-soft);
  }

  .hero-slider .swiper,
  .hero-slider .swiper-slide {
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
  }

  .slider-img {
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain;
    object-position: center;
  }

  .btn-brand,
  .btn-brand-outline,
  .view-btn,
  .view-details-btn {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.84rem;
    box-shadow: 0 10px 20px rgba(46, 125, 50, 0.18);
  }

  .swiper-pagination {
    bottom: 12px !important;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }

  .section-padding,
  #billboard,
  .features-section {
    padding: 38px 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .mini-title,
  .product-eyebrow {
    margin-bottom: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .section-title {
    font-size: clamp(1.72rem, 8vw, 2.35rem) !important;
    line-height: 1.1;
  }

  .section-subtitle {
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .product-grid {
    gap: 16px;
    margin-top: 20px !important;
  }

  .banner-item {
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(24, 44, 28, 0.08);
  }

  .image-zoom-effect .image-holder,
  .image-holder {
    min-height: 188px;
    padding: 14px;
  }

  .image-holder img {
    max-height: 190px;
  }

  .banner-content {
    padding: 16px !important;
    align-items: stretch;
  }

  .element-title {
    min-height: auto;
    margin-bottom: 8px !important;
  }

  .element-title a {
    font-size: 0.98rem !important;
    line-height: 1.28;
  }

  .brand-subtitle {
    margin-bottom: 14px !important;
    font-size: 0.88rem !important;
    line-height: 1.45;
  }

  .price-button-wrapper {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .price-button-wrapper .view-btn,
  .price-button-wrapper .view-details-btn {
    width: 100%;
  }

  .selling-price {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }

  .mrp {
    width: 100%;
    font-size: 0.78rem;
    text-align: center;
  }

  .price-box.price-button-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .price-box.price-button-wrapper .view-details-btn {
    width: 100%;
  }

  .doctor-home-section {
    padding: 36px 0;
  }

  .doctor-home-card {
    gap: 18px;
    padding: 22px;
  }

  .doctor-home-card::after {
    top: auto;
    right: -42px;
    bottom: -46px;
  }

  .doctor-home-badge {
    max-width: 100%;
    min-height: 30px;
    font-size: 0.7rem;
    line-height: 1.25;
  }

  .doctor-home-content h2 {
    font-size: 1.48rem;
    line-height: 1.18;
  }

  .doctor-home-content p {
    font-size: 0.94rem;
  }

  .doctor-home-button {
    min-height: 54px;
    padding: 16px 18px;
    font-size: 0.96rem;
  }

  .doctor-hero {
    padding: 48px 0 42px;
  }

  .doctor-hero::after {
    right: -54px;
    bottom: -72px;
  }

  .doctor-hero h1 {
    font-size: 2.35rem;
  }

  .catalogue-card {
    grid-template-rows: minmax(190px, 250px) 1fr;
  }

  .catalogue-preview object {
    min-height: 190px;
  }

  .pdf-viewer-toolbar {
    min-height: 176px;
    gap: 8px;
    padding: 8px 10px;
  }

  .pdf-back-btn {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .pdf-viewer-title strong {
    font-size: 0.98rem;
  }

  .pdf-viewer-title small {
    font-size: 0.68rem;
  }

  .pdf-search-form {
    gap: 6px;
  }

  .pdf-search-form input,
  .pdf-search-form button {
    min-height: 42px;
    font-size: 0.84rem;
  }

  .pdf-search-form button {
    padding: 0 11px;
  }

  .pdf-viewer-actions {
    gap: 6px;
  }

  .pdf-viewer-actions button,
  .pdf-page-status,
  .pdf-zoom-status {
    min-height: 44px;
    min-width: 48px;
    font-size: 0.82rem;
  }

  .pdf-viewer-main {
    height: calc(100vh - 176px);
    padding: 8px 4px 18px;
  }

  .pdf-page-list {
    gap: 8px;
  }

  .pdf-page-shell {
    width: calc(100vw - 10px);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(18, 54, 48, 0.12);
  }

  .pdf-loading-state {
    top: 192px;
    width: calc(100% - 28px);
    justify-content: center;
  }

  .pdf-loading-state progress {
    width: min(220px, 58vw);
  }

  .pdf-fallback-viewer {
    height: calc(100vh - 208px);
  }

  .pdf-error-state {
    margin-top: 22px;
    padding: 22px;
  }

  .catalogue-card-body {
    padding: 20px;
  }

  .catalogue-card-topline {
    margin-bottom: 14px;
  }

  .catalogue-pdf-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .catalogue-card h2 {
    font-size: 1.16rem;
  }

  .catalogue-card p {
    margin-bottom: 18px;
  }

  .catalogue-open-btn {
    min-height: 54px;
    padding: 16px 18px;
    font-size: 0.96rem;
  }

  .category-grid,
  .features-grid,
  .trust-grid,
  .testimonial-grid {
    gap: 14px;
  }

  .category-card,
  .feature-box,
  .trust-card,
  .testimonial-card {
    padding: 18px;
  }

  .category-icon,
  .feature-icon,
  .trust-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .feature-box {
    gap: 12px;
  }

  .feature-box .feature-icon {
    flex-basis: 42px;
  }

  .product-page #billboard,
  .oleyviya-page #billboard,
  .revera-page #billboard {
    min-height: auto;
    padding-top: 34px;
  }

  .modal-dialog {
    margin: 16px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .footer-top {
    gap: 20px;
    padding: 36px 16px 26px;
  }

  .footer-brand img {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
  }

  .footer-brand h3,
  .footer-contact h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 374.98px) {
  .hero-slider .swiper,
  .hero-slider .swiper-slide {
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
  }

  .brand-name {
    max-width: 172px;
  }

  .brand-kicker {
    display: none;
  }

  .price-button-wrapper {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .view-details-btn {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-slider .swiper,
  .hero-slider .swiper-slide {
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
  }

  .image-zoom-effect .image-holder,
  .image-holder {
    min-height: 230px;
  }

  .image-holder img {
    max-height: 230px;
  }
}

.brand-grid .catalogue-brand-holder,
.image-zoom-effect .catalogue-brand-holder {
  min-height: 420px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .brand-grid .catalogue-brand-holder,
  .image-zoom-effect .catalogue-brand-holder {
    min-height: 360px;
    padding: 0;
  }

  .catalogue-preview-card {
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .brand-grid .catalogue-brand-holder,
  .image-zoom-effect .catalogue-brand-holder {
    min-height: 330px;
  }

  .catalogue-preview-card {
    min-height: 330px;
    padding: 22px;
  }

  .swisschem-lockup {
    margin-bottom: 24px;
  }

  .catalogue-preview-title {
    max-width: 68%;
    font-size: 1.45rem;
  }

  .catalogue-preview-copy {
    font-size: 0.92rem;
    margin-top: 14px;
  }

  .catalogue-preview-badge {
    min-height: 38px;
    margin-top: 18px;
    padding: 0 15px;
  }

  .catalogue-preview-cta {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
  }

  .healthcare-art::before {
    top: 25%;
    right: 4%;
    width: 118px;
    height: 104px;
  }

  .healthcare-art::after {
    right: 14%;
    width: 56px;
    height: 56px;
    background:
      linear-gradient(#78ca96, #78ca96) center / 18px 56px no-repeat,
      linear-gradient(#78ca96, #78ca96) center / 56px 18px no-repeat;
  }

  .dermacare-art::before {
    right: -15%;
    width: 68%;
  }

  .dermacare-art::after {
    right: -2%;
    width: 55%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
