@import "variables.css";
@import "global.css";
@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "color.css";
@import "navigation.css";
@import "header.css";
@import "footer.css";
@import "budget.css";
@import "store.css";

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-BlackItalic.woff2") format("woff2"),
    url("../fonts/lato/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.fw-600 {
  font-weight: 600;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-40 {
  border-radius: 40px;
}

.news-blog:hover .news__image > img {
  transform: scale(1.2);
}

@media (max-width: 1599px) {
  .main-block2 {
    min-height: 480px;
  }
}

.main-block2--steps .main-block2-step {
  opacity: 0;
  transform: translateY(20px);
}

.main-block2--steps .main-block2-step.animate {
  animation: fadeInUp 0.8s forwards;
}

.main-block2--steps .main-block2-step {
  opacity: 0;
  transform: translateY(20px);
  /* slight slide-up effect */
  animation: fadeInUp 0.8s forwards;
}

/* Keyframes for the blink/appear effect */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-block2--steps .col-md-3:nth-child(1) .main-block2-step {
  animation-delay: 0.2s;
}

.main-block2--steps .col-md-3:nth-child(2) .main-block2-step {
  animation-delay: 0.4s;
}

.main-block2--steps .col-md-3:nth-child(3) .main-block2-step {
  animation-delay: 0.6s;
}

.main-block2--steps .col-md-3:nth-child(4) .main-block2-step {
  animation-delay: 0.8s;
}

/* Start state (hidden) */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

/* Active state (visible) */
.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0px);
}

body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header .wrap {
  position: relative;
  /* max-width: none; */
}

.wrap {
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  max-width: 1100px;
  /* default for small screens */
}

@media (max-width: 767px) {
  .wrap {
    padding: 0 16px;
  }
}

@media (min-width: 1600px) {
  .wrap {
    max-width: 1440px;
  }
}

@media (min-width: 2600px) {
  .wrap {
    max-width: 1610px;
  }
}

.title-h2 {
  font-size: 44px;
  line-height: 120%;
  margin: 0;
}

@media (max-width: 1599px) {
  .header-wrap {
    justify-content: space-between;
  }
}

@media (max-width: 2599px) {
  .header-wrap {
    gap: 0 20px;
  }
}

.header-wrap {
  display: flex;
  align-items: center;
  gap: 0 40px;
  max-width: none;
  margin: 0 auto;
}

/* content */
@media (max-width: 1599px) {
  .main-first {
    padding: 80px 0;
  }
}

.main-first {
  padding: 88px 0;
}

/*  */

.main-block2-step {
  position: relative;
  z-index: 3;
  /* opacity: 0; */
}

.main-block2--steps-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://tumodo.io/img/graph-2.svg) left bottom 170px no-repeat;
  background-size: 1530px auto;
  transition: max-width 2s linear;
  max-width: 0;
}

@media (max-width: 2599px) {
  .main-block2--steps-bg {
    background-position: left bottom 205px;
    background-size: 1360px auto;
  }
}

@media (max-width: 1599px) {
  .main-block2--steps-bg {
    background-size: 1020px auto;
  }
}

.main-block2--steps._visible .main-block2--steps-bg {
  max-width: 100%;
}

