small {
  font-size: 0.875rem;
}

.acl-feature-slider {
  display: grid;
  grid-template-columns: minmax(300px, 440px) 1fr;
  gap: 2rem;
  padding: 1rem 0;
  margin-bottom: 2rem;
  contain: layout style;
}
@media (max-width: 1024px) {
  .acl-feature-slider {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.afs-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.afs-nav-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
  border: 1px solid #e1e1e1;
  border-radius: var(--afs-nav-border-radius, 14px);
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease, border-color 0.3s ease;
  will-change: background, border-color;
}
.afs-nav-item.afs-nav-active {
  outline: 2px solid var(--afs-item-color, var(--enfold-main-color-primary));
}
.afs-nav-item.afs-nav-active .afs-nav-title {
  color: var(--afs-item-color, var(--enfold-main-color-primary));
}
.afs-nav-item.afs-nav-active .afs-nav-subtitle {
  color: var(--afs-item-color, var(--enfold-main-color-primary));
  opacity: 0.75;
}
.afs-nav-item.afs-nav-active .afs-nav-number {
  color: var(--afs-item-color, var(--enfold-main-color-primary));
  background: var(--afs-item-color-light, rgba(240, 168, 68, 0.07));
}
.afs-nav-item.afs-nav-active .afs-nav-icon {
  background: var(--afs-item-color-light, rgba(240, 168, 68, 0.07));
}
.afs-nav-item.afs-nav-active .afs-nav-icon .afs-svg-icon svg {
  stroke: var(--afs-item-color);
}
.afs-nav-item.afs-nav-active .afs-nav-icon .afs-svg-icon[data-av_iconfont=entypo-fontello] {
  color: var(--afs-item-color);
}

.afs-nav-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.afs-nav-icon .afs-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--enfold-main-color-meta);
}
.afs-nav-icon .afs-svg-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--enfold-main-color-meta);
  fill: none;
}
.afs-nav-icon .afs-svg-icon svg path {
  transition: fill 0.3s ease;
}
.afs-nav-icon .afs-svg-icon[data-av_iconfont=entypo-fontello] {
  font-size: 1rem;
}

.afs-nav-content {
  flex: 1;
  min-width: 0;
}

.afs-nav-title {
  font-size: var(--afs-nav-title-font-size, 0.875rem);
  font-weight: 600;
  margin: 0 0 0.125rem;
  color: var(--afs-nav-title-color);
  transition: color 0.3s ease;
}

.afs-nav-subtitle {
  font-size: var(--afs-nav-subtitle-font-size, 0.875rem);
  font-weight: 400;
  margin: 0;
  color: var(--afs-nav-subtitle-color);
  transition: color 0.3s ease, opacity 0.3s ease;
}

.afs-nav-number {
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--enfold-footer-color-primary);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.afs-detail-panel {
  border-radius: var(--afs-panel-border-radius, 1rem);
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .afs-detail-panel {
    min-height: 360px;
  }
}

.afs-slide-header-section {
  padding: 1.5rem 2.25rem 2.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .afs-slide-header-section {
    padding: 1.25rem 1.5rem 2rem;
  }
}
.afs-slide-header-section::before, .afs-slide-header-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.3;
  background: var(--afs-accent-color, var(--enfold-main-color-primary));
  border: 20px solid rgba(255, 255, 255, 0.3);
}
.afs-slide-header-section::before {
  top: -45px;
  right: -30px;
  width: 160px;
  height: 160px;
}
.afs-slide-header-section::after {
  bottom: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
}

.afs-slide-content-section {
  padding: 2.25rem 2.25rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 1024px) {
  .afs-slide-content-section {
    padding: 1.25rem 1.5rem 2rem;
  }
}

.afs-slides-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.afs-slide {
  display: none;
  flex-direction: column;
  flex: 1;
  animation: afsFadeIn 0.35s ease;
  will-change: opacity, transform;
}
.afs-slide.afs-slide-active {
  display: flex;
}

