/* sweepstakes.css - Styles only for sweepstakes page */

.header-banner {
  width: 100%;
  height: auto;
  display: block;
}

.header-image {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(to bottom, #f4d7a8 0%, #e8b87d 50%, #d4a574 100%);
  overflow: hidden;
}

.header-image img.header-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.3));
}

.header-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  padding: 0 15px;
}

.header-text h1 {
  font-size: 75px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 3px 3px 8px rgba(0,0,0,0.7);
  line-height: 1.1;
}

.header-text .sweepstakes {
  margin-top: 5px;
}

/* Page-specific container styles */
.sweepstakes-container .container {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Page-specific heading styles */
.div-lower-heading p {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-right: 15px;
  margin-left: 15px;
}

.div-upper-heading p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 15px;
  margin-left: 15px;
  color: #000;
}

.div-lower-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-right: 0;
  padding-right: 15px;
}

.div-lower-heading {
  flex: 1;
}

.div-lower-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

.how-to-enter {
  margin-top: 25px;
}

/* Only affect h3 inside .how-to-enter on sweepstakes page */
.sweepstakes-page .how-to-enter p {
  text-align: start;
  /* text-transform: uppercase; */
  /* text-decoration: underline; */
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 8;
}

.entry-item {
  margin-bottom: 25px;
}

.entry-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.entry-item a {
 color: unset;
 text-decoration: underline;
}

.tagline {
  text-align: center;
  font-style: italic;
  font-size: 32px;
  margin: 40px 0;
  line-height: 1.2;
}

.amoe-section {
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

.amoe-section p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.address {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.8;
}

.rules-section {
  margin-top: 10px;
}

/* Only affect these h3 on sweepstakes page */
.sweepstakes-page .rules-section h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* Only affect these paragraphs on sweepstakes page */
.sweepstakes-page .rules-section p {
  font-size: 14px;
  margin-bottom: 15px;
}

.fine-print {
  font-size: 11px;
  line-height: 1.5;
  color: #333;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.orderedlist {
  padding-right: 30px;
  list-style-type: none;
}

.promo-box {
  background: #f5f5f5;
  padding-top: 20px;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 80px;
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
}

.divider-dashed {
  border-bottom: 3px dashed #000;
  margin: 15px auto;
  width: 35%;
}

.bold-text p {
  font-weight: bold;
  font-size: 14px;
  padding-left: 12px;

}

.img-text {
  position: relative;
}



/* ========================= */


/* Default */
.partner-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.partner-logo img {
  width: 100%;
  /* max-width: 180px; */
  height: auto;
  object-fit: contain;
}

 .partner-bottom-logo img{
  width: 100%;
 }


.sweepstakes-content {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

/* Prevent horizontal scroll
body {
  overflow-x: hidden;
} */
 

.container-fluid.sweepstakes-container {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
}

.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Media Queries */
@media (max-width: 1024px) {
  .header-text h1 {
    font-size: 48px;
  }

  .promo-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }

  .amoe-section {
    max-width: 100%;
    padding: 0 20px;
  }

  .amoe-section p {
    font-size: 13px;
  }

  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .additional-partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .header-text h1 {
    font-size: 32px;
  }

  .sweepstakes-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-lower-heading p {
    font-size: 28px;
  }

  .div-upper-heading p {
    font-size: 22px;
  }

  .div-lower-heading-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 10px;
    gap: 15px;
  }

  .div-lower-logo img {
    margin-top: 10px;
    max-width: 140px;
  }

  .tagline {
    font-size: 18px;
  }

  .promo-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .amoe-section {
    padding: 0 15px;
  }

  .amoe-section p {
    font-size: 12px;
    line-height: 1.6;
  }

  .address {
    font-size: 12px;
    line-height: 1.6;
  }

  .orderedlist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .additional-partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .header-text h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  .header-text {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 1;
  }

  .promo-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .amoe-section {
    padding: 0 10px;
  }

  .amoe-section p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .address {
    font-size: 11px;
    line-height: 1.5;
  }

  .orderedlist {
    padding-left: 15px;
    padding-right: 10px;
  }

  .bold-text p {
    font-size: 12px;
  }

  .div-lower-heading-wrapper {
    padding-right: 5px;
    gap: 10px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .additional-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .partners-title {
    font-size: 18px;
  }

  .partner-logo img {
    max-height: 60px;
  }
}

@media (max-width: 360px) {
  .promo-box {
    padding-left: 8px;
    padding-right: 8px;
  }

  .amoe-section {
    padding: 0 8px;
  }

  .amoe-section p {
    font-size: 10px;
  }

  .address {
    font-size: 10px;
  }
}