/* ========================================
   Awards Page Template Styles
   ======================================== */

/* Global Container Settings */
@media (min-width: 1200px) {
  .page-template-template-awards .container {
    max-width: 1200px;
    padding: 0;
  }
}

/* ========================================
   Button Styles
   ======================================== */

.awards-primary-button {
  font-family: var(--font-helvetica-neue);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.4px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #a346ff -8.48%, #f25e72 149.55%);
  width: 200px;
  justify-content: center;
  color: white;
  height: 3rem;
  padding: 0 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.awards-primary-button:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

.awards-secondary-button {
  font-family: var(--font-helvetica-neue);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.4px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #72ece1;
  color: white;
  height: 3rem;
  padding: 0 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.awards-secondary-button:hover {
  background: #72ece1;
  border: 2px solid #72ece1;
  color: black;
  opacity: 1;
  text-decoration: none;
}

/* ========================================
   Background Utility Classes
   ======================================== */

.awards-gradient-bg {
  background: linear-gradient(
    181deg,
    rgba(51, 50, 255, 0.45) 2.54%,
    rgba(163, 70, 255, 0.45) 134.07%
  );
}

.awards-dark-bg {
  background: #1a1a1a;
}

.awards-blue-bg {
  background: #0f1419;
}

.awards-purple-bg {
  background: linear-gradient(135deg, #a346ff 0%, #ef32af 100%);
}

/* ========================================
   Header / Navbar Styles
   ======================================== */

.awards-navbar {
  background: transparent !important;
  transition: background 0.3s ease;
}

.awards-navbar.scrolled {
  background: rgba(0, 0, 0, 0.9) !important;
}

.awards-navbar .navbar-brand img {
  height: 48px;
  transition: height 0.3s ease;
}

.awards-navbar .hamburger {
  display: none;
}

.awards-navbar .custom-hamburger {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.awards-navbar .custom-hamburger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .awards-navbar .custom-hamburger {
    display: none;
  }

  .awards-navbar .hamburger {
    display: block;
  }
}

@media (max-width: 991px) {
  .awards-navbar .navbar-brand img {
    width: 140px;
    height: 40px;
  }

  .awards-header .navbar.opened .menu {
    background: rgba(0, 0, 0, 0.9) !important;
    margin-top: 10px;
  }
}

/* ========================================
   Hero Section
   ======================================== */

.awards-hero {
  background: linear-gradient(180deg, #3333ff 0%, #3318a8 49.47%, #7327b0 100%);
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
  display: block;
  align-items: center;
}

.awards-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
}

.awards-hero-top-title {
  color: white;
  text-align: center;
  font-family: var(--font-helvetica-neue);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.awards-hero-title {
  color: #ffffff;
  text-align: center;
  font-family: var(--font-roobert);
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.awards-hero-bottom-title {
  color: #ebfaff;
  text-align: center;
  font-family: var(--font-helvetica-neue);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* ========================================
   About Section
   ======================================== */

.awards-about {
  background: black;
  color: white;
  padding: 80px 0;
}

.awards-about-title {
  color: #ebfaff;
  font-family: var(--font-roobert);
  font-size: 64px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 900;
}

.awards-about-content {
  font-family: var(--font-helvetica-neue);
  font-size: 18px;
  line-height: 28px;
  color: white;
  max-width: 610px;
}

.awards-about-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards-about-image-container img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

/* ========================================
   CTA Sections Wrapper
   ======================================== */

.awards-cta-sections {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* ========================================
   All Access Section
   ======================================== */

.awards-all-access {
  background: white;
  padding: 80px 0;
  flex: 0 0 40%;
  display: flex;
  align-items: start;
  justify-content: center;
}

.awards-all-access-card {
  border-radius: 8px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.awards-all-access-title {
  color: #3333ff;
  font-family: var(--font-roobert);
  font-size: 34px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.awards-all-access-pricing {
  text-align: left;
  margin-bottom: 20px;
}

.awards-all-access-old-price {
  color: #b8babd;
  font-family: var(--font-roobert);
  font-size: 30px;
  font-weight: 900;
  line-height: 24px;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.awards-all-access-new-price {
  color: #3333ff;
  font-family: var(--font-roobert);
  font-size: 30px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}

.awards-all-access-items {
  margin-bottom: 20px;
}

.awards-all-access-item {
  font-family: var(--font-helvetica-neue);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  color: #1d0c50;
  padding-left: 0;
}

.awards-all-access-item::before {
  content: "•";
  color: #1d0c50;
  font-weight: bold;
}

.awards-all-access-item:last-child {
  margin-bottom: 0;
}

.awards-all-access-button {
  font-family: var(--font-helvetica-neue);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.4px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #a346ff -8.48%, #f25e72 149.55%);
  width: 100%;
  max-width: 200px;
  justify-content: center;
  color: white;
  height: 3rem;
  padding: 0 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.awards-all-access-button:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

/* ========================================
   Hosted Shipper Section
   ======================================== */

.awards-hosted-shipper {
  background: #1d0c50;
  padding: 80px 0;
  color: white;
  flex: 0 0 60%;
  display: flex;
  align-items: start;
  justify-content: center;
}

.awards-hosted-shipper-content {
  width: 100%;
  margin: 0 auto;
  padding: 0px 80px;
}

.awards-hosted-shipper-title {
  color: #ffffff;
  font-family: var(--font-roobert);
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.awards-hosted-shipper-text {
  font-family: var(--font-helvetica-neue);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ebfaff;
  margin-bottom: 40px;
  white-space: pre-line;
}

.awards-hosted-shipper-button {
  font-family: var(--font-helvetica-neue);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.4px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #a346ff -8.48%, #f25e72 149.55%);
  width: 200px;
  justify-content: center;
  color: white;
  height: 3rem;
  padding: 0 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.awards-hosted-shipper-button:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

/* ========================================
   Congratulations Section
   ======================================== */

.awards-congratulations {
  background: #1d0c50;
  padding: 80px 0;
}

.awards-congratulations-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.awards-congratulations-image {
  flex-shrink: 0;
}

.awards-congratulations-image img {
  max-width: 285px;
  height: auto;
}

.awards-congratulations-content {
  flex: 1;

  .awards-congratulations-text {
    max-width: 800px;
    font-weight: 500;
  }
}

.awards-congratulations-title {
  color: #ef32af;
  font-family: var(--font-roobert);
  font-size: 46px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.awards-congratulations-text {
  font-family: var(--font-helvetica-neue);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}

.awards-congratulations-text p {
  margin-bottom: 0;
}

/* ========================================
   Winners Section
   ======================================== */

.awards-winners {
  background: white;
  padding: 80px 0;
}

.awards-winners-title {
  color: #3333ff;
  font-family: var(--font-roobert);
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.awards-winners-sponsors {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.awards-winners-sponsor {
  text-align: center;
  max-width: 220px;
}

.awards-winners-sponsor-logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.awards-winners-sponsor-logo img {
  max-height: 80px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
}

.awards-winners-sponsor-title {
  color: #1a1a1a;
  font-family: var(--font-helvetica-neue);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.awards-winners-speakers {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.awards-winners-speaker {
  text-align: center;
  max-width: 180px;
}

.awards-winners-speaker-photo {
  width: 140px;
  height: 140px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  background: #ef32af;
}

.awards-winners-speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.awards-winners-speaker-info {
  text-align: center;
}

.awards-winners-speaker-name {
  color: #1a1a1a;
  font-family: var(--font-roobert);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 4px;
}

.awards-winners-speaker-title {
  color: black;
  font-family: var(--font-helvetica-neue);
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 2px;
}

.awards-winners-speaker-company {
  color: #1a1a1a;
  font-family: var(--font-helvetica-neue);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}

/* ========================================
   Winner Presentations/Ceremony Section
   ======================================== */

.awards-wpc-header {
  .container {
    max-width: 1400px;
  }
}

.awards-wpc-title {
  color: #ffffff;
  font-family: var(--font-roobert);
  font-size: 46px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.awards-wpc-body {
  padding: 60px 0;
}

.awards-wpc-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.awards-wpc-card {
  text-align: center;
  border: 2px solid #a346ff;
  padding: 30px 20px;
}

.awards-wpc-card2 {
  border: 2px solid #ef32af;
}

.awards-wpc-card-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.awards-wpc-card-date {
  color: #ffffff;
  font-family: var(--font-helvetica-neue);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 4px;
}

.awards-wpc-card-time {
  font-family: var(--font-helvetica-neue);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 4px;
}

.awards-wpc-card-location {
  font-family: var(--font-helvetica-neue);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}

.awards-wpc-content {
  background: #521a3f;
  color: #ffffff;
  font-family: var(--font-helvetica-neue);
  font-size: 28px;
  font-weight: 400;
  line-height: 43px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
}

.awards-wpc-content p {
  margin-bottom: 16px;
}

.awards-wpc-content p:last-child {
  margin-bottom: 0;
}

/* ========================================
   Mobile Responsive Styles
   ======================================== */

@media (max-width: 991px) {
  .awards-hero {
    padding: 160px 0 90px;
    min-height: auto;
  }

  .awards-hero-top-title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .awards-hero-title {
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 4px;
    padding: 0 20px;
  }

  .awards-hero-bottom-title {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0 20px;
  }

  /* About Mobile */
  .awards-about {
    padding: 20px;
  }

  .awards-about-title {
    font-size: 32px;
    line-height: 36px;
  }

  .awards-about-content {
    font-size: 16px;
    line-height: 26px;
  }

  .awards-about-image-container {
    margin: 30px 0 50px 0;
    padding: 10px;
  }

  .awards-about-image-container img {
    max-width: 350px;
  }

  /* CTA Sections Mobile */
  .awards-cta-sections {
    flex-direction: column;
  }

  /* All Access Mobile */
  .awards-all-access {
    padding: 0 20px;
  }

  .awards-all-access-card {
    padding: 40px 16px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    display: grid;
  }

  .awards-all-access-button {
    max-width: 200px;
  }

  /* Hosted Shipper Mobile */
  .awards-hosted-shipper {
    padding: 40px 20px;
  }

  .awards-hosted-shipper-content {
    padding: 0 20px;
  }

  .awards-hosted-shipper-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .awards-hosted-shipper-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .awards-hosted-shipper-button {
    width: 100%;
    max-width: 185px;
  }

  /* Button Mobile */
  .awards-primary-button,
  .awards-secondary-button {
    width: 100%;
    max-width: 100%;
  }

  /* Congratulations Mobile */
  .awards-congratulations {
    padding: 60px 20px;
  }

  .awards-congratulations-wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .awards-congratulations-title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .awards-congratulations-text {
    font-size: 16px;
    line-height: 24px;
  }

  /* Winners Mobile */
  .awards-winners {
    padding: 60px 20px;
  }

  .awards-winners-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .awards-winners-sponsor {
    max-width: 160px;
  }

  .awards-winners-sponsor-logo {
    height: 60px;
  }

  .awards-winners-sponsor-logo img {
    max-height: 60px;
    max-width: 140px;
  }

  .awards-winners-speakers {
    gap: 24px;
  }

  .awards-winners-speaker {
    max-width: 140px;
  }

  .awards-winners-speaker-photo {
    width: 100px;
    height: 100px;
  }

  .awards-winners-speaker-name {
    font-size: 14px;
    line-height: 18px;
  }

  .awards-winners-speaker-title,
  .awards-winners-speaker-company {
    font-size: 12px;
    line-height: 16px;
  }

  /* Winner Presentations/Ceremony Mobile */
  .awards-wpc-header {
    padding: 0 20px;
  }

  .awards-wpc-title {
    font-size: 24px;
    line-height: 32px;
  }

  .awards-wpc-body {
    padding: 40px 20px;
  }

  .awards-wpc-cards {
    margin-bottom: 30px;
  }

  .awards-wpc-card {
    padding: 20px;
  }

  .awards-wpc-card-title {
    font-size: 16px;
    line-height: 22px;
  }

  .awards-wpc-card-date,
  .awards-wpc-card-time,
  .awards-wpc-card-location {
    line-height: 20px;
  }

  .awards-wpc-content {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
}

/* ========================================
   Tablet Responsive Styles
   ======================================== */

@media (min-width: 769px) and (max-width: 991px) {
  .awards-hero-title {
    font-size: 60px;
    line-height: 64px;
  }

  .awards-about-title,
  .awards-hosted-shipper-title {
    font-size: 36px;
    line-height: 40px;
  }
}
