/* Small site-specific helpers replacing unused template plugin CSS. */
.fa,
.fas,
.far,
.fab,
[class^="flaticon-"],
[class*=" flaticon-"] {
  display: inline-block;
  min-width: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fa-phone:before,
.fa-phone-alt:before,
.flaticon-contact-042-phone-1:before,
.flaticon-contact-045-call:before {
  content: "\260E";
}

.fa-envelope:before,
.flaticon-contact-043-email-1:before {
  content: "\2709";
}

.fa-map:before,
.flaticon-contact-037-address:before,
.flaticon-contact-047-location:before {
  content: "\25CE";
}

.fa-angle-right:before {
  content: ">";
}

.fa-angle-up:before {
  content: "^";
}

.fa-times:before {
  content: "x";
}

.fa-search:before {
  content: "\2315";
}

.fa-user-circle:before {
  content: "\25CB";
}

.fa-comments:before {
  content: "\275E";
}

.fa-shopping-cart:before {
  content: "\25A1";
}

.fa-facebook:before {
  content: "f";
}

.fa-twitter:before {
  content: "t";
}

.fa-youtube:before {
  content: "▶";
}

.fa-instagram:before {
  content: "◎";
}

.flaticon-contact-025-world:before {
  content: "\25CE";
}

.home-slider {
  position: relative;
  width: 100%;
  height: min(800px, 66.6667vw);
  min-height: 360px;
  overflow: hidden;
  background: #111;
}

.home-slider-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 600ms ease;
}

.home-slider-img.is-active {
  opacity: 1;
}

.home-slider-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(24px, calc((100vw - 1200px) / 2));
  max-width: 620px;
  padding-right: 24px;
  color: #fff;
  transform: translateY(-50%);
}

.home-slider-content h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 48px;
  line-height: 1.16;
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.home-slider-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 575.98px) {
  .home-slider {
    height: 520px;
    min-height: 520px;
  }

  .home-slider-content h1 {
    font-size: 32px;
    line-height: 1.22;
  }

  .home-slider-content p {
    font-size: 16px;
  }
}

.page-title .title {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}

.section-title h2,
.home-products-heading h2,
.contact-info-box h2,
.product-list-heading {
  font-size: 32px;
  line-height: 1.28;
  font-weight: 800;
}

.section-title h2 {
  margin-bottom: 18px;
}

.home-products-heading h2 {
  margin-bottom: 0;
}

.home-products-heading p {
  max-width: 560px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.home-products-more {
  display: none;
}

.site-footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1.05fr 0.85fr 0.75fr;
  gap: 34px;
  align-items: start;
}

.site-footer-brand img {
  display: block;
  max-width: 190px;
  height: auto;
  margin-bottom: 22px;
}

.site-footer-brand p,
.site-footer-action p,
.site-footer-qrcode p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.site-footer-title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.site-footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-contact li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-contact li:first-child {
  padding-top: 0;
}

.site-footer-contact span {
  color: rgba(255, 255, 255, 0.56);
}

.site-footer-contact a,
.site-footer-contact strong {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 24px;
  color: #fff !important;
  background: #2f8f6f;
  border-radius: 8px;
  font-weight: 800;
}

.site-footer-call:hover {
  background: #267a5f;
  text-decoration: none;
}

.site-footer-call:after {
  content: ">";
  margin-left: 8px;
}

.site-footer-qrbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  padding: 8px;
  margin-bottom: 14px;
  background: #fff;
  border-radius: 8px;
}

.site-footer-qrbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #1f2933;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.tm-sc-funfact .title,
.service-title,
.icon-box-title,
.tm-sc-blog .entry-title,
.home-news-item h3,
.feature-card .feature-title {
  font-weight: 700;
}

.tm-owl-carousel-6col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  align-items: center;
}

.tm-owl-carousel-6col .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.features-block {
  overflow: visible;
}

.feature-card {
  display: block;
  min-height: 220px;
  padding: 30px 28px;
  color: #1f2933;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
  border: 1px solid #e6edf0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 44, 62, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card:hover {
  color: #1f2933;
  border-color: #2f8f6f;
  box-shadow: 0 18px 38px rgba(18, 44, 62, 0.12);
  text-decoration: none;
  transform: translateY(-4px);
}

.feature-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fff;
  background: #2f8f6f;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
}

.feature-card-kicker {
  display: block;
  margin-bottom: 6px;
  color: #7a8792;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card .feature-title {
  display: block;
  margin-bottom: 12px;
  color: #1f2933;
  font-size: 21px;
  line-height: 1.25;
}

.feature-card:hover .feature-title {
  background: transparent;
  border-radius: 0;
}

.feature-card .feature-text {
  color: #65717c;
  line-height: 1.7;
}

