/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;&display=swap'); */
@import url("https://use.typekit.net/tfc7obv.css");
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', 'Degular';
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: #f8f8f8;
    }

    h1, h2, h3, h4 {
      font-family: 'Degular' !important;
    }

    .footer-title-span {
      font-family: 'Degular' !important;
    }

    .text-primary {
      color: #A5EAFF!important;
    }

    #new-hero {
      position: relative;
      width: 100%;
      height: 650px;
      background: linear-gradient(
          rgba(10, 10, 10, 0.50),
          rgba(10, 10, 10, 0.50)
        ),
        url("../images/celebrating.jpg") no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 20px 50px 20px;
  }

  .img-span img {
    width: 100%;
    max-width: 50px;
    margin-left: 15px;
}

.hero-sub-info p {
    font-size: 20px;
}

.hero-sub-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Poppins' !important;
}

.hero-sub-info {
    max-width: 980px;
    margin: auto;
}

    .hero {
      position: relative;
      width: 100%;
      /* height: 700px; */
      background: linear-gradient(#ffffff00, #ffffff00), url(../images/new-hero-1.png) no-repeat center center / cover;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 70px 20px 80px 20px;
    }

    .hero-content {
      /* margin: 70px 76px; */
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 90px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-left {
      flex: 1;
    }

    #new-hero h1 {
      font-size: 55px;
      font-weight: 700;
      margin-bottom: 40px;
  }

      .hero-info {
        width: 100%;
        max-width: 850px;
        margin: auto;
    }

    .hero-info ul {
    display: grid;
    padding: 0;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

#two-col {
    padding: 70px 20px 50px 20px;
}

#new-hero .logo {
    justify-content: center;
}

