@CHARSET "ISO-8859-1";

    /* Header tweaks */
    .header-inner .header-info_icon {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
    }
    .header-inner .header-info {
      gap: 10px;
    }
    .header-inner .vs-btn {
      padding: 10px 20px;
      font-size: 14px;
    }
    
    .event-style2 {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      height: 480px;
      display: flex;
      align-items: flex-end;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    .event-style2:hover {
      transform: translateY(-5px);
    }
    .event-style2 .event-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      margin: 0;
    }
    .event-style2 .event-img .img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .event-style2 .event-img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.1) 100%);
    }
    .event-style2 .event-img .event-title {
      display: none;
    }
    .event-style2 .event-date {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #28a745;
      color: #fff;
      padding: 10px 15px;
      border-radius: 8px;
      text-align: center;
      font-weight: bold;
      z-index: 3;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .event-style2 .event-date span {
      display: block;
      font-size: 26px;
      line-height: 1;
      margin-bottom: 5px;
    }
    .event-style2 .event-date * {
      color: #fff !important;
    }
    .event-style2 .event-content {
      position: relative;
      z-index: 2;
      padding: 30px;
      width: 100%;
    }
    .event-style2 .event-content * {
      color: #fff !important;
      border-color: rgba(255,255,255,0.2) !important;
    }
    .event-style2 .event-title.h5 {
      font-size: 24px;
      margin-bottom: 15px;
      line-height: 1.3;
    }
    .event-style2 .event-meta {
      margin-bottom: 15px;
    }
    .event-style2 .event-meta ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .event-style2 .event-meta li {
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .event-style2 .event-meta i {
      color: #28a745 !important;
    }
    .event-style2 .event-text {
      font-size: 15px;
      opacity: 0.8;
      margin-bottom: 25px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .event-style2 .event-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.2);
    }
    .event-style2 .event-link {
      background: #28a745;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: 600;
      transition: background 0.3s;
    }
    .event-style2 .event-link:hover {
      background: #218838;
    }
    .event-style2 .event-price {
      font-size: 18px;
      font-weight: bold;
    }
    .event-style2 .event-price span {
      color: #28a745 !important;
      font-size: 22px;
    }

    .brand-style1 img {
      max-width: 100px;
      max-height: 80px;
      object-fit: contain;
      margin: 0 auto;
    }

    .brand-wrap2 {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
    }
    