:root {
  --blue: #004b93;
  --orange: #ff9e1b;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--blue);
  margin: 0;
  padding: 0;
}

/* Header Styles */
.header-banner {
  background-color: var(--blue);
  padding: 20px;
  text-align: center;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: var(--orange) transparent transparent transparent;
  transform: rotate(0deg);
  z-index: 0;
}

.header-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120px 120px 0;
  border-color: transparent var(--orange) transparent transparent;
  transform: rotate(0deg);
  z-index: 0;
}

.header-banner h1 {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

/* Main Content Styles */
.container-fluid {
  padding: 0;
}

.main-content {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 2rem;
}

/* Title Styles */
.good-friends {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.good,
.friends {
  color: var(--orange);
  -webkit-text-stroke: 2px var(--orange);
}

.of-goodwill {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
}

.of-goodwill::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  border-bottom: 3px dotted var(--orange);
}

/* Event Details Styles */
.date-time {
  margin-bottom: 2rem;
}

.date-time h2 {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.date-time h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0;
}

.venue {
  margin-bottom: 2rem;
}

.venue h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.venue h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
}

.details p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.contact-details {
  margin: 80px auto;
}
.parking,
.rideshare {
  font-style: italic;
}

.advocates-section {
  margin-top: 5rem;
  border-top: 2px solid #ffbf00;
  margin-bottom: 6rem;
}
.advocates-section h2 {
  background: #fff;
  padding: 0.625rem 0.938rem;
  max-width: 23.75rem;
  margin: -2.125rem auto 2rem;
}
.advocates-section h2 span.sponsor_tier-category {
  color: var(--blue);
  font-family: "Poppins";
  font-weight: 700;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 2.8rem;
}
.advocates-section h2 span.sponsor_tier-price {
  color: #010f57;
  font-family: Gantari;
  font-weight: 400;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.advocate-list {
  max-width: 410px;
  margin: auto;
}
.advocate-list ul {
  padding: 0;
}
.advocate-list ul li {
  color: var(--blue);
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
  font-size: 1.2rem;
  line-height: 115%;
  list-style: disc;
  margin-bottom: 1rem;
  list-style-position: inside;
}
/* Honorary Chairs Section */
.honorary-chairs {
  background-color: var(--blue);
  color: var(--orange);
  padding: 15px;
  margin: 30px auto;
  max-width: 400px;
  text-align: center;
}

.honorary-chairs h6 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Row Layout */
.row {
  position: relative;
  margin-top: 40px;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

/* Column Styles */
.col-md-5 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* RSVP Section */
.rsvp {
  position: relative;
  text-align: center;
  margin-bottom: 54px;
  font-size: 24px;
  line-height: 125%;
}

.qr-code {
  width: 150px;
  display: block;
  margin: 15px auto 0;
}

/* Contact Info */
.contact-info {
  text-align: center;
}

.contact-info a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  text-decoration: underline;
}

.mission {
  color: var(--blue);
  font-style: italic;
  margin-top: 20px;
  line-height: 1.5;
}

/* Sponsor Sections Styles */
.sponsors-section {
  margin-top: 5rem;
  border-top: 2px solid var(--orange);
  margin-bottom: 6rem;
  padding: 0 20px;
}

.sponsor-title {
  color: var(--blue);
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
  background: #fff;
  padding: 0.625rem 0.938rem;
  max-width: 23.75rem;
  margin: -2.125rem auto 0.5rem;
}

.sponsor-price {
  color: var(--blue);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.sponsor-list {
  max-width: 1200px;
  margin: 0 auto;
}

.three-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column {
  flex: 1;
}

.sponsor-list p {
  color: var(--blue);
  font-family: "Poppins";
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 115%;
}

/* Responsive Breakpoints */
@media (max-width: 1199.98px) {
  .good-friends {
    font-size: 7rem;
  }

  .main-content {
    padding: 30px 15px;
  }
}

@media (max-width: 991.98px) {
  .good-friends {
    font-size: 6rem;
  }

  .header-banner h1 {
    font-size: 2rem;
  }

  .of-goodwill {
    font-size: 1.8rem;
  }

  .date-time h2,
  .date-time h3 {
    font-size: 1.6rem;
  }

  .row::after {
    height: 70%;
  }
}

@media (max-width: 767.98px) {
  .header-banner {
    height: 100px;
  }

  .header-banner::before {
    border-width: 100px 100px 0 0;
  }

  .header-banner::after {
    border-width: 0 100px 100px 0;
  }

  .header-banner h1 {
    font-size: 1.8rem;
    padding: 0 10px;
  }

  .good-friends {
    font-size: 4.5rem;
  }

  .of-goodwill {
    font-size: 1.5rem;
  }

  .date-time h2,
  .date-time h3 {
    font-size: 1.4rem;
  }

  .venue h4 {
    font-size: 1.4rem;
  }

  .venue h5 {
    font-size: 1.2rem;
  }

  .details p {
    font-size: 0.9rem;
  }

  .honorary-chairs {
    max-width: 300px;
  }

  .row::after {
    display: none;
  }

  .rsvp {
    padding-left: 0;
  }

  .rsvp::before {
    display: none;
  }

  .col-md-5 {
    padding: 15px;
  }

  .three-columns {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .sponsor-title {
    font-size: 2.2rem;
  }

  .sponsor-price {
    font-size: 1.3rem;
  }

  .sponsor-list p {
    text-align: center;
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .header-banner {
    height: 80px;
  }

  .header-banner::before {
    border-width: 80px 80px 0 0;
  }

  .header-banner::after {
    border-width: 0 80px 80px 0;
  }

  .header-banner h1 {
    font-size: 1.4rem;
  }

  .good-friends {
    font-size: 3.5rem;
  }

  .of-goodwill {
    font-size: 1.2rem;
  }

  .logo {
    width: 100px;
  }

  .date-time h2,
  .date-time h3 {
    font-size: 1.2rem;
  }

  .venue h4 {
    font-size: 1.2rem;
  }

  .venue h5 {
    font-size: 1.1rem;
  }

  .details p {
    font-size: 0.85rem;
  }

  .honorary-chairs {
    max-width: 250px;
    padding: 10px;
  }

  .honorary-chairs h6 {
    font-size: 1rem;
  }

  .qr-code {
    width: 120px;
  }

  .mission {
    font-size: 0.85rem;
  }
}

@media (max-width: 399.98px) {
  .header-banner {
    height: 70px;
  }

  .header-banner::before {
    border-width: 70px 70px 0 0;
  }

  .header-banner::after {
    border-width: 0 70px 70px 0;
  }

  .header-banner h1 {
    font-size: 1.2rem;
  }

  .good-friends {
    font-size: 2.8rem;
  }

  .of-goodwill {
    font-size: 1rem;
  }

  .logo {
    width: 80px;
  }

  .date-time h2,
  .date-time h3 {
    font-size: 1rem;
  }

  .venue h4 {
    font-size: 1rem;
  }

  .venue h5 {
    font-size: 0.9rem;
  }

  .details p {
    font-size: 0.8rem;
  }

  .honorary-chairs {
    max-width: 200px;
  }

  .qr-code {
    width: 100px;
  }
}
