/* EnzymeBio layout fixes for header & footer */

/* Brand secondary = exact Aquila logo blue (sampled from newlogo.jpg) */
:root {
  --secondary-color: #25265e;
  --text-font: 'Manrope', system-ui, sans-serif;
  --title-font: 'Outfit', system-ui, sans-serif;
  --secondary-font: 'Fraunces', Georgia, serif;
}

/* Larger, clearer base type across the site */
body {
  font-size: 18px;
  line-height: 1.7;
  font-family: var(--text-font);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.sec-title h2,
.banner-carousel .content-box h2,
.page-title h1,
.main-footer .widget-title h3 {
  font-family: var(--title-font);
}

p,
.sec-title p,
.service-block-one .lower-content p,
.about-section p {
  font-size: 1.05em;
  line-height: 1.75;
}

.sec-title h2 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.sec-title .sub-title,
.banner-carousel .content-box .sub-title,
span.sub-title {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 500;
}

.theme-btn {
  font-family: var(--title-font);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.main-menu .navigation > li > a {
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
}

.header-top,
.header-top a,
.header-top .info-list li,
.main-footer,
.main-footer p,
.main-footer a {
  font-family: var(--text-font);
}

.header-top .info-list li {
  font-size: 14px;
  margin-right: 36px;
}

.header-top .info-list li i.fas {
  font-size: 12px;
  top: 6px;
}

.header-top .social-links li h6 {
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 600;
}

/* Current brand icons (replace outdated flaticon set) */
.header-top .social-links li a .fab,
.main-footer .about-widget .social-links li a .fab,
.mobile-menu .social-links li a .fab,
.sidebar-info-contents .social-box li a .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  speak: never;
}

.header-top .social-links li a {
  font-size: 16px;
  line-height: 1;
}

/* Top-bar right cluster: language + social */
.header-top-aside {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

/* Google Translate language switcher */
.enzyme-translate-wrap {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  order: 2;
}

.header-top-aside .social-links {
  order: 1;
}

.enzyme-translate-wrap .goog-te-gadget {
  font-family: var(--text-font) !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 1 !important;
}

.enzyme-translate-wrap .goog-te-gadget > span {
  display: none;
}

.enzyme-translate-wrap .goog-te-gadget .goog-te-combo {
  max-width: 140px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.enzyme-translate-wrap .goog-te-gadget .goog-te-combo option {
  color: #111;
  background: #fff;
}

.enzyme-translate-wrap .goog-te-banner-frame,
body > .skiptranslate,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .header-top-aside {
    gap: 14px;
  }

  .enzyme-translate-wrap .goog-te-gadget .goog-te-combo {
    max-width: 120px;
  }
}

/* X (Twitter) — not in bundled FA5, draw with CSS */
.fa-x-twitter {
  position: relative;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  vertical-align: -0.05em;
}

.fa-x-twitter:before {
  content: '';
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media only screen and (max-width: 1399px) {
  .header-top .info-list li {
    margin-right: 28px;
  }
}

.main-footer .footer-widget .widget-title h3,
.main-footer .links-widget .links-list li a,
.main-footer .contact-widget .info-list li {
  font-size: 16px;
}

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-size: 17px;
}

/* Category / appointment sidebars use secondary as a solid fill; titles must be light */
.service-sidebar .category-widget .widget-title h2,
.service-sidebar .category-widget .widget-title h3,
.service-sidebar .appointment-widget .widget-title h2,
.service-sidebar .appointment-widget .widget-title h3,
.service-sidebar .schedule-widget .widget-title h2,
.service-sidebar .schedule-widget .widget-title h3,
.blog-sidebar .search-widget h3,
.blog-sidebar .consulting-widget h3 {
  color: #fff;
}

.service-sidebar .category-widget .category-list li a,
.service-sidebar .category-widget .category-list li a:before {
  color: rgba(255, 255, 255, 0.92);
}

.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current {
  color: #fff;
}

/* ---- Homepage banners ---- */
/* Fixed height so every slide is identical regardless of image aspect ratio */
.banner-section .enzyme-banner-slide {
  height: 640px;
  min-height: 640px;
  padding: 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-section .enzyme-banner-slide:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0) 68%);
  z-index: 0;
}

.banner-section .enzyme-banner-slide .auto-container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.banner-section .enzyme-banner-slide .content-box {
  max-width: 570px;
}

/* ---- Homepage contact cards ---- */
.contact-info-section {
  position: relative;
  z-index: 2;
  margin-top: -38px;
  padding-bottom: 35px;
}

.contact-info-section .row {
  row-gap: 24px;
}

.contact-info-section .info-block-one,
.contact-info-section .info-block-one .inner-box {
  height: 100%;
}

.contact-info-section .info-block-one .inner-box {
  min-height: 138px;
  padding: 30px 28px 28px 104px;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(25, 45, 65, 0.09);
  text-align: left;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.contact-info-section .info-block-one .inner-box:before {
  width: 4px;
  height: 100%;
  background: var(--theme-color);
  z-index: 0;
}

.contact-info-section .info-block-one .inner-box:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, 0.3);
  box-shadow: 0 18px 42px rgba(25, 45, 65, 0.14);
}

