.vbs-section {
    padding: 30px;
  }

  .image-list-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
    opacity: 0;
  }

  .image-list-wrapper.show {
    max-height: 2000px;
    /* adjust as needed */
    opacity: 1;
  }

  .vbs-toggle-btn.rotate img {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
  }


  .vbs-card {
    margin-top: 30px;
    width: 100%;
    position: relative;
    background-color: #f5f6e9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    box-sizing: border-box;
    gap: 80px;
    text-align: left;
    font-size: 40px;
    color: #000;
    font-family: 'Lyon Arabic Display';
  }

  .vbs-content-image-supproting-t {
    align-self: stretch;
    height: 376px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }

  .vbs-content {
    align-self: stretch;
    width: 670px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
  }

  .vbs-heading {
    line-height: 120%;
    font-size: 40px;
    font-family: Lyon Arabic Display;
    font-weight: 500;
    line-height: 48px;

  }

  .vbs-frame-parent {
    display: flex;
    flex-direction: column;
    gap: 36px;
    font-size: 16px;
    color: #667085;
    font-family: 'GT America';
  }

  .vbs-msg {
   font-size: 18px;
    font-family: GT America;
    font-weight: 500;
    line-height: 28px;
    color: #000;
  }

  .vbs-button {
    font-family: "GT America";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 2px;
    background-color: #EEFF75;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 23px 48px;
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    width: auto;
    max-width: fit-content;
    border: none;
   
  }

  .vbs-content-image-supproting-t-child {
    width: 564px;
    object-fit: cover;
  }

  .vbs-card-frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 24px;
  }

  .vbs-heading-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vbs-card-heading {
    line-height: 100%;
    font-weight: 500;
    font-size: 24px;
    font-family: Lyon Arabic Display;

  }

  /* Toggle button */
  .vbs-toggle-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s;
  }

  .vbs-toggle-btn.rotate {
    transform: rotate(0deg);
  }

  .vbs-toggle-btn.active {
    transform: rotate(180deg);
  }

  /* Hidden content */
  .vbs-hidden-content {
    display: none;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;

  }

  .vbs-hidden-content.show {
    display: block;
  }

   .vbs-frame-parent4 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .vbs-logo-parent {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }

  .vbs-logo {
    width: 192px;
    position: relative;
    height: 72px;
  }

  .vbs-f2f0278fa18bd7b-telus-vod-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
  }

  .vbs-view-photos {
  color: #000;
font-size: 14px;
font-family: GT America;
font-weight: 500;
text-transform: uppercase;
line-height: 14px;
letter-spacing: 2px;
word-wrap: break-word
  }

  .vbs-frame-item {
    align-self: stretch;
    position: relative;
    border-top: 1px solid #000;
    box-sizing: border-box;
    height: 1px;
    opacity: 0.2;
  }

  .vbs-frame-parent5 {
    align-self: stretch;
    background-color: #eeff76;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0px 0px;
    gap: 16px;
  }

  .vbs-chevron-down {
    width: 24px;
    position: relative;
    max-height: 100%;
  }

  .vbs-frame-child {
    align-self: stretch;
    position: relative;
    border-top: 1px solid #000;
    box-sizing: border-box;
    height: 1px;
  }

  /* venue button styling */
  .btn-venue {
    font-size: 14px;
    font-family: GT America;
    background-color: #EEFF75; /* Neon yellow background similar to screenshot */
    color: #000;               /* Black text */
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;     /* No underline */
    
}
