.zs-hero {
  position: relative;
  overflow: hidden;
  background: #eff4fb;
}

.zs-home-seo-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-hero__slider {
  position: relative;
}

.zs-hero__slider .swiper-wrapper {
  min-height: min(100vh - 116px, 760px);
}

.zs-hero__slide {
  position: relative;
  overflow: hidden;
}

.zs-hero__slide>picture,
.zs-hero__slide>picture img {
  width: 100%;
  height: 100%;
}

.zs-hero__slide>picture img {
  min-height: min(100vh - 116px, 760px);
  object-fit: cover;
  object-position: center;
}

.zs-hero .zs-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.zs-hero__pagination,
.zs-testimonial__dots {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.zs-hero__pagination .swiper-pagination-bullet,
.zs-testimonial__dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.zs-hero__pagination .swiper-pagination-bullet-active,
.zs-testimonial__dots button.is-active {
  background: var(--zs-white);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.zs-chemical-products {
  position: relative;
  padding: 72px 0 84px;
  background: url("../img/pharmaceutical-chemicals-product.jpg") center top / cover no-repeat;
}

.zs-chemical-products__heading {
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
}

.zs-chemical-products__heading h2 {
  color: #343434;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.zs-chemical-products__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 14px auto 18px;
}

.zs-chemical-products__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.zs-chemical-products__heading p {
  color: #707070;
  font-size: 14px;
  line-height: 1.9;
}

.zs-chemical-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  justify-content: center;
  gap: 28px;
  width: 100%;
  margin: 0 auto;
}

.zs-chemical-card {
  background: #ffffff;
  border: 1px solid #d8dde6;
  transition: transform var(--zs-transition), box-shadow var(--zs-transition);
}

.zs-chemical-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17, 54, 112, 0.12);
}

.zs-chemical-card a {
  position: relative;
  display: block;
  overflow: hidden;
}

.zs-chemical-card img {
  width: 100%;
  aspect-ratio: 0.9 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zs-chemical-card:hover img {
  transform: scale(1.08);
}

.zs-chemical-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 18px 20px;
  background: rgba(14, 65, 143, 0.82);
  color: #ffffff;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-chemical-card:hover .zs-chemical-card__overlay {
  opacity: 1;
  transform: scale(1);
}

.zs-chemical-card__overlay-inner {
  width: 100%;
}

.zs-chemical-card__overlay-inner h3 {
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.zs-chemical-card__overlay-inner p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.75;
}

.zs-chemical-card__overlay-inner ul {
  display: grid;
  gap: 8px;
  list-style: disc;
  padding-left: 18px;
}

.zs-chemical-card__overlay-inner li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.5;
}

.zs-chemical-card__footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 84px;
  min-height: 58px;
}

.zs-chemical-card__footer h3 {
  display: flex;
  align-items: center;
  padding: 0 18px;
  background: #cfe4f1;
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.zs-chemical-card__footer span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e418f;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}

.zs-hot-products {
  position: relative;
  padding: 82px 0 92px;
  background: url("../img/hot-pharmaceutical-chemicals-products.jpg") center center / cover no-repeat;
}

.zs-hot-products__heading {
  margin: 0 auto 42px;
  text-align: center;
}

.zs-hot-products__heading h2 {
  color: #ffffff;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 800;
  text-transform: uppercase;
}

.zs-hot-products__heading .zs-chemical-products__mark {
  width: 24px;
  height: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}

.zs-hot-products__viewport {
  position: relative;
}

.zs-hot-products__slider {
  width: 100%;
  overflow: hidden;
}

.zs-hot-products__slider .swiper-wrapper {
  align-items: stretch;
}

.zs-hot-product-card {
  height: auto;
  background: #ffffff;
}

.zs-hot-product-card a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.zs-hot-product-card__media {
  overflow: hidden;
  background: #ffffff;
}

.zs-hot-product-card__media img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zs-hot-product-card__hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 62, 135, 0.72);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.zs-hot-product-card__hover span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #0b3e87;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  transform: scale(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-hot-product-card:hover .zs-hot-product-card__hover {
  opacity: 1;
}

.zs-hot-product-card:hover .zs-hot-product-card__media img {
  transform: scale(1.08);
}