.contact-info-section .info-block-one .inner-box:hover:before {
  height: 100%;
}

.contact-info-section .info-block-one .inner-box .icon-box {
  left: 28px;
  top: 31px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border: 0;
  border-radius: 14px;
  background: rgba(245, 166, 35, 0.13);
  color: var(--theme-color);
  box-shadow: none;
  font-size: 21px;
}

.contact-info-section .info-block-one .inner-box .icon-box i {
  display: inline-block;
  color: #fff;
  opacity: 1;
}

.contact-info-section .info-block-one .inner-box:hover .icon-box {
  background: var(--theme-color) !important;
  border-color: transparent;
  color: #fff;
}

.contact-info-section .info-block-one .inner-box h3 {
  position: relative;
  margin-bottom: 7px;
  color: var(--title-color);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
}

.contact-info-section .info-block-one .inner-box p,
.contact-info-section .info-block-one .inner-box p a {
  position: relative;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.45;
}

.contact-info-section .info-block-one .inner-box p a:hover {
  color: var(--theme-color);
}

/* Contact page cards: equal height */
.contact-info-two .row {
  display: flex;
  flex-wrap: wrap;
}

.contact-info-two .info-block {
  display: flex;
}

.contact-info-two .info-block-two {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.contact-info-two .info-block-two .inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 86px 40px 48px;
  box-sizing: border-box;
}

.contact-info-two .info-block-two .inner-box h3 {
  flex: 0 0 auto;
}

.contact-info-two .info-block-two .inner-box p {
  flex: 1 1 auto;
  margin: 0;
  max-width: 22em;
  line-height: 1.55;
}

/* ---- Homepage statistics ---- */
.funfact-section {
  background: linear-gradient(135deg, #f7faf9 0%, #eef5f3 100%);
}

.funfact-section .row {
  row-gap: 24px;
}

.funfact-section .funfact-block-one,
.funfact-section .funfact-block-one .inner-box {
  height: 100%;
}

.funfact-section .funfact-block-one .inner-box {
  position: relative;
  min-height: 155px;
  padding: 32px 20px 28px;
  background: #fff;
  border: 1px solid #e6eeeb;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(25, 58, 48, 0.06);
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.funfact-section .funfact-block-one .inner-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 56px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--theme-color);
  transform: translateX(-50%);
}

.funfact-section .funfact-block-one .inner-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(25, 58, 48, 0.11);
}

.funfact-section .funfact-block-one .inner-box .count-outer {
  margin-bottom: 7px;
  color: var(--theme-color);
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: none;
}

.funfact-section .funfact-block-one .inner-box h4 {
  color: var(--title-color);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}

/* ---- Product photography ---- */
.service-block-one .inner-box .image-box img {
  height: 270px;
  object-fit: cover;
  object-position: center;
}

/* Keep product overlay circles truly round at all widths */
.service-block-one .inner-box {
  padding-bottom: clamp(110px, 42%, 145px);
}

.service-block-one .inner-box .lower-content {
  left: 50%;
  right: auto;
  bottom: 0;
  width: min(270px, calc(100% - 40px));
  height: auto;
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  padding: 28px 22px;
  box-sizing: border-box;
}

.service-block-one .inner-box .lower-content .inner {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.service-block-one .inner-box .lower-content h3 {
  font-size: clamp(16px, 2.1vw, 22px);
  line-height: 1.3;
  margin-bottom: 8px;
}

.service-block-one .inner-box .lower-content p {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.45;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .service-block-one .inner-box .lower-content {
    width: min(250px, calc(100% - 36px));
    padding: 24px 18px;
  }
}

@media only screen and (max-width: 599px) {
  .service-block-one .inner-box .lower-content {
    width: min(240px, calc(100% - 32px));
    height: auto;
    left: 50%;
    padding: 22px 16px;
  }
}

/* Space between product category cards */
.service-section .row,
.service-page-section .row {
  --bs-gutter-x: 36px;
  row-gap: 40px;
}

.service-section .service-block,
.service-page-section .service-block {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 20px;
}

.service-section .service-block-one .inner-box .image-box,
.service-section .service-block-one .inner-box .image-box img,
.service-page-section .service-block-one .inner-box .image-box,
.service-page-section .service-block-one .inner-box .image-box img {
  border-radius: 20px;
}

.service-details-content > .image-box img {
  height: 460px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

/* ---- Product detail pages ---- */
.enzyme-product-detail .enzyme-product-lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--title-color);
}

.enzyme-product-detail h3 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.3;
  color: var(--title-color);
}

.enzyme-product-overview p {
  margin-bottom: 14px;
}

.enzyme-product-split .list-style-one li {
  margin-bottom: 10px;
}

.enzyme-product-block h3,
.enzyme-product-section h3 {
  margin-bottom: 14px;
  color: var(--secondary-color);
}

