@property --colorStop {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

.animation-wrapper {
  height: 50%; /* всегда половина высоты родительской ячейки */
  aspect-ratio: 3 / 1; /* сохраняем пропорции */
  display: flex;
  justify-content: center;
  align-items: center;
}

.chipsWrapper {
  --base-border-color: hsl(0 0% 23%);
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  height: 100%;
}

.left-animation {
	padding-left: 0px !important;
}

.chip {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border-color);
  z-index: 1;
  overflow: hidden;
  padding: 5px;
}

.chip:not(.active) {
  --border-color: var(--base-border-color);
  background-image: linear-gradient(hsl(0 0% 13%), hsl(0 0% 9%));
}

.chip.active {
  --border-color: #e53c82;
  background-color: #e53c82;
  box-shadow: 0 0 0.75rem #e53c82;
  border-radius: 10px;
  padding: 0;
}

.chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linkWrapper {
  --linkHeight: 3px;
  --linkWidth: 10rem;
  width: var(--linkWidth);
  display: grid;
  place-items: center;
  margin: 0 -2px;
}

.linkWrapper > * {
  grid-area: 1/-1;
}

.link {
  width: 100%;
  height: var(--linkHeight);
  background-color: var(--base-border-color);
  background-image: linear-gradient(to right, var(--base-border-color), #e53c82 var(--colorStop), transparent var(--colorStop));
  animation: colorStopToRight 2s infinite;
}

.switch {
  --switch-width: 12.5%;
  width: var(--switch-width);
  height: calc(var(--linkHeight) + 4px);
  border-radius: 9999px;
  background-color: #e53c82;
  box-shadow: 0 0 0.5rem #e53c82;
  justify-self: start;
  transform: translateX(-100%);
  animation: switchToRight 2s infinite;
}

@keyframes switchToRight {
  to {
    transform: translateX(calc(var(--linkWidth) + 100%));
  }
}

@keyframes colorStopToRight {
  to {
    --colorStop: calc(100% + 12.5%);
  }
}

body {
  font-family: 'Clash Grotesk', sans-serif;
  background: hsl(0 0% 8%);
}



.header-2 .navbar-wrapper {
    background: #e53c820d !important;
}

.theme-btn {
    background: #e53c82 !important;
}

.theme-btn2 {
    background: #e53c8280 !important;
    color: white !important;
}

.hero-empowerment-left-content {
	color: white !important;
}

.header-area .navbar-wrapper > ul > li > a {
    color: white !important;
}

.header-area .navbar-wrapper > ul > li > a:hover {
    color: #e53c82 !important;
}

.header-area .header-contact-info .phone-number:before, .header-area .header-contact-info .phone-number:after {
    background: #ffffff47 !important;
}

.header-area .header-contact-info .phone-number a {
    color: white !important;
}

.header-area .navbar-wrapper ul li.mega-menu-item > a:after, .header-area .navbar-wrapper ul li.dropdown-menu-item > a:after {
    border-top: 5px solid white !important;
}

.header-2.is-fixed {
    background: #1f1f1f78 !important;
}




/* Timeline Styles */
.timeline-parcours {
  width: 100%;
  max-width: 960px;
  margin: 100px auto;
  position: relative;
}

.container-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.timeline-section-tl {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.parcours-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
}

.tl-round {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgb(65, 65, 65);
  transform: translateX(-50%) scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: transform 0.3s ease;
  z-index: 2;
  cursor: pointer;
}

.tl-round i {
  opacity: 0.5;
  transform: scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tl-round.active {
  transform: translateX(-50%) scale(2);
}

.tl-round.active i {
  opacity: 1;
  transform: scale(0.8);
}

.container-time-line {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 10px;
}

.time-line-parcours {
  width: 100%;
  height: 10px;
  background-color: #e53c8280;
  position: relative;
  border-radius: 10px;
}

.timeline-indicator {
  width: 0;
  height: 10px;
  background-color: #e53c82;
  transition: width 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.container-bulle {
  position: relative;
  height: 20px;
  margin-top: -18px;
}

.round3 i {
  margin-bottom: 2px;
  margin-left: 2px;
}

/* Slider Styles */
.hero-empowerment-right-content .top-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px; /* Adjusted as per your code */
}

.hero-empowerment-right-content .top-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures images scale without cropping */
  display: none;
  will-change: transform, opacity; /* Optimize for animation */
}

.hero-empowerment-right-content .top-content img.active {
  display: block;
}

.hero-empowerment-right-content .top-content .fade-in {
  animation: fadeIn 0.5s !important;
}

/* Text Box Styles (Liquid Glass inspired by CodePen) */
.slide-text-box {
  position: absolute;
  top: 30px;
  right: 0px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari compatibility */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  padding: 15px 20px;
  color: #e53c8298;
  font-family: var(--font_yantramanv);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 420px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
  text-shadow: 0 0 10px #44473950;
}

.slide-text-box.active {
  opacity: 1;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .slide-text-box {
    font-size: 14px;
    padding: 10px 15px;
    max-width: 200px;
  }
}



