/* Lato – Body / Nav / Buttons */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-display: swap;
}

.hero-title,
.section-title {
  font-family: 'Bebas Neue';
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

    
    /* RESET */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
     font-family: 'Lato', sans-serif;
      width: 100%;
    }

 
/* HEADER */
    header {
      width: 100%;
      padding: 0.6rem 3vw;
      background: #fff;
    }

    .header-inner {
      display: flex;
      align-items: center;
    }

    .header-left {
      flex: 1;
    }

    .header-logo {
      flex: 1;
      text-align: center;
    }

    .header-logo img {
      height: 35vh;
      max-height: 130px;
    }

    .header-right {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      gap: 1rem;
    }

    .btn {
      padding: 0.7rem 1.6rem;
      border-radius: 2rem;
      text-decoration: none;
      font-size: 0.9rem;
      white-space: nowrap;
      color: #fff;
      display: inline-block;
        font-family: 'Lato';
    }

    .btn.green {
      background: #9ad86d;
      color: #000;
    }

    .btn.orange {
      background: #e67e22;
    }

    /* HERO / BANNER */
    .hero {
      position: relative;
      width: 100%;
      height: 80vh;
       background: url("../../assets/images/ICBC LP Desktop Banner_23-01-26.png") center / cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
    }

    .hero-content {
      position: relative;
      text-align: center;
      color: #fff;
      padding: 0 5vw;
      max-width: 70rem;
    }

    .hero-content h1 {
      font-size: 65px;
      line-height: 1.25;
      font-weight: 800;
    }

    .hero-content h1 span {
      color: #9ad86d;
    }

    .hero-content h1 .blue {
      color: #6ec6ff;
    }

    .hero-content .hero-btn {
      margin-top: 2.5rem;
      padding: 1rem 2.8rem;
      font-size: 1rem;
        font-family: 'Lato';
    }

/*2nd section*/
.events-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.section-heading {
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 60px;
}

.event-card {
  display: grid;
  grid-template-columns: 140px 1fr 1.3fr;
  gap: 40px;
}

.event-date {
  color: #f57c00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.event-date strong {
  display: block;
}

.event-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.event-content h3 {
  font-size: 45px;
  font-weight: 800;
  margin: 0;
}

.event-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.badge-flagship {
  background: #b7ec8b;
  color: #000;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 600;
}

.event-tags {
  margin-bottom: 16px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3f3f3;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.event-description {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 20px;
}

.event-footer {
  display: flex;
  align-items: center;
  gap: 30px;
}

.status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.status .dot {
  width: 10px;
  height: 10px;
  background: #9be15d;
  border-radius: 50%;
}

.register-link {
  color: #f57c00;
  font-weight: 600;
  text-decoration: none;
}

.event-cta {
  margin-top: 50px;
  text-align: center;
}

.explore-btn {
  background: #e87722;
  color: #fff;
  padding: 16px 40px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
    font-family: 'Lato';
}

/* BANNER SECTION */
.ticket-banner {
  position: relative;
  width: 100%;
  height: 70vh;
  background: url("../../assets/images/enhance_7ixdtgf89qou8z0z7iac.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ticket-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* CONTENT */
.banner-content {
  position: relative;
  color: #fff;
  padding: 0 5vw;
  max-width: 70rem;
}

.banner-content h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.banner-content h2 span {
  color: #9ad86d;
}

.banner-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

/* TIMER */
.timer {
  display: flex;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 2rem;
}

.time-box {
  text-align: center;
}

.time {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;
  color: #f5b041;
}

.label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  margin-top: 0.3rem;
}

/* BUTTON */
.banner-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.9rem 2.5rem;
  background: #e67e22;
  color: #fff;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 1rem;
    font-family: 'Lato';
}
/*4th section */
.byers-section,
.buyers-section {
  width: 100%;
  padding: 6vh 5vw;
  background: #ffffff;
}

.buyers-container {
  max-width: 1023px;
  margin: auto;
}

/* Header */
.buyers-header {
  text-align: center;
  margin-bottom: 6vh;
}

.buyers-header h1 {
 text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 60px;
  margin-bottom: 1rem;
}

.buyers-header p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}


.dark {
  color: #222;
}

/* Content Layout */
.buyers-content {
 display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10vw;
    margin-bottom: 6vh;
  height: 75vh;
}

/* Left Text */
.buyers-text h2 {
     font-size: 45px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #111;
}

.buyers-text h3 {
      font-size: 35px;
  font-weight: 700;
  background: #b9dff2;
    padding: 0.6rem 1rem;
  margin-bottom: 2rem;
}

.btn-signup {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  background: #5f7f90;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
      font-size: 1.5rem;
  margin-bottom: 30px;
}

/* Image */
.buyers-image img {
 width: 30vw;
  max-width: 420px;
      height: 70vh;
}

/*Footer*/
.site-footer {
  background: #ffffff;
  padding: 50px 20px 25px;
  font-size: 13px;
  color: #555;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
}

.footer-logo img {
  max-width: 140px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #000;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  text-decoration: none;
  color: #666;
}

.footer-col a:hover {
  color: #000;
}