.enzyme-product-block p,
.enzyme-product-block .enzyme-detail-list,
.enzyme-product-section p,
.enzyme-product-section .enzyme-detail-list {
  margin-bottom: 14px;
}

.enzyme-catalog-note {
  margin-bottom: 22px;
  color: var(--text-color);
}

.enzyme-catalog-sheet {
  border: 1px solid #e4ebf0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.enzyme-catalog-sheet__head {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.6fr) 88px;
  gap: 16px;
  padding: 12px 20px;
  background: var(--secondary-color);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.enzyme-catalog-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.6fr) 88px;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-top: 1px solid #eef2f5;
  transition: background 180ms ease;
}

.enzyme-catalog-row:nth-child(even) {
  background: #f8fafb;
}

.enzyme-catalog-row:hover {
  background: #fff8ef;
}

.enzyme-catalog-row__product strong {
  display: block;
  margin-bottom: 3px;
  color: var(--title-color);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}

.enzyme-catalog-row__product span {
  display: block;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.enzyme-catalog-row__details {
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.55;
}

.enzyme-catalog-row__action {
  text-align: right;
}

.enzyme-catalog-row__action a {
  display: inline-block;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 2px;
}

.enzyme-catalog-row__action a:hover {
  color: var(--theme-color);
}

/* ---- Full product catalogue page ---- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.enzyme-catalogue-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
}

.enzyme-catalogue-search {
  flex: 1 1 280px;
}

.enzyme-catalogue-search input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #d9e2ea;
  background: #fff;
  color: var(--title-color);
  font-family: var(--text-font);
  font-size: 16px;
}

.enzyme-catalogue-search input:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.enzyme-catalogue-meta {
  margin: 0;
  color: var(--text-color);
  font-size: 15px;
}

.enzyme-catalogue-sheet__head,
.enzyme-catalogue-row {
  grid-template-columns: minmax(120px, 0.75fr) minmax(160px, 0.95fr) minmax(0, 1.5fr) 72px;
}

.enzyme-catalogue-row__category a {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.enzyme-catalogue-row__category a:hover {
  color: var(--theme-color);
}

.enzyme-catalogue-empty {
  margin: 28px 0 0;
  padding: 24px;
  border: 1px dashed #d5dee6;
  color: var(--text-color);
  text-align: center;
}

.enzyme-catalogue-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.enzyme-catalogue-page-btn {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d9e2ea;
  background: #fff;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.enzyme-catalogue-page-btn:hover:not(:disabled):not(.is-active) {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.enzyme-catalogue-page-btn.is-active {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
  cursor: default;
}

.enzyme-catalogue-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.enzyme-catalogue-filters {
  display: grid;
  gap: 10px;
}

.enzyme-catalogue-filter {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.enzyme-catalogue-filter input {
  margin-top: 3px;
  accent-color: var(--theme-color);
}

.enzyme-catalogue-filter em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.enzyme-catalogue-filter--all {
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
  color: #fff;
}

.enzyme-catalogue-clear {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.enzyme-catalogue-clear:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .enzyme-catalogue-sidebar {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .enzyme-catalogue-sheet__head {
    display: none;
  }

  .enzyme-catalogue-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.enzyme-product-detail .btn-box .theme-btn {
  margin-right: 12px;
  margin-bottom: 10px;
}

.enzyme-product-detail .enzyme-product-faqs {
  background: transparent;
}

.enzyme-product-detail .enzyme-product-faqs > h3 {
  margin-bottom: 18px;
}

.enzyme-product-detail .enzyme-product-faqs .enzyme-faq-wrap {
  max-width: none;
  margin: 0;
}

.enzyme-product-detail .enzyme-product-faqs .accordion .acc-content {
  padding-left: 64px;
  padding-right: 32px;
}

.enzyme-sidebar-cta {
  margin-top: 24px;
  padding: 28px 26px;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  background: #fff;
}

.enzyme-sidebar-cta p {
  margin-bottom: 16px;
}

.enzyme-sidebar-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.enzyme-sidebar-contacts li {
  margin-bottom: 8px;
}

.enzyme-sidebar-contacts a {
  color: var(--title-color);
  font-weight: 600;
}

.enzyme-sidebar-contacts a:hover {
  color: var(--theme-color);
}

@media only screen and (max-width: 767px) {
  .enzyme-catalog-sheet__head {
    display: none;
  }

  .enzyme-catalog-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 16px 18px;
  }

  .enzyme-catalog-row__action {
    text-align: left;
    margin-top: 4px;
  }

  .service-details-content > .image-box img {
    height: 280px;
  }
}

/* ---- Header logo ---- */
.main-header .logo-box .logo,
.sticky-header .logo-box .logo {
  margin: 0;
}

.main-header .logo-box .logo a,
.sticky-header .logo-box .logo a {
  display: inline-block;
  line-height: 0;
}

.main-header .logo-box .logo img,
.sticky-header .logo-box .logo img {
  display: block;
  width: auto;
  max-width: 210px;
  height: auto;
  max-height: 84px;
  object-fit: contain;
}

.sticky-header .logo-box .logo img {
  max-width: 180px;
  max-height: 72px;
}

.main-header .outer-box {
  gap: 16px;
  flex-wrap: nowrap;
  padding: 0 36px;
  min-height: 0;
  align-items: center;
}

.main-header .menu-area {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .logo-box,
.sticky-header .logo-box {
  flex: 0 0 auto;
  padding: 0 !important;
  margin: 0;
  line-height: 0;
}

.main-header .menu-right-content {
  flex: 0 0 auto;
  gap: 14px;
}

/* Phone: stop digit-by-digit wrapping */
.main-header .menu-right-content .support-box {
  margin-right: 28px;
  padding: 2px 0 2px 50px;
  min-width: 150px;
  white-space: nowrap;
}

.main-header .menu-right-content .support-box:before {
  right: -14px;
}

.main-header .menu-right-content .support-box .icon-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.main-header .menu-right-content .support-box h6,
.main-header .menu-right-content .support-box h6 a {
  white-space: nowrap;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.main-header .menu-right-content .support-box span {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}

.main-header .menu-right-content .btn-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main-header .menu-right-content .btn-box .theme-btn {
  margin: 0;
  padding: 10px 6px 10px 14px;
  font-size: 12px;
  line-height: 20px;
}

.main-header .menu-right-content .btn-box .theme-btn span {
  padding-right: 34px;
  white-space: nowrap;
}

.main-header .menu-right-content .btn-box .theme-btn span:before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-size: 12px;
  top: -4px;
}

.cta-section .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-section .btn-box .theme-btn {
  margin: 0;
}

/* Nav: keep on one row, tighter spacing */
.main-menu .navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.main-menu .navigation > li {
  float: none;
  margin: 0 3px;
}

.main-menu .navigation > li > a {
  padding: 16px 9px;
  font-size: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.main-menu .navigation > li > a:before {
  left: 9px;
  right: 9px;
}

.sticky-header .outer-box {
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 14px 9px;
}

/* ---- Header style three (inner pages) ---- */
.header-style-three .header-lower .outer-box {
  padding: 0;
}

.header-style-three .logo-box .logo img {
  max-height: 80px;
  max-width: 200px;
}

/* ---- Footer ---- */
.main-footer .links-widget.ml_70 {
  margin-left: 0 !important;
}

.main-footer .footer-widget .widget-title h3 {
  overflow: visible;
  white-space: nowrap;
}

.main-footer .footer-menu {
  padding: 22px 40px;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.main-footer .footer-menu .logo-box {
  display: none;
}

.main-footer .footer-menu .menu-list {
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.main-footer .footer-menu .menu-list li {
  margin-right: 28px;
}

.main-footer .contact-widget .info-list li {
  word-break: break-word;
  line-height: 1.5;
}

.main-footer .footer-products-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 22px;
  align-items: start;
}

.main-footer .links-widget .links-list--products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .links-widget .links-list--products li {
  width: 100%;
  float: none;
  margin-bottom: 0;
  min-height: 34px;
  display: flex;
  align-items: flex-start;
}

.main-footer .links-widget .links-list--products li a {
  display: block;
  line-height: 1.35;
  white-space: nowrap;
}

.main-footer .links-widget .links-list li {
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .main-footer .links-widget .links-list--products li a {
    white-space: normal;
  }
}

/* Sidebar / mobile / search logos */
.search-popup .upper-box .logo-box img,
.sidebar-info-contents .content-inner .logo img,
.mobile-menu .nav-logo img {
  max-height: 70px;
  width: auto;
  max-width: 125px;
  object-fit: contain;
}

@media only screen and (max-width: 1499px) {
  .main-header .outer-box {
    padding: 0 24px;
  }

  .main-menu .navigation > li > a {
    padding: 14px 7px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1399px) {
  .main-header .menu-right-content .support-box {
    display: none;
  }
}

/* Template switches to hamburger at 1200px — too early for laptops.
   Keep full nav down to tablet, then use mobile menu. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu,
  .sticky-header {
    display: block !important;
  }

  .menu-area .mobile-nav-toggler {
    display: none !important;
  }

  .main-header .logo-box {
    padding: 0 !important;
  }

  .main-header .outer-box {
    padding: 0 18px;
    gap: 10px;
  }

  .main-menu .navigation > li {
    margin: 0 1px;
  }

  .main-menu .navigation > li > a {
    padding: 14px 6px;
    font-size: 12px;
  }

  .main-menu .navigation > li > a:before {
    left: 7px;
    right: 7px;
  }
}

/* Mobile bar: no Inquiry button; hamburger on the right */
@media only screen and (max-width: 991px) {
  .main-header .menu-right-content {
    display: none !important;
  }

  .main-header .outer-box {
    justify-content: space-between;
    align-items: center;
  }

  .main-header .menu-area {
    flex: 0 0 auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .menu-area .mobile-nav-toggler {
    float: none;
    margin: 0;
  }

  .main-header .logo-box {
    padding: 10px 0 !important;
  }

  /* Slim top bar: keep email + phone only */
  .header-top .outer-container,
  .header-top .auto-container {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header-top .top-inner {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
  }

  .header-top .info-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    margin: 0;
    width: auto;
    max-width: calc(100% - 110px);
  }

  .header-top .info-list li {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding-left: 20px;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
  }

  .header-top .info-list li i {
    font-size: 12px;
    top: 3px;
  }

  .header-top .info-list li:nth-child(n + 3),
  .header-top-aside .social-links {
    display: none !important;
  }

  .header-top-aside {
    margin-left: 0;
    gap: 0;
    flex: 0 0 auto;
  }

  .header-top .enzyme-translate-wrap {
    display: inline-flex !important;
  }

  .header-top .enzyme-translate-wrap .goog-te-gadget .goog-te-combo {
    max-width: 96px;
    height: 24px;
    font-size: 11px;
    padding: 0 6px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner-section .enzyme-banner-slide {
    height: 540px;
    padding: 0;
    background-position: 62% center;
  }

  .banner-section .enzyme-banner-slide:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 55%, rgba(255, 255, 255, 0.18) 100%);
  }

  .main-header .logo-box {
    padding: 0 !important;
  }

  .main-header .logo-box .logo img {
    max-width: 190px;
    max-height: 78px;
    width: auto;
  }

  .main-footer .footer-menu {
    padding: 20px 24px;
    justify-content: center;
    border-radius: 24px;
  }

  .main-footer .footer-menu .menu-list {
    justify-content: center;
  }

  .main-footer .footer-menu .menu-list li {
    margin: 6px 14px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .enzyme-banner-slide {
    height: 460px;
    padding: 0;
    background-position: 68% center;
  }

  .banner-section .enzyme-banner-slide:before {
    background: rgba(255, 255, 255, 0.84);
  }

  .contact-info-section {
    margin-top: 0;
    padding: 30px 0;
  }

  .contact-info-section .info-block-one .inner-box {
    min-height: 120px;
    padding: 25px 22px 24px 92px;
  }

  .contact-info-section .info-block-one .inner-box .icon-box {
    left: 22px;
    top: 27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .funfact-section .funfact-block-one .inner-box {
    min-height: 135px;
    padding: 26px 16px 22px;
  }

  .funfact-section .funfact-block-one .inner-box .count-outer {
    font-size: 36px;
  }

  .service-block-one .inner-box .image-box img {
    height: 220px;
  }

  /* Products section: balanced mobile spacing */
  .service-section,
  .service-section.sec-pad,
  .service-section.about-page,
  .service-page-section {
    padding: 52px 0 40px !important;
  }

  .service-section .sec-title,
  .service-page-section .sec-title {
    margin-bottom: 36px !important;
    padding: 0 8px;
  }

  .service-section .sec-title .sub-title,
  .service-page-section .sec-title .sub-title {
    margin-bottom: 8px !important;
  }

  .service-section .sec-title h2,
  .service-page-section .sec-title h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .service-section .sec-title p,
  .service-page-section .sec-title p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }

  .service-section .auto-container,
  .service-page-section .auto-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-section .row,
  .service-page-section .row {
    --bs-gutter-x: 0;
    row-gap: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-section .service-block,
  .service-page-section .service-block {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-block-one .inner-box {
    margin-bottom: 0 !important;
    padding-bottom: 88px;
  }

  .service-block-one .inner-box .lower-content {
    width: min(190px, calc(100% - 56px));
    padding: 16px 12px;
  }

  .service-block-one .inner-box .lower-content h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .service-block-one .inner-box .lower-content p {
    font-size: 12px;
    line-height: 1.4;
  }

  .service-details-content > .image-box img {
    height: 300px;
  }

  /* Product pages: banner already shows the hero — skip the duplicate image on phones */
  .enzyme-product-detail > .image-box {
    display: none;
  }

  .enzyme-certs-section .enzyme-cert-card {
    padding: 8px 6px;
  }

  .clients-section.enzyme-certs-section .enzyme-cert-card .image-box,
  .clients-section.enzyme-certs-section .enzyme-cert-card .image-box img {
    width: 96px;
    height: 96px;
  }

  /* Inquiry section: skip awkward hero crop; keep CTA + form */
  .appointment-section .outer-container {
    display: flex;
    flex-direction: column;
  }

  .appointment-section .left-column,
  .appointment-section .right-column {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .appointment-section .left-column {
    padding: 0 !important;
    clip-path: none !important;
  }

  .appointment-section .left-column .bg-layer {
    display: none;
  }

  .appointment-section .left-column .content-box {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none;
    margin: 0;
    padding: 28px 22px !important;
    border-radius: 0;
  }

  .appointment-section .left-column .content-box:before {
    display: none;
  }

  .appointment-section .left-column .content-box .icon-box {
    margin-bottom: 12px;
  }

  .appointment-section .left-column .content-box .icon-box img {
    width: 36px;
    height: auto;
  }

  .appointment-section .left-column .content-box h3 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 10px;
    max-width: 22em;
  }

  .appointment-section .left-column .content-box span {
    font-size: 17px;
    line-height: 1.35;
  }

  .appointment-section .right-column {
    padding: 24px 16px 40px !important;
  }

  .appointment-section .right-column .form-inner {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 28px 22px 30px !important;
    border-radius: 14px;
  }

  .appointment-section .right-column .form-inner:before {
    display: none;
  }

  .appointment-section .right-column .form-inner h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .appointment-section .right-column .form-inner .form-group input {
    height: 52px;
    font-size: 15px;
  }

  .appointment-section .pattern-layer {
    display: none;
  }
}

/* ---- Certifications ---- */
.clients-section.enzyme-certs-section {
  background: #f4f7f9 !important;
}

.clients-section.enzyme-certs-section .sec-title .sub-title {
  color: var(--theme-color) !important;
}

.clients-section.enzyme-certs-section .sec-title h2 {
  color: var(--title-color) !important;
}

.clients-section.enzyme-certs-section .row {
  row-gap: 20px;
  justify-content: center;
}

.clients-section.enzyme-certs-section .enzyme-cert-card {
  height: auto;
  padding: 10px 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 250ms ease;
}

.clients-section.enzyme-certs-section .enzyme-cert-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: none;
}

.clients-section.enzyme-certs-section .enzyme-cert-card .image-box {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  overflow: hidden;
}

.clients-section.enzyme-certs-section .enzyme-cert-card .image-box img {
  display: block;
  width: 120px;
  height: 120px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  border-radius: 50%;
  background: transparent;
}

.clients-section.enzyme-certs-section .enzyme-cert-card h5 {
  margin: 0;
  color: var(--title-color);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ---- Inner page banners ---- */
.page-title .bg-layer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 28, 48, 0.62) 0%, rgba(12, 28, 48, 0.72) 100%);
  z-index: 0;
  pointer-events: none;
}

.page-title .auto-container {
  position: relative;
  z-index: 1;
}

.page-title h1 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.page-title .bread-crumb li {
  color: var(--theme-color);
}

.page-title .bread-crumb li a {
  color: rgba(255, 255, 255, 0.92);
}

.page-title .bread-crumb li a:hover {
  color: #fff;
}

.page-title .bread-crumb li:before {
  color: rgba(255, 255, 255, 0.65);
}

/* ---- Commitment section ---- */
.enzyme-commitment-section {
  overflow: hidden;
}

.enzyme-commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.enzyme-commitment-item {
  position: relative;
  padding: 10px 48px 8px;
  text-align: center;
}

.enzyme-commitment-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: calc(100% - 28px);
  background: linear-gradient(180deg, transparent 0%, #d5dee6 18%, #d5dee6 82%, transparent 100%);
}

.enzyme-commitment-item .item-index {
  display: block;
  margin-bottom: 18px;
  color: rgba(245, 166, 35, 0.35);
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.enzyme-commitment-item h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 14px;
  color: var(--title-color);
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
}

.enzyme-commitment-item h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 2px;
  background: var(--theme-color);
  transform: translateX(-50%);
}

.enzyme-commitment-item p {
  max-width: 320px;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {
  .enzyme-commitment-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .enzyme-commitment-item {
    padding: 0 20px 28px;
  }

  .enzyme-commitment-item:not(:last-child):after {
    top: auto;
    right: 20%;
    left: 20%;
    width: auto;
    height: 1px;
    background: #d5dee6;
  }

  .enzyme-commitment-item .item-index {
    font-size: 44px;
  }
}

/* ---- FAQ section ---- */
.enzyme-faq-section {
  background: #fff;
}

.enzyme-faq-section .enzyme-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.enzyme-faq-section .accordion-box {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4ebf0;
}

.enzyme-faq-section .accordion {
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #e4ebf0;
}

.enzyme-faq-section .accordion .acc-btn {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 16px;
  align-items: center;
  padding: 26px 4px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: color 200ms ease;
}

.enzyme-faq-section .accordion .acc-btn .icon-box {
  display: none;
}

.enzyme-faq-section .accordion .acc-btn .faq-index {
  color: var(--theme-color);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.enzyme-faq-section .accordion .acc-btn h4 {
  margin: 0;
  padding: 0;
  color: var(--title-color);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

.enzyme-faq-section .accordion .acc-btn .faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.enzyme-faq-section .accordion .acc-btn .faq-toggle:before,
.enzyme-faq-section .accordion .acc-btn .faq-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--title-color);
  transform: translate(-50%, -50%);
  transition: transform 200ms ease, background 200ms ease, opacity 200ms ease;
}

.enzyme-faq-section .accordion .acc-btn .faq-toggle:before {
  width: 16px;
  height: 2px;
}

.enzyme-faq-section .accordion .acc-btn .faq-toggle:after {
  width: 2px;
  height: 16px;
}

.enzyme-faq-section .accordion .acc-btn.active .faq-toggle:after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.enzyme-faq-section .accordion .acc-btn.active h4 {
  color: var(--theme-color);
}

.enzyme-faq-section .accordion .acc-btn.active .faq-toggle:before {
  background: var(--theme-color);
}

.enzyme-faq-section .accordion .acc-content {
  padding: 0 48px 28px 68px;
}

.enzyme-faq-section .accordion .acc-content p {
  max-width: 640px;
  margin: 0;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .enzyme-faq-section .accordion .acc-btn {
    grid-template-columns: 36px 1fr 22px;
    gap: 12px;
    padding: 22px 0;
  }

  .enzyme-faq-section .accordion .acc-btn h4 {
    font-size: 17px;
  }

  .enzyme-faq-section .accordion .acc-content {
    padding: 0 28px 22px 48px;
  }
}

/* ---- Background patterns ---- */
.enzyme-pattern-section {
  overflow: hidden;
}

.enzyme-pattern-section > .auto-container,
.enzyme-pattern-section > .enzyme-faq-wrap,
.enzyme-pattern-section .enzyme-commitment-grid,
.enzyme-pattern-section .row {
  position: relative;
  z-index: 1;
}

.enzyme-pattern {
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 0;
}

.enzyme-pattern-network {
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.32;
}

.enzyme-pattern-network.enzyme-pattern-soft {
  opacity: 0.24;
}

.enzyme-pattern-network.enzyme-pattern-bottom {
  top: auto;
  bottom: -10%;
  left: 0;
  right: 0;
  height: 60%;
  background-position: center bottom;
  opacity: 0.26;
}

.enzyme-pattern-hex {
  top: 24px;
  right: 0;
  width: 440px;
  height: 300px;
  background-size: contain;
  background-position: top right;
  opacity: 0.38;
}

.enzyme-pattern-hex.enzyme-pattern-left {
  top: auto;
  bottom: 16px;
  right: auto;
  left: 0;
  width: 360px;
  height: 250px;
  background-position: bottom left;
  opacity: 0.3;
}

/* ---- Blog articles ---- */
.blog-grid-content .row,
.news-section .row {
  display: flex;
  flex-wrap: wrap;
}

.blog-grid-content .news-block,
.news-section .news-block {
  display: flex;
  margin-bottom: 30px;
}

.blog-grid-content .news-block-one,
.news-section .news-block-one,
.blog-grid-content .news-block-one .inner-box,
.news-section .news-block-one .inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.news-block-one .inner-box .image-box {
  flex: 0 0 auto;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.news-block-one .inner-box .lower-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  padding: 28px 28px 26px;
}

.news-block-one .inner-box .lower-content h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  min-height: calc(1.3em * 3);
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.news-block-one .inner-box .lower-content .post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  float: none;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.news-block-one .inner-box .lower-content .post-info li {
  float: none;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.news-block-one .inner-box .lower-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: calc(1.55em * 3);
  margin: 0 0 16px;
  line-height: 1.55;
}

.news-block-one .inner-box .lower-content .link {
  margin-top: auto;
}

.portfolio-section .portfolio-block-one .inner-box .image-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}

.enzyme-blog-article .image-box img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.enzyme-blog-article .enzyme-blog-lead {
  margin-bottom: 22px;
  color: var(--title-color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 500;
}

.enzyme-blog-article .enzyme-blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.enzyme-blog-article .enzyme-blog-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #e4ebf0;
  border-radius: 999px;
  background: #f8fafb;
  color: #5b6670;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  float: none;
}

.enzyme-blog-article .enzyme-blog-meta li i {
  position: static;
  color: var(--theme-color);
  font-size: 13px;
  line-height: 1;
}

.enzyme-blog-article .enzyme-blog-meta li span {
  white-space: nowrap;
}

.enzyme-blog-article p {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.8;
}

.enzyme-blog-cta {
  padding: 28px 30px;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  background: #f8fafb;
}

.enzyme-blog-cta h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.enzyme-blog-cta p {
  margin-bottom: 18px;
}

.blog-sidebar .post-widget .post h3 {
  font-size: 16px;
  line-height: 1.4;
}

.service-section .pattern-layer {
  display: none;
}

/* Scrolling outline brand text (from original theme) */
.service-section {
  position: relative;
  overflow: hidden;
}

.service-section .big-text {
  position: absolute;
  left: 0;
  top: 24px;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--title-font);
  font-size: clamp(72px, 12vw, 140px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(30, 51, 72, 0.28);
  pointer-events: none;
  z-index: 0;
  animation: enzyme-scroll-left 45s linear infinite;
}

@keyframes enzyme-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.service-section .auto-container,
.service-section .enzyme-pattern {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .service-section .big-text {
    top: 0;
    font-size: 48px;
    letter-spacing: 0.02em;
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-color: rgba(30, 51, 72, 0.32);
    animation-duration: 32s;
    opacity: 1;
  }
}

/* ---- Footer ChannelPro + floating contact ---- */
.main-footer .footer-bottom {
  text-align: center;
}

.main-footer .footer-bottom__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.main-footer .footer-bottom__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  line-height: 1.6;
}

.main-footer .footer-bottom__channel {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.main-footer .footer-bottom__channel-img {
  display: block;
  height: 26px;
  width: auto;
}

.whatsapp-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 999;
  width: 56px;
  height: 56px;
  
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 1.85rem;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45), 0 4px 12px rgba(28, 39, 52, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  color: #fff;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5), 0 6px 14px rgba(28, 39, 52, 0.2);
}

/* Keep "Go To Top" stacked above the WhatsApp float */
.scroll-to-top {
  /* Anchor to the WhatsApp button's horizontal center (16px inset + 28px half-width) */
  right: calc(max(1rem, env(safe-area-inset-right)) + 28px);
  bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 120px);
  z-index: 998;
  /* Center the rotated control on that anchor so it doesn't drift left */
  transform: translateX(50%) rotate(90deg);
  transform-origin: center center;
}

.scroll-to-top .scroll-top-inner {
  align-items: center;
}

.scroll-to-top .scroll-bar-text {
  line-height: 1;
  white-space: nowrap;
}

.mobile-contact-bar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .whatsapp-float {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(30, 51, 72, 0.1);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(30, 51, 72, 0.16);
  }

  .mobile-contact-btn {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    text-decoration: none;
    border-radius: 12px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-contact-btn:active {
    transform: scale(0.98);
  }

  .mobile-contact-btn--call {
    background: var(--secondary-color);
    box-shadow: 0 4px 12px rgba(30, 51, 72, 0.28);
    color: #fff !important;
  }

  .mobile-contact-btn--whatsapp {
    background: #1fad52;
    box-shadow: 0 4px 12px rgba(31, 173, 82, 0.32);
    color: #fff !important;
  }

  .mobile-contact-btn i,
  .mobile-contact-btn span,
  .mobile-contact-btn--call i,
  .mobile-contact-btn--call span,
  .mobile-contact-btn--whatsapp i,
  .mobile-contact-btn--whatsapp span {
    font-size: 1.1rem;
    line-height: 1;
    color: #fff !important;
  }

  .mobile-contact-btn span {
    font-size: 14px;
  }

  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  .scroll-to-top {
    /* Sit clearly above the floating Call / WhatsApp dock */
    bottom: calc(152px + env(safe-area-inset-bottom)) !important;
  }

  .main-footer .footer-bottom__legal {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
  }

  .main-footer .footer-bottom__text {
    font-size: 13px;
  }

  .main-footer .footer-bottom__channel-img {
    height: 22px;
  }

  /* Footer: no logo card on phones — links already in columns above */
  .main-footer .widget-section {
    padding-bottom: 28px;
  }

  .main-footer .footer-column {
    margin-bottom: 8px;
  }

  .main-footer .footer-widget {
    text-align: left;
  }

  .main-footer .footer-widget .widget-title {
    margin-bottom: 14px;
  }

  .main-footer .footer-widget .widget-title h3 {
    white-space: normal;
    font-size: 20px;
  }

  .main-footer .contact-widget .info-list li {
    padding-left: 36px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .main-footer .contact-widget .info-list li img {
    left: 0;
    top: 3px;
    width: 18px;
  }

  .main-footer .footer-menu {
    display: none !important;
  }

  .main-footer .footer-bottom {
    padding: 18px 16px 28px;
  }

  .main-footer .widget-section:before {
    display: none;
  }
}

/* Contact / careers form status */
.form-status,
.careers-form-status {
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
}
.form-status.is-success,
.careers-form-status.is-success {
  background: rgba(46, 125, 50, 0.1);
  color: #1b5e20;
}
.form-status.is-error,
.careers-form-status.is-error {
  background: rgba(198, 40, 40, 0.1);
  color: #b71c1c;
}

/* Form field + placeholder contrast (contact & careers) */
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='url'],
.default-form .form-group input[type='tel'],
.default-form .form-group textarea,
.default-form .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #2a3544;
  border: 1px solid rgba(30, 51, 72, 0.28);
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
  font-size: 16px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='url'],
.default-form .form-group input[type='tel'],
.default-form .form-group .nice-select {
  height: 60px;
}

.default-form .form-group input::placeholder,
.default-form .form-group textarea::placeholder {
  color: #5c6b7a;
  opacity: 1;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #5c6b7a;
  opacity: 1;
}

.default-form .form-group input::-moz-placeholder,
.default-form .form-group textarea::-moz-placeholder {
  color: #5c6b7a;
  opacity: 1;
}

.default-form .form-group .nice-select {
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.default-form .form-group .nice-select .current {
  color: #5c6b7a;
}

.default-form .form-group .nice-select.open .current,
.default-form .form-group .nice-select .option.selected {
  color: #2a3544;
}

/* Preloader logo inside spinner */
.handle-preloader .animation-preloader .preloader-mark {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 45px;
}

.handle-preloader .animation-preloader .preloader-mark .spinner {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.handle-preloader .animation-preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58%;
  height: auto;
  max-height: 58%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .preloader-mark {
    width: 8em;
    height: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .preloader-mark {
    width: 7em;
    height: 7em;
  }
}
