.cpro-carousel {
  --cpro-height: 600px;
  --cpro-columns: 1;
  --cpro-gap: 0px;
  --cpro-marquee-duration: 28000ms;
  --cpro-slide-width: calc((100% - (var(--cpro-gap) * (var(--cpro-columns) - 1))) / var(--cpro-columns));
  --cpro-active-animation-duration: 650ms;
  position: relative;
  width: 100%;
  min-height: var(--cpro-height);
  isolation: isolate;
}

.cpro-overflow-hidden,
.cpro-overflow-hidden .cpro-viewport {
  overflow: hidden;
}

.cpro-viewport {
  position: relative;
  width: 100%;
  height: var(--cpro-height);
  min-height: var(--cpro-height);
}

.cpro-track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: var(--cpro-gap);
  width: 100%;
  height: var(--cpro-height);
  min-height: var(--cpro-height);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.cpro-slide {
  position: relative;
  flex: 0 0 var(--cpro-slide-width);
  min-width: 0;
  height: var(--cpro-height);
  min-height: var(--cpro-height);
  overflow: hidden;
}

.cpro-auto-width .cpro-slide {
  flex: 0 0 auto;
  width: auto;
  min-width: min(100%, 320px);
}

.cpro-nowrap .cpro-slide,
.cpro-nowrap .cpro-slide * {
  white-space: nowrap;
}

.cpro-template-slide {
  position: relative;
  width: 100%;
  height: var(--cpro-height);
  min-height: var(--cpro-height);
}

.cpro-template-slide > .elementor,
.cpro-template-slide > .elementor > .elementor-section-wrap {
  width: 100%;
  height: 100%;
  min-height: var(--cpro-height) !important;
}

.cpro-template-slide > .elementor > .e-con,
.cpro-template-slide > .elementor > .elementor-section-wrap > .e-con,
.cpro-template-slide > .elementor > .elementor-section-wrap > .elementor-section {
  --min-height: var(--cpro-height) !important;
  width: 100%;
  height: var(--cpro-height) !important;
  min-height: var(--cpro-height) !important;
}

.cpro-effect-slide .cpro-track {
  transition-property: transform;
  transition-timing-function: ease;
}

.cpro-effect-fade .cpro-track {
  display: block;
  transform: none !important;
}

.cpro-effect-fade .cpro-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-timing-function: ease;
}

.cpro-effect-fade .cpro-slide.cpro-is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.cpro-marquee .cpro-track {
  width: max-content;
  animation: cpro-marquee var(--cpro-marquee-duration) linear infinite;
}

.cpro-marquee:hover .cpro-track.cpro-pause-on-hover {
  animation-play-state: paused;
}

.cpro-marquee .cpro-slide {
  flex: 0 0 auto;
  min-width: min(100vw, 320px);
}

@keyframes cpro-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.cpro-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  cursor: pointer;
  line-height: 1;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.cpro-arrow svg,
.cpro-arrow i {
  display: block;
  pointer-events: none;
}

.cpro-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.cpro-arrow i {
  font-size: 18px;
}

.cpro-arrow:hover,
.cpro-arrow:focus {
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.cpro-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.cpro-arrow-prev {
  left: 40px;
}

.cpro-arrow-next {
  right: 40px;
}

.cpro-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(-50%);
}

.cpro-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  opacity: 0.85;
  transition: width 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}

.cpro-dot.cpro-is-active {
  width: 28px;
  opacity: 1;
}

.cpro-manual-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--cpro-height);
  min-height: var(--cpro-height);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cpro-manual-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cpro-manual-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 30px;
}

.cpro-manual-content {
  max-width: 650px;
}

.cpro-manual-title {
  margin: 0 0 24px;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
}

.cpro-manual-description {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.45;
  color: #ffffff;
}

.cpro-manual-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.cpro-manual-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cpro-manual-button:hover,
.cpro-manual-button:focus {
  text-decoration: none;
  opacity: 0.9;
  transform: translateY(-1px);
}

.cpro-button-primary {
  color: #ffffff;
  background: #007caa;
}

.cpro-button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.cpro-template-placeholder,
.cpro-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--cpro-height);
  padding: 40px;
  background: #f4f4f4;
  color: #333333;
  font-weight: 600;
  text-align: center;
}


.cpro-animation-fade .cpro-slide.cpro-animate-in .cpro-template-slide,
.cpro-animation-fade .cpro-slide.cpro-animate-in .cpro-manual-slide {
  animation: cpro-fade-in var(--cpro-active-animation-duration) ease both;
}

.cpro-animation-zoom .cpro-slide.cpro-animate-in .cpro-template-slide,
.cpro-animation-zoom .cpro-slide.cpro-animate-in .cpro-manual-slide {
  animation: cpro-zoom-in var(--cpro-active-animation-duration) ease both;
}

.cpro-animation-slide_up .cpro-slide.cpro-animate-in .cpro-template-slide,
.cpro-animation-slide_up .cpro-slide.cpro-animate-in .cpro-manual-slide {
  animation: cpro-slide-up-in var(--cpro-active-animation-duration) ease both;
}

@keyframes cpro-fade-in {
  from {
    opacity: 0.35;
  }

  to {
    opacity: 1;
  }
}

@keyframes cpro-zoom-in {
  from {
    opacity: 0.65;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes cpro-slide-up-in {
  from {
    opacity: 0.55;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  .cpro-arrow-prev {
    left: 14px;
  }

  .cpro-arrow-next {
    right: 14px;
  }

  .cpro-manual-inner {
    padding: 48px 20px;
  }

  .cpro-manual-content {
    max-width: 100%;
  }
}