.feature-card-action {
  display: inline-block;
  margin-top: 22px;
  color: #2f8f6f;
  font-weight: 700;
}

.feature-card-action:after {
  content: ">";
  margin-left: 8px;
}

.tm-sc-blog .entry-title {
  font-size: 20px;
  line-height: 1.35;
}

.product-section-title {
  margin: 0 0 18px;
  color: #1f2933;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
}

.product-detail-title {
  color: #1f2933;
  font-size: 38px;
  line-height: 1.22;
  font-weight: 800;
}

.product-detail-page {
  background: #f7f9fb;
}

.product-detail-hero {
  padding: 86px 0 54px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 46px;
  align-items: center;
}

.product-detail-copy {
  padding: 28px 0;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  color: #72808a;
  font-size: 14px;
  font-weight: 700;
}

.product-breadcrumb a {
  color: #4f5d67;
}

.product-breadcrumb a:hover {
  color: #2f8f6f;
  text-decoration: none;
}

.product-breadcrumb strong {
  color: #2f8f6f;
}

.product-detail-kicker,
.product-section-heading span {
  display: block;
  margin-bottom: 10px;
  color: #2f8f6f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-page .product-detail-title {
  margin: 0 0 18px;
  color: #1f2933;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 800;
}

.product-detail-lead {
  max-width: 560px;
  margin: 0;
  color: #5d6974;
  font-size: 18px;
  line-height: 1.85;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #17352d;
  background: #ecf6f1;
  border: 1px solid #d9ebe4;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.product-primary-action,
.product-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 800;
}

.product-primary-action {
  color: #fff !important;
  background: #2f8f6f;
}

.product-primary-action:hover {
  background: #267a5f;
  text-decoration: none;
}

.product-secondary-action {
  color: #1f2933 !important;
  background: #fff;
  border: 1px solid #dfe7eb;
}

.product-secondary-action:hover {
  color: #2f8f6f !important;
  border-color: #2f8f6f;
  text-decoration: none;
}

.product-visual-card {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 38, 58, 0.08);
}

.product-visual-card:before {
  content: "";
  position: absolute;
  inset: 22px;
  background: #f0f6f3;
  border-radius: 8px;
}

.product-visual-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-spec-section,
.product-feature-section,
.product-detail-image-section,
.related-products-section {
  padding: 54px 0;
}

.product-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.product-section-heading h2 {
  margin: 0;
  color: #1f2933;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 800;
}

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 38, 58, 0.06);
}

.product-spec-item {
  min-height: 104px;
  padding: 22px;
  border-right: 1px solid #edf2f4;
  border-bottom: 1px solid #edf2f4;
}

.product-spec-item:nth-child(4n) {
  border-right: 0;
}

.product-spec-item:nth-last-child(-n+4) {
  border-bottom: 0;
}

.product-spec-item span {
  display: block;
  margin-bottom: 8px;
  color: #7a8792;
  font-size: 14px;
  line-height: 1.4;
}

.product-spec-item strong {
  display: block;
  color: #1f2933;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-feature-card {
  min-height: 210px;
  padding: 30px;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 38, 58, 0.05);
}

.product-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #fff;
  background: #2f8f6f;
  border-radius: 50%;
  font-weight: 800;
}

.product-feature-card h3 {
  margin: 0 0 12px;
  color: #1f2933;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.product-feature-card p {
  margin: 0;
  color: #64717d;
  line-height: 1.75;
}

.product-detail-image {
  overflow: hidden;
  padding: 18px;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 38, 58, 0.06);
}

.product-detail-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.related-product-card {
  display: block;
  overflow: hidden;
  color: #1f2933;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 38, 58, 0.05);
}

.related-product-card:hover {
  color: #1f2933;
  border-color: #2f8f6f;
  text-decoration: none;
}

.related-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f4f7f8;
}

.related-product-card strong {
  display: block;
  padding: 20px 20px 6px;
  font-size: 20px;
  line-height: 1.35;
}

.related-product-card span {
  display: block;
  padding: 0 20px 22px;
  color: #2f8f6f;
  font-weight: 800;
}

.news-list-section {
  padding: 86px 0;
  background: #f7f9fb;
}

.news-list-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.news-list-heading span {
  display: block;
  margin-bottom: 8px;
  color: #2f8f6f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-list-heading h2 {
  margin: 0 0 14px;
  color: #1f2933;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 800;
}

.news-list-heading p {
  margin: 0;
  color: #64717d;
  line-height: 1.8;
}

.news-list-grid {
  display: grid;
  gap: 22px;
}

.news-list-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 22px;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 38, 58, 0.05);
}

.news-list-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.news-list-card time {
  display: block;
  margin-bottom: 8px;
  color: #73808c;
  font-size: 14px;
  font-weight: 700;
}