@keyframes afsFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.afs-slide-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.afs-category-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0.1rem 0.875rem;
  border-radius: 14px;
  border: 1px solid var(--afs-accent-color);
}

.afs-panel-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid var(--afs-accent-color, #fff);
}
.afs-panel-icon .afs-panel-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.afs-panel-icon .afs-panel-svg-icon svg {
  width: 28px;
  height: 28px;
}
.afs-panel-icon .afs-panel-svg-icon svg path {
  fill: #fff;
}
.afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg {
  stroke: currentColor;
}
.afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg path, .afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg circle, .afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg rect {
  fill: transparent !important;
}

.afs-slide-title {
  font-size: var(--afs-panel-title-font-size, 1.875rem);
  font-weight: 600;
  color: var(--afs-accent-color, #fff);
  margin: 0 0 0.25rem;
  text-transform: unset !important;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .afs-slide-title {
    font-size: 1.5rem;
  }
}

.afs-slide-subtitle {
  font-size: var(--afs-panel-subtitle-font-size, 0.875rem);
  font-weight: 400;
  color: var(--afs-accent-color, #fff);
  opacity: 0.85;
  margin: 0;
  position: relative;
  z-index: 2;
}

.afs-slide-desc {
  font-size: var(--afs-panel-desc-font-size, 0.875rem);
  color: var(--enfold-main-color-color);
  margin-bottom: 1.5rem;
  max-width: 560px;
}
.afs-slide-desc p {
  margin: 0;
}

.afs-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 0.875rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 576px) {
  .afs-features-grid {
    grid-template-columns: 1fr;
  }
}

.afs-feature-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border-radius: var(--afs-feature-border-radius, 0.875rem);
  font-size: var(--afs-feature-font-size, 0.875rem);
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  min-width: 0;
}
.afs-feature-item:hover {
  transform: translateY(-1px);
}
.afs-feature-item > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .afs-feature-item > span:last-child {
    white-space: normal;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}

.afs-check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.afs-slide-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}