.footer-divider {
  height: 1px;
  background: #ddd;
  margin: 40px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: #777;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials img {
  width: 16px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.footer-socials img:hover {
  opacity: 1;
}
/*Footer End */

 .logo-testimonial {
  width: 100%;
  padding: 4vh 5vw;
  background: #fff;
}

.logo-slider {
  display: flex;
  gap: 4vw;
  overflow-x: auto;          /* MUST be auto */
  scroll-behavior: smooth;
  align-items: center;
  scroll-snap-type: x mandatory;
}

.logo-slider::-webkit-scrollbar {
  display: none;
}

.logo-item {
  min-width: 18vw;
  scroll-snap-align: center;
}

.logo-item img {
  max-width: 150px;
    max-height: 150px;
}

/* Dots */
.logo-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2vh;
}

.logo-dots .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

.logo-dots .dot.active {
  background: #444;
}


 /*-------------- MOBILE---------------- */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BebasNeue-Regular.woff2) format('woff2');
}

/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Bebas Neue';
  width: 100%;
  overflow-x: hidden;
}

/* ================= HEADER ================= */
header {
  width: 100%;
  padding: 0.4rem 3vw;
  background: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-left {
  flex: 1;
}

.header-logo {
  flex: 1;
  text-align: center;
}

.header-logo img {
  height: 13vh;
}

.header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.btn {
  padding: 0.7rem 1.6rem;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
  color: #fff;
    font-family: 'Lato';
}

.btn.green {
  background: #9ad86d;
  color: #000;
}

.btn.orange {
  background: #e67e22;
}

/* ================= HERO ================= */
.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url("../../assets/images/ICBC LP Desktop Banner_23-01-26.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 5vw;
  max-width: 70rem;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.25;
}

.hero-content h1 span {
  color: #9ad86d;
}

.hero-content h1 .blue {
  color: #6ec6ff;
}

.hero-btn {
  margin-top: 2.5rem;
  padding: 1rem 2.8rem;
}

/* ================= EVENTS ================= */
.events-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.section-heading {
  text-align: center;
  font-size: 60px;
  margin-bottom: 60px;
}

.event-card {
  display: grid;
  grid-template-columns: 140px 1fr 1.3fr;
  gap: 40px;
}

.event-date {
  color: #f57c00;
  font-size: 30px;
}

.event-image img {
  width: 100%;
  border-radius: 8px;
}

.event-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge-flagship {
  background: #b7ec8b;
  padding: 6px 10px;
  border-radius: 4px;
}

.event-description {
  color: #666;
  margin: 20px 0;
    font-family: 'Lato';
}

.event-footer {
  display: flex;
  gap: 30px;
}

/* ================= TICKET BANNER ================= */
.ticket-banner {
  position: relative;
  height: 70vh;
  background: url("../../assets/images/enhance_7ixdtgf89qou8z0z7iac.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.banner-content {
  position: relative;
  color: #fff;
  text-align: center;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 2vw;
}

.time {
  font-size: 3.5rem;
  color: #f5b041;
}

/* ================= BUYERS ================= */
.buyers-section {
  padding: 6vh 5vw;
}

.buyers-container {
  max-width: 1023px;
  margin: auto;
}

.buyers-header {
  text-align: center;
  margin-bottom: 6vh;
}


.buyers-image img {
  width: 35vw;
  max-width: 420px;
}

/* ================= LOGO SLIDER ================= */
.logo-testimonial {
  padding: 4vh 5vw;
}

.logo-slider {
  display: flex;
  gap: 2vw;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.logo-item {
  min-width: 18vw;
  scroll-snap-align: center;
}

/* ================= FOOTER ================= */
.site-footer {
  padding: 50px 20px 25px;
}

.footer-top {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* ================= MOBILE & TABLET ================= */

/* Header */
@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .header-logo img {
    height: auto;
    max-height: 48px;
  }

  .header-right {
    justify-content: center;
    margin-top: 10px;
  }
}

/* Hero */
@media (max-width: 768px) {
  .hero {
    min-height: 70vh;
    height: auto;
    padding: 60px 0;
  }

  .hero-content h1 {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }
  
  .buyers-text h2 {
    font-size: 30px;
}

.buyers-text h3 {
    font-size: 25px;
}

.btn-signup {
    font-size: 1rem;
}
}

/* Events */
@media (max-width: 900px) {
  .event-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .event-image {
    margin: 20px 0;
  }

  .event-footer {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Ticket banner */
@media (max-width: 768px) {
  .ticket-banner {
    height: 65vh;
  }

  .time {
    font-size: 2.4rem;
  }
}

/* Buyers */
@media (max-width: 900px) {
  .buyers-content {
    flex-direction: column;
    text-align: center;
    gap: 0vw;
    margin-bottom: 6vh;
    height: 82vh;
  }

  .buyers-image img {
           width: 50vw;
        max-width: 300px;
        height: 50vh;
    
  }
}

/* Logo slider */
@media (max-width: 480px) {
  .logo-item {
    min-width: 70vw;
  }
  .event-date {    
      color: #f57c00;    
      font-size: 55px;
  }
}

/* Footer */
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo {
    text-align: center;
  }
}
