.elementor-327 .elementor-element.elementor-element-47b8bcd{--display:flex;}.elementor-327 .elementor-element.elementor-element-47b8bcd.glozin-motion--sticky{position:var(--position);}/* Start custom CSS for html, class: .elementor-element-3079410 *//* ===========================
   Medlam Biotech About Page
   =========================== */

:root {
  /* Replace these with your brand colors once you share the image */
  --brand-primary: #4b7f8a;
  --brand-primary-soft: #e5f1f3;
  --brand-accent: #b28a5a;
  --brand-dark: #1b2428;
  --brand-text: #333333;
  --brand-muted: #777777;
  --brand-bg: #ffffff;
  --brand-border: #e4e6eb;
}

.medlam-about {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brand-text);
  background-color: var(--brand-bg);
}

.medlam-section {
  padding: 4.5rem 1.5rem;
}

.medlam-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.medlam-section-header {
  max-width: 680px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.medlam-section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.75rem;
}

.medlam-section-header p {
  color: var(--brand-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Hero */
.medlam-hero {
  padding: 5rem 1.5rem 4rem;
  background: linear-gradient(135deg, var(--brand-primary-soft), #ffffff);
}

.medlam-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.medlam-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--brand-accent);
  font-weight: 600;
}

.medlam-hero h1 {
  margin: 0.75rem 0 1rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--brand-dark);
}

.medlam-hero p {
  color: var(--brand-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.medlam-hero-tags {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.medlam-hero-tags span {
  font-size: 0.78rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--brand-text);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.medlam-hero-highlight {
  display: flex;
  justify-content: flex-end;
}

.medlam-stat-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.medlam-stat-card h2 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  color: var(--brand-dark);
}

.medlam-stat-card p {
  font-size: 0.92rem;
  color: var(--brand-muted);
  margin-bottom: 0.75rem;
}

.medlam-stat-card ul {
  padding-left: 1.1rem;
  margin: 0;
  color: var(--brand-text);
  font-size: 0.9rem;
}

/* Columns */
.medlam-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

.medlam-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
}

.medlam-columns-2 h3,
.medlam-columns-3 h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--brand-dark);
}

.medlam-columns-2 p,
.medlam-columns-3 p {
  font-size: 0.95rem;
  color: var(--brand-muted);
  line-height: 1.7;
}

/* Checklist */
.medlam-checklist {
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0 0;
}

.medlam-checklist li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.93rem;
  color: var(--brand-text);
}

.medlam-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: var(--brand-primary);
}

/* Feature Grid */
.medlam-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.medlam-feature-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid var(--brand-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.medlam-feature-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.45rem;
  color: var(--brand-dark);
}

.medlam-feature-card p {
  font-size: 0.9rem;
  color: var(--brand-muted);
  line-height: 1.6;
}

/* Range */
.medlam-range {
  background: #fafafa;
}

.medlam-range-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem 1.4rem 1.2rem;
  border: 1px solid var(--brand-border);
}

.medlam-pill {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: var(--brand-primary-soft);
  color: var(--brand-dark);
}

/* Trust / Testimonials */
.medlam-trust {
  background: #ffffff;
}

.medlam-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.medlam-testimonial {
  margin: 0;
  padding: 1.5rem 1.4rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 0.93rem;
  color: var(--brand-text);
}

.medlam-testimonial footer {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  color: var(--brand-muted);
}

/* CTA */
/* --- Fix CTA section colors --- */
/* --- Strong, readable CTA text & buttons --- */

/* Sub‑text under the heading */
.medlam-cta p {
  color: #333333 !important;   /* darker grey, easy to read */
}

/* "Browse Products" button (left) */
.medlam-cta .medlam-btn-primary {
  background: #b28a5a !important;  /* your gold tone */
  border-color: #b28a5a !important;
  color: #ffffff !important;
}

/* "Contact Us" button (right) - outline but visible */
.medlam-cta .medlam-btn-outline {
  background: #ffffff !important;
  border-color: #b28a5a !important;
  color: #b28a5a !important;
}

/* Right side card background lighter + text darker */
.medlam-cta .medlam-contact {
  background: #f4f5f7 !important;
  color: #222222 !important;
  border-color: #d3d6dc !important;
}

.medlam-cta .medlam-contact h3,
.medlam-cta .medlam-contact p,
.medlam-cta .medlam-contact li,
.medlam-cta .medlam-contact strong {
  color: #222222 !important;
}

.medlam-cta {
  background: #ffffff;          /* pure white section */
  color: #111111;               /* default dark text */
}

.medlam-cta h2 {
  color: #111111;
}

.medlam-cta p {
  color: #555555;
}

/* Buttons on white background */
.medlam-btn-primary {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.medlam-btn-outline {
  background: transparent;
  border-color: #111111;
  color: #111111;
}

/* Contact card inside CTA */
.medlam-contact {
  background: #f7f7f7;          /* light grey card */
  color: #222222;
  border-color: #e0e0e0;
}

.medlam-contact h3,
.medlam-contact p,
.medlam-contact li,
.medlam-contact strong {
  color: #222222;
}

.medlam-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.medlam-cta h2 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.medlam-cta p {
  font-size: 0.96rem;
  color: #d1d5db;
}

.medlam-cta-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.medlam-btn-primary,
.medlam-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s ease-out;
}

.medlam-btn-primary {
  background: var(--brand-accent);
  color: #ffffff;
  border: 1px solid var(--brand-accent);
}

.medlam-btn-primary:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.medlam-btn-outline {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid rgba(229, 231, 235, 0.6);
}

.medlam-btn-outline:hover {
  background: rgba(15, 23, 42, 0.2);
}

.medlam-contact {
  background: rgba(15, 23, 42, 0.55);
  border-radius: 1.1rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.medlam-contact h3 {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.medlam-contact p {
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
}

.medlam-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
}

/* Sirf About page ke liye */
.page-id-XX .site-content {
    padding-bottom: 1.5rem !important;
}

.medlam-contact-list li + li {
  margin-top: 0.35rem;
}

/* Responsive */
@media (max-width: 992px) {
  .medlam-hero-inner,
  .medlam-columns-2,
  .medlam-feature-grid,
  .medlam-columns-3,
  .medlam-testimonial-grid,
  .medlam-cta-inner {
    grid-template-columns: 1fr;
  }

  .medlam-hero {
    padding-top: 4rem;
  }

  .medlam-hero-inner {
    gap: 2rem;
  }

  .medlam-section {
    padding: 3.5rem 1.25rem;
  }
}

@media (max-width: 640px) {
  .medlam-hero h1 {
    font-size: 2rem;
  }

  .medlam-section-header h2 {
    font-size: 1.6rem;
  }

  .medlam-stat-card {
    padding: 1.4rem 1.3rem;
  }
}/* End custom CSS */