.afs-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  color: var(--afs-accent-color, #fff);
  font-size: var(--afs-button-font-size, 0.875rem);
  font-weight: 600;
  border: none;
  border-radius: var(--afs-button-border-radius, 0.875rem);
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.afs-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.afs-button:hover {
  filter: brightness(1.08);
  gap: 0.75rem;
}
.afs-button:hover svg {
  transform: translateX(3px);
}

.afs-dots-wrapper {
  position: absolute;
  bottom: 2rem;
  right: 2.25rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .afs-dots-wrapper {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.afs-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.afs-dot {
  width: 8px;
  height: 8px;
  background: #e1e1e1;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.afs-dot:hover {
  background: #c5c5c5;
}
.afs-dot.afs-dot-active {
  width: 20px;
  border-radius: 14px;
}

.acl-feature-slider.afs-timeline {
  --afs-btn-prev-bg: #E5F1F8;
}

.afs-timeline-nav {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.afs-timeline-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 12px 0;
}

.afs-timeline-line {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 27px;
  width: 3px;
  background: #E5F1F8;
  z-index: 0;
  border-radius: 2px;
}

.afs-timeline-icon {
  width: 56px;
  height: 56px;
  min-height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--enfold-main-color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 32px;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  will-change: background, border-color;
}
.afs-timeline-icon:last-child {
  margin-bottom: 0;
}
.afs-timeline-icon .afs-timeline-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.afs-timeline-icon .afs-timeline-svg-icon svg {
  width: 24px;
  height: 24px;
}
.afs-timeline-icon .afs-timeline-svg-icon svg path {
  fill: var(--afs-title-color);
  transition: fill 0.3s ease;
}
.afs-timeline-icon .afs-timeline-svg-icon.afs-icon-acl svg {
  stroke: currentColor;
}
.afs-timeline-icon .afs-timeline-svg-icon.afs-icon-acl svg path, .afs-timeline-icon .afs-timeline-svg-icon.afs-icon-acl svg circle, .afs-timeline-icon .afs-timeline-svg-icon.afs-icon-acl svg rect {
  fill: transparent;
}
.afs-timeline-icon.afs-timeline-icon-active {
  background: var(--afs-accent-color);
  border-color: var(--afs-accent-color);
  box-shadow: 0 4px 12px rgba(240, 168, 68, 0.3);
}
.afs-timeline-icon.afs-timeline-icon-active .afs-timeline-svg-icon svg path {
  fill: #fff;
}
.afs-timeline-icon.afs-timeline-icon-active .afs-timeline-svg-icon.afs-icon-acl svg path,
.afs-timeline-icon.afs-timeline-icon-active .afs-timeline-svg-icon.afs-icon-acl svg circle,
.afs-timeline-icon.afs-timeline-icon-active .afs-timeline-svg-icon.afs-icon-acl svg rect {
  fill: transparent !important;
  stroke: #fff;
}

.afs-timeline .afs-nav-list {
  flex: 1;
  gap: 0.75rem;
  padding: 0;
}

.afs-timeline .afs-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  min-height: 76px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.afs-timeline .afs-nav-item .afs-nav-number {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--afs-accent-color);
  min-width: auto;
  background: none;
}
.afs-timeline .afs-nav-item .afs-nav-title {
  font-weight: 600;
  color: var(--afs-title-color);
}
.afs-timeline .afs-nav-item .afs-nav-subtitle {
  color: var(--afs-subtitle-color, rgba(10, 106, 164, 0.75));
  font-weight: 600;
}
.afs-timeline .afs-nav-item.afs-nav-active {
  background: #fff;
  border-left-width: 1px;
  border-color: var(--enfold-footer-color-border);
}

.afs-timeline-panel {
  background: #fff;
  border-radius: var(--afs-panel-border-radius, 14px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--enfold-main-color-border);
  overflow: hidden;
}
.afs-timeline-panel .afs-slide {
  padding: 2rem 2.5rem;
}
.afs-timeline-panel .afs-panel-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--afs-accent-color);
  border: none;
}
.afs-timeline-panel .afs-panel-icon .afs-panel-svg-icon {
  color: #fff;
}
.afs-timeline-panel .afs-panel-icon .afs-panel-svg-icon svg {
  width: 32px;
  height: 32px;
}
.afs-timeline-panel .afs-panel-icon .afs-panel-svg-icon svg path {
  fill: #fff;
}
.afs-timeline-panel .afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg path, .afs-timeline-panel .afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg circle, .afs-timeline-panel .afs-panel-icon .afs-panel-svg-icon.afs-icon-acl svg rect {
  fill: transparent !important;
  stroke: #fff;
}
.afs-timeline-panel .afs-slide-title {
  color: var(--afs-title-color, #1B3A5D);
  font-size: var(--afs-panel-title-font-size);
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.afs-timeline-panel .afs-slide-subtitle {
  color: var(--afs-accent-color);
  font-size: var(--afs-panel-subtitle-font-size);
  margin: 0 0 1rem;
  opacity: 1;
}
.afs-timeline-panel .afs-slide-desc {
  color: var(--afs-title-color);
  font-size: var(--afs-panel-desc-font-size);
  margin-bottom: 1.5rem;
}

.afs-timeline-header {
  margin-bottom: 1rem;
}

.afs-step-counter {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--afs-accent-color);
  margin-bottom: 0.5rem;
}
.afs-step-counter .afs-step-total {
  color: var(--enfold-main-color-primary);
}

.afs-progress-section {
  margin: 1.5rem 0;
}

.afs-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.afs-progress-label,
.afs-progress-counter {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--enfold-header-color-meta);
}

.afs-progress-track {
  height: 8px;
  background: var(--enfold-main-color-border);
  border-radius: 14px;
  overflow: hidden;
}