.news-list-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.news-list-card h3 a {
  color: #1f2933;
}

.news-list-card h3 a:hover {
  color: #2f8f6f;
  text-decoration: none;
}

.news-list-card p {
  margin: 0;
  color: #64717d;
  line-height: 1.75;
}

.product-list-heading {
  margin: 0 0 34px;
  color: #1f2933;
  text-align: center;
}

.product-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -12px auto 34px;
}

.product-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  color: #1f2933;
  background: #f5f8f7;
  border: 1px solid #e1ebe7;
  border-radius: 20px;
  font-weight: 700;
}

.product-category-nav a:hover,
.product-category-nav a.active {
  color: #fff;
  background: #2f8f6f;
  border-color: #2f8f6f;
  text-decoration: none;
}

.icon-box .icon-box-title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.35;
}

.tm-sc-funfact .title {
  font-size: 20px;
  line-height: 1.3;
}

.service-title {
  font-size: 22px;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .features-block {
    padding: 34px 24px;
  }

  .feature-card {
    min-height: auto;
  }
}

.home-news-links {
  padding: 90px 0;
  background: #f7f9fb;
}

.home-news-panel,
.home-links-panel {
  height: 100%;
  padding: 34px;
  background: #fff;
  border: 1px solid #e7edf2;
  box-shadow: 0 14px 34px rgba(22, 38, 58, 0.06);
}

.home-section-heading {
  margin-bottom: 24px;
}

.home-section-heading span {
  display: block;
  margin-bottom: 6px;
  color: #2f8f6f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-section-heading h2,
.home-section-heading h3 {
  margin: 0;
  color: #1f2933;
  font-size: 28px;
  line-height: 1.25;
}

.home-news-list {
  display: grid;
  gap: 16px;
}

.home-news-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid #edf1f5;
  color: inherit;
}

.home-news-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.home-news-item:hover {
  text-decoration: none;
}

.home-news-item time {
  color: #73808c;
  font-size: 14px;
  line-height: 1.5;
}

.home-news-item h3,
.home-news-item h4 {
  margin: 0 0 8px;
  color: #1f2933;
  font-size: 18px;
  line-height: 1.35;
}

.home-news-item p {
  margin: 0;
  color: #64717d;
  line-height: 1.7;
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-link-grid a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  color: #1f2933;
  background: #f4f7f8;
  border-left: 3px solid #2f8f6f;
  font-weight: 600;
}

.home-link-grid a:hover {
  color: #fff;
  background: #2f8f6f;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .page-title .title {
    font-size: 32px;
  }

  .section-title h2,
  .home-products-heading h2,
  .contact-info-box h2,
  .product-list-heading {
    font-size: 26px;
  }

  .product-section-title {
    font-size: 23px;
  }

  .product-detail-title {
    font-size: 30px;
  }

  .home-section-heading h2,
  .home-section-heading h3 {
    font-size: 24px;
  }

  .service-title,
  .feature-card .feature-title,
  .tm-sc-blog .entry-title,
  .icon-box .icon-box-title {
    font-size: 19px;
  }

  .home-news-links {
    padding: 60px 0;
  }

  .home-news-panel,
  .home-links-panel {
    padding: 24px;
  }

  .home-news-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-link-grid {
    grid-template-columns: 1fr;
  }
}

.scrollToTop {
  display: none;
}

.scrollToTop.is-visible {
  display: block;
}

header#header .header-nav-col-row {
  align-items: center;
  flex-wrap: nowrap;
}

header#header .header-nav-col-row > .col-sm-auto:first-child {
  flex: 0 0 auto;
  max-width: 430px;
}

header#header .header-nav-col-row > .col-sm-auto:last-child {
  flex: 1 1 auto;
  max-width: calc(100% - 430px);
  min-width: 0;
}

header#header .site-brand,
header#header .menuzord-brand {
  display: flex;
  align-items: center;
  max-width: 430px;
  margin-right: 0;
}

header#header .site-brand img,
header#header .menuzord-brand img {
  max-height: 58px;
  max-width: 410px;
  width: auto;
}

header#header #top-primary-nav {
  width: 100%;
  padding: 0;
}

header#header #top-primary-nav .menuzord-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  float: none;
  width: 100%;
  white-space: nowrap;
}

header#header #top-primary-nav .menuzord-menu > li {
  float: none;
}

header#header #top-primary-nav .menuzord-menu > li > a {
  position: relative;
  padding: 9px 10px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

header#header #top-primary-nav .menuzord-menu > li.active > a,
header#header #top-primary-nav .menuzord-menu > li:hover > a {
  color: #2f8f6f;
  background: #f1faf6;
}