.card-img img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.card-img p {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    color: #000;
    font-weight: 500;
}

    .logo {
    /* position: absolute; */
  top: 70px;
  left: 76px;
  z-index: 10;
      display: flex;
      align-items: center;
      margin-bottom: 80px;
    }

    .logo img {
      width: 195px;
      height: 76px;
      margin-right: 10px;
    }

    .hero-left p {
      font-size: 20px;
      margin-bottom: 10px;
      /* color: #ffffff; */
      font-weight: 600;
    }

    .hero-left h1 {
      font-weight: 700;
      font-size: 45px;
      line-height: 1.1;
      margin-bottom: 20px;
      /* color: #1ec2f3; */
    }

    .hero-left small {
      display: block;
      font-size: 16px;
      color: #ffffff;
      margin-top: 15px;
    }

    .hero-right {
      flex: 1;
    }

    .hero-right ul {
      list-style: none;
      margin-bottom: 30px;
      padding-left: 0; 
    }

    .hero-right li {
      margin: 12px 0;
      font-size: 20px;
      /* color: #ffffff; */
      position: relative;
      padding-left: 25px;
    }

    .hero-right li::before {
      font-size: 20px;
      font-weight: 800;
      content: "\2713";
      color: #4cc9f0!important;
      position: absolute;
      left: 0;
      top: 0;
      /* font-family: Arial, sans-serif;  */
      -webkit-text-fill-color: #4cc9f0 !important; 
    }

    .btn {
      background: #4cc9f0;
      color: #000;
      padding: 14px 28px;
      border: none;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
      text-decoration: none;
      display: inline-block;
    }

    .btn:hover {
      background: #38a3c7;
    }

    /* .th-image-container {
        width: 200px !important;
      } */

    @media (max-width: 900px) {
      .hero-content {
        flex-direction: column;
        text-align: center;
      }

      #new-hero h1, .hero-left h1 {
        font-size: 32px;
        margin-bottom: 20px;
      }

      #two-col .col-lg-6:last-child .card-img p {
          margin-bottom: 0;
      }

      #two-col {
          padding: 30px 5px;
      }

      #new-hero {
          padding: 30px 5px;
          height: unset;
      }

      #new-hero .btn {
          width: 100%!important;
          margin: 0!important;
      }

      .logo {
        position: relative; 
        display: flex;
        align-items: center;
        top:0 ;
        left: 0;
        justify-content: center;
      }
    }

    @media (max-width: 1400px) {
      /* .th-image-container {
        width: 300px !important;

      } */
      .footer {
        height: unset !important;
      }
      #event-container .card {
        width: 300px;
      }
      .section-awards {
        margin: 30px 30px !important;
      }
    #event-container {
      /* display: flex; */
      gap: 20px;
      flex-wrap: wrap;
      align-items: stretch;
    }
    }

    .section-awards {
      padding: 50px 0 10px 0;
      /* max-width: 1200px; */
      /* margin: 76px 76px; */
      /* padding: 40px 20px; */
    }

    .section-awards h2 {
      color: #000000;
      font-size: 25px;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .section-awards p {
      /* color: #666; */
      font-size: 16px;
      margin-bottom: 20px;
    }

    #event-container {
       /* display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;

  align-items: stretch; */
  /* display: flex; */
  flex-wrap: wrap;     
  gap: 20px;       
  justify-content: space-between;
    }

    #event-container .card {
  flex: 1 1 calc(33.33% - 20px);
  min-width: 100%;            
  max-width: 100%;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
}

    /* .card-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .card {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 400px;
    } */

    .card .img-container {
      width: 20%;
      padding: 20px;
      display: flex;
      background-color: #f8f8f8;
      align-items: center;
      height: unset;
      margin-right: 40px;
    }

    .card .award-logo {
      object-fit: contain;
      height: 85px;
      width: 200px;
      margin: 0;
      display: block;
    }

    .card h3 {
      font-size: 18px;
      margin-bottom: 15px;
      /* margin-top: 16px; */
      font-weight: bold;
      color: #333;
    }

    .card .info-row {
      font-size: 15px;
      margin-bottom: 10px;
    }

    .card .info-row .content {
      padding-right: 4px;
      font-weight: 500;
      font-size: 15px;
    } 

    .card .info-row span.dates {
      color: #696969;
    } 

    .event-date {
  display: inline-flex;        /* keeps everything in a row */
  align-items: center;         /* vertically center */
  gap: 6px;                    /* spacing between icon/label/date */
  /* font-family: Arial, sans-serif; */
  font-size: 14px;
  color: #222;
}
.event-date .icon img {
  width: 15px;                 /* resize icon */
  height: 15px;
  display: block;
}

    .card .info-row span img {
      justify-content: center;
    } 
    .card .info-row .icon-row {
      padding-right: 2px;
    }

    

    .card .info-row .icon-calendar {
      width: 15px ;
    }

    /* .card .info-row:first-child {
      margin-top: 22px;
    } */

    /* .card .info-row:last-child {
      margin-bottom: 25px;
    } */

    .card .info-container .info-buttons {
      display: flex;
      margin-top: 25px;
      justify-content: center;
    }

    /* .card .info-row .event-row {
       display: inline-flex;
  align-items: center;
    } */
    .card .info-row .event-row {
      line-height: 2rem;
    }
    .card .info-row .event-row .icon-calendar {
       margin-bottom: 4px;
       padding-right: 2px;
    }

   

    .card .location-container {
      height: 50px;
    }

    .card .info-container .join-btn {
      color: #000000;
      border-radius: 4px;
      background-color: #1EC2F3;
      font-weight: 500;
      font-size: 18px;
      /* width: 49%; */
    }

    .join-btn {
      width: 200px;
      height: 50px;
      font-weight: 500!important;
      font-size: 16px!important;
      background-color: #1EC2F3!important;
    }

    .join-btn:hover {
      color: #000000;
      background-color: #1EC2F3!important;
    }


    .card .info-container .join-get-involve {
      /* color: #000000; */
      border-radius: 4px;
      /* width: 49%; */
    }

    button.btn.btn-outline.join-get-involve {
      font-weight: 500;
      font-size: 18px;
      background: #ffffff;
    }

  .info-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }

    .card p {
      margin: 5px 0;
      font-size: 14px;
      color: #444;
    }

    .card p strong {
      color: #000;
    }

    .btn-group {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
    }

    .btn {
      background: #00aaff;
      color: #000000;
      padding: 10px 16px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      transition: background 0.3s;
      flex: 1;
      margin: 0 5px;
    }

    .hero-right .btn,
    #new-hero .btn {
      width: 280px;
      /* height: 58px; */
      padding-top: 13px;
      padding-bottom: 13px;
      background: #1ec2f3;
      color: #000000;
      /* padding: 10px 16px; */
      border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      transition: background 0.3s;
      flex: 1;
      font-weight: 500;
      /* margin: 0 5px; */
    }

    #new-hero .btn {
      margin-top: 30px;
    }

    /* .btn:hover {
      background: #0088cc;
    } */

    .btn-outline {
      background: #f5f5f5;
      color: #000;
    }

    /* .btn-outline:hover {
      background: #ddd;
    } */

    .check-item {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
  font-weight: 500;
  color: #333;
}

