/* Highlight Section Layout */
.highlight-section {
  background: #000;
  color: #fff;
  padding: 90px 0 60px 0;
  position: relative;
}

.highlight-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1390px;
  margin: 0 auto;
  gap: 250px;
  width: 100%;
}

.highlight-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 500px;
  max-width: 500px;
  margin-left: 40px;
}

.highlight-8 {
  font-family: 'Forma DJR Display Medium', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 277.64px;
  line-height: 67%;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 0;
}

.highlight-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.highlight-titles {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.highlight-title {
  font-family: 'Forma DJR Display Medium', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  border: none;
}

.highlight-categories {
  color: #0044E9;
}

.highlight-desc {
  font-family: 'Forma DJR Micro', 'Inter', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
}

.highlight-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.highlight-carousel {
  overflow: hidden;
  width: 361.414678056496px;
  height: 664.313636px;
  position: relative;
}

.highlight-image-card {
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 8px;
}

.highlight-image-card img {
  width: 28% !important;
  margin: 20px auto 0;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4.3px;
  box-shadow: 4px 5px 5px 0px rgba(255, 80, 80, 0.75);
  -webkit-box-shadow: 4px 5px 5px 0px rgba(255, 80, 80, 0.75);
  -moz-box-shadow: 4px 5px 5px 0px rgba(255, 80, 80, 0.75);
}

.highlight-image-card.activeSlide img {
  width: 80% !important;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 10px 10px 5px 0px rgba(0, 68, 233, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 68, 233, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 68, 233, 0.75);
}

.highlight-image-label {

  font-family: 'Forma DJR Display Regular', 'Inter', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  /* Optional: background and padding for readability */
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 4px 16px;
  border-radius: 8px;
  width: fit-content;
}

.small-card {
  /* width: 120.4195785522461px;
  height: 154.82518005371094px; */
  opacity: 1;
  border-radius: 4.3px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* position: absolute; */
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -240px;
}

.nextSlide {
  z-index: 1;
  bottom: 20px;
}

.prevSlide {
  bottom: 110%;
}

.activeSlide .highlight-image-label {
  font-family: 'Forma DJR Display Regular', 'Inter', Arial, sans-serif;
  font-weight: 400;
  font-size: 29.07px;
  line-height: 100%;

}

.highlight-carousel-wrapper {
  width: 361px;
  height: 600px;
  overflow: hidden;
}

.highlight-carousel-wrapper .bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
}

.highlight-carousel-wrapper .bx-viewport {
  overflow: visible !important;
}

@media (max-width: 1280px) {
  .highlight-grid {
    gap: 200px;
    padding: 0 40px;
  }

  .highlight-8 {
    font-size: 200px;
  }

  .highlight-title {
    font-size: 56px;
  }

  .highlight-desc {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .highlight-grid {
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 0 32px;
  }

  .highlight-left {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .highlight-8 {
    font-size: 150px;
  }

  .highlight-title {
    font-size: 48px;
  }

  .highlight-desc {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .highlight-carousel-wrapper { height: auto;}
  .highlight-carousel-wrapper .bx-viewport {
    left: 50%;
    transform: translateX(-25%);
  }
  .highlight-image-card.activeSlide img{
    width: 100% !important;
    transform: translateY(0);
  }
  .highlight-image-card img {
    width: 50% !important;
    height: auto;
    transform: translateY(40px);
  }
  .activeSlide .highlight-image-label {
    font-size: 18px;
    padding: 4px 8px;
  }

  .highlight-titles {
    align-items: center;
  }

  .highlight-content {
    gap: 16px;
  }

  .highlight-8 {
    font-size: 200px;
    line-height: 0.9;
  }

  .highlight-title {
    font-size: 50px;
  }

  .highlight-desc {
    font-size: 22px;
    line-height: 24px;
    margin-top: 0;
    font-family: 'Forma DJR Display Regular', 'Inter', Arial, sans-serif;
    ;
  }
}

@media (max-width: 480px) {}