header#header #top-primary-nav .menuzord-menu li .indicator {
  margin-left: 6px;
  font-size: 12px;
}

header#header #top-primary-nav .menuzord-menu ul.dropdown {
  min-width: 180px;
  padding: 8px 0;
  border: 1px solid #e6edf0;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(18, 44, 62, 0.12);
}

header#header #top-primary-nav .menuzord-menu ul.dropdown li a {
  padding: 11px 18px;
  color: #4c5963;
  font-size: 15px;
  line-height: 1.45;
}

header#header #top-primary-nav .menuzord-menu ul.dropdown li:hover > a {
  padding-left: 22px;
  padding-right: 14px;
  color: #2f8f6f;
  background: #f7fbfa;
}

@media (min-width: 1200px) and (max-width: 1320px) {
  header#header #top-primary-nav .menuzord-menu {
    gap: 0;
  }

  header#header #top-primary-nav .menuzord-menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }

  header#header .header-nav-col-row > .col-sm-auto:first-child,
  header#header .site-brand,
  header#header .menuzord-brand {
    max-width: 380px;
  }

  header#header .header-nav-col-row > .col-sm-auto:last-child {
    max-width: calc(100% - 380px);
  }

  header#header .site-brand img,
  header#header .menuzord-brand img {
    max-width: 360px;
    max-height: 52px;
  }
}

.contact-page-section,
.news-detail-section {
  padding: 86px 0;
  background: #f7f9fb;
}

.contact-intro {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.contact-intro span,
.contact-map-copy span {
  display: block;
  margin-bottom: 8px;
  color: #2f8f6f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-intro h2 {
  margin: 0 0 16px;
  color: #1f2933;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}

.contact-intro p {
  margin: 0;
  color: #64717d;
  font-size: 17px;
  line-height: 1.8;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: stretch;
}

.contact-primary,
.contact-service-panel,
.contact-map-panel,
.news-article,
.news-side-card {
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(22, 38, 58, 0.06);
}

.contact-primary {
  display: grid;
  gap: 22px;
  padding: 30px;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-card {
  min-height: 176px;
  padding: 26px;
  background: #f7faf9;
  border: 1px solid #e7efed;
  border-radius: 8px;
}

.contact-card-featured {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  min-height: auto;
  background: #17352d;
  border-color: #17352d;
}

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #fff;
  background: #2f8f6f;
  border-radius: 50%;
  font-size: 24px;
}

.contact-card-featured .contact-card-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.14);
}

.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: #66737d;
  font-weight: 700;
}

.contact-card-featured span,
.contact-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-card-value {
  display: block;
  color: #1f2933;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
}

.contact-card-featured .contact-card-value {
  color: #fff;
  font-size: 34px;
}

.contact-card p {
  margin: 12px 0 0;
  line-height: 1.7;
}

.contact-service-panel {
  padding: 34px;
}

.contact-service-panel h3,
.contact-map-copy h3,
.news-side-card h3 {
  margin: 0 0 18px;
  color: #1f2933;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.contact-service-panel ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-service-panel li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  color: #55626d;
  line-height: 1.7;
}

.contact-service-panel li span {
  color: #2f8f6f;
  font-weight: 800;
}

.contact-action,
.news-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 24px;
  color: #fff !important;
  background: #2f8f6f;
  border-radius: 8px;
  font-weight: 800;
}

.contact-action:hover,
.news-call:hover {
  background: #267a5f;
  text-decoration: none;
}

.contact-map-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
}

.contact-map-copy p {
  margin: 0;
  color: #64717d;
  line-height: 1.8;
}

.contact-map-box {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 34px;
  text-align: center;
  background: linear-gradient(135deg, #ecf5f1 0%, #f9fbfa 100%);
  border: 1px solid #dfeae7;
  border-radius: 8px;
}

.contact-map-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  color: #fff;
  background: #17352d;
  border-radius: 50%;
  font-size: 26px;
}

.contact-map-box strong {
  display: block;
  margin-bottom: 8px;
  color: #1f2933;
  font-size: 22px;
}

.contact-map-box span {
  color: #64717d;
  line-height: 1.7;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.news-article {
  padding: 44px;
}

.news-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  color: #73808c;
  font-size: 14px;
  font-weight: 700;
}

.news-article-meta span {
  color: #2f8f6f;
}

.news-article h2 {
  margin: 0 0 18px;
  color: #1f2933;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 800;
}

.news-article-lead {
  margin: 0 0 28px;
  color: #55626d;
  font-size: 18px;
  line-height: 1.85;
}

.news-article-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 32px;
  border-radius: 8px;
}

.news-article-body p {
  margin: 0 0 20px;
  color: #3f4b55;
  font-size: 16px;
  line-height: 1.9;
}