.zs-hot-product-card:hover .zs-hot-product-card__hover span {
  transform: scale(1);
}

.zs-hot-product-card__body {
  flex: 1;
  padding: 16px 18px 14px;
  background: #f1f1f1;
}

.zs-hot-product-card__body h3 {
  margin-bottom: 14px;
  color: #2f2f2f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.zs-hot-product-card__body em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3e5d91;
  font-size: 12px;
  font-style: normal;
}

.zs-hot-product-card__body em::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.zs-hot-products__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(12, 58, 123, 0.95);
  color: #ffffff;
  cursor: pointer;
  transition: transform var(--zs-transition), background var(--zs-transition), opacity var(--zs-transition);
}

.zs-hot-products__nav:hover {
  background: #0b3e87;
}

.zs-hot-products__nav--prev:hover {
  transform: translateY(-50%) scale(1.06);
}

.zs-hot-products__nav--next:hover {
  transform: translateY(-50%) scale(1.06);
}

.zs-hot-products__nav svg {
  width: 18px;
  height: 18px;
}

.zs-hot-products__nav--prev {
  left: -58px;
  transform: translateY(-50%);
}

.zs-hot-products__nav--next {
  right: -58px;
  transform: translateY(-50%);
}

.zs-case-products {
  position: relative;
  padding: 78px 0 86px;
  background: url("../img/case-pharmaceutical-chemicals-products.jpg") center center / cover no-repeat;
}

.zs-case-products__heading {
  max-width: 660px;
  margin: 0 0 34px auto;
  padding-right: 18px;
}

.zs-case-products__heading h2 {
  color: #343434;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 800;
  line-height: 1.18;
}

.zs-case-products__heading .zs-chemical-products__mark {
  width: 24px;
  height: 24px;
  margin: 16px 0 0;
}

.zs-case-products__viewport {
  position: relative;
  padding-left: 92px;
}

.zs-case-products__navs {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 4;
  display: grid;
  gap: 8px;
}

.zs-case-products__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #7fa2cb;
  background: rgba(255, 255, 255, 0.6);
  color: #4e77a8;
  cursor: pointer;
  transition: background var(--zs-transition), color var(--zs-transition), border-color var(--zs-transition);
}

.zs-case-products__nav:hover {
  border-color: #0b3e87;
  background: #0b3e87;
  color: #ffffff;
}

.zs-case-products__nav svg {
  width: 20px;
  height: 20px;
}

.zs-case-products__slider {
  width: 100%;
  overflow: hidden;
}

.zs-case-product-card {
  position: relative;
  height: auto;
  background: #f3f3f3;
  overflow: hidden;
}

.zs-case-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 5px solid #0b3e87;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--zs-transition);
}

.zs-case-product-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zs-case-product-card img {
  width: 100%;
  aspect-ratio: 0.95 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zs-case-product-card:hover {}

.zs-case-product-card:hover::after {
  opacity: 1;
}

.zs-case-product-card:hover img {
  transform: scale(1.08);
}

.zs-case-product-card__body {
  position: relative;
  flex: 1;
  min-height: 196px;
  padding: 18px 24px 48px 18px;
  background: #f1f1f1;
}

.zs-case-product-card__body h3 {
  margin-bottom: 18px;
  color: #343434;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.zs-case-product-card__body p {
  color: #777777;
  font-size: 13px;
  line-height: 1.85;
}

.zs-case-product-card__body span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #0b3e87;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.zs-about-company {
  padding: 76px 0 88px;
}

.zs-about-company__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 52px;
}

.zs-about-company__content {
  padding-left: 28px;
}

.zs-about-company__content h2 {
  color: #343434;
  font-size: clamp(30px, 2.5vw, 40px);
  font-weight: 800;
  text-transform: uppercase;
}

.zs-about-company__content .zs-chemical-products__mark {
  width: 24px;
  height: 24px;
  margin: 16px 0 22px;
}

.zs-about-company__content p {
  margin-bottom: 42px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 2.05;
}

.zs-about-company__content .zs-btn {
  min-width: 168px;
  border-radius: 999px;
}

.zs-about-company__media {
  overflow: hidden;
}

