/* Project overrides */
#logo_header,
#mobile-logo_header,
#logo_footer {
  max-width: 210px;
  height: auto;
}

.tf-header .logo-site img,
.mobile-nav-wrap .logo img {
  display: block;
}

.iy-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf-header .header-right .iy-cta-btn {
  min-height: 46px;
  padding: 12px 22px;
  font-size: 15px;
  white-space: nowrap;
}

.tf-header .header-right {
  gap: 10px;
}

.tf-topbar .tf-container.w-1780,
.tf-header .tf-container.w-1780 {
  max-width: 1380px;
}

.tf-topbar a,
.tf-footer a {
  color: inherit;
}

.tf-topbar.style-2 .infor-list a {
  font-size: 13px !important;
  line-height: 17px !important;
}

.tf-topbar.style-2 .infor-list .icon i {
  font-size: 17px !important;
}

.topbar-inner .infor-list a:hover,
.tf-topbar.style-2 .infor-list a:hover {
  color: #fff !important;
}

.tf-header.style-2 .nav-list .item:hover > a,
.tf-header.style-2 .nav-list .item.has-child a:hover::after,
.tf-header.style-2 .nav-list .item:hover > a::after {
  color: #111 !important;
}

.tf-header.style-2 .nav-list .item:hover > a::before {
  background-color: #111 !important;
}

.tf-header.style-2 .nav-list .item.current > a,
.tf-header.style-2 .nav-list .item.current > a span,
.tf-header.style-2 .nav-list .item.current > a::after {
  color: #111 !important;
}

.tf-header.style-2 .nav-list .item.current > a::before {
  background-color: #111 !important;
  transform: scaleX(1) !important;
}

@media (max-width: 767px) {
  #logo_header,
  #mobile-logo_header,
  #logo_footer {
    max-width: 170px;
  }

  .tf-header .header-right .iy-header-actions {
    display: none;
  }
}


/* Product dropdown */
.header-inner .product-menu-item {
  position: relative;
}

.header-inner .product-dropdown {
  width: 560px;
  left: 50%;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
  background-color: var(--Bg-2) !important;
  transform: translateX(-50%) perspective(500px) rotateY(20deg);
}

.header-inner .nav-list .item:hover .product-dropdown {
  transform: translateX(-50%) perspective(500px) rotateY(0);
}

.header-inner .product-dropdown li {
  width: 100%;
}

.header-inner .product-dropdown a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.25;
  white-space: normal;
}

.header-inner .product-dropdown a:hover,
.header-inner .product-dropdown a:hover span {
  background: transparent !important;
  color: #fff !important;
}

.header-inner .product-dropdown a span::after,
.tf-header.style-2 .sub-nav a:hover span::after {
  background-color: #fff !important;
}

.header-inner .product-dropdown a:hover span::after {
  width: 100% !important;
}

/* Mobile menu layout */
.mobile-nav-wrap .mobile-main-nav {
  border-bottom: 0;
}

.mobile-nav-wrap .mobile-main-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav-wrap .mobile-main-nav .menu > .menu-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.mobile-nav-wrap .mobile-main-nav .menu > .menu-item:first-child {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.mobile-nav-wrap .item-menu-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
  text-decoration: none;
  font-family: "Public Sans", sans-serif;
}

.mobile-nav-wrap .item-menu-mobile.current {
  color: #8fc31a;
}

.mobile-nav-wrap .menu-item-has-children-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile {
  margin-bottom: 0;
}

.mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile i {
  font-size: 10px;
  color: #111;
}

.mobile-nav-wrap .inner-mobile-nav .logo {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 44px;
}

.mobile-nav-wrap .mobile-nav-close {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0;
}

.mobile-nav-wrap .mobile-product-menu {
  padding: 4px 0 10px;
  margin: 0;
  list-style: none;
}

.mobile-nav-wrap .mobile-product-menu .menu-item a {
  padding: 10px 0 10px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #47585b;
  text-decoration: none;
  display: block;
}

.mobile-nav-wrap .mobile-product-menu .menu-item a:hover {
  color: #8fc31a;
}

.mobile-nav-wrap .bottom {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 20px;
}

.mobile-nav-wrap .bottom .title {
  margin-bottom: 12px;
  font-size: 18px;
}

.mobile-nav-wrap .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav-wrap .contact-list li + li {
  margin-top: 10px;
}

