.section-fixed {
  z-index: 100;
  background: #fff;
}


.hero-content-footer {
  /* display: flex;
  gap: 20px; */
  /* max-width: 800px;
  margin: 0 auto; */

  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.hero-cards {
  display: flex;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-card {
  border: 1px solid #999999f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background: var(--bg-light);
  background: #ffffff23;
  backdrop-filter: blur(20px);
  border-radius: 30px;
  overflow: hidden;
  height: 100px;
  width: 50%;

  /* & * {
    border: 1px solid red;
  } */
}

.hero-card-content {
  display: flex;
  /* gap: 10px; */
  align-items: center;
}

.hero-card-content-image {
  width: 50%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.hero-card-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-content-information {
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: flex-start;
  text-align: left;
  width: 50%;
}

.card-icon {
  font-size: 2rem;
  color: var(--accent-orange);
}

.card-title {
  /* font-family: var(--font-heading); */
  font-size: 16px;
  /* color: var(--text-dark); */
}

.card-text {
  /* color: var(--text-muted); */
  font-size: 14px;
}


/* Experiences Section - Horizontal Scroll */
.experiences-section {
  height: 300vh;
  position: relative;
  padding-top: 100px;
}

.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: 3rem;
  margin-bottom: 15px;
}

.section-header h2 span {
  color: var(--accent-orange);
}

.horizontal-scroll {
  display: flex;
  gap: 30px;
  padding-left: calc((100vw - var(--container-max-width)) / 2);
  padding-right: calc((100vw - var(--container-max-width)) / 2);
  will-change: transform;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--text-light);
}

.experience-card {
  min-width: 450px;
  height: 550px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  color: unset;
  text-decoration: unset;
}

.experience-card:hover {
  transform: scale(1.005);
  /* backdrop-filter: saturate(-100%) blur(20px); */
}

.experience-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.card-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-content-header h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
}

.card-content-header h4 {
  font-size: 1.2rem;
  color: var(--accent-orange);
}

.card-content-header p {
  font-size: 1rem;
  color: #ccc;
}

.card-content-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}


.card-content--badge {
  /* position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1; */
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(20px);
  padding: 5px 15px;
  border-radius: 50px;
  /* background: rgba(255, 255, 255, 0.407); */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-content--badge:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.card-content-badge {
  display: none;
}

/* .card-content-badge span {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--accent-orange);
} */




@media screen and (max-width: 868px) {
  .hero-cards {
    gap: 5px;
    flex-direction: column;
  }
  .hero-card {
    width: 100%;
    height: 70px;
  }

  .card-title {
    font-size: 14px;
  }

  .hero-card-content {
    height: 100%;
  }

  .hero-card-content-image {
    width: 100%;
  }

  .hero-card-content-information {
    /* position: absolute; */
    /* bottom: 0;
    left: 0; */
    width: 100%;
    /* padding: 5px; */

    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  }

  .hero-content-footer {
    margin-top: 30px;
    position: unset;
  }
  

  .experiences-section {
    padding-top: 20px;
  }


  .card-title {
    /* padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.1); */
  }

  /*  */
  /* .sticky-wrapper {
    border: 1px solid red;
  } */

  .section-header h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .sticky-wrapper-header {
    margin-bottom: 20px;
  }

  .horizontal-scroll {
    gap: 10px;
    /* padding: 0 20px; */
    padding: 0 calc((100vw - 770px) / 2);
  }

  .experience-card {
    width: 100%;
    min-width: 375px;
    /* margin-left: 20px; */
  }

  .card-content--badge {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  /* .hero-content-footer {
    display: none;
  } */

  .horizontal-scroll {
    gap: 10px;
    /* padding: 0 20px; */
    padding: 0 calc((100vw - 580px) / 2);
  }
}