.news-article-body blockquote {
  margin: 28px 0;
  padding: 24px 28px;
  color: #17352d;
  background: #eef7f3;
  border-left: 4px solid #2f8f6f;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
}

.news-sidebar {
  display: grid;
  gap: 22px;
}

.news-side-card {
  padding: 28px;
}

.news-side-card a:not(.news-call) {
  display: block;
  padding: 16px 0;
  color: #1f2933;
  border-top: 1px solid #edf1f5;
  font-weight: 700;
  line-height: 1.65;
}

.news-side-card a:not(.news-call):hover {
  color: #2f8f6f;
  text-decoration: none;
}

.news-side-card time {
  display: block;
  margin-bottom: 4px;
  color: #7a8792;
  font-size: 13px;
  font-weight: 600;
}

.news-contact-card p {
  margin: 0;
  color: #64717d;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .contact-layout,
  .contact-map-panel,
  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-detail-copy {
    padding: 0;
  }

  .product-visual-card {
    max-width: 680px;
    margin: 0 auto;
  }

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

  .product-spec-item:nth-child(4n) {
    border-right: 1px solid #edf2f4;
  }

  .product-spec-item:nth-child(2n) {
    border-right: 0;
  }

  .product-spec-item:nth-last-child(-n+4) {
    border-bottom: 1px solid #edf2f4;
  }

  .product-spec-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .related-products-grid {
    grid-template-columns: 1fr;
  }

  .news-list-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .contact-page-section,
  .news-detail-section {
    padding: 58px 0;
  }

  .contact-intro {
    text-align: left;
  }

  .contact-intro h2,
  .news-article h2 {
    font-size: 28px;
  }

  .contact-card-grid,
  .news-sidebar {
    grid-template-columns: 1fr;
  }

  .contact-primary,
  .contact-service-panel,
  .contact-map-panel,
  .news-article,
  .news-side-card {
    padding: 24px;
  }

  .contact-card-featured {
    grid-template-columns: 1fr;
  }

  .contact-card-featured .contact-card-value {
    font-size: 28px;
  }

  .contact-card-value {
    font-size: 19px;
  }

  .news-article-lead {
    font-size: 16px;
  }

  .news-article-body blockquote {
    padding: 20px;
    font-size: 18px;
  }

  .product-detail-hero {
    padding: 58px 0 36px;
  }

  .product-detail-page .product-detail-title {
    font-size: 34px;
  }

  .product-detail-lead {
    font-size: 16px;
  }

  .product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-primary-action,
  .product-secondary-action {
    width: 100%;
  }

  .product-visual-card {
    padding: 18px;
  }

  .product-spec-section,
  .product-feature-section,
  .product-detail-image-section,
  .related-products-section,
  .news-list-section {
    padding: 40px 0;
  }

  .product-section-heading {
    text-align: left;
  }

  .product-section-heading h2 {
    font-size: 26px;
  }

  .product-spec-grid {
    grid-template-columns: 1fr;
  }

  .product-spec-item,
  .product-spec-item:nth-child(2n),
  .product-spec-item:nth-child(4n),
  .product-spec-item:nth-last-child(-n+2),
  .product-spec-item:nth-last-child(-n+4) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #edf2f4;
  }

  .product-spec-item:last-child {
    border-bottom: 0;
  }

  .product-feature-card {
    min-height: auto;
    padding: 24px;
  }

  .product-detail-image {
    padding: 10px;
  }

  .product-category-nav {
    justify-content: flex-start;
  }

  .news-list-heading {
    text-align: left;
  }

  .news-list-heading h2 {
    font-size: 26px;
  }

  .news-list-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

