.awards-event-page {
  margin-top: 0;
  padding-top: 0;
  color: #101828;
}

.awards-event-page .full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.awards-hero__banner {
  overflow: hidden;
  position: relative;
}

.awards-hero__image,
.awards-process__banner-image {
  width: 100%;
  height: 100%;
}

.awards-hero__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
}

.awards-hero__content {
  text-align: center;
  padding: 20px 16px 6px;
}

.awards-hero__title,
.awards-section-title {
  margin: 0;
  color: #ff7a00 !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px !important;
  font-size: 40px !important;
}

.awards-hero__title-line {
  display: block;
}

.awards-hero__title,
.awards-section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.awards-section-title--center {
  text-align: center;
}

.awards-event-page .skillhire-container {
  max-width: 1200px !important;
  margin: 0 auto;
  width: 100%;
}

.awards-event-page .sh-section {
  margin: 60px 0;
  padding: 0 16px;
}

@media (max-width: 640px) {
  .awards-event-page .sh-section {
    margin: 40px 0;
  }
}

.awards-event-page a {
  text-decoration: underline !important;
  color: #101828 !important;
  font-weight: 600 !important;
}

.awards-event-page a:hover {
  color: #ff7a00 !important;
  text-decoration: none !important;
}

.awards-other-categories a,
.awards-other-categories__link {
  color: #fff !important;
  text-decoration: underline !important;
}

.awards-other-categories a:hover,
.awards-other-categories__link:hover {
  color: #ff7a00 !important;
}

.awards-two-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.awards-two-col__content,
.awards-two-col__media {
  flex: 1 1 300px;
  min-width: 300px;
}

.awards-intro__ticket-heading {
  margin-bottom: 20px;
  color: #000;
  font-size: clamp(26px, 6vw, 38px);
  font-weight: 700;
}

.awards-intro__meta {
  margin-bottom: 20px;
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 300;
  color: #101828;
}

.awards-intro__circle-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.awards-richtext,
.awards-richtext p {
  font-size: clamp(20px, 4.5vw, 30px);
  line-height: 1.2;
  color: #000;
}

.two-col-image {
  overflow: hidden;
  display: block;
  border-radius: 30px;
}

