.item{
        position: relative;
    }
    .item .content{
        background:linear-gradient(transparent,rgba(0, 0, 0, 0.1),black);
        color: white;
        padding: 20px;
    }


  /* Customize dots into a horizontal line */
  .owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
  }

  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
.owl-theme .owl-dots .owl-dot:active,.owl-theme .owl-dots .owl-dot:focus {
    border: none !important;
    outline: none !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 3px;
    background: #ccc;
    display: block;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: black; /* active color */
    height: 4px;
  }

  /* Centered left/right navigation */
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* allows arrows to float over content */
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 22px;
    padding: 10px 20px !important;
    border-radius: 50%;
    pointer-events: all; /* re-enable pointer events for buttons */
    border: none;
    transition: background 0.3s ease;
  }

  .owl-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .bg-black{
    background-color: black;
  }
  .fs-sidebar{
    font-size: 15px;
  }
  .r-siderbar-item-list{
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .r-siderbar-item-list .lh-tight{
    font-size: 13px;
  }
  .left-content{
    margin-left: 10px;
  }
  img{
    transition: 0.5s;
  }
  .img-container, .r-siderbar-item-list{
    overflow: hidden !important;
  }
  a:hover{
    color: black;
    
  }
  .nws-link:hover{
    color: mediumpurple;
    text-decoration: overline;
  }
  .dark a:hover{
    color: white;
  }
  .img-container:hover img, .r-siderbar-item-list:hover img{
    transform: scale(1.1) translateX(-5px);
  }
  .img-container:hover a,.img-container a:hover{
    text-decoration: none;
    color: purple !important;
  }

  body {
      font-family: "Inter", sans-serif;
    }
    .video-card {
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .video-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      position: relative;
    }
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.5rem;
      color: white;
      cursor: pointer;
      opacity: 0.9;
    }
    .video-thumb-wrapper {
      position: relative;
    }
    .btn-watch {
      background-color: #a56f1a;
      color: white;
      font-weight: 600;
      font-size: 0.75rem;
      border-radius: 9999px;
      padding: 0.25rem 1.25rem;
      border: none;
    }
    .btn-watch:hover, .btn-watch:focus {
      background-color: #8a5c15;
      color: white;
    }
    .video-meta {
      font-size: 0.75rem;
      color: #6b7280;
      display: flex;
      gap: 0.5rem;
      align-items: center;
      flex-wrap: wrap;
    }
    .video-meta strong {
      color: #4b5563;
    }
    .video-title {
      font-weight: 700;
      font-size: 1rem;
      color: #111827;
      margin-bottom: 0.5rem;
      line-height: 1.2;
    }
    .video-desc {
      font-size: 0.75rem;
      color: #9ca3af;
      margin-bottom: 1rem;
    }
    .section-header {
      background-color: #111827;
      color: white;
      font-weight: 700;
      font-size: 0.875rem;
      padding: 0.5rem 1rem;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }
    .tag {
      background-color: #f3f4f6;
      color: #6b7280;
      font-size: 0.75rem;
      border-radius: 0.375rem;
      padding: 0.25rem 0.75rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0.25rem;
      display: inline-block;
      max-width: 100%;
    }
    .twitter-box {
      border: 1px solid #e5e7eb;
      border-radius: 0.375rem;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      color: #111827;
      background: white;
    }
    .scroll-top-btn {
      position: fixed;
      bottom: 1rem;
      right: 1rem;
      background-color: #111827;
      color: white;
      border-radius: 0.375rem;
      padding: 0.75rem;
      border: none;
      box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 0.25);
      cursor: pointer;
      z-index: 1050;
    }

    .news-img {
      object-fit: cover;
      width: 160px;
      height: 120px;
    }
    .news-title {
      font-weight: 800;
      color: #4a5568;
      font-size: 1rem;
      line-height: 1.25rem;
    }
    .meta-info {
      color: #a0aec0;
      font-size: 0.875rem;
    }
    .advert-text {
      font-style: italic;
      font-size: 0.75rem;
      color: #a0aec0;
      text-align: center;
      margin-bottom: 0.5rem;
    }
    .advert-img {
      border-radius: 0.5rem;
      max-width: 100%;
      height: 180px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .dark .bg-white{
        background: black !important;
    }
    .category-label {
      background-color: #005f73;
      color: white;
      font-weight: 600;
      font-size: 0.875rem;
      padding: 0.375rem 1rem;
      border-radius: 0 0.25rem 0.25rem 0;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      text-transform: uppercase;
    }
    .category-label i {
      font-size: 1rem;
    }
    .article-title {
      font-weight: 800;
      color: #374151;
    }
    .article-subtitle {
      font-weight: 600;
      color: #6b7280;
      font-size: 0.875rem;
    }
    .article-meta {
      font-size: 0.75rem;
      color: #9ca3af;
    }
    .article-meta .author {
      font-weight: 600;
      color: #6b7280;
    }
    .article-meta i {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
    }
    .small-article-title {
      font-weight: 400;
      color: #374151;
      font-size: 0.9rem;
      margin-bottom: 0.25rem;
    }
    .small-article-meta {
      font-size: 0.75rem;
      color: #9ca3af;
    }
    .small-article-meta .author {
      font-weight: 600;
      color: #6b7280;
    }
      .news-small-img {
      width: 120px;
      height: 90px;
      object-fit: cover;
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
    }
    .news-small-item {
      background: white;
      border-radius: 0.375rem;
      box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
      overflow: hidden;
      display: flex;
      margin-bottom: 1rem;
    }
    .news-small-text {
      padding: 0.5rem 0.75rem;
      color: #374151;
      font-size: 0.875rem;
      line-height: 1.25rem;
      flex: 1;
    }
    .featured-label {
      background-color: #0d9488;
      color: white;
      font-weight: 600;
      font-size: 0.75rem;
      padding: 0.125rem 0.5rem;
      border-radius: 0.25rem;
      display: inline-block;
      margin-bottom: 0.25rem;
    }
    .featured-title {
      font-weight: 800;
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: white;
      text-shadow: 0 0 5px rgba(0,0,0,0.7);
      margin-bottom: 0.25rem;
    }
    .featured-meta {
      font-size: 0.75rem;
      color: #d1d5db;
      font-weight: 600;
      text-shadow: 0 0 5px rgba(0,0,0,0.7);
    }
    .border-teal {
      border-color: #0d9488 !important;
    }
    .header-label {
      background-color: #0d9488;
      color: white;
      font-weight: 700;
      font-size: 0.875rem;
      padding: 0.25rem 0.75rem;
      border-radius: 0.25rem;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }
    .header-label i {
      font-size: 1rem;
    }
    .shadow-sm {
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.05) !important;
    }
    .rounded-md {
      border-radius: 0.375rem !important;
    }
    .mb-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-1 {
      margin-bottom: 0.25rem !important;
    }
    .p-3 {
      padding: 1rem !important;
    }
    .p-2 {
      padding: 0.5rem 0.75rem !important;
    }
    .text-gray-700 {
      color: #374151 !important;
    }
    .text-gray-300 {
      color: #d1d5db !important;
    }
    .text-sm {
      font-size: 0.875rem !important;
    }
    .font-semibold {
      font-weight: 600 !important;
    }
    .font-extrabold {
      font-weight: 800 !important;
    }
    .leading-tight {
      line-height: 1.25 !important;
    }
    .d-flex-center {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    .img-cover {
      object-fit: cover;
      width: 100%;
      height: 220px;
    }
    @media (min-width: 768px) {
      .img-cover-md {
        height: 350px;
      }
    }

    body {
      font-family: "Inter", sans-serif;
    }
    .news-label {
      background-color: #111827; /* Tailwind gray-900 */
      color: white;
      font-weight: 700;
      font-size: 0.875rem;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.25rem 0.75rem;
      border-radius: 0.125rem;
      user-select: none;
    }
    .news-label i {
      font-size: 0.875rem;
    }
    .news-hr {
      border-top: 1px solid #111827;
      flex-grow: 1;
      margin-left: 1rem;
      margin-bottom: 0;
      margin-top: 0.25rem;
    }
    .news-title-large {
      font-weight: 800;
      font-size: 1.25rem;
      color: #374151; /* Tailwind gray-800 */
      margin-bottom: 0.5rem;
    }
    .news-title-small {
      font-weight: 800;
      font-size: 1rem;
      color: #374151;
      margin-bottom: 0.25rem;
    }
    .news-meta {
      font-size: 0.75rem;
      color: #9ca3af; /* Tailwind gray-400 */
      font-weight: 600;
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-bottom: 0.75rem;
    }
    .news-meta i {
      margin-right: 0.25rem;
    }
    .news-desc {
      font-size: 0.75rem;
      color: #6b7280; /* Tailwind gray-500 */
      line-height: 1.4;
    }
    .card {
      border-radius: 0.375rem;
      box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
      border: none;
      overflow: hidden;
    }
    .card-img-top {
      object-fit: cover;
      width: 100%;
      aspect-ratio: 3 / 2;
    }
    .small-card-img {
      aspect-ratio: 4 / 3;
      object-fit: cover;
      width: 100%;
    }
    .tiktok-logo {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 5rem;
      height: 5rem;
      border-radius: 0.375rem;
      object-fit: cover;
      z-index: 10;
    }
    .position-relative {
      position: relative;
    }

    body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
   }
   .events-header {
    border-bottom: 1px solid rgba(0,0,0,0.9);
    padding: 0.375rem 1rem;
    max-width: 1280px;
    margin: 0 auto;
   }
   .events-label {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.125rem;
    user-select: none;
   }
   .events-label i {
    font-size: 1rem;
   }
   .card-custom {
    min-width: 280px;
    max-width: 280px;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.1);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
  .card-custom img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    height: 180px;
    object-fit: cover;
    width: 100%;
  }
  .card-body-custom {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .meta-info {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 0.5rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  .meta-info .author {
    font-weight: 600;
    color: #6b7280;
  }
  .card-title-custom {
    font-weight: 700;
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.5rem;
  }
  .card-text-custom {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    flex-grow: 1;
  }
  .btn-custom {
    border: 1px solid #d6b45e;
    color: #0d9488;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    transition: background-color 0.2s ease;
    width: fit-content;
  }
  .btn-custom:hover, .btn-custom:focus {
    background-color: #fef3c7;
    color: #0f766e;
    text-decoration: none;
  }
  .btn-custom i {
    font-size: 1rem;
  }
  .events-container {
    max-width: 1280px;
    margin: 1.5rem auto 1.5rem auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .see-more-container {
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 1.5rem 1rem;
    max-width: 1280px;
    margin: 0 auto 1rem auto;
    display: flex;
    justify-content: center;
  }
  .btn-see-more {
    background-color: #6b7280;
    border: 1px solid #22d3ee;
    color: white;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
  }
  .btn-see-more:hover, .btn-see-more:focus {
    background-color: #4b5563;
    color: white;
  }
  /* Hide scrollbar for Webkit browsers */
  .events-container::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .events-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  @media (max-width: 575.98px) {
    .events-container {
      gap: 1rem;
    }
  }