/* Leypharm inner page polish */
:root {
  --ley-primary: #ed1b23;
  --ley-dark: #0e2b47;
  --ley-text: #5b6f7f;
  --ley-soft: #f4fafb;
  --ley-border: #dbe9ee;
}

.inner-hero {
  position: relative !important;
  min-height: 280px !important;
  overflow: hidden;
  isolation: isolate;
}

.inner-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--ley-primary), rgba(33, 205, 192, .15));
  z-index: -1;
}

.inner-hero .container {
  position: relative;
  z-index: 1;
}

.inner-hero h1 {
  color: #fff !important;
  font-size: 48px !important;
  line-height: 1.12;
  margin-bottom: 12px !important;
  letter-spacing: 0;
}

.breadcrumb-path {
  gap: 9px !important;
  font-size: 15px;
}

.breadcrumb-path a,
.breadcrumb-path strong {
  color: #fff !important;
}

.breadcrumb-path span {
  color: var(--ley-primary) !important;
}

.inner-section,
.product-detail,
.info-band,
.dual-section,
.table-section,
.support-section,
.spec-section,
.benefit-section,
.contact-section {
  padding: 64px 0 !important;
}

.bg-gray,
.info-band,
.dual-section,
.table-section,
.support-section,
.spec-section,
.benefit-section,
.research-band {
  background: linear-gradient(180deg, #f7fbfc 0%, #eef8f8 100%) !important;
}

.section-eyebrow {
  color: var(--ley-primary) !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px !important;
}

.section-eyebrow:before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--ley-primary);
}

main h2 {
  color: var(--ley-dark);
  line-height: 1.18;
  margin-bottom: 16px;
}

main h3,
main h4 {
  color: var(--ley-dark);
}

main p {
  color: var(--ley-text);
  line-height: 1.72;
}

.about-image,
.api-image,
.liquid-image,
.intro-image,
.research-image,
.career-image,
.injectable-image,
.product-image-card,
.tablet-frame {
  position: relative;
  border-radius: 8px !important;
}

.about-image img,
.api-image img,
.liquid-image img,
.intro-image img,
.research-image img,
.career-image img,
.injectable-image img,
.product-image-card img,
.tablet-frame img,
.capsule-card > img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(14, 43, 71, .12) !important;
}

.about-image:before,
.api-image:before,
.liquid-image:before,
.intro-image:before,
.research-image:before,
.career-image:before,
.injectable-image:before,
.product-image-card:before,
.tablet-frame:before {
  content: "";
  position: absolute;
  inset: 16px -14px -14px 16px;
  border: 2px solid rgba(33, 205, 192, .45);
  border-radius: 8px;
  z-index: -1;
}

.product-image-card,
.tablet-frame {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.value-grid,
.service-grid,
.benefit-grid,
.process-list {
  align-items: stretch;
}

.value-card,
.service-card,
.support-card,
.benefit-card,
.focus-card,
.opening-card,
.contact-card,
.process-item,
.feature-tile,
.clean-card,
.benefit-strip div {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.value-card,
.service-card,
.support-card,
.benefit-card,
.focus-card,
.contact-card,
.benefit-strip div {
  border-color: var(--ley-border) !important;
}

.value-card i,
.service-card i,
.support-card i,
.benefit-card i,
.focus-card i,
.contact-card i,
.feature-tile i {
  color: var(--ley-primary) !important;
}

.feature-list li,
.benefit-list li,
.icon-list li,
.number-list div,
.clean-card li,
.capability-item,
.opening-card,
.feature-tile {
  border-bottom: 1px solid var(--ley-border) !important;
}

.feature-list i,
.benefit-list i,
.icon-list i,
.clean-card i,
.capability-item i {
  color: var(--ley-primary) !important;
}

.spec-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff !important;
  border: 1px solid var(--ley-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(14, 43, 71, .06) !important;
}

.info-band .row {
  row-gap: 28px;
}

.info-band .col-lg-4,
.info-band .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.info-band .benefit-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-band .benefit-list li {
  border-bottom: 0 !important;
  border-right: 1px solid var(--ley-border);
  padding-right: 18px;
}

.info-band .benefit-list li:last-child {
  border-right: 0;
}

.spec-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  margin: 0;
}

.spec-table th {
  background: var(--ley-dark) !important;
  color: #fff !important;
  padding: 15px 18px !important;
  font-weight: 700;
}

.spec-table td {
  padding: 14px 18px !important;
  border-bottom: 1px solid #e8f0f3 !important;
  color: var(--ley-text);
}

.spec-table tr:nth-child(even) td {
  background: #f8fcfc;
}

.spec-table tr:last-child td {
  border-bottom: 0 !important;
}

.btn.btn-primary,
.btn.btn-secondary {
  border-radius: 4px;
}

.cta-band {
  padding: 46px 0 !important;
  background: linear-gradient(135deg, var(--ley-dark), #123a5c) !important;
}

.cta-band h2,
.cta-band p {
  color: #fff !important;
}

.form-panel,
.career-form {
  background: #fff !important;
  border: 1px solid var(--ley-border);
  border-radius: 8px !important;
  padding: 28px !important;
}

.form-control {
  border-color: #d8e6eb;
}

.form-control:focus {
  border-color: var(--ley-primary);
}

@media (max-width: 991px) {
  .inner-hero {
    min-height: 240px !important;
  }

  .inner-hero h1 {
    font-size: 38px !important;
  }

  .about-image img,
  .api-image img,
  .liquid-image img,
  .intro-image img,
  .research-image img,
  .career-image img,
  .injectable-image img,
  .product-image-card img,
  .tablet-frame img,
  .capsule-card > img {
    min-height: 280px;
  }

  .about-image:before,
  .api-image:before,
  .liquid-image:before,
  .intro-image:before,
  .research-image:before,
  .career-image:before,
  .injectable-image:before,
  .product-image-card:before,
  .tablet-frame:before {
    display: none;
  }
}

@media (max-width: 575px) {
  .inner-hero {
    min-height: 205px !important;
  }

  .inner-hero h1 {
    font-size: 30px !important;
  }

  .inner-section,
  .product-detail,
  .info-band,
  .dual-section,
  .table-section,
  .support-section,
  .spec-section,
  .benefit-section,
  .contact-section {
    padding: 42px 0 !important;
  }

  .about-image img,
  .api-image img,
  .liquid-image img,
  .intro-image img,
  .research-image img,
  .career-image img,
  .injectable-image img,
  .product-image-card img,
  .tablet-frame img,
  .capsule-card > img {
    min-height: 220px;
  }

  .section-eyebrow:before {
    width: 24px;
  }

  .form-panel,
  .career-form {
    padding: 20px !important;
  }

  .info-band .benefit-list {
    grid-template-columns: 1fr;
  }

  .info-band .benefit-list li {
    border-right: 0;
    border-bottom: 1px solid var(--ley-border) !important;
  }
}