.afs-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--afs-accent-color), var(--afs-accent-color-light-gradient, rgb(240, 194, 130)));
  border-radius: 4px;
  transition: width 0.4s ease;
  will-change: width;
}

.afs-timeline-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.afs-btn-prev,
.afs-btn-next {
  padding: 0.875rem 1.5rem;
  border-radius: var(--afs-button-border-radius, 0.875rem);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.afs-btn-prev.hidden,
.afs-btn-next.hidden {
  display: none;
}

.afs-btn-prev {
  background: var(--afs-btn-prev-bg);
  color: var(--afs-title-color);
}
.afs-btn-prev:hover {
  background: var(--enfold-main-color-border);
}

.afs-btn-next {
  background: var(--afs-accent-color);
  color: #fff;
}
.afs-btn-next:hover {
  filter: brightness(1.08);
}

@media only screen and (max-width: 1024px) {
  .acl-feature-slider:not(.afs-timeline) .afs-nav-list {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-list::before, .acl-feature-slider:not(.afs-timeline) .afs-nav-list::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(1rem + 22px);
    right: calc(1rem + 22px);
    height: 3px;
    transform: translateY(-50%);
    border-radius: 2px;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-list::before {
    background: var(--enfold-main-color-border);
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-list::after {
    background: var(--afs-progress-color, var(--enfold-main-color-primary));
    transform: translateY(-50%) scaleX(var(--afs-progress-scale, 0));
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-item {
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-item.afs-nav-active {
    outline: none;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-item.afs-nav-active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 1.5rem;
    background: var(--afs-item-color, var(--enfold-main-color-primary));
    border-radius: 2px;
    animation: afsConnectorGrow 0.3s ease;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-content, .acl-feature-slider:not(.afs-timeline) .afs-nav-number {
    display: none;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid var(--enfold-main-color-border);
    background: #fff;
    transition: all 0.3s ease;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-icon .afs-svg-icon svg {
    width: 18px;
    height: 18px;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-item.afs-nav-active .afs-nav-icon {
    background: var(--afs-item-color, var(--enfold-main-color-primary));
    border-color: var(--afs-item-color, var(--enfold-main-color-primary));
    box-shadow: 0 4px 12px rgba(240, 168, 68, 0.3);
    transform: scale(1.1);
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-item.afs-nav-active .afs-nav-icon .afs-svg-icon svg {
    stroke: #fff;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-item.afs-nav-active .afs-nav-icon .afs-svg-icon[data-av_iconfont=entypo-fontello] {
    color: #fff;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-detail-panel {
    min-height: auto;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-detail-panel::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: var(--afs-accent-color, var(--enfold-main-color-primary));
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
}
@media only screen and (max-width: 420px) {
  .acl-feature-slider:not(.afs-timeline) .afs-nav-list {
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-list::before, .acl-feature-slider:not(.afs-timeline) .afs-nav-list::after {
    display: none;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-icon {
    width: 40px;
    height: 40px;
  }
  .acl-feature-slider:not(.afs-timeline) .afs-nav-icon .afs-svg-icon svg {
    width: 16px;
    height: 16px;
  }
}
@keyframes afsConnectorGrow {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 1.5rem;
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .afs-timeline-nav {
    flex-direction: column;
    gap: 1rem;
  }
  .afs-timeline-icons {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
  }
  .afs-timeline-line {
    top: 24px;
    bottom: auto;
    left: 40px;
    right: 40px;
    width: auto;
    height: 3px;
    background: var(--enfold-main-color-primary);
  }
  .afs-timeline-icon {
    width: 48px;
    height: 48px;
    min-height: 48px;
    margin-bottom: 0;
  }
  .afs-timeline .afs-nav-list {
    display: none;
  }
  .afs-timeline-panel .afs-slide {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .afs-timeline-buttons {
    flex-direction: column;
  }
  .afs-btn-prev, .afs-btn-next {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=feature-slider.css.map */
