
  .menu-mobil-wf8q3 {
    display: none;
  }

  @media (max-width: 1200px) {
    .menu-mobil-wf8q3 {
      position: fixed;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border: solid #fff;
      border-width: 2px 0px 0px 0px;
      background: #ee5a24;

      color: #333333;
      z-index: 1000;
      padding: 5px 10px 5px 10px;
      width: calc(var(--max) - 20px);
      border-radius: 10px 10px 0px 0px;
    }

    .wf8q3 {
      display: none;
    }

    .menu-mobil-wf8q3 ul {
      display: flex;
      flex-direction: row;
      gap: 20px;
      justify-content: space-between;
      width: 100%;
    }

    .menu-mobil-wf8q3 ul li > * {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
    }

    .menu-mobil-wf8q3 ul li {
      cursor: pointer;
      transition: all 0.3s ease;
      padding: 5px 10px;
      border-radius: 10px;
    }

    .menu-mobil-wf8q3 ul li:hover {
      transform: scale(1.05);
    }

    .menu-mobil-wf8q3 ul li.active {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 10px;
    }

    .wf8q3menu {
      display: none !important;
    }

    .radio-top-bar {
      margin-top: 0px !important;
      padding: 10px !important;
      width: calc(var(--max) - 40px);
    }
  }

  .wf8q3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #333333;
    margin: 0px 0px 20px 0px;
  }

  .wf8q3titlebodylang {
    width: auto;
    margin: -5px 0px -5px 0px;
  }

  .wf8q3titlebodylang ul {
    display: flex;
    gap: 5px;
  }

  .wf8q3titlebodylang ul a {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s;
  }

  .wf8q3titlebodylang ul a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  .wf8q3title {
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wf8q3titlebody {
    color: #fff;
    width: var(--max);
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
  }

  .wf8q3body {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 5px 0px;
  }

  .wf8q3menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: var(--max);
  }

  .wf8q3menulist {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .wf8q3menulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
  }

  .wf8q3menulist ul a {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    font-weight: 500;
  }

  .wf8q3menulist ul a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  .wf8q3-menu-active {
    background: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  .wf8q3menulistbody {
    width: 100%;
  }

  .radio-top-bar {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: calc(var(--max) - 50px);
  }

  .radio-freq {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .freq {
    font-size: 30px;
    font-weight: bold;
    color: #ff6b6b;
  }

  .station {
    font-size: 30px;
    font-weight: 500;
    color: #333;
  }

  .live-badge {
    background: #ff0000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    animation: pulse 2s infinite;
  }

  .radio-player-bar {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
  }

  .play-btn .material-symbols-outlined {
    color: #fff;
    font-size: 38px;
  }

  .play-btn:hover {
    transform: scale(1.08);
  }

  @keyframes pulse {
    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.3;
    }
  }


  .rs49k {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #333333;
    gap: 20px;
  }

  .rs49k-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #333333;
  }

  .chat-section {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }

  .chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .chat-header h3 {
    color: #333;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .online-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 13px;
  }

  .online-dot {
    width: 7px;
    height: 7px;
    background: #4caf50;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.3;
    }
  }

  .messages-youtube {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: none;
    padding: 0;
  }

  .message-card {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 10px 16px;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: background 0.2s;
  }

  .message-card:hover {
    background: rgba(0, 0, 0, 0.08);
  }

  .message-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }

  .message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .message-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .message-user {
    font-weight: 600;
    color: #333;
    font-size: 15px;
  }

  .message-text {
    color: #666;
    font-size: 14px;
    opacity: 0.9;
  }

  .messages-youtube-input {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 10px 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .messages-youtube-input-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #333;
  }

  .messages-youtube-input-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  .input-icon {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }

  .input-icon:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
  }

  /* Scrollbar styling */
  .messages-youtube::-webkit-scrollbar {
    width: 6px;
  }

  .messages-youtube::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }

  .messages-youtube::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .messages-youtube::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  .ai-chat-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    color: #1f2937;
    max-width: 450px;
    position: relative;
    overflow: hidden;
  }

  .ai-chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 8px;
  }

  .ai-chat-header h3 {
    color: #111827;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
  }

  .ai-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    background: #f9fafb;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
  }

  .ai-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  .ai-messages {
    width: 100%;
    height: 320px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #f3f4f6;
  }

  .ai-message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow:
      0 1px 3px 0 rgba(0, 0, 0, 0.1),
      0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
  }

  .ai-message:hover {
    box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .ai-message.user {
    background: #ffffff;
    margin-left: 24px;
    border-left: 4px solid #3b82f6;
  }

  .ai-message.ai {
    background: #ffffff;
    margin-right: 24px;
    border-left: 4px solid #10b981;
  }

  .ai-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .ai-avatar.user {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  }

  .ai-avatar.ai {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  }

  .ai-message-content {
    flex: 1;
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }

  .ai-input-section {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    box-shadow:
      0 1px 3px 0 rgba(0, 0, 0, 0.1),
      0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
  }

  .ai-input-section:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  }

  .ai-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #1f2937;
    font-weight: 400;
  }

  .ai-input::placeholder {
    color: #9ca3af;
  }

  .ai-send-btn {
    background: #3b82f6;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .ai-send-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
  }

  .ai-send-btn:active {
    transform: translateY(0);
  }

  /* AI Messages Scrollbar */
  .ai-messages::-webkit-scrollbar {
    width: 8px;
  }

  .ai-messages::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 4px;
  }

  .ai-messages::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
  }

  .ai-messages::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
  }

  @media (max-width: 1200px) {
    .rs49k {
      flex-direction: column;
      gap: 30px;
    }

    .chat-section,
    .ai-chat-section {
      width: calc(var(--max) - 60px);
    }

    .ai-chat-section {
      max-width: none;
    }
  }

  @media (max-width: 768px) {
    .rs49k {
      padding: 0 20px;
    }

    .chat-section,
    .ai-chat-section {
      width: calc(var(--max) - 40px);
      max-width: none;
    }

    .ai-messages {
      height: 280px;
    }

    .messages-youtube {
      height: 320px;
    }
  }


  .sliderxx3fhgbody {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 25px 0px;
  }
  .sliderxx3fhg {
    width: calc(var(--max) - 40px);
    display: flex;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
    gap: 40px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
  }
  .sliderxx3fhg:hover {
    transform: translateY(-5px);
  }
  .sliderxx3fhgtitle {
    width: 60%;
    font-size: 28px;
    padding-right: 15px;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #000;
  }
  .x3fhg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .x3fhg-media {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }
  .x3fhg-media:hover {
    transform: scale(1.2);
  }
  @media screen and (max-width: 1200px) {
    .sliderxx3fhgtitle {
      width: 100%;
      text-align: center;
      border-right: none;
      border-bottom: none;
      padding-bottom: 0px;
    }
    .sliderxx3fhg {
      width: calc(var(--max) - 40px) !important;
      flex-direction: column;
    }
    .x3fhg-media {
      width: 40px;
      height: 40px;
    }

    .sliderxx3fhgbody {
      width: calc(var(--max) - 20px);
    }
  }


  .footer {
    position: relative;
    background: #ee5a24;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  }

  .menu__link {
    font-size: 1.2rem;
    color: #fff !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ee5a24;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

