.flag-it {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 6px;
}

.flag-it .it1 {
  background: #30783B;
  width: 78px;
  height: 100%;
}

.flag-it .it2 {
  background: #f4f5f6;
  width: 35px;
  height: 100%;
}

.flag-it .it3 {
  background: #E01A22;
  width: 187px;
  height: 100%;
}

.over-line {
  position: relative;
}

.over-line::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: rgba(224, 26, 34, 0.1);
}

/* Smalvic product slider */
.smalvic-product-slider {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 900px;
}

.smalvic-product-slider__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.smalvic-product-slider.has-background .smalvic-product-slider__backdrop {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.smalvic-product-slider__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: min(100%, 1540px);
  margin: 0 auto;
  padding-inline: 20px;
  padding-block: 40px;
  height: 100%;
}

.smalvic-product-slider__inner .swiper-wrapper {
  display: flex;
  align-items: center;
}

.smalvic-product-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.smalvic-product-slider__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.smalvic-product-slider__copy {
  max-width: 908px;
  text-align: center;
}

.smalvic-product-slider__title {
  margin: 0 0 32px;
  font-size: clamp(32px, 2vw + 1rem, 20px);
  font-weight: 700;
  line-height: normal;
}

.smalvic-product-slider__description {
  margin: 0;
  font-size: clamp(18px, 1rem, 16px);
  line-height: 2;
  color: #fff;
  line-height: normal;
}

.smalvic-product-slider__media {
  max-width: 360px;
  width: 100%;
  padding: 32px 60px;
}

.smalvic-product-slider__media img {
  display: block;
  width: 100%;
  height: auto;
}

.smalvic-product-slider .swiper-button-prev,
.smalvic-product-slider .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.smalvic-product-slider .swiper-button-prev::after,
.smalvic-product-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}

.smalvic-product-slider .swiper-button-prev:hover,
.smalvic-product-slider .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.36);
}

/* Experience toggle animation */
.experience-toggle-item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.experience-toggle-item.experience-toggle-item--visible {
  opacity: 1;
  transform: translateY(0);
}

.smalvic-product-slider__flag {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.smalvic-product-slider__flag .smalvic-product-slider__flag-red {
  background-color: #E01A22;
  width:90px;
  height: 6px;
}

.smalvic-product-slider__flag .smalvic-product-slider__flag-white {
  background-color: #f4f5f6;
  width: 20px;
  height: 6px;
}

.smalvic-product-slider__flag .smalvic-product-slider__flag-green {
  background-color: #30783B;
  width: 35px;
  height: 6px;
}

.history_box {
  max-height: 452px;
}

.details_box {
  display: inline-flex;
  align-items: center;
}

.details_box .circle_box {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background-color: #E01A22;
  border: 1px solid #000;
}

.details_box .line_box {
  width: 734px;
  height: 1px;
  background-color: #000;
}

.details_box.left {
  flex-direction: row-reverse;
}

.main_lines {
  width: 100%;
  height: 101.9%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.main_circle {
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  min-height: 5px;
  background-color: #000;
  border-radius: 50%;
}

.main_vertical_line {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  transform: translateY(0);
}

.main_html {
  height: 100%;
}

.e-n-accordion-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
  fill: none !important;
  height: 24px !important;
}

.d-none {
  display: none !important;
}

#more_exprience {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 4px 24px;
  text-align: center;
}

#more_exprience:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 769px) {
  .smalvic-product-slider__content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .smalvic-product-slider__copy {
    text-align: right;
  }
}

@media (max-width: 1440px) {
  .details_box .line_box {
    width: 684px;
  }
}

@media (max-width: 1200px) {
  .details_box .line_box {
    width: 460px;
  }
}

@media (max-width: 768px) {
  .details_box {
    width: 120%;
  }

  .flag-it .it1 {
    width: 58px;
  }

  .flag-it .it2 {
    width: 20px;
  }

  .flag-it .it3 {
    width: 127px;
  }

  .smalvic-product-slider__flag {
    justify-content: center;
  }

  .smalvic-product-slider__title {
    font-size: 22px;
  }

  .smalvic-product-slider__description {
    font-size: 16px;
    padding: 0 32px;
  }
}

@media (max-width: 576px) {
  .details_box.left {
    flex-direction: row;
  }

  .details_box .line_box {
    width: 330px;
  }

  .main_lines {
    left: 0;
    transform: translateX(0);
    align-items: end;
  }

  .main_vertical_line {
    transform: translateY(-4px);
  }

  .smalvic-product-slider {
    height: 883px;
    overflow-y: visible;
    padding: 0;
  }
  
  .smalvic-product-slider__content {
    gap: 5px;
  }
}
