/* Countdown Section */
.countdown-section {
  background-color: #fff;
  padding: 50px 0;
}
.event-day {
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 900;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto;
  color: #821314;
}
.event-day span {
  color: #000;
  padding: 0 6px;
}
hr {
  display: flex;
  align-content: center;
  margin: auto;
  justify-content: center;
}

.countdown-timer {
  display: flex;
  column-gap: 35px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.timer-item {
  text-align: center;
  min-width: 100px;
  padding: 0 40px;
  position: relative;
}

.timer-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100px;
  background-color: #ccc;
}

#demod,
#demoh,
#demom,
#demos {
  font-size: 50px !important;
  color: #821314;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.timer-item p {
  font-size: 18px;
  color: #666;
  margin: 0;
  text-transform: capitalize;
}

.countdown-cta {
  text-align: center;
  padding-left: 20px;
}

.event-date-text {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.event-date-text .separator {
  margin: 0 8px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-register {
  background-color: #821314;
  color: #fff;
  font-size: 18px;
  padding: 6px 10px;
  height: 40px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-register:hover {
  background-color: #9a1f24;
  color: #fff;
}

.btn-partnership {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 6px 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-partnership:hover {
  background-color: #333;
  color: #fff;
}
.profile h4 {
  font-family: bruumBoldFont;
  color: #0069af;
}

.profile ul li {
  font-size: 22px;
  margin-bottom: 7px;
}

.profile b {
  font-family: bruumBoldFont;
}

/* Responsive Styles for Events Schedule and Countdown */
@media only screen and (max-width: 991px) {
  .events-schedule-title h2 {
    font-size: 30px;
  }

  .events-schedule-title h3 {
    font-size: 24px;
  }

  .calendar-icon-box {
    width: 140px;
    height: 140px;
  }

  .calendar-icon-box img {
    max-width: 100px;
  }

  .calendar-icon-box i {
    font-size: 70px;
  }

  .events-schedule-title {
    height: 140px;
    padding: 20px 30px;
  }

  .countdown-cta {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
  }

  .countdown-timer {
    justify-content: center;
  }

  .event-date-text {
    font-size: 24px;
  }

  .cta-buttons {
    justify-content: center;
  }

  #demod,
  #demoh,
  #demom,
  #demos {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .calendar-icon-box {
    width: 100%;
    height: 120px;
  }

  .calendar-icon-box img {
    max-width: 80px;
  }

  .calendar-icon-box i {
    font-size: 60px;
  }

  .events-schedule-title {
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .events-schedule-title h3 {
    font-size: 16px;
  }

  .events-schedule-title h2 {
    font-size: 28px;
  }

  .countdown-section {
    padding: 30px 0;
  }

  .timer-item {
    min-width: 70px;
    padding: 0 15px;
  }

  .timer-item:not(:last-child)::after {
    height: 60px;
  }

  #demod,
  #demoh,
  #demom,
  #demos {
    font-size: 32px !important;
  }

  .timer-item p {
    font-size: 14px;
  }

  .event-date-text {
    font-size: 20px;
  }

  .btn-register,
  .btn-partnership {
    padding: 10px 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .events-schedule-title h2 {
    font-size: 24px;
  }

  .events-schedule-title h3 {
    font-size: 14px;
  }

  .timer-item {
    min-width: 60px;
    padding: 0 12px;
  }

  .timer-item:not(:last-child)::after {
    height: 50px;
  }

  #demod,
  #demoh,
  #demom,
  #demos {
    font-size: 28px !important;
  }

  .timer-item p {
    font-size: 12px;
  }

  .event-date-text {
    font-size: 18px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn-register,
  .btn-partnership {
    width: 100%;
    padding: 12px 20px;
  }
}
.icon-red {
  filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(2045%)
    hue-rotate(338deg) brightness(92%) contrast(96%);
  background-color: transparent;
  width: 12%;
  margin-bottom: 40px;
}
.events-schedule h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 10px;
  color: #000;
  letter-spacing: 1px;
}
.event-date-header {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  color: #000;
  text-align: center;
}