@media (max-width: 1199.98px) {
  #top-primary-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }

  #top-primary-nav-clone {
    display: none !important;
  }

  header#header #top-primary-nav .menuzord-menu {
    display: none;
    align-items: stretch;
    justify-content: initial;
    gap: 0;
    white-space: normal;
  }

  header#header .header-top {
    display: none;
  }

  header#header .header-nav .header-nav-container,
  .menuzord-container {
    box-shadow: 0 8px 24px rgba(18, 44, 62, 0.08);
  }

  header#header {
    position: relative;
    z-index: 60;
  }

  .header-nav-col-row {
    min-height: 66px;
    align-items: center;
  }

  .site-brand,
  .menuzord-brand {
    margin: 10px 0 !important;
  }

  .site-brand img,
  .menuzord-brand img {
    max-height: 44px;
    width: auto;
  }

  .menuzord .showhide {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 92px;
    min-width: 92px;
    height: 46px;
    padding: 0 14px 0 16px;
    border: 1px solid #e5ecef;
    border-radius: 23px;
    background: #f7faf9;
    color: #1f2933;
    box-shadow: 0 6px 18px rgba(18, 44, 62, 0.08);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .menuzord .showhide:before {
    content: "菜单";
    position: absolute;
    left: 16px;
    top: 50%;
    display: block;
    width: 32px;
    color: currentColor;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    transform: translateY(-50%);
  }

  .menuzord .showhide.is-open {
    border-color: #2f8f6f;
    background: #2f8f6f;
    color: #fff;
    box-shadow: 0 10px 24px rgba(47, 143, 111, 0.22);
  }

  .menuzord .showhide.is-open:before {
    content: "关闭";
  }

  .menuzord .showhide em {
    position: absolute;
    right: 14px;
    width: 20px;
    height: 2px;
    margin: 0;
    background: #1f2933;
    border-radius: 2px;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
  }

  .menuzord .showhide em:nth-child(1) {
    top: 15px;
  }

  .menuzord .showhide em:nth-child(2) {
    top: 22px;
  }

  .menuzord .showhide em:nth-child(3) {
    top: 29px;
  }

  .menuzord .showhide.is-open em {
    background: #fff;
  }

  .menuzord .showhide.is-open em:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
  }

  .menuzord .showhide.is-open em:nth-child(2) {
    opacity: 0;
  }

  .menuzord .showhide.is-open em:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
  }

  header#header #top-primary-nav .menuzord-menu.is-open {
    display: block !important;
  }

  .menuzord-responsive .menuzord-menu {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 76px;
    z-index: 50;
    width: auto;
    max-height: calc(100vh - 92px) !important;
    margin-top: 0;
    overflow: hidden auto;
    border: 1px solid #e7edf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 44, 62, 0.18);
  }

  .menuzord-responsive .menuzord-menu:before {
    content: "网站导航";
    display: block;
    padding: 14px 18px 10px;
    color: #7a8792;
    background: #fbfdfc;
    border-bottom: 1px solid #edf2f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .menuzord-responsive .menuzord-menu > li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  .menuzord-responsive .menuzord-menu > li > a,
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 14px 18px !important;
    color: #1f2933;
    border-color: #edf2f4;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    writing-mode: horizontal-tb;
  }

  .menuzord-responsive .menuzord-menu > li.active > a,
  .menuzord-responsive .menuzord-menu > li.submenu-open > a {
    color: #2f8f6f;
    background: #f1faf6;
  }

  .menuzord-responsive .menuzord-menu > li > a:hover,
  .menuzord-responsive .menuzord-menu ul.dropdown li a:hover {
    color: #2f8f6f;
    background: #f7fbfa;
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    width: 48px;
    height: 49px;
    color: #2f8f6f;
    border-left-color: #edf2f4;
    font-size: 20px;
    line-height: 48px;
    transition: transform 180ms ease, background 180ms ease;
  }

  .menuzord-responsive .menuzord-menu li.submenu-open > a .indicator {
    background: #e5f5ee;
    transform: rotate(45deg);
  }

  .menuzord-responsive .menuzord-menu ul.dropdown {
    position: static;
    float: none;
    width: 100%;
    background: #f8fbfa;
    border-bottom: 1px solid #edf2f4;
    box-shadow: none;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li {
    display: block;
    float: none;
    width: 100%;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 34px !important;
    color: #53616c;
    font-size: 14px;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 9px;
    background: #9ab3aa;
    border-radius: 50%;
    vertical-align: 2px;
  }

  .menuzord-responsive .menuzord-menu .scrollable-fix {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }

  .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  header#header .header-top {
    display: none;
  }

  header#header .header-nav .header-nav-container,
  .menuzord-container {
    box-shadow: 0 8px 24px rgba(18, 44, 62, 0.08);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(15, 23, 32, 0.38);
    backdrop-filter: blur(2px);
  }

  header#header {
    position: relative;
    z-index: 60;
  }

  .header-nav-col-row {
    min-height: 62px;
    align-items: center;
  }

  .site-brand,
  .menuzord-brand {
    margin: 10px 0 !important;
  }

  .site-brand img,
  .menuzord-brand img {
    max-height: 42px;
    width: auto;
  }

  #top-primary-nav {
    padding: 0;
  }

  .menuzord .showhide {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 92px;
    min-width: 92px;
    height: 46px;
    padding: 0 14px 0 16px;
    border: 1px solid #e5ecef;
    border-radius: 23px;
    background: #f7faf9;
    color: #1f2933;
    box-shadow: 0 6px 18px rgba(18, 44, 62, 0.08);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .menuzord .showhide:before {
    content: "菜单";
    position: absolute;
    left: 16px;
    top: 50%;
    display: block;
    width: 32px;
    color: currentColor;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    transform: translateY(-50%);
  }

  .menuzord .showhide.is-open {
    border-color: #2f8f6f;
    background: #2f8f6f;
    color: #fff;
    box-shadow: 0 10px 24px rgba(47, 143, 111, 0.22);
  }

  .menuzord .showhide.is-open:before {
    content: "关闭";
  }

  .menuzord .showhide em {
    position: absolute;
    right: 14px;
    width: 20px;
    height: 2px;
    margin: 0;
    background: #1f2933;
    border-radius: 2px;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
  }

  .menuzord .showhide em:nth-child(1) {
    top: 15px;
  }

  .menuzord .showhide em:nth-child(2) {
    top: 22px;
  }

  .menuzord .showhide em:nth-child(3) {
    top: 29px;
  }

  .menuzord .showhide.is-open em {
    background: #fff;
  }

  .menuzord .showhide.is-open em:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
  }

  .menuzord .showhide.is-open em:nth-child(2) {
    opacity: 0;
  }

  .menuzord .showhide.is-open em:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
  }

  .menuzord-responsive .menuzord-menu {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 72px;
    z-index: 50;
    width: auto;
    max-height: calc(100vh - 86px) !important;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #e7edf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 44, 62, 0.18);
  }

  .menuzord-responsive .menuzord-menu:before {
    content: "网站导航";
    display: block;
    padding: 14px 18px 10px;
    color: #7a8792;
    background: #fbfdfc;
    border-bottom: 1px solid #edf2f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .menuzord-responsive .menuzord-menu > li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  .menuzord-responsive .menuzord-menu > li > a,
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 14px 18px !important;
    color: #1f2933;
    border-color: #edf2f4;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    writing-mode: horizontal-tb;
  }

  .menuzord-responsive .menuzord-menu > li.active > a {
    color: #2f8f6f;
    background: #f1faf6;
  }

  .menuzord-responsive .menuzord-menu > li.submenu-open > a {
    color: #2f8f6f;
    background: #f1faf6;
  }

  .menuzord-responsive .menuzord-menu > li > a:hover,
  .menuzord-responsive .menuzord-menu ul.dropdown li a:hover {
    color: #2f8f6f;
    background: #f7fbfa;
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    width: 48px;
    height: 49px;
    color: #2f8f6f;
    border-left-color: #edf2f4;
    font-size: 20px;
    line-height: 48px;
    transition: transform 180ms ease, background 180ms ease;
  }

  .menuzord-responsive .menuzord-menu li.submenu-open > a .indicator {
    background: #e5f5ee;
    transform: rotate(45deg);
  }

  .menuzord-responsive .menuzord-menu ul.dropdown {
    position: static;
    float: none;
    width: 100%;
    background: #f8fbfa;
    border-bottom: 1px solid #edf2f4;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li {
    display: block;
    float: none;
    width: 100%;
  }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 34px !important;
    color: #53616c;
    font-size: 14px;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 9px;
    background: #9ab3aa;
    border-radius: 50%;
    vertical-align: 2px;
  }

  .menuzord-responsive .menuzord-menu .scrollable-fix {
    display: none;
  }

  .home-slider {
    height: 430px;
    min-height: 430px;
  }

  .home-slider:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.16));
  }

  .home-slider-content {
    left: 18px;
    right: 18px;
    max-width: none;
    padding-right: 0;
  }

  .home-slider-content h1 {
    max-width: 9em;
    margin-bottom: 12px;
  }

  .home-slider-content p {
    max-width: 22em;
    line-height: 1.65;
  }

  .features-block {
    margin-top: -42px !important;
    margin-bottom: 46px !important;
    padding: 0;
  }

  .features-block .floating-icon {
    display: none;
  }

  .features-block .row {
    row-gap: 12px;
  }

  .feature-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 2px 14px;
    min-height: auto;
    margin-bottom: 0 !important;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(18, 44, 62, 0.08);
  }

  .feature-card-icon {
    grid-row: 1 / span 3;
    width: 42px;
    height: 42px;
    margin: 0;
    font-size: 13px;
  }

  .feature-card-kicker {
    margin: 0;
    font-size: 11px;
  }

  .feature-card .feature-title {
    margin: 0;
    line-height: 1.25;
  }

  .feature-card .feature-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-card-action {
    display: none;
  }

  .section-content,
  .container.pt-100,
  .container.pb-100,
  .container.pt-90,
  .container.pb-90,
  .container.pt-100.pb-70,
  .container.pt-100.pb-100 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .page-title .container {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .page-title .title {
    margin-bottom: 0;
  }

  .image-box {
    margin-bottom: 34px !important;
  }

  .image-box .image1 {
    border-radius: 8px;
  }

  .image-box .floating-img1,
  .hours-tag,
  .company-founder {
    display: none !important;
  }

  .tm-sc-unordered-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 0;
  }

  .tm-sc-unordered-list ul li {
    margin: 0;
    padding: 10px 12px;
    background: #f5f8f7;
    border-radius: 8px;
    list-style: none;
    font-size: 14px;
  }

  .have-question {
    margin-bottom: 24px;
    padding: 18px;
    border-radius: 8px;
    background: #f4faf7;
  }

  .funfact-area {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tm-sc-funfact.funfact {
    min-height: 132px;
    margin-bottom: 0 !important;
    padding: 20px 12px;
    border-radius: 8px;
  }

  .tm-sc-funfact.funfact img {
    width: 42px;
    margin-bottom: 12px !important;
  }

  .tm-sc-funfact .counter {
    font-size: 30px !important;
  }

  .service-item,
  .tm-sc-blog {
    overflow: hidden;
    margin-bottom: 18px !important;
    border-radius: 8px;
  }

  .service-thumb,
  .tm-sc-blog .post-thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f4f7f8;
  }

  .service-thumb img,
  .tm-sc-blog .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-content {
    padding: 18px !important;
  }

  .service-link {
    min-height: 44px;
    padding: 12px 18px !important;
    font-size: 14px;
  }

  .home-products-section {
    background-position: center top !important;
  }

  .home-products-section > .container {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .home-products-heading {
    margin-bottom: 24px !important;
    text-align: left !important;
  }

  .home-products-heading h2 {
    max-width: 9em;
  }

  .home-products-heading p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
  }

  .home-products-section .section-content {
    padding: 0 !important;
  }

  .home-products-section .section-content > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-products-section .row {
    row-gap: 14px;
  }

  .home-products-section .service-item {
    position: relative;
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 136px;
    margin-bottom: 0 !important;
    background: #fff;
    border: 1px solid rgba(231, 237, 242, 0.9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .home-products-section .service-thumb {
    aspect-ratio: auto;
    height: 100%;
    min-height: 136px;
  }

  .home-products-section .service-thumb a {
    display: block;
    height: 100%;
  }

  .home-products-section .service-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 18px 16px 58px !important;
    background: #fff;
  }

  .home-products-section .service-title,
  .home-products-section .service-title a {
    color: #1f2933 !important;
  }

  .home-products-section .service-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
  }

  .home-products-section .service-link {
    position: absolute;
    right: 14px;
    bottom: 14px;
    min-height: 34px;
    padding: 7px 12px !important;
    color: #fff !important;
    background: #2f8f6f;
    border-radius: 17px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
  }

  .home-products-section .service-link:after {
    content: ">";
    margin-left: 6px;
  }

  .home-products-more {
    display: block;
    margin-top: 22px;
  }

  .home-products-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    color: #1f2933;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }

  .home-products-more a:after {
    content: ">";
    margin-left: 8px;
    color: #2f8f6f;
  }

  .bg-size-cover .container {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .bg-size-cover .row > [class*="col"] {
    text-align: center;
  }

  .bg-size-cover img {
    max-width: 72%;
  }

  .home-news-links {
    padding: 48px 0;
  }

  .home-news-panel,
  .home-links-panel {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(22, 38, 58, 0.05);
  }

  .home-news-list {
    gap: 0;
  }

  .home-news-item {
    padding: 16px 0;
  }

  .home-news-item h3,
  .home-news-item h4 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .home-news-item p {
    font-size: 14px;
    line-height: 1.65;
  }

  .home-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-link-grid a {
    justify-content: center;
    min-height: 46px;
    padding: 0 10px;
    border-left: 0;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
  }

  .contact-info-box {
    text-align: left;
  }

  .contact-info-box .icon-box {
    min-height: auto;
    margin-bottom: 14px !important;
    padding: 20px !important;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    background: #fff;
  }

  footer#footer .footer-widget-area .container {
    padding-top: 46px !important;
    padding-bottom: 24px !important;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer-brand {
    padding-bottom: 2px;
  }

  .site-footer-brand img {
    max-width: 158px;
    margin-bottom: 16px;
  }

  .site-footer-title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .site-footer-brand p,
  .site-footer-action p,
  .site-footer-qrcode p {
    font-size: 14px;
    line-height: 1.75;
  }

  .site-footer-contact li {
    grid-template-columns: 44px 1fr;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
  }

  .site-footer-call {
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
  }

  .site-footer-qrbox {
    width: 126px;
    height: 126px;
  }

  footer#footer .widget,
  footer#footer .mb-20 {
    margin-bottom: 22px !important;
  }

  footer#footer h4 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .footer-bottom .container {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .footer-paragraph {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 380px) {
  .home-slider-content h1 {
    font-size: 29px;
  }

  .home-link-grid,
  .tm-sc-unordered-list ul,
  .funfact-area {
    grid-template-columns: 1fr;
  }
}