@media (max-width: 1099px) {
  .main-block2-step {
    width: calc(50% - 10px);
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .main-block2-step {
    padding-top: 0;
    width: 100%;
    padding-right: 160px;
  }
}

@media (max-width: 2599px) {
  .main-block2-step--1 .main-block2-step__image {
    justify-content: flex-start;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .main-block2-step__image {
    width: 160px !important;
    right: -16px;
    align-items: flex-start;
  }
}

@media (max-width: 1099px) {
  .main-block2-step__image {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    padding: 0 !important;
  }
}

.main-block2-step__text {
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 1599px) {
  .main-block2-step__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-block2-step__text {
    max-width: 340px;
  }
}

@media (max-width: 1099px) {
  .main-block2-step__text {
    max-width: 200px;
    position: relative;
    z-index: 1;
    font-size: 12px;
  }
}

/* FAQ */

.faq-list .faq-item .faq-item-question {
  max-width: 597px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  padding-right: 30px;
  transition: color 0.3s linear;
}

.faq-wrap .faq-item .faq-item-question:hover {
  opacity: 0.5;
}

.faq-item.active .icofont-rounded-down {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.faq-item .icofont-rounded-down {
  transition: transform 0.3s;
}

@media (max-width: 1099px) {
  .faq-wrap .faq-item .faq-item-question {
    padding-right: 38px;
  }
}

@media (max-width: 1599px) {
  .faq-wrap .faq-item .faq-item-question {
    font-size: 18px;
  }
}

/* End FAQ */

/* calculate your savings with eninrac */

.num-employee .checkbox-item input[type="radio"]:checked ~ span,
.num-employee .checkbox-item input[type="radio"]:checked {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  font-weight: 600;
  border-radius: 0.375rem;
}

/*  */

/* Force Owl stage to animate continuously */

body {
  margin: 0;
  padding: 0;
}

.logo-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.logo-carousel img {
  max-width: 100px;
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.logo-carousel img:hover {
  transform: scale(1.1);
}

.logo-carousel .owl-stage {
  display: flex;
  animation: ticker 120s linear infinite;
  align-items: center;
}

/* Keyframes for ticker effect */
@keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
    /* Move half stage width for loop */
  }
}

/* end 300 companies trust enin */

/* trial contact form */
.trial-contact-form {
  max-width: 660px;
  margin: 0 auto;
}

.trial-form-top {
  position: relative;
  max-width: 606px;
  margin: 0 auto 40px;
}

@media (max-width: 1599px) {
  .trial-contact-form {
    max-width: 530px;
  }

  .trial-form-top p {
    font-size: 18px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 2599px) {
  .trial-form-top {
    margin-bottom: 32px;
  }
}

/* trial form end */

/* scroll section */
.scroll-section {
  display: flex;
  justify-content: center;
  /* padding: 50px 0px; */
}

.scroll-list {
  display: flex;
  width: 100%;
  max-width: 1200px;
}

.scroll-list-texts {
  flex: 1;
}

.scroll-list-item {
  margin-bottom: 150px;
}

.scroll-list-item:last-child {
  margin-bottom: 40px;
}

.scroll-list-image {
  position: sticky;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.scroll-list-image img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    margin-top: 15px;
  }

  .scroll-list-image {
    display: none;
  }
}

.scroll-list-item__number {
  font-size: 18px;
  line-height: 140%;
  color: #0055fe;
  margin-bottom: 32px;
}

.scroll-list-item__text p {
  font-size: 18px;
  line-height: 120%;
  margin-top: 0;
}

@media (max-width: 1599px) {
  .scroll-list-item__number {
    margin-bottom: 24px;
  }

  h2,
  .title-h2 {
    font-size: 32px;
  }
}

/* end */

/* Support chat */
.support-chat__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}

/* Start hidden */
.support-chat__item > div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.support-chat__item > div.show {
  opacity: 1;
  transform: translateY(0);
}

.support-chat__person {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.support-chat__phrase {
  max-width: 310px;
  background-color: #cedeff;
  position: relative;
  padding: 16px;
}

.support-chat__phrase-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
}

.support-chat__phrase-info .name {
  font-size: 14px;
  color: #000;
}

.support-chat__phrase p {
  font-size: 18px;
  line-height: 120%;
  margin: 0;
}

.chat-client .support-chat__phrase::after {
	border-top: 10px solid #cedeff;
	border-right: 10px solid #cedeff;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: 0;
}

.support-chat__phrase:after {
  position: absolute;
  content: "";
  border-top: 10px solid #f7f8fa;
  border-left: 10px solid #f7f8fa;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
}

.chat-support .support-chat__phrase:after {
  left: 0;
}

.support-chat__phrase::after {
	position: absolute;
	content: "";
	border-top: 10px solid #f7f8fa;
	border-left: 10px solid #f7f8fa;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 100%;
}

@media (max-width: 2599px) {
  .support-chat__phrase p {
    font-size: 16px;
  }
}

@media (max-width: 1599px) {
  .support-chat__phrase-info .name {
    font-size: 12px;
  }

  .support-chat__phrase p {
    font-size: 14px;
  }

  .support-chat__person {
    width: 40px;
    height: 40px;
  }

  .companies-logotips img {
    width: 40px;
    height: 40px;
  }
}

.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* support chat end */

.companies-logotips img:first-child {
  z-index: 5;
}

.companies-logotips img:nth-child(2) {
  z-index: 4;
}

.companies-logotips img + img {
  margin-left: -24px;
  position: relative;
}

/* footer */

.footer {
  position: relative;
  padding: 100px 0;
  background: #fff;
  border-radius: 60px 60px 0 0;
  margin-top: 100px;
}

.footer-top {
  gap: 40px 20px;
  padding-bottom: 32px;
}

.footer-top__title {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #404040;
  -webkit-user-select: none;
  user-select: none;
}

.footer-nav-column ul a {
  color: #000;
}

@media (max-width: 2599px) {
  .footer {
    padding: 80px 0;
  }
}

@media (max-width: 1599px) {
  .footer {
    border-radius: 44px 44px 0 0;
    margin-top: 44px;
  }

  .footer-top__title {
    font-size: 18px;
  }

  .footer-nav-column ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer {
    border-radius: 32px 32px 0 0;
    margin-top: 44px;
  }

  .footer-top {
    gap: 40px 16px;
    padding-bottom: 8px;
  }
}

/* side image */
.main-first--enin-image {
  position: absolute;
  top: 70px;
  right: 100%;
  margin-right: -120px;
  width: auto;
  z-index: -1;
  display: none;
}

.main-first--enin .main-first--enin-image {
  display: block;
}

.main-first--enin-image img {
  max-width: none;
}

@media screen and (max-width: 1599px) {
  .main-first--enin-image {
    margin-right: -80px;
  }

  .main-first--enin-image img {
    height: 360px;
  }
}

/* services */

.service-top-item {
  position: relative;
  padding: 40px;
  border-radius: 40px;
  z-index: 5;
  min-height: 451px;
}

.service-top-item--title {
  width: 61%;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 2599px) {
  .service-top-item--title {
    width: 83%;
  }
}

@media (max-width: 1599px) {
  .page-service .title-img-wrap {
    padding: 32px 0;
    margin-bottom: 20px;
  }

  .service-top-item--title {
    font-size: 18px;
  }

  .service-top-item {
    min-height: 390px;
    padding: 32px;
    border-radius: 24px;
  }
}

.service-top-item--img {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

@media (max-width: 2599px) {
  .service-top-item--img {
    width: 75%;
    top: initial;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1620px) {
  .service-top-item:first-child .service-top-item--img {
    right: 30px;
    top: inherit;
    bottom: 25px;
    width: 75%;
    height: fit-content;
    border-radius: 5px;
  }
}

.service-top-item--img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: right bottom;
  object-fit: scale-down;
}

.about-values-text {
  max-width: 880px;
}

/* form image */
.trial-form--tumodo-image {
  position: absolute;
  top: -32px;
  right: 100%;
  z-index: -1;
  margin-right: -25%;
}

.trial-form--tumodo-image img {
  max-width: none;
  position: static;
  width: auto;
  height: 400px;
}

.trial-form-wrapper > picture,
.trial-form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1599px) {
  .trial-form--tumodo-image {
    top: -60px;
  }

  .trial-form--tumodo-image img {
    height: 325px;
  }
}

/* webinar */

.webinar-info-item {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 130%;
}

.webinar-info-item__label {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-right: 8px;
}

.webinar-info-item__value {
  opacity: 0.7;
}

.webinar-info ul li {
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
  line-height: 120%;
  font-size: 20px;
}

.webinar-info ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 0.5em;
}