.mobile-nav-wrap .contact-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}


/* Home slider typography */
.page-title-home-2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.page-title-home-2 .tf-container.w-1780 {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-title-home-2 .tf-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-title-home-2 .tf-container .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-title-home-2 .slider-home-2,
.page-title-home-2 .slide-home-2,
.page-title-home-2 .image,
.page-title-home-2 .image img {
  width: 100%;
}

.page-title-home-2 .image img {
  display: block;
  object-fit: cover;
}

.page-title-home-2 .slide-home-2 .content-wrap .content {
  text-align: center;
}

.hero-safety-copy {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.hero-safety-copy .hero-kicker {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-safety-copy .hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-safety-copy .hero-brand {
  margin: 18px 0 28px;
  font-size: clamp(17px, 2vw, 28px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.36em;
}

.hero-discover-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 50px;
  padding: 13px 34px;
  border: 2px solid #8fd115;
  border-radius: 999px;
  background: #fff;
  color: #202020;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}

.hero-discover-btn:hover {
  background: #8fd115;
  color: #fff;
}

@media (max-width: 767px) {
  .hero-safety-copy .hero-kicker {
    font-size: 22px;
  }

  .hero-safety-copy .hero-title {
    font-size: 34px;
  }

  .hero-safety-copy .hero-brand {
    margin: 14px 0 20px;
    font-size: 16px;
    letter-spacing: 0.22em;
  }

  .hero-discover-btn {
    min-width: 130px;
    min-height: 44px;
    padding: 11px 24px;
    font-size: 16px;
  }
}

/* Home category carousel */
.home-category-section {
  padding: 34px 0 18px;
  background: #fff;
  overflow: hidden;
}

.category-heading {
  margin-bottom: 28px;
}

.category-heading .category-kicker,
.category-heading span {
  display: block;
  margin-bottom: 4px;
  color: #8fc31a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.box-benefit .title,
.box-benefit h3.title {
  display: block;
  margin: 0;
  font: inherit;
}

.box-benefit h3.title a {
  color: inherit;
  text-decoration: none;
}

.mobile-button,
.mobile-nav-close {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.category-nav {
  border: 0;
}

.category-heading h2 {
  line-height: 1;
  letter-spacing: 0.48em;
  font-weight: 500;
}

.category-heading h2 {
  margin: 0;
  color: #111;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
 
}

.category-slider-wrap {
  position: relative;
  padding: 0 34px;
}

.category-card {
  position: relative;
  display: block;
  height: 380px;
  overflow: hidden;
  border-radius: 15px;
  background: #f3f3f3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.category-card::after {
  display: none;
}

.category-card .category-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.category-card .category-name {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 20px;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.category-card:hover img {
  transform: translateY(-6px) scale(1.04);
}

.category-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #8fc31a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%);
  cursor: pointer;
}

.category-prev {
  left: 0;
}

.category-next {
  right: 0;
}

@media (max-width: 767px) {
  .home-category-section {
    padding: 28px 0 10px;
  }

  .category-slider-wrap {
    padding: 0 16px;
  }

  .category-card {
    height: 245px;
  }

  .category-card img {
    object-position: center -4px;
  }

  .category-card .category-name {
    font-size: 14px;
  }
}

/* Corporate intro block */
.iy-benefit-section {
  padding-top: 70px;
}

.iy-benefit-section .content-wrap {
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1380px;
  margin: 0 auto;
}

.iy-benefit-section .image {
  max-width: 620px;
  flex: 0 0 48%;
}

.iy-benefit-section .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.iy-benefit-section .iy-corporate-text {
  margin-bottom: 22px;
}

.iy-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8fc31a;
  font-weight: 700;
}

.iy-read-more:hover {
  color: #173e43;
}

.iy-page-section {
  padding-top: 90px;
}

.iy-page-text {
  font-size: 18px;
  line-height: 1.9;
}

.iy-page-hero {
  position: relative;
  width: 100vw;
  min-height: 330px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.iy-page-hero-bg,
.iy-page-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iy-page-hero-bg img {
  object-fit: cover;
}

.iy-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 17, 0.58);
}

.iy-page-hero .tf-container {
  position: relative;
  z-index: 2;
  min-height: 330px;
  display: flex;
  align-items: center;
}

.iy-page-hero-content {
  color: #fff;
}

.iy-page-hero-content p {
  margin-bottom: 8px;
  color: #8fc31a;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.iy-page-hero-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
  font-weight: 800;
}

.iy-page-hero-content h1 {
  font-size: 48px;
  font-weight: 500;
}

.iy-corporate-page-section {
  padding-top: 90px;
}

.iy-corporate-page-section .wrap-2 {
  margin-top: 60px;
}

.iy-corporate-full-text {
  font-size: 17px;
  line-height: 1.85;
}

/* Contact page */
.iy-contact-section {
  padding: 90px 0 0;
}

.iy-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 58px;
}

.iy-contact-card {
  min-height: 205px;
  padding: 38px 28px 32px;
  border-radius: 4px;
  background: #f1f1f1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.iy-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff;
  color: #14104d;
}

.iy-contact-icon i {
  font-size: 22px;
  line-height: 1;
}

.iy-contact-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.iy-contact-card p,
.iy-contact-card a {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.iy-map-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.iy-map-wrap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

/* Solutions page */
.iy-solutions-section {
  padding: 90px 0 40px;
  overflow: hidden;
}

.iy-solution-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.iy-solution-row:not(:last-child) {
  margin-bottom: 74px;
}

.iy-solution-row.reverse .iy-solution-text {
  order: 2;
}

.iy-solution-row.reverse .iy-solution-image {
  order: 1;
}

.iy-solution-title-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
}

.iy-solution-title-wrap h2 {
  margin: 0;
  color: #202426;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}

.iy-solution-title-wrap span {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.45);
}

.iy-solution-text p {
  margin: 0;
  color: #242424;
  font-size: 16px;
  line-height: 1.75;
  max-width: 620px;
}

.iy-solution-image {
  --mx: 0px;
  --my: 0px;
  overflow: hidden;
  border-radius: 8px;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: transform 0.18s ease-out, opacity 0.6s ease, filter 0.6s ease;
  will-change: transform;
}

.iy-solution-image img {
  display: block;
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.iy-solution-row.from-left .iy-solution-text {
  animation: iySlideFromLeft 0.85s ease both;
}

.iy-solution-row.from-left .iy-solution-image {
  animation: iySlideFromRight 0.85s ease both;
}

.iy-solution-row.from-right .iy-solution-text {
  animation: iySlideFromRight 0.85s ease both;
}

.iy-solution-row.from-right .iy-solution-image {
  animation: iySlideFromLeft 0.85s ease both;
}

@keyframes iySlideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-55px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes iySlideFromRight {
  from {
    opacity: 0;
    transform: translateX(55px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.iy-benefit-section .box-benefit {
  min-height: 255px;
  padding: 30px 34px 28px;
  background: #f1f8df;
}

.iy-benefit-section .box-benefit:hover {
  background: #edf7d4;
}

.iy-benefit-section .box-benefit .icon {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border: 1px solid rgba(143, 195, 26, 0.24);
  background: #fff;
  color: #8fc31a;
}

.iy-benefit-section .box-benefit .icon i {
  font-size: 22px;
  line-height: 1;
}

.iy-benefit-section .box-benefit .title,
.iy-benefit-section .box-benefit .title a {
  margin-bottom: 18px;
  color: #173e43;
  font-weight: 700;
  line-height: 1.3;
}

.iy-benefit-section .box-benefit .line {
  margin-bottom: 22px;
  background-color: rgba(23, 62, 67, 0.14);
}

.iy-benefit-section .box-benefit .text {
  display: block;
  color: #47585b;
  line-height: 1.7;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.s-cta {
  margin-top: 100px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.s-cta .tf-container.w-1780 {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.s-cta .tf-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.s-cta .tf-container .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.s-cta .wrap {
  width: 100vw;
  min-height: 300px;
  border-radius: 0;
  overflow: hidden;
}

.s-cta .bg-image,
.s-cta .bg-image .rellax {
  width: 100%;
  min-height: 370px;
}

.s-cta .bg-image img {
  width: 100%;
  min-height: 370px;
  height: 370px;
  object-fit: cover;
}

.s-cta .tf-overlay,
.s-cta .content {
  display: none;
}

.iy-cta-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1380px, calc(100% - 60px));
  min-height: 100%;
  
  transform: translate(-50%, -50%);
}

.iy-cta-content p {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.15;
  font-weight: 700;
  max-width: 760px;
}

.iy-cta-content p span {
  display: block;
}

.iy-cta-content .iy-cta-light {
  font-size: 0.92em;
  font-weight: 300;
}

.iy-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.iy-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.iy-cta-catalog {
  background: var(--Bg-2);
}

.iy-cta-catalog:hover {
  background: #152f36;
}

.iy-cta-call {
  background: var(--Bg-2);
}

.iy-cta-call:hover {
  background: #152f36;
}

.iy-cta-whatsapp {
  background: #25d366;
}

.iy-cta-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* White footer */
.iy-footer {
  background: #fff !important;
  color: #111 !important;
  padding: 70px 0 0;
}

.iy-footer .tf-container {
  max-width: 1380px;
}

.iy-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 52px;
  padding-bottom: 48px;
}

.iy-footer-logo {
  display: inline-block;
  margin-bottom: 22px;
}

.iy-footer-logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.iy-footer-social {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iy-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  color: #111 !important;
}

.iy-footer-social a:hover {
  background: #8fc31a;
  border-color: #8fc31a;
  color: #fff !important;
}

.iy-footer-social svg {
  width: 16px;
  height: 16px;
}

.iy-footer-title {
  margin: 0 0 20px;
  color: #111 !important;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.iy-footer-list,
.iy-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iy-footer-list li,
.iy-footer-contact li {
  color: #111;
  font-size: 15px;
  line-height: 1.55;
}

.iy-footer-list li:not(:last-child),
.iy-footer-contact li:not(:last-child) {
  margin-bottom: 10px;
}

.iy-footer a {
  color: #111 !important;
}

.iy-footer a:hover {
  color: #8fc31a !important;
}

.iy-footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.iy-footer-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.iy-footer-policy strong {
  color: #111;
  font-size: 16px;
  font-weight: 800;
}

.iy-footer-policy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iy-footer-policy a {
  color: #111 !important;
  font-size: 16px;
  font-weight: 600;
}

.iy-footer-bottom p {
  margin: 0;
  color: #111;
  font-size: 16px;
}

.iy-footer-bottom p a {
  color: #111 !important;
  font-weight: 700;
}

.iy-footer-agency-text,
.iy-footer-agency {
  color: #111 !important;
  font-size: 16px;
  font-weight: 400;
}

.iy-footer-agency:hover {
  color: #8fc31a !important;
}

.iy-heart {
  color: #111;
}

.iy-footer-bottom-social {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.iy-footer-social.small {
  gap: 8px;
}

.iy-footer-social.small a {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.iy-footer .footer-go-top {
  position: static !important;
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #8fc31a;
  align-items: center;
  justify-content: center;
  transform: none !important;
  color: #fff !important;
}

.iy-footer .footer-go-top i {
  color: #fff !important;
  font-size: 8px;
}

.progress-wrap {
  display: none !important;
}

.iy-fixed-actions {
  position: fixed;
  right: 22px;
  bottom: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.iy-fixed-action {
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  box-shadow: none !important;
  transition: transform 0.25s ease;
}

.iy-fixed-action:hover {
  color: #fff !important;
  transform: translateY(-4px);
  box-shadow: none !important;
}

.iy-fixed-action svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.iy-fixed-whatsapp {
  background: #35b90f;
}

.iy-fixed-phone {
  background: #f04b24;
}

.iy-fixed-location {
  background: #2178ed;
}

@media (max-width: 991px) {
  .iy-benefit-section .content-wrap {
    gap: 30px;
  }

  .iy-benefit-section .image {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .iy-benefit-section .image img {
    height: 360px;
  }

  .iy-contact-cards {
    grid-template-columns: 1fr;
  }

  .iy-map-wrap iframe {
    height: 300px;
  }

  .iy-solution-row,
  .iy-solution-row.reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .iy-solution-row.reverse .iy-solution-text,
  .iy-solution-row.reverse .iy-solution-image {
    order: unset;
  }

  .iy-solution-title-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .iy-solution-title-wrap h2 {
    white-space: normal;
  }

  .iy-solution-image img {
    height: 230px;
  }

  .s-cta {
    margin-top: 45px;
  }

  .s-cta .wrap {
    min-height: 320px;
    display: flex;
    align-items: center;
  }

  .s-cta .bg-image,
  .s-cta .bg-image .rellax {
    min-height: 100%;
    height: 100%;
  }

  .s-cta .bg-image img {
    min-height: 100%;
    height: 100%;
    object-fit: cover;
  }

  .iy-cta-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    min-height: auto;
    padding: 28px 20px;
  }

  .iy-cta-content p {
    font-size: 22px;
    max-width: 100%;
  }

  .iy-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .iy-cta-actions .iy-cta-btn {
    width: 100%;
    min-height: 48px;
    padding: 13px 20px;
  }

  .iy-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (max-width: 575px) {
  .s-cta .wrap {
    min-height: 300px;
  }

  .iy-cta-content {
    padding: 24px 16px;
    gap: 16px;
  }

  .iy-cta-content p {
    font-size: 20px;
    line-height: 1.25;
  }

  .iy-footer-grid {
    grid-template-columns: 1fr;
  }

  .iy-fixed-actions {
    right: 16px;
    bottom: 18px;
    gap: 9px;
  }

  .iy-fixed-action {
    width: 46px;
    height: 46px;
  }

  .iy-fixed-action svg {
    width: 21px;
    height: 21px;
  }

  .iy-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .iy-footer-policy {
    align-items: flex-start;
    flex-direction: column;
  }

  .iy-footer-policy ul,
  .iy-footer-bottom-social {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

.iy-products-section {
  padding: 90px 0 80px;
  background: #fff;
}

.iy-products-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: flex-start;
}

.tf-header {
  position: relative;
  top: auto;
}

.iy-product-sidebar {
  position: static;
  top: auto;
  padding: 26px 22px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.06);
}

.iy-product-sidebar h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
}

.iy-product-sidebar ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 8px;
}

.iy-product-sidebar ul a {
  display: flex;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f7f8f4;
  color: #111 !important;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
}

.iy-product-sidebar ul a:hover,
.iy-product-sidebar ul a.active {
  padding-left: 18px;
  background: #85b919;
  color: #fff !important;
}

.iy-sidebar-catalog {
  display: block;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.iy-sidebar-catalog:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
}

.iy-sidebar-catalog img {
  display: block;
  width: 100%;
  height: auto;
}

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

.iy-product-card {
  display: flex;
  min-height: 100%;
  padding: 22px 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.iy-product-card:hover {
  border-color: rgba(133, 185, 25, 0.45);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
  transform: translateY(-4px);
}

.iy-product-image-btn {
  display: flex;
  width: 100%;
  height: 230px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.iy-product-image-btn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.iy-product-card h3 {
  min-height: 50px;
  margin: 0 0 16px;
  color: #111;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.iy-product-order-btn {
  display: inline-flex;
  min-width: 170px;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #85b919;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.iy-product-order-btn:hover {
  background: #6fa10f;
  transform: translateY(-2px);
}

.iy-products-empty {
  padding: 34px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f7f8f4;
  text-align: center;
}

.iy-products-empty p {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}

.iy-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  padding: 30px;
  background: rgba(0, 0, 0, 0.78);
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.iy-product-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.iy-product-lightbox-content {
  position: relative;
  width: min(760px, 100%);
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  transform: scale(0.95);
  transition: transform 0.25s ease;
}

.iy-product-lightbox.active .iy-product-lightbox-content {
  transform: scale(1);
}

.iy-product-lightbox-content img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.iy-product-lightbox-content p {
  margin: 18px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.iy-product-lightbox-close {
  position: absolute;
  top: 22px;
  right: 28px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #85b919;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  cursor: pointer;
}

.iy-policy-section {
  padding: 85px 0 80px;
  background: #fff;
}

.iy-policy-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.07);
}

.iy-policy-content h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 34px;
  font-weight: 800;
}

.iy-policy-content h3 {
  margin: 30px 0 12px;
  color: #111;
  font-size: 21px;
  font-weight: 800;
}

.iy-policy-content p {
  margin: 0 0 16px;
  color: #333;
  font-size: 16px;
  line-height: 1.85;
}

@media (max-width: 1199px) {
  .iy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .iy-products-layout {
    grid-template-columns: 1fr;
  }

  .iy-product-sidebar {
    position: static;
  }

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

  .iy-products-section {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .iy-product-grid {
    grid-template-columns: 1fr;
  }

  .iy-product-lightbox {
    padding: 16px;
  }

  .iy-product-lightbox-close {
    top: 12px;
    right: 12px;
  }

  .iy-policy-content {
    padding: 26px 20px;
  }

  .iy-policy-content h2 {
    font-size: 27px;
  }
}