.zs-about-company__media img,
.zs-about-company__media iframe {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  display: block;
  border: 0;
}

.zs-about-company__media img {
  object-fit: cover;
}

.zs-company-strengths {
  padding: 22px 0 88px;
  background:
    url("../img/pharmaceutical-chemicals-company-back.jpg") center center / cover no-repeat,
    #fafafa;
}

.zs-company-strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zs-company-strength-card {
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 48px 34px 36px;
  background: rgba(247, 247, 247, 0.96);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.zs-company-strength-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  color: #154793;
}

.zs-company-strength-card__icon svg {
  width: 56px;
  height: 56px;
  display: block;
}

.zs-company-strength-card h2 {
  color: #154793;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.zs-company-strength-card h2::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  margin: 12px auto 16px;
  background: #154793;
}

.zs-company-strength-card p {
  color: #666666;
  font-size: 15px;
  line-height: 1.9;
}

.zs-contact-panel {
  padding: 56px 0 62px;
  background: url("../img/contact-for-bosens-pharmaceutical-chemicals.jpg") center / cover no-repeat;
}

.zs-contact-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(500px, 620px);
  align-items: center;
  gap: 72px;
  min-height: 270px;
}

.zs-contact-panel__intro {
  padding-left: 42px;
}

.zs-contact-panel__intro h2,
.zs-contact-panel__card h2 {
  color: #154793;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.zs-contact-panel__line {
  display: block;
  width: 20px;
  height: 3px;
  margin: 14px 0 28px;
  background: #154793;
}

.zs-contact-panel__intro p {
  max-width: 500px;
  margin-bottom: 30px;
  color: #5f7188;
  font-size: 15px;
  line-height: 1.9;
}

.zs-contact-panel__intro a {
  color: #154793;
  font-size: 16px;
  font-weight: 700;
}

.zs-contact-panel__intro a:hover {
  color: #0b3e87;
}

.zs-contact-panel__card {
  position: relative;
  padding: 40px 36px 34px;
  background: rgba(255, 255, 255, 0.96);
  border-right: 4px solid #154793;
  overflow: hidden;
}