.webinar-info ul li:before {
  background-color: #fff;
}

/* webinar form */

.trial-form {
  max-width: 606px;
  margin: 0 auto;
}

.webinar-form {
  width: 600px;
  flex-shrink: 0;
  background-color: #e6eeff;
  padding: 40px;
  border-radius: 40px;
}

.trial-form__input input {
  box-shadow: 0px 4px 8px 0px rgba(165, 165, 165, 0.19);
}

@media (max-width: 2599px) {
  .webinar-info-item {
    margin-bottom: 16px;
  }

  .webinar-info-data {
    padding-bottom: 12px;
  }

  .webinar-info ul li {
    font-size: 18px;
  }

  .webinar-form {
    width: 413px;
    padding: 32px;
  }
}

@media (max-width: 1599px) {
  .webinar-info-item {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .webinar-info-data {
    padding-bottom: 22px;
  }

  .webinar-info-item__label i {
    font-size: 16px;
  }

  .webinar-info ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .trial-form {
    max-width: 530px;
  }
}

/* Theme */
.themes {
  margin-top: 44px;
  margin-bottom: 72px;
}

.theme {
  padding: 32px;
  border-radius: 40px;
}

.title-h3 {
  font-size: 36px;
  line-height: 120%;
  margin: 0;
}

.theme__title {
  margin-bottom: 16px;
}

.target__text {
  font-size: 18px;
  line-height: 140%;
}

.enin_speaker-title {
  font-size: 24px;
  line-height: 130%;
  opacity: 0.8;
  color: #808080;
}

.theme__icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.speaker__photo {
  height: 330px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1599px) {
  .theme__icon img {
    width: 44px;
    height: 44px;
  }

  .title-h3 {
    font-size: 24px;
  }

  .target__text {
    font-size: 16px;
    line-height: 150%;
  }

  .enin_speaker-title {
    font-size: 18px;
  }

  .speaker__photo {
    height: 200px;
  }
}

.enin-team-item__image {
  width: 312px;
  height: 312px;
  margin-bottom: 14px;
  border-radius: 50%;
  overflow: hidden;
}

.enin-team-item-name {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 8px;
}

.enin-team-item__position {
  margin-bottom: 8px;
  line-height: 130%;
}

.faq-wrap .faq-wrap__left p {
  font-size: 20px;
}

.faq-block--tumodo-image {
  display: none;
  position: absolute;
  z-index: -1;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
  top: 100%;
  margin-top: -190px;
  left: -75px;
}

.advantages-wrap {
  padding: 160px 0 160px 0;
  background: #f7f8fa;
}

.advantages-box__left h2 {
  margin-bottom: 44px;
}

.faq-wrap .faq-wrap__left p {
  font-size: 20px;
}

.faq-block--tumodo-image {
  display: none;
  position: absolute;
  z-index: -1;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
  top: 100%;
  margin-top: -190px;
  left: -75px;
}

.dropAnimation {
  opacity: 0;
}

.animate-top-bottom {
  opacity: 1;
  transform: translateY(0%);
  animation: animate-top-bottom 1s ease-in-out;
}

@keyframes animate-top-bottom {
  0% {
    transform: translateY(-400%);
  }

  90% {
    transform: translateY(-10%);
  }

  90% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

.service-top-item-lottie {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  width: 100%;
  height: 60%;
  z-index: -1;
}

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  transition: background-color 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

.accordion-header:hover {
  background-color: #f8fafc;
}

.accordion-header.active {
  background-color: #f8fafc;
}

.accordion-title {
  flex: 1;
  padding-right: 20px;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: #64748b;
}

.accordion-icon.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f8fafc;
}

.accordion-content.active {
  max-height: 200px;
  padding: 20px 24px;
}

.accordion-text {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* Chevron icon styles */
.chevron {
  width: 20px;
  height: 20px;
  position: relative;
}

.chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.chevron.up::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.available-tiles-wrap {
  padding: 100px 0px 100px;
}

.available-tiles-wrap h2 {
  margin-bottom: 44px;
}

.available-tile {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}

.available-tile--img {
  margin-bottom: 24px;
  height: 144px;
}

.available-tile--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.available-tile--title {
  color: #404040;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

.available-tile p {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 16px 0;
}

.service-top-item-lottie {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  width: 100%;
  height: 60%;
  z-index: -1;
}

.service-tiles .service-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 155px;
  border-radius: 40px;
  overflow: hidden;
  min-height: 627px;
}

._light-grey-bg {
  background-color: #f7f8fa;
}

.service-tiles .service-tile--title {
  color: #0055fe;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}

.service-tiles .service-tile p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

@media screen and (max-width: 2599px) {
  .enin-team-item__image {
    width: 266px;
    height: 266px;
  }

  .enin-team-item-name {
    font-size: 24px;
    line-height: 130%;
  }

  .enin-team-item__position {
    font-size: 18px;
  }

  .available-tile p {
    font-size: 16px;
  }

  .service-tiles .service-tile {
    min-height: 560px;
    padding: 20px 115px;
  }
}

@media screen and (max-width: 1599px) {
  .enin-team-item__image {
    width: 160px;
    height: 160px;
    margin-bottom: 12px;
  }

  .enin-team-item-name {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 4px;
  }

  .enin-team-item__position {
    font-size: 14px;
  }

  .available-tile {
    padding: 32px;
    min-height: 392px;
  }

  .available-tile--title {
    margin-bottom: 18px;
  }

  .available-tile p {
    font-size: 14px;
  }

  .service-tiles .service-tile {
    min-height: 415px;
    padding: 20px 53px 20px 87px;
    border-radius: 24px;
  }

  .service-tiles .service-tile--title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .service-tiles .service-tile p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {
  .advantages-wrap {
    padding: 60px 0 190px 0;
  }

  .available-titles-wrap .available-tile {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .advantages-wrap {
    padding: 60px 0 180px 0;
  }

  .available-tiles-wrap h2 {
    margin-bottom: 32px;
  }

  .available-titles-wrap .available-tile {
    width: 100%;
    border-radius: 24px;
  }

  .available-titles-wrap .available-tile .available-tile--title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.video-block__play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-block__play i {
  font-size: 50px;
  color: #fff;
  transition: color 0.2s linear;
  display: inline-block;
}

.video-block__play i:hover {
  color: var(--primary-500);
}

.main-block2-step__image {
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  padding-left: 8px;
}

.main-block2-step--1 .main-block2-step__image {
  justify-content: flex-end;
}

.main-block2-step--2 .main-block2-step__image {
  padding-bottom: 0;
}

.main-block2-step--4 .main-block2-step__image {
  justify-content: flex-start;
}

@media screen and (max-width: 1599px) {
  .main-first--enin-image {
    margin-right: -80px;
  }

  .main-first--enin-image img {
    height: 360px;
  }

.main-first__text {
	max-width: 400px;
}

  .video-block {
    height: 314px;
  }

  .video-block__play i {
    font-size: 55px;
  }

  .main-block2-step--1 .main-block2-step__image {
    width: 165px;
  }

  .main-block2-step--2 .main-block2-step__image {
    width: 162px;
  }

  .main-block2-step--3 .main-block2-step__image {
    width: 164px;
  }

  .main-block2-step--4 .main-block2-step__image {
    width: 175px;
  }

  .main-block2-step__image {
    height: 200px;
  }
}

@media screen and (max-width: 2599px) {
  .main-block2-step--3 .main-block2-step__image {
    padding-bottom: 0;
    padding-top: 12px;
  }

  .main-block2-step--4 .main-block2-step__image {
    justify-content: center;
    padding-left: 32px;
  }
}

/* about */
.about-block {
  padding: 80px 0;
  border-radius: 44px;
}

.about-card-wrapper {
  height: 160vh;
}

.about-cards-item {
  min-height: 90vh;
}

.about-features__item {
  min-height: 250px;
}

.about-card__icon,
.about-features__icon {
  flex-grow: 1;
  margin-bottom: 24px;
}

.value-card {
  padding: 32px;
  border-radius: 24px;
  background-color: #eeeeec;
}

.value-card__icon {
  margin-bottom: 40px;
}

.value-card__icon img {
  display: block;
  width: 60px;
  height: 60px;
}

.about-features__icon img,
.value-item__icon img {
  width: 60px;
  height: 60px;
}

.fs-12 {
  font-size: 12px;
}

/*  */
.press-release .news {
  border-radius: 32px;
  padding: 24px;
  background: #fff;
  color: #000000;
}

.border-radius-24 {
  border-radius: 24px;
}

/*  */

.service-tile .owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

.service-tile .owl-carousel .item {
  transform: scale(0.85);
  transition: transform 0.4s ease-in-out;
}

.service-tile .owl-carousel .owl-item.active.center .item,
.service-tile .owl-carousel .owl-item.active .item {
  transform: scale(0.9);
}

/* eninrac accordion */
.enin-accordion .accordion-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.enin-accordion .accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.enin-accordion .accordion-item:last-child {
  border-bottom: none;
}

.enin-accordion .accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  transition: background-color 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

.enin-accordion .accordion-header:hover {
  background-color: #f8fafc;
}

.enin-accordion .accordion-header.active {
  background-color: #f8fafc;
}

.enin-accordion .accordion-title {
  flex: 1;
  padding-right: 20px;
}

.enin-accordion .accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: #64748b;
}

.enin-accordion .accordion-icon.rotated {
  transform: rotate(180deg);
}

.enin-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f8fafc;
}

.enin-accordion .accordion-content.active {
  max-height: 200px;
  padding: 20px 24px;
}

.enin-accordion .accordion-text {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.enin-accordion .chevron {
  width: 20px;
  height: 20px;
  position: relative;
}

.enin-accordion .chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.enin-accordion .chevron.up::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.space {
  padding: 120px 0 220px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .space {
    padding: 80px 0 180px 0;
  }
}

@media screen and (max-width: 2599px) {
  .space {
    padding: 90px 0 180px 0;
  }
}

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  transition: background-color 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

.accordion-header:hover {
  background-color: #f8fafc;
}

.accordion-header.active {
  background-color: #f8fafc;
}

.accordion-title {
  flex: 1;
  padding-right: 20px;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: #64748b;
}

.accordion-icon.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f8fafc;
}

.accordion-content.active {
  max-height: 200px;
  padding: 20px 24px;
}

.accordion-text {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* Chevron icon styles */
.chevron {
  width: 20px;
  height: 20px;
  position: relative;
}

.chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.chevron.up::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.scroll-parent {
  width: 100%;
  height: 110px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.scroll-content {
  display: flex;
  gap: 10px;
  height: 100%;
  align-items: center;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-content.right {
  animation-name: scrollRight;
  animation-duration: 15s;
}

.scroll-content.left {
  animation-name: scrollLeft;
  animation-duration: 15s;
}

.scroll-item {
  min-width: 150px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c1bdff;
  font-size: 14px;
  flex-shrink: 0;
  background-color: #827cff;
}

.carousel-container {
  height: 100%;
}

.threedcarosule .carousel-wrapper {
  background: #e1e2ee;
  max-width: 500px;
  margin: auto;
  min-height: 460px;
  height: auto;
}

.payment__value {
  font-size: 36px;
  line-height: 120%;
  flex-grow: 1;
  margin-bottom: 32px;
}

.carousel-slide.p-3.next-1 div,
.carousel-slide.p-3.next-2 div {
  visibility: hidden;
}

@media screen and (max-width: 2599px) {
  .payment__value {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.threedcarosule .carousel-container {
  max-width: 700px;
  width: 100%;
  position: relative;
}

.threedcarosule .carousel-track {
  position: relative;
  height: 100%;
  width: 100%;
}

.threedcarosule .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  max-width: 380px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-height: 180px;
}

.threedcarosule .carousel-slide:nth-child(1) {
  z-index: 4;
  transform: scale(1) translateX(0);
}

.threedcarosule .carousel-slide:nth-child(2) {
  z-index: 3;
  transform: scale(0.7) translateX(35%);
  opacity: 0.8;
}

.threedcarosule .carousel-slide:nth-child(3) {
  z-index: 2;
  transform: scale(0.5) translateX(85%);
  opacity: 0.6;
}

.threedcarosule .carousel-slide.active {
  z-index: 10 !important;
  transform: scale(1) translateX(0) !important;
  opacity: 1 !important;
}

.threedcarosule .carousel-slide.next-1 {
  z-index: 9 !important;
  transform: scale(0.7) translateX(35%) !important;
  opacity: 0.8 !important;
}

.threedcarosule .carousel-slide.next-2 {
  z-index: 8 !important;
  transform: scale(0.5) translateX(85%) !important;
  opacity: 0.6 !important;
}

.threedcarosule .trips-count {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.threedcarosule .offer-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 300px;
  margin: 0 auto;
}

.threedcarosule .carousel-nav {
  top: 50%;
  width: 30px;
  height: 30px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.threedcarosule .carousel-nav:hover {
  background: #f8fafc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.threedcarosule .carousel-nav svg {
  width: 24px;
  height: 24px;
  fill: #4b5563;
  transition: fill 0.3s ease;
}

.threedcarosule .carousel-nav:hover svg {
  fill: #1f2937;
}

@media screen and (max-width: 768px) {
  .threedcarosule .carousel-nav {
    width: 40px;
    height: 40px;
  }

  .threedcarosule .carousel-slide {
    padding: 30px 20px;
    left: 10%;
    width: 85%;
    max-width: 300px;
  }

  .threedcarosule .carousel-slide.active {
    transform: scale(1) translateX(0);
  }

  .threedcarosule .carousel-slide.next-1 {
    transform: scale(0.7) translateX(35%);
  }

  .threedcarosule .carousel-slide.next-2 {
    transform: scale(0.5) translateX(85%);
  }

  .threedcarosule .trips-count {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .threedcarosule .carousel-nav.prev {
    left: 5px;
    top: 20px;
    transform: none;
  }

  .threedcarosule .carousel-nav.next {
    right: 5px;
    top: 20px;
    transform: none;
  }

  .threedcarosule .carousel-slide {
    left: 5%;
    width: 80%;
    max-width: 280px;
  }

  .threedcarosule .carousel-slide.active {
    left: 5% !important;
  }

  .threedcarosule .carousel-slide.next-1 {
    left: 5% !important;
    transform: scale(1) translateX(0) !important;
  }

  .threedcarosule .carousel-slide.next-2 {
    left: 5% !important;
    transform: scale(0.7) translateX(35%) !important;
  }

  .threedcarosule .trips-count {
    font-size: 1.8rem;
  }

  .threedcarosule .offer-description {
    font-size: 12px;
  }
}

/* Stats container */
.stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

/* Individual stat cards */
.stat {
  background: linear-gradient(135deg, #f9fbff, #eef3f8);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
}

.stat:hover {
  background: linear-gradient(135deg, #eaf5ff, #d9f1ff);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stat .label {
  font-size: 0.9rem;
  color: #444;
  font-weight: 500;
}

.stat .value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0078d7;
  margin-top: 0.3rem;
}

/* Animation */
.stat {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s forwards;
}

.stat:nth-child(1) {
  animation-delay: 0.2s;
}

.stat:nth-child(2) {
  animation-delay: 0.4s;
}

.stat:nth-child(3) {
  animation-delay: 0.6s;
  background: #41f94163;
}

.news__image {
  height: 157px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s linear;
}

.news-info__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.news-info__text {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  box-orient: vertical;
  overflow: hidden;
}

.team-item__image {
  width: 160px;
  height: 160px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.facts-block {
  padding: 180px 0;
}

.facts.js-facts-grid {
  height: 1000px;
  transition: height 0.2s linear;
}

.facts-stamp {
  position: absolute;
  left: 30%;
  top: 0;
  width: 40%;
  height: 40px;
}

.fact {
  width: calc(25% - 20px * 3 / 4);
  padding: 32px;
  border-radius: 40px;
  margin-bottom: 20px;
  transition: top 0.8s linear 0.1s, left 0.8s linear 0.1s;
}

.fact:nth-child(2) {
  top: 12%;
  left: 37%;
}

.fact:nth-child(3) {
  top: 0%;
  left: 76%;
}

.fact:nth-child(4) {
  top: 13%;
  left: 74%;
}

.fact:nth-child(5) {
  top: 23%;
  left: 64%;
}

.fact__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.fact__text {
  font-size: 18px;
  line-height: 120%;
}

@media screen and (max-width: 2599px) {
  .facts-block {
    padding: 80px 0 120px;
  }

  /* fact */
  .fact {
    padding: 24px;
    border-radius: 32px;
  }

  .fact__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }

  .fact__text {
    font-size: 16px;
  }
}

.border-radius-32 {
  border-radius: 32px;
}

.contact-tabs {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #0055fe;
}

.contact-tabs .contact-tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-radius: 12px;
  gap: 0 10px;
  transition: background 0.2s linear;
}

.contact-tabs .contact-tab span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.contact-tabs .contact-tab._active span {
  color: white;
}

.contact-tabs .contact-tab._active {
  cursor: context-menu;
  pointer-events: none;
  background: #0055fe;
}

.contact-content-elem {
  display: none;
}

.contact-content-elem._active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1599px) {
  .contact-tabs {
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    gap: 0 4px;
  }

  .contact-tabs .contact-tab {
    gap: 0 4px;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .contact-tabs .contact-tab span {
    font-size: 12px;
  }
}

/* contact form */
form.form-contacts-wrap {
  max-width: 770px;
  margin: 10px auto;
}

.form-contacts-wrap input,
.form-contacts-wrap select {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  max-width: 100%;

  border-radius: 6px;
}

form.form-contacts-wrap label {
  font-weight: 500;
}

.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 3rem 1rem;
  background: center top no-repeat;
  background-size: cover;
}

/* subtle overlay to keep text readable when using an image */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

/* top-right small text */
.powered {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 0.9rem;
  color: var(--muted);
  z-index: 3;
  white-space: nowrap;
}

.powered .brand {
  color: var(--accent);
  font-weight: 600;
  margin-left: 4px;
}

.hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 1.5rem;
}

/* small icons row above heading */
.icons-row {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
  max-width: 200px;
}

h1.headline {
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.02;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.subhead {
  max-width: 900px;
  margin: 0 auto 20px;
  color: #525b66;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
}

.page-data {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* mobile adjustments */
@media screen and (max-width: 576px) {
  .icons-row {
    gap: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .powered {
    right: 12px;
    top: 12px;
    font-size: 0.85rem;
  }

  .breadcrumbs {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .page-data {
    gap: 8px;
  }
}

.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 3rem 1rem;
  background: center top no-repeat;
  background-size: cover;
}

/* subtle overlay to keep text readable when using an image */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

/* top-right small text */
.powered {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 0.9rem;
  color: var(--muted);
  z-index: 3;
  white-space: nowrap;
}

.powered .brand {
  color: var(--accent);
  font-weight: 600;
  margin-left: 4px;
}

.hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 1.5rem;
}

/* small icons row above heading */
.icons-row {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
  max-width: 200px;
}

h1.headline {
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.02;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.subhead {
  max-width: 900px;
  margin: 0 auto 20px;
  color: #525b66;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
}

.page-data {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* mobile adjustments */
@media screen and (max-width: 576px) {
  .icons-row {
    gap: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .powered {
    right: 12px;
    top: 12px;
    font-size: 0.85rem;
  }

  .breadcrumbs {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .page-data {
    gap: 8px;
  }
}

.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 3rem 1rem;
  background: center top no-repeat;
  background-size: cover;
}

/* subtle overlay to keep text readable when using an image */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

/* top-right small text */
.powered {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 0.9rem;
  color: var(--muted);
  z-index: 3;
  white-space: nowrap;
}

.powered .brand {
  color: var(--accent);
  font-weight: 600;
  margin-left: 4px;
}

.hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 1.5rem;
}

/* small icons row above heading */
.icons-row {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
  max-width: 200px;
}

h1.headline {
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.02;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.subhead {
  max-width: 900px;
  margin: 0 auto 20px;
  color: #525b66;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
}

.page-data {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* mobile adjustments */
@media screen and (max-width: 576px) {
  .icons-row {
    gap: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .powered {
    right: 12px;
    top: 12px;
    font-size: 0.85rem;
  }

  .breadcrumbs {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .page-data {
    gap: 8px;
  }
}

.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 3rem 1rem;
  background: center top no-repeat;
  background-size: cover;
}

/* subtle overlay to keep text readable when using an image */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

/* top-right small text */
.powered {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 0.9rem;
  color: var(--muted);
  z-index: 3;
  white-space: nowrap;
}

.powered .brand {
  color: var(--accent);
  font-weight: 600;
  margin-left: 4px;
}

.hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 1.5rem;
}

/* small icons row above heading */
.icons-row {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
  max-width: 200px;
}

h1.headline {
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.02;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.subhead {
  max-width: 900px;
  margin: 0 auto 20px;
  color: #525b66;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
}

.page-data {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* mobile adjustments */
@media screen and (max-width: 576px) {
  .icons-row {
    gap: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .powered {
    right: 12px;
    top: 12px;
    font-size: 0.85rem;
  }

  .breadcrumbs {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .page-data {
    gap: 8px;
  }
}

.press-keyword li {
  width: max-content;
  border-right: 1px solid #c2c2c2;
}

.press-keyword li:last-child {
  border-right: none;
}

.owl-carousel-showcase .owl-carousel .owl-stage-outer {
	padding: 20px;
}

.owl-carousel-showcase .owl-item .item-wrapper {
	padding: 20px;
	background-color: white;
	border-radius: 5px;
}

.owl-carousel-showcase .owl-item.active.center .item-wrapper{
  transform: scale(1.2);
  transition: all 0.3s ease;
}



.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  transition: background-color 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

.accordion-header:hover {
  background-color: #f8fafc;
}

.accordion-header.active {
  background-color: #f8fafc;
}

.accordion-title {
  flex: 1;
  padding-right: 20px;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: #64748b;
}

.accordion-icon.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f8fafc;
}

.accordion-content.active {
  max-height: 200px;
  padding: 20px 24px;
}

.accordion-text {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* Chevron icon styles */
.chevron {
  width: 20px;
  height: 20px;
  position: relative;
}

.chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.chevron.up::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.benefit-section {
  min-height: 200vh;
  height: auto;
}

.advantage-fullwidth-wrap-1 {
  position: sticky;
  top: 420px;
  right: 0;
  left: 0;
}

.benefit-show .advantage-fullwidth-wrap-1 {
  transform: translateY(-350px);
}

.advantage-fullwidth-wrap-1 {
  transition: transform 0.6s linear;
}

.advantages-fullwidth-wrap-2 {
  transform: translateY(-840px);
}

.benefit-section .advantages-slider-wrap.benefit-wrapper {
  height: 105vh;
}

.advantages-slider-wrap {
  padding: 0 0 156px 0;

  -webkit-user-select: none;
  user-select: none;
  transition: height 0.6s linear, transform 0.8s linear;
}

.advantages-slider-wrap h2 {
  margin-bottom: 44px;
}

@media screen and (max-width: 2599px) {
  .advantages-slider-wrap {
    padding: 20px 0 116px 0;
  }
}

.benefit-section {
  min-height: 200vh;
  height: auto;
}

.advantage-fullwidth-wrap-1 {
  position: sticky;
  top: 420px;
  right: 0;
  left: 0;
}

.benefit-show .advantage-fullwidth-wrap-1 {
  transform: translateY(-350px);
}

.advantage-fullwidth-wrap-1 {
  transition: transform 0.6s linear;
}

.advantages-fullwidth-wrap-2 {
  transform: translateY(-840px);
}

.benefit-section .advantages-slider-wrap.benefit-wrapper {
  height: 105vh;
}

.advantages-slider-wrap {
  padding: 0 0 156px 0;

  -webkit-user-select: none;
  user-select: none;
  transition: height 0.6s linear, transform 0.8s linear;
}

.advantages-slider-wrap h2 {
  margin-bottom: 44px;
}

@media screen and (max-width: 2599px) {
  .advantages-slider-wrap {
    padding: 20px 0 116px 0;
  }
}

.eninrac-card {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  min-height: 100%;
  height: 100%;
  padding-bottom: 2rem;
  background: white;
}

.eninrac-card .ico-overlay {
  position: relative;
  /* height: 100%; */
}

.eninrac-card .ico-overlay .cli-img {
  position: absolute;
  filter: grayscale(100) brightness(100);
  z-index: 1;
  width: 50% !important;
  transform: translate(55%, 0%);
  padding: 30px;
}

.eninrac-card .ico-overlay .over-bg {
  position: absolute;
  background: #142247;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.ABCDEFGH img {
  filter: grayscale(100);
  transition: 500ms all ease-in;
}

.ABCDEFGH img:hover {
  filter: grayscale(0);
  scale: 1.3;
}

.cards-wrapper {
  display: flex;
  gap: 20px;
  height: 500px;
}

.card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.advantage-block__right._active {
  width: 70%;
}

.advantage-block__left._active {
  width: 70%;
}

.advantage-block__left .advantage-block-visible {
  display: none;
}

.advantage-block__left._active .advantage-block-hidden {
  display: none;
}

.advantage-block__left._active .advantage-block-visible {
  display: block;
}

.advantage-block__right .advantage-block-visible {
  display: none;
}

.advantage-block__right._active .advantage-block-hidden {
  display: none;
}

.advantage-block__right._active .advantage-block-visible {
  display: block;
}

.advantage-block__left,
.advantage-block__right {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  width: calc(100% - 70% - 20px);
  overflow: hidden;
  transition: width 0.4s linear;
}

.advantage-block-title {
  margin-bottom: 32px;
}

.advantage-block__right .advantage-block-title {
  color: #fff;
}

.advantage-block-hidden span {
  font-size: 14px;
  margin-left: 8px;
}

.advantage-block__left .advantage-block-hidden .advantage-block-img {
  max-width: 281px;
  margin-bottom: 21px;
  padding-bottom: 61.361%;
}

.advantage-block__left .advantage-block-img {
  max-width: 281px;
  margin-bottom: 21px;
}

.advantage-block__right .advantage-block-hidden .advantage-block-img {
  max-width: 281px;
  margin-bottom: 21px;
  padding-bottom: 61.361%;
}

.advantage-block__right .advantage-block-img {
  max-width: 281px;
  margin-bottom: 21px;
}

.advantage-block-visible,
.advantage-block-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 129px 40px 62px 40px;
}

.advantage-block-img {
  position: relative;
  border-radius: 12px;
  height: 0;
  padding-bottom: 42.194%;
  overflow: hidden;
}

.advantage-block-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.advantage-block__left .advantage-block-visible .advantage-block-img {
  max-width: 356px;
  margin: 0 auto;
  padding-bottom: 37.361%;
}

.advantage-block__right .advantage-block-visible .advantage-block-img {
  max-width: 356px;
  margin-bottom: 42px;
  padding-bottom: 37.361%;
  transform: translateX(310px);
}

.advantage-block__left._animate .advantage-block-visible {
  animation-name: from-hide-to-show;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.advantage-block__left .advantage-block-items--hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.advantage-block__left._active .advantage-block-items--hide {
  opacity: 1;
  visibility: visible;
}

.advantage-block-visible .advantage-block-items .advantage-block-item {
  background: white;
  padding: 12px;
  max-width: 200px;
  border-radius: 8px;
}

.advantage-block-visible .advantage-block-items .advantage-block-item-1 {
  top: 117px;
  left: 169px;
  position: absolute;
}

.advantage-block-visible .advantage-block-items .advantage-block-item-2 {
  top: 294px;
  left: 549px;
  position: absolute;
}

.advantage-block-visible .advantage-block-items .advantage-block-item-3 {
  right: 29px;
  top: 117px;
  position: absolute;
}

.advantage-block-visible .advantage-block-items .advantage-block-item-4 {
  top: 312px;
  position: absolute;
  left: 212px;
}

@media screen and (max-width: 1599px) {
  .advantage-block__left .advantage-block-visible .advantage-block-img {
    max-width: 281px;
    padding-bottom: 46.4%;
  }

  .advantage-block__right .advantage-block-visible .advantage-block-img {
    max-width: 281px;
    padding-bottom: 48.471%;
    transform: translateX(179px);
  }

  .advantage-block-visible,
  .advantage-block-hidden {
    padding: 76px 24px 62px 24px;
  }
}

@media screen and (max-width: 1099px) {
  .advantage-block__right {
    display: none;
  }

  .advantage-block__left {
    display: flex;
    width: 100% !important;
  }

  .advantage-block__left .advantage-block-visible {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

  .advantage-block__left .advantage-block-hidden {
    display: none;
  }

  .advantage-block__left .advantage-block-visible .advantage-block-img {
    max-width: 265px;
    width: 265px;
    height: 320px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin: 0;
    transform: translateX(0);
  }

  .advantage-block__left._active .advantage-block-visible {
    display: flex;
  }

  .advantage-block-visible .advantage-block-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 55%;
  }

  .advantage-block-item {
    padding: 12px;
    background-color: white;
    border-radius: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .advantage-block__left .advantage-block-visible {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .advantage-block__left .advantage-block-items--hide {
    width: 100%;
    align-self: flex-start;
  }

  .advantage-block__left .advantage-block-visible .advantage-block-img {
    display: none;
  }
}



   /* for whom section start */
   .cards-wrapper {
        display: flex;
        gap: 20px;
        height: 500px;
    }

    .card {
        background: white;
        border-radius: 20px;
        padding: 40px;
        cursor: pointer;
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        position: relative;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    }

    .advantage-block__right._active {
        width: 70%;
    }


    .advantage-block__left._active {
        width: 70%;
    }

    .advantage-block__left .advantage-block-visible {
        display: none;
    }

    .advantage-block__left._active .advantage-block-hidden {
        display: none;
    }

    .advantage-block__left._active .advantage-block-visible {
        display: block;
    }

    .advantage-block__right .advantage-block-visible {
        display: none;
    }

    .advantage-block__right._active .advantage-block-hidden {
        display: none;
    }

    .advantage-block__right._active .advantage-block-visible {
        display: block;
    }

    .advantage-block__left,
    .advantage-block__right {
        position: relative;
        border-radius: 20px;
        padding: 40px;
        width: calc(100% - 70% - 20px);
        overflow: hidden;
        transition: width 0.4s linear;
    }

    .advantage-block-title {
        margin-bottom: 32px;
    }

    .advantage-block__right .advantage-block-title {
        color: #fff;
    }

    .advantage-block-hidden span {
        font-size: 14px;
        margin-left: 8px;
    }

    .advantage-block__left .advantage-block-hidden .advantage-block-img {
        max-width: 281px;
        margin-bottom: 21px;
        padding-bottom: 61.361%;
    }

    .advantage-block__left .advantage-block-img {
        max-width: 281px;
        margin-bottom: 21px;
    }


    .advantage-block__right .advantage-block-hidden .advantage-block-img {
        max-width: 281px;
        margin-bottom: 21px;
        padding-bottom: 61.361%;
    }

    .advantage-block__right .advantage-block-img {
        max-width: 281px;
        margin-bottom: 21px;
    }

    .advantage-block-visible,
    .advantage-block-hidden {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 129px 40px 62px 40px;
    }

    .advantage-block-img {
        position: relative;
        border-radius: 12px;
        height: 0;
        padding-bottom: 42.194%;
        overflow: hidden;
    }

    .advantage-block-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .advantage-block-img.small-block img {
        object-fit: contain;
    }

    .advantage-block__left .advantage-block-visible .advantage-block-img {
        max-width: 356px;
        margin: 0 auto;
        padding-bottom: 37.361%;
    }

    .advantage-block__right .advantage-block-visible .advantage-block-img {
        max-width: 356px;
        margin-bottom: 42px;
        padding-bottom: 37.361%;
        transform: translateX(310px);
    }

    .advantage-block__left._animate .advantage-block-visible {
        animation-name: from-hide-to-show;
        animation-duration: 0.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }



    .advantage-block__left .advantage-block-items--hide {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }

    .advantage-block__left._active .advantage-block-items--hide {
        opacity: 1;
        visibility: visible;
    }



    .advantage-block-visible .advantage-block-items .advantage-block-item {
        background: white;
        padding: 12px;
        max-width: 220px;
        border-radius: 8px;
    }

    .advantage-block-visible .advantage-block-items .advantage-block-item-1 {
        top: 105px;
        left: 38px;
        position: absolute;
    }

    .advantage-block-visible .advantage-block-items .advantage-block-item-2 {
        top: 320px;
        left: 544px;
        position: absolute;
    }

    .advantage-block-visible .advantage-block-items .advantage-block-item-3 {
        right: 29px;
        top: 117px;
        position: absolute;
    }

    .advantage-block-visible .advantage-block-items .advantage-block-item-4 {
        left: 38px;
        top: 320px;
        position: absolute;	
    }
    .advantage-block-visible .advantage-block-items .advantage-block-item-5 {
        left: 288px;
        top: 385px;
        position: absolute;
    }

    @media screen and (max-width:1599px) {
        .advantage-block__left .advantage-block-visible .advantage-block-img {
            max-width: 281px;
            padding-bottom: 46.4%;
        }

        .advantage-block__right .advantage-block-visible .advantage-block-img {
            max-width: 281px;
            padding-bottom: 48.471%;
            transform: translateX(179px);
        }

        .advantage-block-visible,
        .advantage-block-hidden {
            padding: 76px 24px 62px 24px;
        }
    }

    @media screen and (max-width:1099px) {
        .advantage-block__right {
            display: none;
        }

        .advantage-block__left {
            display: flex;
            width: 100% !important;
        }

        .advantage-block__left .advantage-block-visible {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: flex-end;
        }

        .advantage-block__left .advantage-block-hidden {
            display: none
        }

        .advantage-block__left .advantage-block-visible .advantage-block-img {
            max-width: 265px;
            width: 265px;
            height: 320px;
            padding-bottom: 0;
            margin-bottom: 0;
            margin: 0;
            transform: translateX(0);
        }

        .advantage-block__left._active .advantage-block-visible {
            display: flex;
        }

        .advantage-block-visible .advantage-block-items {
            display: flex;
            flex-direction: column;
            gap: 12px;
            width: 55%;
        }

        .advantage-block-item {
            padding: 12px;
            background-color: white;
            border-radius: 8px;
            width: 100%;
        }
    }

    @media screen and (max-width:767px) {
        .advantage-block__left .advantage-block-visible {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
        }

        .advantage-block__left .advantage-block-items--hide {
            width: 100%;
            align-self: flex-start;
        }

        .advantage-block__left .advantage-block-visible .advantage-block-img {
            display: none;
        }
    }
   /* for whom section end */
