/* utils */
section.grintex-our_benefits {
  /*
  height: 100vh;
  min-height: 100vh;
  */
  padding: clamp(40px, 20 * (100vw - 375px) / 905 + 40px, 60px) 0;
  text-align: center;
  position: relative;
}
section.grintex-our_benefits .additional-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}
section.grintex-our_benefits .additional-back > div {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 12rem;
  filter: blur(64px);
}
section.grintex-our_benefits .additional-back > div:first-child {
  top: 5rem;
  left: 2.5rem;
  background-color: rgb(220, 252, 231);
}
section.grintex-our_benefits .additional-back > div:last-child {
  right: 2.5rem;
  bottom: 5rem;
  background-color: rgb(209, 250, 229);
}
section.grintex-our_benefits .container,
section.grintex-our_benefits .container > .row {
  height: 100%;
}
section.grintex-our_benefits .home-benefits .home-benefits-title {
  font-size: clamp(36px, 12 * (100vw - 375px) / 905 + 36px, 48px);
  margin-bottom: 12px;
  font-weight: 700;
}
section.grintex-our_benefits .home-benefits .home-benefits-content {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 60px;
  font-weight: 300;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item {
  position: relative;
  transition: transform var(--transition);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 24px;
  background-color: rgb(229, 231, 235);
  box-shadow: 0 10px 15px -3px rgba(209, 213, 219, 0.3), 0 4px 6px -4px rgba(209, 213, 219, 0.3);
  padding-top: 20px;
  position: relative;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-icon .home-benefits-timeline-item-icon-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #4ade80;
  opacity: 0;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-icon svg {
  height: 32px;
  width: 32px;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity var(--transition);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-content {
  font-size: 0.875rem;
  line-height: 1.375;
  font-weight: 300;
  color: rgb(75, 85, 99);
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity var(--transition);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-additional {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.75rem;
  color: rgb(22, 163, 74);
  background-color: rgb(240, 253, 244);
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  transition: opacity var(--transition);
  position: relative;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active {
  transform: translateY(-16px);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-title,
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-content,
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-additional {
  opacity: 1;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-icon {
  animation: iconPulse 2s ease-in-out infinite 0.6s;
  background-image: linear-gradient(to bottom right, #22c55e, #059669);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-icon .home-benefits-timeline-item-icon-pulse {
  opacity: 0.5;
  animation: pulseRing 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  z-index: -1;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-icon svg {
  color: white !important;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-additional {
  animation: highlightPulse 2s ease-in-out infinite 1.1s, highlightGradient 3s ease infinite 0.8s;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.viewed .home-benefits-timeline-item-title,
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.viewed .home-benefits-timeline-item-content,
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.viewed .home-benefits-timeline-item-additional {
  opacity: 1;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.viewed .home-benefits-timeline-item-icon {
  background-image: linear-gradient(to bottom right, #22c55e, #059669);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.viewed .home-benefits-timeline-item-icon svg {
  color: white !important;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .timeline-line {
  height: 8px;
  position: absolute;
  top: 72px;
  border-radius: 4px;
  background-color: rgb(229, 231, 235);
  width: 76%;
  left: 12%;
  display: block;
  z-index: 5;
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .timeline-line:before {
  content: "";
  border-radius: 4px;
  background: linear-gradient(to right, #16a34a, #10b981, #16a34a);
  top: 0;
  left: 0;
  width: 100%;
  max-width: 17%;
  position: absolute;
  display: block;
  height: 8px;
  transition: max-width var(--transition);
}
section.grintex-our_benefits .home-benefits .home-benefits-timeline .timeline-line:after {
  content: "";
  width: 56px;
  height: 56px;
  background: url("../../img/arrow.svg") no-repeat center center;
  top: -24px;
  position: absolute;
  left: calc(17% - 46px);
  animation: arrowMove 1.2s ease-in-out infinite;
  transition: left var(--transition);
}
section.grintex-our_benefits .home-benefits .home-benefits-pagination {
  margin-top: 64px;
}
section.grintex-our_benefits .home-benefits .home-benefits-pagination .home-benefits-pagination-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 8px;
}
section.grintex-our_benefits .home-benefits .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-text-before {
  color: rgb(107, 114, 128);
  font-weight: 300;
}
section.grintex-our_benefits .home-benefits .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-text-after {
  font-weight: 400;
  color: var(--text-green);
  display: none;
}
section.grintex-our_benefits .home-benefits .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item {
  height: 4px;
  width: 32px;
  background-color: rgb(209, 213, 219);
  max-width: 16px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 2px;
}
section.grintex-our_benefits.class-1 .timeline-line:after {
  left: calc(40% - 46px) !important;
}
section.grintex-our_benefits.class-1 .timeline-line:before {
  max-width: 40% !important;
}
section.grintex-our_benefits.class-2 .timeline-line:after {
  left: calc(61% - 46px) !important;
}
section.grintex-our_benefits.class-2 .timeline-line:before {
  max-width: 61% !important;
}
section.grintex-our_benefits.class-3 .timeline-line:after {
  left: calc(83% - 46px) !important;
}
section.grintex-our_benefits.class-3 .timeline-line:before {
  max-width: 83% !important;
}
section.grintex-our_benefits.class-4 .timeline-line:after {
  left: calc(100% - 46px) !important;
}
section.grintex-our_benefits.class-4 .timeline-line:before {
  max-width: 100% !important;
}
section.grintex-our_benefits.step-0 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item:first-child {
  max-width: 32px;
  background-color: var(--text-green);
}
section.grintex-our_benefits.class-1 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item:nth-child(2) {
  max-width: 32px;
  background-color: var(--text-green);
}
section.grintex-our_benefits.class-2 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item:nth-child(3) {
  max-width: 32px;
  background-color: var(--text-green);
}
section.grintex-our_benefits.class-3 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item:nth-child(4) {
  max-width: 32px;
  background-color: var(--text-green);
}
section.grintex-our_benefits.class-4 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item:nth-child(5) {
  max-width: 32px;
  background-color: var(--text-green);
}
section.grintex-our_benefits.class-5 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-items .home-benefits-pagination-item:nth-child(6) {
  max-width: 32px;
  background-color: var(--text-green);
}
section.grintex-our_benefits.class-5 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-text-before {
  display: none;
}
section.grintex-our_benefits.class-5 .home-benefits-pagination .home-benefits-pagination-text .home-benefits-pagination-text-after {
  display: block;
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 15px -3px rgba(34, 197, 94, 0.4), 0 4px 6px -2px rgba(34, 197, 94, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 25px -5px rgba(34, 197, 94, 0.5), 0 8px 10px -4px rgba(34, 197, 94, 0.4);
  }
}
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes highlightGradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes highlightPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(22, 163, 74, 0.3);
  }
}
@keyframes arrowMove {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
@media all and (max-width: 991px) {
  section.grintex-our_benefits {
    min-height: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline {
    flex-direction: column;
    justify-content: left;
    text-align: left;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .timeline-line {
    width: 8px;
    height: 87%;
    top: 15px;
    left: 32px;
    z-index: -1;
    background: linear-gradient(to bottom, #16a34a, #10b981, #16a34a);
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item {
    position: relative;
    min-height: 90px;
    margin-bottom: 16px;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-icon {
    margin: 0 12px 24px 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #22c55e, #059669);
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-icon svg {
    color: white !important;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-icon .home-benefits-timeline-item-icon-pulse {
    display: none;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item.active .home-benefits-timeline-item-icon {
    animation: none !important;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-title,
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-content,
  section.grintex-our_benefits .home-benefits .home-benefits-timeline .home-benefits-timeline-item .home-benefits-timeline-item-additional {
    margin-left: 90px;
    opacity: 1;
  }
  section.grintex-our_benefits .home-benefits .home-benefits-pagination {
    display: none;
  }
}
/*# sourceMappingURL=our_benefits.css.map */