.zs-contact-panel__card::after {
  content: "";
  position: absolute;
  inset: 24px 20px 20px auto;
  width: 240px;
  background:
    radial-gradient(circle at 20% 50%, rgba(21, 71, 147, 0.08) 0, rgba(21, 71, 147, 0.08) 2px, transparent 3px),
    linear-gradient(rgba(21, 71, 147, 0.05), rgba(21, 71, 147, 0.05));
  mask:
    radial-gradient(circle at 15% 32%, #000 0 18px, transparent 19px),
    radial-gradient(circle at 34% 28%, #000 0 22px, transparent 23px),
    radial-gradient(circle at 55% 40%, #000 0 20px, transparent 21px),
    radial-gradient(circle at 73% 34%, #000 0 18px, transparent 19px),
    radial-gradient(circle at 45% 63%, #000 0 24px, transparent 25px),
    radial-gradient(circle at 66% 64%, #000 0 21px, transparent 22px);
  opacity: 0.5;
  pointer-events: none;
}

.zs-contact-panel__card>* {
  position: relative;
  z-index: 1;
}

.zs-contact-panel__list {
  display: grid;
  gap: 18px;
}

.zs-contact-panel__list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 12px;
}

.zs-contact-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #154793;
}

.zs-contact-panel__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.zs-contact-panel__list strong,
.zs-contact-panel__list a,
.zs-contact-panel__list span {
  display: block;
}

.zs-contact-panel__list strong {
  margin-bottom: 4px;
  color: #154793;
  font-size: 16px;
  font-weight: 700;
}

.zs-contact-panel__list a,
.zs-contact-panel__list span {
  color: #6b7786;
  font-size: 14px;
  line-height: 1.6;
}

.zs-contact-panel__list a:hover {
  color: #154793;
}

.zs-news {
  padding: 72px 0 84px;
  background: #ffffff;
}

.zs-news__heading {
  margin-bottom: 42px;
  text-align: center;
}

.zs-news__heading h2 {
  margin-bottom: 12px;
  color: #343434;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 800;
}

.zs-news__heading .zs-chemical-products__mark {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.zs-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: start;
}

.zs-news__feature a {
  display: block;
}

.zs-news__feature-media {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.zs-news__feature-media img {
  width: 100%;
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
  display: block;
  transition: opacity 0.28s ease, transform 0.4s ease;
}

.zs-news__feature-media span {
  position: absolute;
  left: 0;
  top: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  background: #0b3e87;
  color: #ffffff;
  font-size: 12px;
}

.zs-news__feature-body {
  padding-top: 16px;
}

.zs-news__feature-body h3,
.zs-news__feature-body p,
.zs-news__feature-body em,
.zs-news__feature-media span {
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.zs-news__feature-body h3,
.zs-news__item h3 {
  color: #343434;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}

.zs-news__feature-body p,
.zs-news__item p {
  color: #737373;
  font-size: 14px;
  line-height: 1.9;
}

.zs-news__feature-body h3 {
  margin-bottom: 10px;
}

.zs-news__feature-body p {
  margin-bottom: 20px;
}

.zs-news__feature-body em {
  color: #8a8a8a;
  font-size: 13px;
  font-style: normal;
}

.zs-news__list {
  display: grid;
}

.zs-news__item {
  position: relative;
  padding: 2px 54px 24px 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 8px;
  transition: background-color 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

.zs-news__item+.zs-news__item {
  margin-top: 22px;
  padding-top: 6px;
}

.zs-news__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #7b8aa6;
  font-size: 12px;
}

.zs-news__meta svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  display: block;
}

.zs-news__item h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.zs-news__item h3 a {
  color: inherit;
}

.zs-news__item h3 a:hover {
  color: #0b3e87;
}

.zs-news__item.is-active,
.zs-news__item:hover,
.zs-news__item:focus-within {
  padding-left: 16px;
  background: #f8fbff;
  box-shadow: inset 3px 0 0 #0b3e87;
}

.zs-news__item:focus-visible {
  outline: 2px solid rgba(11, 62, 135, 0.22);
  outline-offset: 2px;
}

.zs-news__more {
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #8a8a8a;
  font-size: 13px;
}

.zs-news__more:hover,
.zs-news__feature a:hover em {
  color: #0b3e87;
}

.zs-value {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
}

.zs-card-grid {
  display: grid;
  gap: 24px;
}

.zs-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.zs-feature-card,
.zs-product-card,
.zs-case-card,
.zs-blog-card,
.zs-solution-card {
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  background: var(--zs-white);
  box-shadow: var(--zs-shadow);
  transition: transform var(--zs-transition), box-shadow var(--zs-transition), border-color var(--zs-transition);
}

.zs-feature-card:hover,
.zs-product-card:hover,
.zs-case-card:hover,
.zs-blog-card:hover,
.zs-solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 102, 255, 0.16);
  box-shadow: 0 30px 72px rgba(0, 102, 255, 0.14);
}

.zs-feature-card {
  padding: 32px 28px;
}

.zs-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.14), rgba(0, 212, 170, 0.12));
  color: var(--zs-primary);
  font-size: 18px;
  font-weight: 800;
}

.zs-feature-card h3,
.zs-product-card h3,
.zs-case-card h3,
.zs-blog-card h3,
.zs-solution-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.3;
}

.zs-feature-card p,
.zs-product-card p,
.zs-case-card p,
.zs-blog-card p,
.zs-solution-card p {
  color: var(--zs-text-soft);
  line-height: 1.85;
}

.zs-product-card,
.zs-case-card {
  overflow: hidden;
}

.zs-product-card picture,
.zs-case-card picture {
  position: relative;
  overflow: hidden;
}

.zs-product-card picture img,
.zs-case-card picture img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.zs-product-card:hover picture img,
.zs-case-card:hover picture img {
  transform: scale(1.06);
}

.zs-product-card__body,
.zs-case-card__body,
.zs-blog-card {
  padding: 28px;
}

.zs-product-card a,
.zs-blog-card a {
  display: inline-flex;
  color: var(--zs-primary);
  font-weight: 700;
}

.zs-product-card a:hover,
.zs-blog-card a:hover {
  color: var(--zs-primary-bright);
}