.check-icon {
  width: 16px;
  height: 16px;
}

.section-title {
  font-size: 25px;
  line-height: 1.2;
}

.check-lists-1 {
    background: #174AC9;
}

.check-lists-2 {
  background: #007FA5;
}

/* .check-lists li::before {
      content: "✔";
      color: #4cc9f0;
      position: absolute;
      left: 0;
      top: 0;
    } */
.check-lists li {
      margin: 12px 0;
      font-size: 15px;
      /* color: #ddd; */
      position: relative;
      padding-left: 25px;
    }

    .check-lists li::before {
      font-size: 20px;
      font-weight: 800;
      content: "\2713";
      color: #4cc9f0!important;
      position: absolute;
      left: 0;
      top: 0;
      /* font-family: Arial, sans-serif; */
      -webkit-text-fill-color: #4cc9f0 !important; 
    }

    .filters {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  /* margin-bottom: 15px; */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      margin-bottom: 15px;
}

.filter-group {
  display: flex;
  gap: 12px;
  /* flex-wrap: wrap;  */
}

.filter-select {
  flex: 1;
  min-width: 180px;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  appearance: none; /* remove default browser arrow */
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  color: #949494;
}

.filter-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59,130,246,0.2);
}

#sortSelect {
  max-width: 220px;
}

.details-container {
    width: 75%;
}

/* #sortSelect  {
  background: url('../images/Calendar-2.png') no-repeat 12px center;
  background-size: 12px;
  /* padding-left: 30px; */
   #sortSelect  {
    appearance: none;          
    -webkit-appearance: none;
    -moz-appearance: none;

    background: 
      url('../images/filter-calendar.png') no-repeat 12px center, /* first image */
      url('../images/caret-down.png') no-repeat right 12px center; /* second image */
    background-size: 16px, 14px;  /* sizes of the images */
    padding-left: 35px;           /* space for left icon */
    padding-right: 32px;  
  }

#awardFilter {
appearance: none;          
  -webkit-appearance: none;
  -moz-appearance: none;

  background: 
    url('../images/bars-sort.png') no-repeat 12px center, /* first image */
    url('../images/caret-down.png') no-repeat right 12px center; /* second image */
  background-size: 16px, 14px;  /* sizes of the images */
  padding-left: 35px;           /* space for left icon */
  padding-right: 32px;  
}
/*  
#sortSelect {
  appearance: none;
  background: none;
  padding-right: 32px;
  position: relative;
}

#sortSelect::after {
  content: "▼"; 
  position: absolute;
  right: 12px;
  pointer-events: none;
} */
#awardFilter {
  max-width: 490px;
}


.pagination button {
  margin: 2px;
  /* padding: 6px 12px; */
  border: 1px solid #dee2e6;
  background: #ffffff;
  cursor: pointer;
  /* border-radius: 4px; */
}
.pagination button.active {
  background: #007bff !important;
  color: white;
}

.pagination button:disabled {
  background: #1EC2F3 !important;
  color: #000000;
  border: 1px solid #0d6efd;
}

.pagination button:hover {
  background: #ddd;
}



/* footer */

