body {
            background-color: #000000;
            font-family: "Segoe UI", sans-serif;
            color: #fff;
            background-image: radial-gradient(circle at 20% 30%, rgba(204, 85, 0, 0.15) 0%, transparent 20%), 
                              radial-gradient(circle at 80% 70%, rgba(229, 216, 176, 0.1) 0%, transparent 20%);
        }

        /* @media (min-width: 769px) {
          #navbarMain {
            display: none !important;
          }
        } */

        /* Untuk mobile: pastikan muncul saat di-toggle */
        /* @media (max-width: 768px) {
          #navbarMain.collapse:not(.show) {
            display: none !important;
          }
          #navbarMain.collapse.show {
            display: block !important;
          }
        } */

         /* Warna normal */
          #navbarMain .navbar-nav .nav-link {
              color: #FE4555 !important;
          }

          /* Saat dihover */
          #navbarMain .navbar-nav .nav-link:hover {
              color: #C02532 !important; /* Warna lebih terang (opsional) */
              text-decoration: underline; /* Efek tambahan (opsional) */
          }

          /* Saat menu aktif */
          #navbarMain .navbar-nav .nav-item.active .nav-link {
              color: #C02532 !important; /* Warna lebih gelap (opsional) */
              font-weight: bold;
          }

        .navbar-sub {
            background-color: #e5d8b0;
            border: 2px solid #cc5500;
            box-shadow: 0 0 20px #cc5500;
            border-radius: 6px;
            margin: 15px auto;
            max-width: 1200px;
        }

        .navbar-sub .nav-link {
            padding: 0.01rem 0.8rem;
            font-weight: bold;
            color: #000 !important;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .navbar-sub .nav-link:hover {
            transform: translateY(-2px);
            text-shadow: 0 0 5px rgba(204, 85, 0, 0.7);
        }

        .navbar-sub .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: #cc5500;
            transition: width 0.3s ease;
        }

        .navbar-sub .nav-link:hover::after {
            width: 70%;
        }

        @media (max-width: 767.98px) {
            .navbar-sub .navbar-nav {
                flex-wrap: nowrap !important;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                white-space: nowrap;
                padding-bottom: 10px;
            }

            .navbar-sub .nav-item {
                flex: 0 0 auto;
                padding: 0.00001px 9px;
            }
            
            .navbar-sub .nav-link {
                font-size: 0.8rem;
            }
        }

        .carousel-item {
            height: 50vh;
            min-height: 400px;
            background: no-repeat center center scroll;
            background-size: cover;
            position: relative;
        }
        
        .carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%); */
        }
        
        .carousel-caption {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            padding: 20px;
            bottom: 30%;
            transform: translateY(50%);
            width: 80%;
            margin: 0 auto;
            border: 1px solid #e5d8b0;
        }
        
        .carousel-title {
            font-size: 2.5rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #ffd166;
            text-shadow: 0 0 10px rgba(0,0,0,0.8);
        }
        
        .carousel-subtitle {
            font-size: 1.2rem;
            margin-top: 15px;
            color: #e5d8b0;
        }
        
        .section-title {
            text-align: center;
            margin: 40px 0 20px;
            font-size: 2rem;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #e5d8b0;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 3px;
            background: linear-gradient(to right, transparent, #cc5500, transparent);
        }

        /* Styles for Fight Card */
        .fight-card {
            background: rgba(20, 20, 30, 0.95);
            border: 4px solid #e5d8b0;
            border-radius: 16px;
            max-width: 1000px;
            width: 90%;
            margin: 40px auto;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
            position: relative;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        
        .fight-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(204, 85, 0, 0.6);
        }

         .fight-card2 {
            background: rgba(20, 20, 30, 0.95);
            border: 4px solid #fff;
            border-radius: 16px;
            max-width: 1000px;
            width: 90%;
            margin: auto;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
            position: relative;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        
        .fight-card2:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8);
        }
        
        .fight-header {
            background: linear-gradient(to right, #B9222E, #B9222E);
            text-align: center;
            padding: 15px;
            border-bottom: 0px solid #cc5500;
        }
        
        .fight-title {
            padding-top: 4px;
            font-size: 1.2rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            color: #fff;
        }
        
        .fighters-container {
            /* display: flex;
            padding: 10px; */

            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0; /* agar VS tidak terlalu mepet atas/bawah */
        }
        
        .fighter {
            flex: 1;
            text-align: center;
            position: relative;
            padding: 10px;
        }
        
        .fighter:first-child {
            border-right: 2px solid rgba(229, 216, 176, 0.3);
        }
        
        .fighter-name {
            font-size: 1.6rem;
            font-weight: 800;
            margin: 20px 0;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
            position: relative;
            color: #fff;
        }
        
        .fighter-name:after {
            content: "";
            display: block;
            width: 80%;
            height: 2px;
            background: linear-gradient(to right, transparent, #e5d8b0, transparent);
            margin: 15px auto;
        }
        
        .favorite-tag {
            background: linear-gradient(to right, #ff9e00, #ff6b00);
            color: #000;
            font-weight: bold;
            padding: 8px 20px;
            border-radius: 30px;
            display: inline-block;
            margin: 15px 0;
            font-size: 1.1rem;
            box-shadow: 0 4px 10px rgba(255, 158, 0, 0.4);
        }
        
        .percentage {
            font-size: 3.5rem;
            font-weight: 900;
            color: #ffd166;
            margin: 20px 0;
            text-shadow: 0 0 15px rgba(255, 209, 102, 0.5);
        }
        
        .result-label {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 25px 0 15px;
            color: #ffd166;
        }
        
        .result-container {
            background: rgba(30, 30, 50, 0.7);
            border: 2px solid #e5d8b0;
            border-radius: 12px;
            padding: 15px;
            margin: 15px 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }
        
        .result-question {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 15px 0;
            color: #f8f9fa;
        }
        
        .prediction-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 10px;
            background: #1B1B2C;
        }
        
        .prediction-btn-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 25px;
        }
        
        .prediction-btn {
            background: linear-gradient(to right, #27ae60, #2ecc71);
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 1.1rem;
            font-weight: bold;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .prediction-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
        }
        
        .prediction-btn:active {
            transform: translateY(1px);
        }
        
        .percentage-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #e74c3c;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 1.2rem;
            color: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            position: relative;
            overflow: hidden;
            border: 3px solid #fff;
        }
        
        .percentage-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
        }
        
        .percentage-circle.left::after {
            content: 'HOLLOWAY';
            position: absolute;
            bottom: -25px;
            font-size: 0.7rem;
            width: 100%;
            text-align: center;
            color: #ddd;
        }
        
        .percentage-circle.right::after {
            content: 'POIRIER';
            position: absolute;
            bottom: -25px;
            font-size: 0.7rem;
            width: 100%;
            text-align: center;
            color: #ddd;
        }
        

        .prediction-form {
            background: rgba(30, 30, 50, 0.7);
            border-top: 2px solid rgba(229, 216, 176, 0.3);
            padding: 25px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .prediction-notif {
            background: rgba(30, 30, 50, 0.7);
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-control {
            background-color: rgba(0, 0, 0, 0.4);
            border: 2px solid #e5d8b0;
            border-radius: 8px;
            color: #fff;
            min-width: 180px;
            height: 45px;
            padding: 0 15px;
            font-weight: 500;
        }
        
        .form-control:focus {
            background-color: rgba(0, 0, 0, 0.6);
            border-color: #ff9e00;
            box-shadow: 0 0 0 0.25rem rgba(255, 158, 0, 0.25);
            color: #fff;
        }
        
        .fighter-image {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            border: 5px solid #e5d8b0;
            object-fit: cover;
            margin: 0 auto;
            display: block;
            box-shadow: 0 0 25px rgba(229, 216, 176, 0.7);
            transition: transform 0.3s ease;
        }
        
        .fighter-image:hover {
            transform: scale(1.05);
        }
        
        .fighter-stats {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 15px;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-value {
            font-weight: 700;
            color: #ffd166;
            font-size: 1.2rem;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #aaa;
        }
        
        .vs-badge {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: linear-gradient(135deg, #ff416c, #ff4b2b);
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
            font-weight: 900;
            border: 5px solid #fff;
            box-shadow: 0 0 25px rgba(255, 65, 108, 0.8);
            z-index: 10;
            animation: pulse 2s infinite;
        }

        .vs-sudah-tebak {
            background: linear-gradient(135deg, #00c853, #64dd17); /* hijau */
            box-shadow: 0 0 25px rgba(0, 200, 83, 0.8);
        }
        
        @keyframes pulse {
            0% { transform: translate(-50%, -50%) scale(1); }
            50% { transform: translate(-50%, -50%) scale(1.1); }
            100% { transform: translate(-50%, -50%) scale(1); }
        }
        
        @media (max-width: 768px) {

           .carousel-item {
              height: 20vh;
              min-height: 100px;
              background: no-repeat center center scroll;
              background-size: cover;
              position: relative;
          }

            .fighters-container {
                flex-direction: column;
                padding: 15px;
            }
            
            .fighter:first-child {
                border-right: none;
                border-bottom: 2px solid rgba(229, 216, 176, 0.3);
            }
            
            .vs-badge {
                /* top: auto; */
                /* bottom: -93px;
                transform: translateX(-50%);
                width: 60px;
                height: 60px;
                font-size: 1.0rem; */
                display: none;
            }
            
            .fighter-name {
                font-size: 1.8rem;
            }
            
            .percentage {
                font-size: 2.8rem;
            }
            
            /* .prediction-btn {
                font-size: 1.3rem;
                padding: 12px 30px;
            } */

            .prediction-btn {
              background: linear-gradient(to right, #27ae60, #2ecc71);
              color: white;
              border: none;
              padding: 10px 15px;
              font-size: 1rem;
              font-weight: bold;
              border-radius: 50px;
              cursor: pointer;
              transition: all 0.3s ease;
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
              text-transform: uppercase;
              letter-spacing: 1px;
          }
            
            .fighter-image {
                width: 140px;
                height: 140px;
            }

            .prediction-btn-container {
                flex-direction: column;
                gap: 30px;
            }
            
            .percentage-circle {
               display: none;
                width: 70px;
                height: 70px;
            }
        }

        /* Footer Styles */
        .footer {
            background-color: #000000;
            color: #e5d8b0;
            padding: 60px 0 20px;
            border-top: 2px solid #e5d8b0;
            margin-top: 60px;
            position: relative;
        }
        
        .footer::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, transparent, #cc5500, transparent);
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0 20px;
        }
        
        .footer-column {
            flex: 1;
            min-width: 250px;
            margin-bottom: 30px;
            padding: 0 20px;
        }

        .footer-logo {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #e5d8b0;
        }
        
        .footer-logo span {
            color: #cc5500;
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer-links a {
            color: #e5d8b0;
            text-decoration: none;
            transition: color 0.3s;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .footer-links a:hover {
            color: #ffd166;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(229, 216, 176, 0.1);
            border-radius: 50%;
            color: #e5d8b0;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .social-icons a:hover {
            background: #cc5500;
            color: #000;
            transform: translateY(-3px);
        }

        .copyright {
            text-align: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid rgba(229, 216, 176, 0.3);
            font-size: 0.9rem;
            color: #aaa;
        }
        
        .newsletter-form {
            display: flex;
            margin-top: 20px;
        }
        
        .newsletter-input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #e5d8b0;
            background: rgba(0,0,0,0.3);
            color: #fff;
            border-radius: 4px 0 0 4px;
        }
        
        .newsletter-btn {
            background: #cc5500;
            color: #000;
            border: none;
            padding: 0 20px;
            font-weight: 600;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .newsletter-btn:hover {
            background: #e5d8b0;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .event-date {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(0,0,0,0.7);
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            color: #ffd166;
            border: 1px solid #e5d8b0;
        }
        
        .fight-card-header {
            position: relative;
        }
        
        .upcoming-badge {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            background: #cc5500;
            color: #000;
            padding: 5px 20px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 10px rgba(204, 85, 0, 0.5);
        }


        .howtoplay-container {
        border: 3px solid #d4af37;
        border-radius: 12px;
        padding: 40px 30px;
        margin-top: 60px;
        box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
        background-color: #111;
        animation: fadeIn 1s ease-in-out;
      }

      .howtoplay-title {
        text-align: center;
        font-size: 2.2rem;
        font-weight: bold;
        color: #d4af37;
        margin-bottom: 30px;
      }

      .step-box {
        background-color: #1a1a1a;
        border-left: 5px solid #d4af37;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 8px;
        transition: 0.3s ease;
      }

      .step-box:hover {
        transform: translateY(-4px);
        background-color: #222;
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
      }

      .step-icon {
        color: #d4af37;
        margin-right: 10px;
        font-size: 1.5rem;
      }

      .btn-main {
        background-color: #d4af37;
        color: #000;
        font-weight: bold;
        border: none;
        padding: 12px 24px;
        border-radius: 30px;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
      }

      .btn-main:hover {
        background-color: #c39d2f;
        transform: scale(1.05);
        box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @media (max-width: 576px) {
        .howtoplay-title {
          font-size: 1.6rem;
        }
      }

      .faq {
         background-color: #f8f9fa;
         color: #000
      }

      .faq-header {
        background: linear-gradient(to right, #000, #333);
        color: white;
        padding: 50px 0;
        text-align: center;
      }

      .faq-header h1 {
        font-weight: bold;
      }

      .faq .card-header {
        background-color: #e5d8b0;
        border-bottom: 1px solid #cc5500;
      }

      .faq .card-header h5 button {
        color: #000;
        text-decoration: none;
      }

      .faq .card-body {
        background-color: #fffaf0;
      }

      .match {
         background-color: #f8f9fa;
         color: #000
      }

      .match-card {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-bottom: 30px;
        transition: transform 0.2s;
      }

      .match-card:hover {
        transform: translateY(-5px);
      }

      .match-thumb {
        width: 100%;
        height: 200px;
        object-fit: cover;
      }

      .match-body {
        padding: 20px;
      }

      .match-body h5 {
        font-weight: bold;
      }

      .catalog {
         background-color: #fff;
         color: #000
      }

      .catalog-header {
        background: linear-gradient(to right, #000, #333);
        color: white;
        padding: 40px 0;
        text-align: center;
      }

      .catalog-title {
        font-size: 2rem;
        font-weight: bold;
      }

      .catalog-subtitle {
        font-size: 1.1rem;
        color: #ccc;
      }

      .catalog-card {
        background-color: #fff;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
      }

      .catalog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      }

      .catalog-card .image-wrapper {
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        background-color: #eee;
      }

      .catalog-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .catalog-card .card-body {
        flex-grow: 1;
        padding: 15px;
        text-align: center;
      }

      .catalog-card h5 {
        font-size: 1rem;
        font-weight: bold;
      }

      .catalog-card p {
        font-size: 0.9rem;
        color: #555;
      }

      .catalog-card .btn {
        font-size: 0.85rem;
        border-radius: 20px;
      }

       .catalog-form {
            background: #fff;
            padding: 25px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .catalog .form-control {
            background-color: #fff;
    
            border-radius: 8px;
            color: #000;
            min-width: 180px;
            height: 45px;
            padding: 0 15px;
            font-weight: 500;
        }


  