.zs-data-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 34, 79, 0.92), rgba(14, 65, 143, 0.92)),
    url("../img/high-quality-pharmaceutical-chemicals-for-clients_1667807731.jpg") center / cover no-repeat;
}

.zs-data-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -90px auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 170, 0.18), rgba(0, 212, 170, 0));
}

.zs-data-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.zs-data-item {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--zs-radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.zs-data-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--zs-white);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1;
}

.zs-data-item span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.zs-solution-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zs-solution-card {
  padding: 34px 30px;
}

.zs-solution-card__meta {
  margin-bottom: 18px;
  color: var(--zs-primary-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zs-case-card__body span,
.zs-blog-card__date {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--zs-primary-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-testimonial {
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.zs-testimonial__slider {
  position: relative;
  min-height: 240px;
}

.zs-testimonial__item {
  position: absolute;
  inset: 0;
  padding: 40px 44px;
  border-radius: 28px;
  background: var(--zs-white);
  border: 1px solid rgba(0, 102, 255, 0.08);
  box-shadow: var(--zs-shadow);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.zs-testimonial__item.is-active {
  opacity: 1;
  visibility: visible;
}

.zs-testimonial__item blockquote {
  margin: 0 0 24px;
  color: #25314a;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.5;
  font-weight: 700;
}

.zs-testimonial__item p {
  color: var(--zs-text-soft);
  font-size: 16px;
}

.zs-testimonial__item strong {
  color: var(--zs-primary);
}

.zs-testimonial__dots {
  position: static;
  margin-top: 24px;
  transform: none;
  justify-content: center;
}

.zs-testimonial__dots button {
  background: rgba(14, 65, 143, 0.24);
}

.zs-testimonial__dots button.is-active {
  background: var(--zs-primary);
  box-shadow: 0 0 0 4px rgba(14, 65, 143, 0.1);
}

.zs-cta {
  background:
    linear-gradient(180deg, rgba(14, 65, 143, 0.95), rgba(8, 23, 48, 0.98)),
    url("../img/high-quality-pharmaceutical-chemicals-for-clients_1667807731.jpg") center / cover no-repeat;
  color: var(--zs-white);
}

.zs-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.zs-cta__content {
  max-width: 560px;
}

.zs-cta__content h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
}

.zs-cta__content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.85;
}

.zs-cta__list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.zs-cta__list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.88);
}

.zs-cta__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--zs-secondary);
}

.zs-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.zs-form__group {
  display: grid;
  gap: 10px;
}

.zs-form__group--full {
  grid-column: 1 / -1;
}

.zs-form label {
  font-size: 14px;
  font-weight: 600;
}

.zs-form input,
.zs-form select,
.zs-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--zs-white);
  outline: none;
}

.zs-form input,
.zs-form select {
  height: 52px;
  padding: 0 16px;
}

.zs-form textarea {
  padding: 14px 16px;
  resize: vertical;
}

.zs-form input::placeholder,
.zs-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.zs-form option {
  color: var(--zs-text);
}

.zs-blog {
  background: #ffffff;
}

