.event-tag-h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -8px;
    height: 80px;
    width: 400px;
    background-color: #fdb614;
    color: #010101;
    border-radius: 15px;
  }
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.border-custom {
    border-bottom: 1px solid #fdb614 !important;  /* Adjust thickness as needed */
}
.nav-custom {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  
  .nav-custom:first-child {
    border-left: none;
  }
  
  .nav-custom:last-child {
    border-right: none;
  }