.page-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* First overlay: gradient */
.page-hero .overlay-gradient {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0)); */
    z-index: 1;
}

/* Second overlay: solid color from frontmatter */
.page-hero .overlay-color {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
}

/* Shadow overlay (optional extra depth) */
.page-hero .shadow-overlay {
  position: absolute;
  inset: 0;
  /*! background: linear-gradient(
    to bottom,
    rgba(10, 35, 66, 0.15) 0%,
    rgba(10, 35, 66, 0.45) 40%,
    rgba(0, 0, 0, 0.85) 100%
  ); */
  z-index: 3;
}


/* Content sits above overlays */
.home-content {
    position: relative;
    z-index: 4;
}
#owl-slider2 .service {
  display: flex;
  align-items: center;
  justify-content: center;
}
#owl-slider2 .service img {
  width: 100%;
  height: auto;
  display: block;
}
#owl-slider2 .owl-dots {
    display: none !important;
}

.button {
display: inline-block;
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: calc(5.4rem - .6rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #B22234;
    border: .3rem solid #B22234;
}
.s-callout {
    padding-top: 0;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.callout__content {
    text-align: center;
}
.callout__content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.callout__content h2 a {
    color: #ce0930;
}

.callout__content span {
    color: #191A3F;
}
.callout p.lead, .callout p {  color: rgba(255, 255, 255, 0.7);}
/* Ensure Font Awesome is loaded */
.fa-trophy-list {
  list-style: none;          /* remove default bullets */
  padding-left: 0;
  margin-left: 0;
}

.fa-trophy-list li {
  position: relative;
  padding-left: 2em;         /* space for trophy */
  margin-bottom: 0.5em;
}
.callout h2   {  color: #ce0930;}
/* Add the trophy before each li */
.fa-trophy-list li::before {
  content: "\f091";          /* Font Awesome trophy unicode */
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;          /* required for solid icons */
  position: absolute;
  left: 0;
  padding-top: 0.25em;
  color: #a41f30;            /* gold color for trophy */
  font-size: 1em;            /* adjust size as needed */
    
}

.btn--stroke, button.btn--stroke {
  background: transparent !important;
  border: 0.3rem solid #1D3557;
  color: #1D3557;
}
.s-home {
  height: 65vh;
  min-height:600px;
}
@media (max-width: 768px) {
  .s-home {
    height: 50vh;
      min-height: 320px;
  }
}
.text-center {text-align:center;}
.talent__main h4 {
    color: #0A2342;
}
#talent-show-entry .form-field:first-of-type {
    margin-top: 4.2rem;
}
.page-hero h3 {
  font-family: "montserrat-semibold", "Montserrat", sans-serif;
  font-size: 2rem;
  color: #e32b42;
  text-transform: uppercase;
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
}

  .sponsor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 0 4rem 0;
    padding-top:1rem;
  }

.sponsor-card {
  position: relative; /* Needed so badge can be absolute inside */
  padding: 1em 3em 1em 3em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}

  .sponsor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .price {
    font-size: 2rem;
    font-weight: 800;
    /*! color: #0A2342; */ /* red accent */
    margin-bottom: 0.5rem;
  }

  .tier-name {
    font-family: "montserrat-medium", "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height:1.4;
    color:
  }

  .tier-desc {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.4;
  }

.sponsor-card .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;   /* adjust size */
  height: 60px;  /* adjust size */
  background: #969696; /* grey color */
  clip-path: polygon(100% 0, 100% 100%, 0 100%); /* triangle */
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  padding-bottom: 0.5rem;
  text-align: right;
  padding-right: 10px;
}

  .sponsor-card.featured {
  border: 1px solid #ddd;

}
#become-a-sponsor {background:#FFFFFF;}
#premier::after {
  display: inline-block;
  height: 1px;
  width: 240px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.infobox {background-color:#F1F3F5;padding:40px;font-family: "montserrat-light", "Montserrat", sans-serif;}
.infobox p {color:#0A2342;font-size:smaller;margin-bottom: 0px;line-height:1.6em}
.infobox h4 {padding-top:0px;margin-top: 0px;font-size: 1.75rem;border-bottom:1px solid}
.page-hero p {
  margin-bottom: 0px;
}
.home-content__sub p {font-family: "montserrat-regular", "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 3.6rem;}
  
   @media (max-width: 768px) {
    .winner {
      flex: 1 1 100%;
    }

    .winner.first {
      flex: 1 1 100% !important;
      max-width: 90%; /* make first larger */
      margin: 0 auto 0px auto;
    }

    .winner.others {
      flex: 1 1 45%; /* smaller than first */
      max-width: 45%;
      margin: 0 auto 20px auto;
    }
  }

  /* Desktop: keep original 3 in row */
  @media (min-width: 769px) {
    .winner {
      flex: 1 1 30%;
      max-width: 30%;
    }
  }
.winner p {padding-bottom:0px;line-height:1.1em;}
.schedule {
  max-width: 820px;
  margin: 0 auto;
  font-family: system-ui, sans-serif;
}

.section {
  font-size: 1em;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.event {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0 .5rem 1rem;
}

.time {
  min-width: 130px;
  font-weight: 700;
  font-size: .85em;
}

.title {
  font-size: .95em;
  line-height: 1.4;
}
.emphasize {font-weight: 700;}
.note {
  margin-top: 0.5rem;
  font-size: .85em;
  opacity: 0.8;
}
.white {background: rgba(255, 255, 255, 0.8);}
.col-one-third .callout__image {
display: inline-block;
  max-width: 350px;
  width: 100%;
  height: auto;
}

.col-one-third {
  text-align: center;
}
.callout-image-wrap {
  text-align: center;
  margin: 1rem 0;
}

.callout__image {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 2rem auto;
  padding: 2rem;

}
.section-image {
  text-align: center;
  margin-bottom: 3rem;
}

.section__image {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: inline-block;
}