.footer {
      position: relative;
      width: 100%;
      /* height: 334px; */
      background: linear-gradient(
          rgba(10, 10, 10, 0.65),
          rgba(10, 10, 10, 0.65)
        ),
        url("../images/footer-img.jpg") no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px 15px;
    }

    .footer-content {
      /* margin: 66px 300px; */
      display: block;
      /* max-width: 1200px; */
      text-align: left;
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 40px;
    }
    .footer-content h3 {
      margin: auto;
      width: 850px;
      font-size: 20px;
      color: #ffffff;
      font-weight: 400;
      line-height: 1.3;
      font-family: 'Poppins' !important;
    }

    .footer-content .font-bold {
        
        font-weight: 700;
    }
    .footer-content p {
      margin: 10px 0 40px 0;
      font-size: 24px;
      color: #ffffff;
      font-family: 'Poppins';
      font-weight: 700;
    }

    .footer-content .footer-btn {
      /* margin-top: 21px;
      width: 289px; */
      /* display: block;              
      justify-content: center; */
    }
    .footer-content .container-footer-btn {
       /* !important;  */
       /* display: block; */
       /* position: relative;
        */
        display: flex;
        justify-content: center;
    }

    .footer-content .container-footer-btn .btn {
       width:850px;
       border-radius: 4px;
       color: #000000;
      background: #1ec2f3;
      color: #000000;
      border-radius: 4px;
      font-size: 16px;
      /* font-weight: bold; */
      text-decoration: none;
      text-align: center;
      transition: background 0.3s;
      flex: 1;
      font-weight: 500;
    }
    
    .pagination {
      /* padding: 0px!important; */
      color: #000000 !important;
      margin-top: 40px !important;
      /* margin-bottom: 20px !important; */
      justify-content: end !important;
    }
    .pagination .page-item {
      margin: 0 5px !important;
      width: 24px !important;
      height: 24px !important;
      /* width: 24px !important;
      height: 24px !important;
      
      text-align: center !important; */
      /* font-size: 15px; */
      /* border-radius: 0px !important; */
    }

    .pagination button {
      margin: 0 5px !important;
      width: 24px !important;
      height: 24px !important;
      font-size: 15px !important;
      border-radius: 0px !important;
      text-align: center !important;
      /* width: 24px !important;
      height: 24px !important;
      
      text-align: center !important; */
      /* font-size: 15px; */
      /* border-radius: 0px !important; */
    }

    .pagination .page-item .page-link {
      /* margin: 0 5px; */
      /* width: 24px !important;
      height: 24px !important; */
      font-size: 15px !important;
      border-radius: 0px !important;
      text-align: center !important;
      --bs-pagination-padding-y: 0;
      --bs-pagination-padding-x: 0;
      --bs-pagination-color: #000000;
      --bs-pagination-active-bg: #1EC2F3;
      --bs-pagination-active-color: #000000;
    }

.footer .col-lg-6 {
  padding: 20px;
  text-align: justify;
  border: 1px #fff solid;
  border-radius: 5px;
}

.info-sponsor {
    place-content: center;
    margin-bottom: 30px;
    gap: 30px;
}

.info-sponsor p {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: 400;
}

.entries-sponsorship {
    display: flex;
    justify-self: left;
    flex-direction: column;
}

.entries-sponsorship a {
    text-decoration: none;
    margin-bottom: 10px;
}

.entries-sponsorship i {
    margin-right: 10px;
}

.width-mod h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.width-mod h5 span {
    font-weight: 600;
}

.width-mod a {
    font-size: 14px;
    font-weight: 400;
}

.width-mod a:last-child {
    margin: 0;
}

.info-row:nth-child(3), .info-row:nth-child(4) {
    margin-bottom: 0 !important;
}

.how-participating {
    background-color: #f8f8f8;
    padding-bottom: 50px;
  }

    
@media (max-width:992px) {
  .container, .dropdown {
      max-width: 100%!important;
  }

  #new-hero h1, .hero-left h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .hero {
    padding: 20px 5px 30px 5px!important;
    height: unset;
  }

  .hero-right ul {
    margin-bottom: 0;
    padding: 0;
  }

  .hero-left .btn {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }

  .img-span img {
    max-width: 30px;
  }

  .logo {
    margin: 0 0 20px 0;
  }

  .hero-content {
    gap: 0;
  }

  .hero-sub-info,
  .hero-info {
    max-width: 100%;
  }

  .hero-sub-info h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .hero-sub-info p {
    font-size: 16px;
  }

  .section-awards {
    padding: 20px 5px 0 5px;
    margin: 0 !important;
  }

  .section-awards p {
    margin-bottom: 0;
  }

  .filters {
    margin-bottom: 15px;
  }

  .section-awards h2 {
    margin-bottom: 10px;
  }

  .table-responsive {
    overflow-x: unset;
    padding-bottom: 20px;
  }

  div#sticky-filter .table-responsive {
    padding-bottom: 0;
  }

  .event-container-table thead {
    display: none;
  }

  #event-container tr {
    display: flex;
    flex-direction: column;
    justify-self: left;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 5px 20px;
}

.table-responsive #event-container tr td:nth-child(5), 
.table-responsive #event-container tr td:nth-child(6) {
    text-align-last: left;
    padding-left: 0 !important;
}

#event-container tr td {
    width: 100% !important;
    padding: 0 0 10px 0;
    /* border-bottom: 1px solid #ddd; */
}

.event-text .title {
    font-size: 16px;
    margin-bottom: 10px;
}

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
    color: #333;
  }

