html {
  background-color: #FFFFFF; 
   font-family: "Poppins", sans-serif;
  
  }

#upcomingEventsBlock .owl-stage-outer,
#upcomingEventsBlock .owl-stage {
overflow: visible !important
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #F8800A;
}
  .upcomingEventsBlock .owl-dots {
padding-top: 20px;
}

.\!font-bold{
  font-weight: 700 !important;
}

.upcomingEventsBlock .custom-card-grid {
  max-width: 320px;
  height:450px;
}
  .logo-ba {
    width: 212px;
    height: 80px;
    aspect-ratio: 53/20;
  }
  
  .nav-item {
    color: var(--Neutral-700, #404040);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    z-index: 9999;
  }
  
  .login-button {
    color: var(--Orange, #F8800A);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    padding: 15px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: var(--Light, #F0F4F3);
    text-decoration: none;
  }
  
  .waitlist-button {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: var(--Orange, #F8800A);
    color: var(--Generic-White, #FFF);
    text-align: justify;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
  }
  
  /* Desktop vs. Mobile Navbar */
  .desktop-navbar {
    display: block;
  }
  
  .mobile-navbar {
    display: none;
  }
  
  /* Mobile Menu Animation */
  .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    padding-left: 50px;
    padding-top: 70px;
  }
  
  .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
  }
  
  @media (max-width: 1100px) {
    .logo-ba {
      width: 156px;
      height: 50px;
    }
  
    .desktop-navbar {
      display: none;
    }
  
    .mobile-navbar {
      display: block;
    }
  }
  
  @media (max-width: 500px) {
  .upcomingEventsBlock .custom-card-grid {
  max-width: 290px;
  height:450px;
}
  }

  .blue-header {
    color: var(--Blue, #1EBCE2);
    text-align: center;
    font-family: "Bowlby One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .number-box {
    width: 36px;
    height: 36px;
    padding: 8px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Primary-50, #EEF2FF);
  }





  .content {
    max-height: 0;
    transition: max-height 0.2s;
  }

  .toggle:checked+.title+.content {
    max-height: 500px;
  }

  .toggle:checked+.title::before {
    transform: rotate(180deg) !important;
  }

  .program-heading {
    color: var(--Neutral-900, #171717);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 62px;
    /* 103.333% */
    letter-spacing: -1.2px;
  }



  .paragraph-large {
    /* Paragraph/Large/Regular */
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 28px !important;
    /* 155.556% */
  }

  .paragraph-medium {

    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    /* 150% */
  }

  .paragraph-small {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    /* 142.857% */
  }


  @media (max-width: 768px) {
  .upcomingEventsBlock .custom-card-grid {
  max-width: 290px;
  height:450px;
}
    .program-heading {
      color: var(--Neutral-900, #171717);
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 900;
      line-height: 47px;
      /* 103.333% */
      letter-spacing: -1.2px;
    }

    .paragraph-large {
      color: var(--Neutral-700, #404040);
      /* Paragraph/Large/Regular */
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 24px !important;
      /* 155.556% */
    }

  }
  .carousel-section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden !important;
    /* Overridden from hidden to visible */
  }

  .wrapper {
    overflow: visible !important;
    /* Overridden from hidden to visible */
  }

  #cards-scrollable .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .bg-lba-gray-200 {
    background: #F4F2F1;
  }

  .card-date {
    color: #141414;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.28px;
  }

  .custom-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 16px 30px 24px 24px;
    border-radius: 20px;
    min-width: 250px;
    background: #FFF;
  }

  .status-badge {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    background: #E9E9E8;
    color: #1EBCE2;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }

  .virtual-course {
    color: #1EBCE2;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }

  .program-info {
    color: #6E6E73;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-feature-settings: 'liga' off, 'clig' off;
  }

  .register-now {
    margin-top: 56px;
    color: #F8800A;
    font-size: 16px;
    font-weight: 900;
    line-height: 150%;
  }
@media (max-width: 768px) {
  .md\:py-8 {
    padding-top:32px !important;
	      padding-bottom:32px !important;
  }
}

.sub-menu .menu-item:hover {
  background-color: #d3d3d3;
    }


.sub-menu .menu-item {
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
    }

@media (max-width: 1108px) {
  .sub-menu .menu-item {
padding-left: 10px;
padding-top: 5px;

  }
}

.w-\[320px\] {
  width: 320px;
}

@media (min-width: 608px) {
  .md\:w-\[420px\] {
    width: 420px;
  }
}