    /* General Reset */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family:'Roboto', Times, serif;
    }

    .tradeshow body {
      background-color: rgba(247, 247, 247, 1);
    }

    /* Main Container */
    .main-container {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      max-width: 1440px;
      /* padding-top: 165px; */
      /* padding-bottom: 852px; */
      margin: 0 auto;
    }

    /* Banner */
    .tradeshow .banner-container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
    }

    .tradeshow .banner-image {
      aspect-ratio: 4.27;
      object-fit: cover;
      width: 100%;
      align-self: center;
    }

    /* Content Section */
    .tradeshow .content-section {
      /* background-color: white; */
      display: flex;
      width: 100%;
      flex-direction: column;
      margin-top: 30px;
      padding: 30px 10px;
    }

    .tradeshow .content-layout {
      max-width: 100%;
    }

    .tradeshow .content-grid {
      gap: 20px;
      display: flex;
    }

    /* Sidebar */
    .tradeshow .sidebar {
      width: 18%;
    }

    .tradeshow .filter-container {
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
      padding: 20px;
      padding-bottom: 84px;
    }

    .tradeshow .search-container {
      max-width: 251px;
      width: 100%;
    }

    .tradeshow .search-section {
      width: 100%;
    }

    .tradeshow .search-label {
      color: #0D0D0F;
      font-size: 16px;
      font-weight: 500;
    }

    .tradeshow .search-input-container {
      width: 100%;
      margin-top: 12px;
      border-radius: 0px 0px 0px 0px;
    }

    .tradeshow .search-input-field {
      border: 1px solid #D5D5D5;
      background-color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 9px 25px;
      border-radius: 6px;
    }

    .tradeshow .search-icon {
      aspect-ratio: 0.95;
      object-fit: contain;
      width: 21px;
      margin: 0 0 0 auto;
    }

    /* Filter Options */
    .tradeshow .filter-section {
      width: 100%;
      margin-top: 10px;
    }

    .tradeshow .filter-options {
      display: flex;
      width: 100%;
      max-width: 100%;
      flex-direction: column;
      font-size: 14px;
      color: #0D0D0F;
      font-weight: normal;
      margin-top: 12px;
    }

    .tradeshow .filter-checkbox {
      display: flex;
      align-items: stretch;
      gap: 10px;
      margin-top: 10px;
    }

    .tradeshow .filter-checkbox:first-child {
      margin-top: 0;
    }

    .tradeshow .checkbox-checked {
      aspect-ratio: 1;
      object-fit: contain;
      width: 18px;
      flex-shrink: 0;
      border-radius: 0px 0px 0px 0px;
    }

    .tradeshow .checkbox-unchecked {
      aspect-ratio: 1/1;
      border: 1px solid #D5D5D5;
      background-color: white;
      display: flex;
      width: 18px;
      flex-shrink: 0;
      height: 18px;
      border-radius: 4px;
      cursor: pointer;
    }

    .tradeshow .flag-icon {
      aspect-ratio: 1;
      object-fit: contain;
      width: 20px;
      flex-shrink: 0;
    }

    .tradeshow .filter-label {
      margin: auto 0;
    }

    .tradeshow .sidebar-advertisement {
      aspect-ratio: 0.54;
      object-fit: contain;
      width: 100%;
      margin-top: 30px;
    }

    /* Main Content */
    .tradeshow .main-content {
      width: 77%;
      /* margin-left: 20px; */
    }

    .tradeshow .trade-shows-grid {
      width: 100%;
      font-weight: normal;
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 20px;
    }

    .tradeshow .trade-show-row {
      display: flex;
      width: 100%;
      justify-content: space-between;
      gap: 39px;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .tradeshow .trade-show-row:first-child {
      margin-top: 0;
    }

    /* Card Styles */
    .tradeshow .trade-show-card {
      align-self: stretch;
      min-width: 100px;
      flex-grow: 1;
      flex-shrink: 1;
      width: 100%;
      height: 100%;
      margin: auto 0;
      border-radius: 0px 0px 0px 0px;
    }

    .tradeshow .card-container {
      border: 0.975px solid #D5D5D5;
      background-color: white;
      padding-bottom: 20px;
      height: 100%;
    }

    .tradeshow .card-image {
      aspect-ratio: 1.49;
      object-fit: cover;
      width: 100%;
      height: 200px;
    }

    .tradeshow .card-content {
      display: flex;
      width: 100%;
      flex-direction: column;
      margin-top: 23px;
      padding: 0 19px;
    }

    .tradeshow .card-title {
      color: #0D0D0F;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 16px;
      font-weight: 600;
      align-self: stretch;
      height: 2rem;
      line-height: 1rem;
    }

    .tradeshow .card-description {
      color: #515050;
      font-size: 12px;
      align-self: stretch;
      margin-top: 8px;
      height: 2rem;
      line-height: 1rem;
      overflow: hidden;
    }

    .tradeshow .card-details {
      display: flex;
      justify-content: space-between;
      gap: 13px;
      font-size: 14px;
      margin-top: 24px;
    }

    .tradeshow .detail-label {
      color: #515050;
      flex-grow: 1;
    }

    .tradeshow .detail-value {
      color: #0D0D0F;
      flex-basis: auto;
    }

    .tradeshow .card-location {
      display: flex;
      justify-content: space-between;
      gap: 11px;
      font-size: 14px;
      color: #515050;
      margin-top: 18px;
    }

    .tradeshow .location-label {
      flex-grow: 1;
      text-wrap: nowrap;
    }

    .tradeshow .location-value {
      display: flex;
      gap: 5px;
      height: 2rem;
      line-height: 1rem;
      /* white-space: nowrap; */
    }  

    .tradeshow .location-icon {
      aspect-ratio: 0.94;
      object-fit: contain;
      width: 20px;
      flex-shrink: 0;
      border-radius: 31px;
      height: 27px;
    }

    .tradeshow .location-text {
      text-overflow: ellipsis;
      overflow: hidden;
      margin: auto 0;
    }

    .tradeshow .filter-button {
      align-self: stretch;
      border: 0.964px solid #D5D5D5;
      color: #0D0D0F;
      font-size: 15px;
      margin-top: 24px;
      padding: 8px 15px 8px 16px;
      border-radius: 5px;
      cursor: pointer;
      background-color: transparent;
      text-align: center;
      align-content: center;
    }

    .tradeshow .card-button {
      align-self: stretch;
      border: 0.964px solid #0D0D0F;
      color: #0D0D0F;
      font-size: 15px;
      margin-top: 24px;
      padding: 8px 15px 8px 16px;
      border-radius: 57.843px;
      cursor: pointer;
      background-color: transparent;
      text-align: center;
    }

    .tradeshow .card-button:hover {
      text-decoration: none;
      background: linear-gradient(90deg,#FE4E44,#9F0900);
      color: white;
    }

    /* Pagination */
    .tradeshow .pagination {
      align-self: center;
      display: flex;
      max-width: 100%;
      width: 509px;
      align-items: stretch;
      gap: 40px 91px;
      font-size: 16px;
      color: #515050;
      font-weight: normal;
      white-space: nowrap;
      flex-wrap: wrap;
      margin-top: 41px;
    }

    .tradeshow .pagination-pages {
      display: flex;
      align-items: stretch;
      gap: 13px;
      flex: 1;
    }

    .tradeshow .pagination-prev, .pagination-next {
      background: none;
      border: none;
      cursor: pointer;
    }

    .tradeshow .pagination-prev img, .pagination-next img {
      aspect-ratio: 1;
      object-fit: contain;
      width: 40px;
      flex-shrink: 0;
      border-radius: 0px 0px 0px 0px;
    }

    .tradeshow .pagination-page {
      aspect-ratio: 40.42/40.42;
      border-radius: 4px;
      border: 1px solid #D5D5D5;
      background-color: white;
      width: 40px;
      height: 40px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .tradeshow .pagination-active {
      border-color: #FE4E44;
      color: #FE4E44;
    }

    .tradeshow .pagination-info {
      display: flex;
      align-items: stretch;
      gap: 21px;
    }

    .tradeshow .pagination-total {
      border-radius: 4px;
      border: 1px solid #D5D5D5;
      background-color: white;
      min-height: 40px;
      padding: 11px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .tradeshow .delthree{
      display: none;
    }

    .tradeshow .search-input-field {
      display: flex;
      flex-direction: row;
    }

    .tradeshow .search-input-field input {
      width: 88%;
      border: 0;
      outline: 0;
    }

    .tradeshow .search-input-field img {
      width: 8%;
    }

    input[type="checkbox"] {
      accent-color: #FE4E44; /* Example: orange-500 (Tailwind) */
    }

    .tradeshow .delone,
    .tradeshow .deltwo{
      display: block;
    }


    @media (max-width: 1024px) {
      .tradeshow .card-title{
        font-size: 12px;
      }

      .tradeshow .card-description{
        font-size: 9px;
      }

      .tradeshow .detail-label,
      .tradeshow .detail-value,
      .tradeshow .location-label,
      .tradeshow .location-value{
        font-size: 10.5px;
      }

      .tradeshow .card-button{
        font-size: 11.6px;
      }

      .tradeshow .search-label{
        font-size: 12.5px;
      }

      .tradeshow .filter-label{
        font-size: 11px;
      }

      .tradeshow .main-content{
        margin-left: 0;
      }
    }

    /* Media Queries */
    @media (max-width: 768px) {
      .tradeshow .trade-shows-grid {
        grid-template-columns: auto auto;
      }

      .tradeshow .delone,
      .tradeshow .deltwo{
        display: none;
      }

      .tradeshow .delthree{
        display: block;
      }

      .tradeshow .sidebar-advertisement{
        display: none;
      }

      .tradeshow .main-container {
        padding-top: 100px;
        padding-bottom: 100px;
      }

      .tradeshow .content-section {
        padding: 35px 0px;
        margin-top: unset;
      }

      .tradeshow .content-grid {
        flex-direction: column;
      }

      .tradeshow .sidebar {
        width: 100%;
        /* margin-top: 39px; */
      }

      .tradeshow .main-content {
        width: 100%;
        margin-left: 0;
        /* margin-top: 39px; */
      }

      .tradeshow .trade-show-card {
        width: 100%;
      }

      .tradeshow .card-content {
        padding-right: 20px;
      }

      .tradeshow .pagination {
        margin-top: 40px;
      }

      .tradeshow .search-container {
        display: flex;
        justify-content: space-between;
        max-width: unset;
      }
      
      .tradeshow .search-section {
        width: 50%;
      }

      .tradeshow .filter-container {
        padding-bottom: 0;
        box-shadow: none;
      }
      
      .tradeshow .search-input-field {
        display: flex;
        flex-direction: row;
        height: 43px;
      }

      .tradeshow .search-input-field input {
        width: 88%;
        border: 0;
        outline: 0;
      }

      .tradeshow .search-input-field img {
        width: 8%;
      }

      .tradeshow .search-container {
        flex-direction: column;
      }

      .tradeshow .search-sub-division {
        display: flex;
        justify-content: space-between;
      }
    }