.zs-blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.zs-blog-card a {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .zs-hero__content {
    padding-left: 40px;
  }

  .zs-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {

  .zs-hero__track,
  .zs-hero__slide>picture img {
    min-height: 660px;
  }

  .zs-hero__slider .swiper-wrapper {
    min-height: 660px;
  }

  .zs-hero__overlay::before {
    width: 76%;
    left: -18%;
  }

  .zs-hero__overlay::after {
    left: 45%;
  }

  .zs-hero__content {
    max-width: 440px;
    padding: 110px 0 100px 10px;
  }

  .zs-card-grid--three,
  .zs-solution-list,
  .zs-data-list,
  .zs-cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-chemical-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-hot-products {
    padding: 72px 0 84px;
  }

  .zs-hot-products__nav--prev {
    left: -20px;
  }

  .zs-hot-products__nav--next {
    right: -20px;
  }

  .zs-case-products {
    padding: 68px 0 76px;
    background: url("../img/case-pharmaceutical-chemicals-products.jpg") center center / cover no-repeat;
  }

  .zs-case-products__heading {
    max-width: 100%;
    margin: 0 0 30px;
    padding-right: 0;
  }

  .zs-case-products__viewport {
    padding-left: 72px;
  }

  .zs-about-company__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .zs-about-company__content {
    max-width: 100%;
    padding-left: 0;
  }

  .zs-company-strengths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-contact-panel__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zs-contact-panel__intro {
    max-width: 100%;
    padding-left: 0;
  }

  .zs-news__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zs-testimonial__slider {
    min-height: 310px;
  }
}

@media (max-width: 767px) {

  .zs-hero__track,
  .zs-hero__slide>picture img {
    min-height: 580px;
  }

  .zs-hero__slider .swiper-wrapper {
    min-height: 580px;
  }

  .zs-hero .zs-container {
    align-items: flex-end;
  }

  .zs-hero__content {
    max-width: 100%;
    padding: 90px 0 88px;
  }

  .zs-hero__content p {
    max-width: 250px;
    font-size: 16px;
  }

  .zs-card-grid--four,
  .zs-card-grid--three,
  .zs-solution-list,
  .zs-data-list,
  .zs-cta__grid,
  .zs-form {
    grid-template-columns: 1fr;
  }

  .zs-chemical-products {
    padding: 58px 0 64px;
  }

  .zs-chemical-products__grid {
    grid-template-columns: 1fr;
  }

  .zs-chemical-products__heading h2 {
    font-size: 34px;
  }

  .zs-chemical-card__footer h3 {
    font-size: 16px;
  }

  .zs-chemical-card__overlay {
    padding: 18px 16px;
  }

  .zs-chemical-card__overlay-inner p,
  .zs-chemical-card__overlay-inner li {
    font-size: 13px;
  }

  .zs-hot-products {
    padding: 56px 0 66px;
  }

  .zs-hot-products__heading h2 {
    font-size: 30px;
  }

  .zs-hot-product-card__body h3 {
    font-size: 18px;
  }

  .zs-hot-products__nav {
    width: 38px;
    height: 38px;
  }

  .zs-hot-products__nav--prev {
    left: 8px;
  }

  .zs-hot-products__nav--next {
    right: 8px;
  }

  .zs-hot-product-card__hover span {
    width: 54px;
    height: 54px;
    font-size: 34px;
  }

  .zs-case-products {
    padding: 52px 0 60px;
    background: url("../img/case-pharmaceutical-chemicals-products.jpg") center center / cover no-repeat;
  }

  .zs-case-products__heading h2 {
    font-size: 28px;
  }

  .zs-case-products__viewport {
    padding-left: 0;
    padding-bottom: 58px;
  }

  .zs-case-products__navs {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
  }

  .zs-case-product-card__body {
    min-height: 170px;
    padding: 16px 18px 44px 16px;
  }

  .zs-case-product-card__body h3 {
    font-size: 16px;
  }

  .zs-about-company {
    padding: 56px 0 64px;
  }

  .zs-about-company__content h2 {
    font-size: 28px;
  }

  .zs-about-company__content p {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.9;
  }

  .zs-company-strengths {
    padding: 16px 0 60px;
  }

  .zs-company-strengths__grid {
    grid-template-columns: 1fr;
  }

  .zs-company-strength-card {
    padding: 30px 22px;
  }

  .zs-contact-panel {
    padding: 44px 0 50px;
  }

  .zs-contact-panel__intro h2,
  .zs-contact-panel__card h2 {
    font-size: 24px;
  }

  .zs-contact-panel__card {
    padding: 28px 22px 24px;
  }

  .zs-news {
    padding: 56px 0 64px;
  }

  .zs-news__heading {
    margin-bottom: 28px;
  }

  .zs-news__heading h2 {
    font-size: 30px;
  }

  .zs-news__feature-body h3,
  .zs-news__item h3 {
    font-size: 18px;
  }

  .zs-news__item {
    padding-right: 0;
  }

  .zs-news__more {
    position: static;
    display: inline-flex;
    margin-top: 14px;
  }


  .zs-testimonial__slider {
    min-height: 360px;
  }

  .zs-testimonial__item {
    padding: 30px 24px;
  }
}