.two-col-image img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.two-col-image:hover img {
  transform: scale(1.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.awards-list {
  margin: 0;
  padding-left: 20px;
}

.awards-list__item {
  margin-bottom: 16px;
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1.35;
  color: #000;
}

.awards-list__trade {
  color: #ff7a00;
  font-weight: 700;
}

.awards-other-categories {
  margin: 60px 0;
  padding: 60px 16px;
  background: #00053e;
  color: #fff;
}

.awards-other-categories__title {
  font-size: 38px !important;
  font-weight: 800 !important;
  color: #fff !important;
}

.awards-other-categories__deadline,
.awards-other-categories__intro {
  margin: 25px 0;
  font-size: clamp(20px, 4vw, 28px);
  line-height: 1.3;
}

.awards-other-categories__item {
  margin-bottom: 14px;
  font-size: clamp(18px, 3.8vw, 26px);
  line-height: 1.35;
}

.awards-other-categories__item strong {
  color: #ff7a00;
}

.awards-other-categories__link {
  color: #fff;
  text-decoration: underline;
}

.slider-container {
  position: relative;
  width: 100%;
  height: clamp(240px, 60vw, 420px);
  border-radius: 20px;
  overflow: hidden;
}

.slider-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slideAnim 12s infinite;
  border-radius: 20px;
}

.slider-container img:nth-child(1) {
  animation-delay: 0s;
}
.slider-container img:nth-child(2) {
  animation-delay: 4s;
}
.slider-container img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes slideAnim {
  0%,
  33.333% {
    opacity: 0;
    z-index: 0;
  }
  10%,
  30% {
    opacity: 1;
    z-index: 1;
  }
  40%,
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.awards-process__subheading {
  margin: 6px 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.awards-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 40px;
}

.awards-process__card-title {
  margin-bottom: 12px !important;
  font-size: 22px !important;
  color: #ff8a00 !important;
  font-weight: 700 !important;
}

.awards-process__card-subtitle {
  margin-bottom: 20px !important;
  font-size: 15px !important;
  color: #000 !important;
}

.awards-process__step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.awards-process__step-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 12px;
  border-radius: 50%;
  background: #14a44d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.awards-video__embed {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.awards-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.awards-sponsors__heading {
  color: #ff7a00 !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  text-align: center;
  margin: 0 0 40px !important;
  line-height: 1.15 !important;
}

.awards-sponsors__tier {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.awards-sponsors__tier-title {
  margin-bottom: 16px;
  font-size: 24px !important;
  color: #333 !important;
  font-weight: 700 !important;
  text-align: center;
}

.awards-sponsors__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.awards-sponsors .sponsor-item {
  width: 100%;
  max-width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: none;
  flex-direction: row;
  text-align: center;
}

.awards-sponsors .sponsor-item:hover {
  transform: none;
  box-shadow: none;
}

.awards-sponsors .sponsor-item img {
  max-width: 220px;
  max-height: 120px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  object-fit: contain;
  display: block;
}

.awards-faqs__list {
  margin-top: 40px;
}

.awards-faq {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.awards-faq__question {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #101828;
}

.awards-faq__answer {
  margin-top: 8px;
  font-size: 20px;
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  .awards-sponsors .sponsor-item:hover img,
  .awards-sponsors .sponsor-item a:hover img {
    transform: scale(1.04);
    opacity: 0.92;
  }
}

@media (max-width: 1024px) {
  .awards-process__grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 640px) {
  .awards-two-col {
    gap: 24px;
  }

  .awards-two-col__content,
  .awards-two-col__media {
    min-width: 100%;
  }

  .awards-sponsors__grid {
    gap: 24px;
  }

  .awards-sponsors .sponsor-item {
    max-width: 180px;
    height: 100px;
  }

  .awards-process__grid {
    grid-template-columns: 1fr;
  }
}

.sh-photo-slider {
  --maxw: 1100px;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(16, 24, 40, 0.18);
  --btnSize: 46px;

  width: min(100%, var(--maxw));
  margin: 30px auto 60px;
  position: relative;
  padding: 0 16px;
  box-sizing: border-box;
}

.sh-photo-slider .sh-photo-slider__viewport {
  overflow: hidden;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #000;
}

.sh-photo-slider .sh-photo-slider__track {
  display: flex;
  transform: translateX(0);
  transition: transform 420ms ease;
  will-change: transform;
}

.sh-photo-slider .sh-photo-slider__slide {
  flex: 0 0 100%;
  margin: 0;
}

.sh-photo-slider .sh-photo-slider__slide img {
  width: 100%;
  height: clamp(320px, 48vw, 600px);
  object-fit: cover;
  display: block;
}

.sh-photo-slider .sh-photo-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: black;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding: 20px 0;
}

.sh-photo-slider .sh-photo-slider__nav {
  width: var(--btnSize);
  height: var(--btnSize);
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  color: #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  font-size: 30px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.15);
  user-select: none;
  transition:
    transform 120ms ease,
    background 120ms ease;
}

.sh-photo-slider .sh-photo-slider__nav:hover {
  transform: translateY(-1px);
  background: #fff;
}

.sh-photo-slider .sh-photo-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.sh-photo-slider .sh-photo-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: white;
}

.sh-photo-slider .sh-photo-slider__dot[aria-current="true"] {
  background: #ff7a00;
  transform: scale(1.1);
}

.sh-photo-slider .sh-photo-slider__icon {
  width: 22px;
  height: 22px;
  display: block;
}

@media (max-width: 640px) {
  .sh-photo-slider .sh-photo-slider__nav {
    display: none !important;
  }

  .sh-photo-slider .sh-photo-slider__slide--contain-mobile img {
    object-fit: contain;
    object-position: center;
    background: #000;
  }

  .sh-photo-slider {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sh-photo-slider .sh-photo-slider__dot {
    width: 18px;
    height: 6px;
    border-radius: 999px;
    opacity: 0.8;
  }

  .sh-photo-slider .sh-photo-slider__dot[aria-current="true"] {
    width: 28px;
  }
}

@media (max-width: 480px) {
  .sh-photo-slider .sh-photo-slider__nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-photo-slider .sh-photo-slider__track {
    transition: none;
  }
}