#event-container .event-info-img {
    width: 100%;
    object-fit: contain;
}

  .dropdown.show .dropdown-menu {
    min-width: 100%;
  }

  #sortSelect, 
  #quarterFilter {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  .info-buttons {
    flex-direction: column;
  }

  .join-btn {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  #event-container .card {
    display: block;
    padding: 20px 20px 10px 20px;
    width: 100% !important;
  }

  .card .img-container {
    width: 100%;
    margin-right: 0;
  }

  .card .img-container {
    place-items: center;
    display: block;
    margin-bottom: 20px;
  }

  .info-container {
    display: flex;
    flex-direction: column;
  }

  #event-container {
    gap: 10px;
  }

  .details-container {
    width: 100%;
  }

  .pagination {
    margin: 0!important;
  }

  .check-lists {
    padding: 20px 15px 10px 15px !important;
  }

  .how-participating {
    padding: 0 5px 30px 5px;
  }

  .how-participating img {
    height: 200px !important;
    margin-top: 20px;
    object-position: top;
  }

  .how-participating .row:nth-child(1),
  .how-participating .row:nth-child(3) {
    flex-direction: column-reverse;
  }
  
  .bg-height {
    height: 200px;
  }

  .how-participating .row {
    padding-bottom: 20px;
  }

  #sticky-filter {
    padding: 15px 0 0 0!important;
  }

  section.footer {
    padding: 30px 5px !important;
    height: unset!important;
    display: block;
  }

  .footer-content h3 {
    width: 100%;
  }

.footer-content .container-footer-btn .btn {
    width: 100%;
    margin: 0;
  }

  .entries-sponsorship {
    display: flex;
    margin: 0 !important;
    flex-direction: column;
    gap: 10px !important;
  }

  .info-sponsor {
    display: block;
    margin: 0;
  }
  
    .hero-info ul {
      display: block;
  }

  .footer-content .info-sponsor p {
    margin: 0 0 10px 0;
  }

  .width-mod {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-content p {
      margin: 0 0 20px 0;
  }

  .footer-content .footer-btn {
      width: 100%;
  }

  .filter-group {
    flex-direction: column;
  }

  .info-row:nth-child(3), .info-row:nth-child(4) {
    margin-bottom: 10px !important;
  }

  #awardFilter {
    max-width: 100% !important;
  }

  .hero-left small {
    text-align: left;
    margin-top: 30px !important;
  }

  .hero-right li::before {
    color: #4cc9f0!important;
  }

  .hero-right li {
    text-align: left;
    font-size: 16px;
    margin: 15px 0;
  }

  .hero-right li:last-child {
    margin-bottom: 0;
  }

  .width-mod a {
    display: flex;
    align-items: baseline;
    margin-bottom: 0 !important;
  }

  .hero-right .btn {
      width: 100%;
      margin: 20px 0 0 0; 
  }

  .event-info-img img {
      width: 100% !important;
      max-width: 130px !important;
      max-height: 80px !important;
      height: auto !important;
  }
  .event-info-img {
      height: auto!important;
      padding: 15px 20px 10px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .entries-sponsorship {
      margin: 0;
      gap: 15px;
  }
}

@media screen and (max-width:1280px) {
    button.dropdown-toggle {
      font-size: 11px !important;
  }
}

@media screen and (max-width: 991px) {
  .info-container {
    display: flex;
    flex-direction: column;
  }

  .dropdown-toggle {
    width: 100% !important;
  }

  #sortSelect {
    width: 100% !important;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  
  /* max-width: 490px; */
}

.dropdown-toggle {
  padding: 8px 12px;
  background: #ffffff;
  color: #949494;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex; 
  align-items: center; 
  gap: 8px; 
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  min-width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  height: auto;
  overflow-y: auto;
  height: 203px;
}

.location-info {
    height: auto;
}

.dropdown-menu label {
  display: block;
  margin-bottom: 6px;
  margin-left: 5px;
  cursor: pointer;
}

.dropdown-menu input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 10px;
}

.dropdown.show .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle { 
  } 

.dropdown-toggle::-ms-expand { 
  display: none;
} 

.dropdown-toggle .icon { 
  width: 16px; 
  height: 16px; 
} 

.dropdown-toggle .arrow-icon {
  margin-left: auto;
} 


