{
      background-color: #000;
      color: #fff;
      font-family: 'Segoe UI', sans-serif;
      text-align: center;
      padding: 50px 20px;
    }

    .tagline {
      background: #fff;
      color: #000;
      display: inline-block;
      font-weight: bold;
      padding: 5px 15px;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-size: 14px;
    }

    .section-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .accordion-button {
      background-color: transparent;
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #fff;
    }

    .accordion-button::after {
      filter: invert(1);
    }

    .accordion-button:not(.collapsed) {
      background-color: transparent;
      color: #f1c40f;
    }

    .accordion-body {
      text-align: left;
      background: #111;
      color: #ddd;
    }

    .btn-custom {
      border: 1px solid #fff;
      color: #fff;
      padding: 10px 20px;
      margin-top: 40px;
      text-decoration: none;
      display: inline-block;
    }

    .btn-custom:hover {
      background-color: #f1c40f;
      color: #000;
    }

    .image-column img {
      max-width: 100%;
      border-radius: 8px;
    }

.package-product-area .tpproduct__title {
display: none;
}