table {
      width: 100%;
      border-collapse: collapse;
      background-color: white;
      border-radius: 7px;
    }

    thead th {
      text-align: left !important;
      font-weight: 600;
      font-size: 13px;
      /* color: #555; */
      padding: 16px 12px;
      /* border-bottom: 1px solid #ddd; */
    }

    tbody tr {
      border-bottom: 1px solid #eee;
    }

    tbody td {
      text-align: left !important;
      padding: 16px 12px;
      vertical-align: middle;
      font-size: 14px;
      /* color: #333; */
      color: #696969 !important;
    }

    .event-info {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .event-info-img {
      display: flex;
      align-items: center;
      gap: 12px;
      background-color: #F8F8F8;
      justify-content: center;
      width: 113px;
      height: 65px;
    }

    .event-info-img img {
      width: 95px;
      /* height: 80px; */
      height: 50px;
      object-fit: contain;
    }

    .event-text {
      line-height: 1.4;
    }

    .event-text .title {
      font-weight: bold;
      color: #1ec2f3;
    }

    .event-text .title:hover {
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .event-text .venue {
      /* color: #666; */
      color: #404040;
      font-size: 13px;
    }

    .event-timeline {
      width: 135px !important;
    }

    /* .th-timeline {
      width: 300px;
    } */

    .th-attendance, .td-attendance {
      /* width: 400px; */
      padding-left: 40px;
    }

    .th-event-gala, .td-event-gala {
      padding-right: 40px
    }

    /* .event-details {
      color: #696969 !important;
    } */
/* 
    .center {
      text-align: center;
    } */
    
    /* @media (max-width: 990px) {
  .col-lg-5 {
    display: flex;
    flex-direction: column;
    height: 300vh; /* or a specific value like 300px if needed */
    /* justify-content: flex-end; */
  /* } */

  /* .info-buttons { */
    /* margin-top: auto; */
    /* text-align: right; maintain alignment if needed */
  /* } */
/* } */ 

/* .floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      padding: 12px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* Optional: only show on small screens (max-width: 990px) */
    /* @media (min-width: 991px) {
      .floating-button {
        display: none;
      }
    }  */

/* @media (min-width: 991px) {
    .section-awards {
      /* background-color: #f8f9fa; */
      /* height: 600px;  */
      /* padding: 2rem; */
      /* margin-top: 100vh; */
    /* }

    .floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      display: none; 
      transition: opacity 0.3s ease;
    }

    .floating-button.visible {
      display: block;
    }
}  */


/* start */
/* #floatingButton {
      transition: opacity 0.3s ease;
    }

    @media (max-width: 991.5px) {
      #floatingButton.floating {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        display: block;
      }

      #floatingButton.hidden {
        display: none;
      }
    }

    .section-awards {
      background-color: #f8f9fa;
      padding: 2rem;
    } */

  .width-mod {
    width: 31%;
    max-width: 31%;
  }

@media (max-width: 1400.5px) { */
  .width-mod {
    width: 40% !important;
    max-width: 40% !important;
  } 
}

@media (max-width: 1300.5px) { */
  .width-mod {
    width: 40% !important;
    max-width: 40% !important;
  } 
}

@media (max-width: 1200.5px) { */
  .width-mod {
    width: 40% !important;
    max-width: 40% !important;
  } 
}

@media (max-width: 1200.5px) { */
  .width-mod {
    width: 40% !important;
    max-width: 40% !important;
  } 
}

@media (max-width: 991.5px) {
  .width-mod {
    width: 100%;
    max-width: 100%;
  }
}

#sticky-filter {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px 20px 35px -30px #0000000a;
    background-color: #f8f8f8;
    padding: 15px 0 0 0;
}

#sticky-filter th:nth-child(3) {
    width: 13.3%;
}
#sticky-filter th:nth-child(2) {
    width: 34%;
}
#sticky-filter th:first-child {
    width: 13.5%;
}

.event-container-table thead {
    /* display: none; */
    opacity: 0;
}

.event-container-table thead th {
    padding: 0;
}

div#sticky-filter .event-container-table thead th {
    padding: 16px 12px;
}

div#sticky-filter .event-container-table thead {
        opacity: 1;
}

div#sticky-filter table {
    border-radius: 0;
}

#event-container tr td:nth-child(5), #event-container tr td:nth-child(6) {
    text-align-last: center;
    font-weight: 600 !important;
    padding-left: 0 !important;
    color: #000 !important;
}

#new-hero ul li {
    background: url(../images/star.png) no-repeat left top;
    background-size: 17px 17px;
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}