/* ========== Global Styles ========== */
body {
    min-height: 100vh;
    font-family: 'Urbanist', sans-serif;
    background-color: #101010;
    color: #e0e0e0;
    position: relative;
  }
  
  a {
    color: #f7c948;
    text-decoration: underline;
  }
  
  h1, h2, h3, h4 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
  }
  
  .title {
    font-family: 'Unbounded', sans-serif;
    color: #bfa133;
  }
  
  .sub-title,
  .black {
    color: #e0e0e0;
    font-size: 22px;
  }
  
  .gold {
    color: #bfa133;
  }
  
  /* ========== Header / Language Switcher ========== */
  .header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    z-index: 1050;

    .container {
        max-width: 100%;
    }
  }

  .navbar-brand img {
    height: 40px;
    position: fixed;
    top: 10px;
    left: 20px;
  }
  
  .header .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  
  .header .navbar-nav .nav-link {
    color: #e0e0e0;
    transition: transform 0.2s;
  }
  
  .header .navbar-nav .nav-link:hover {
    transform: scale(1.1);
  }
  

  .language-switcher {
    top: 10px;
    right: 20px;
    z-index: 1000;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* ========== Banner Section ========== */
  .main-banner {
    background: url("./src/main-banner.jpg") no-repeat center center;
    background-size: cover;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  }
  
  .main-banner .main-content {
    position: relative;
    top: 50%;
    width: 100%;
    padding: 6rem 1rem;
  }
  
  .main-banner .main-content h4 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-left: 20px;
  }
  
  @media (max-width: 768px) {
    .main-banner {
      background: url("./src/main-banner-mobile.jpg") no-repeat center center;
      background-size: cover;
    }

    .main-banner .main-content {
      width: 70%;
      padding: 2rem 1rem 6rem 1rem;
    }
  
    .main-banner .main-content h1,
    .main-banner .main-content p {
      text-shadow: 2px 2px 4px #000;
    }
  
    .main-banner .main-content h4 {
      margin-left: 0;
    }
  }
  
  /* ========== Sections ========== */
  #about-us {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  #point {
    background-color: #1a1a1a;
    padding: 100px 0;
    color: #e0e0e0;
  }
  
  #promotion-1 {
    height: 100vh;
    overflow: hidden;
    margin-bottom: 60px;
    background: #dc3c34 url("/src/promotion-1.jpeg") center center/cover no-repeat;
  }
  
  #rebate {
    background-color: #1a1a1a;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #rebate img {
    max-height: 80%;
  }
  
  @media (max-width: 768px) {
    #rebate img {
      max-width: 100%;
    }
  }
  
  /* ========== Content Layouts ========== */
  .main-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 780px;
    position: relative;
  }
  
  .main-content .hob-logo {
    max-height: 200px;
    width: auto;
  }
  
  .main-content .download-icon {
    width: 165px;
  }
  
  @media (max-width: 768px) {
    .main-content .hob-logo {
      max-width: 100px;
    }
  }
  
  .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
    background-color: #dc3c34;
    color: #ffffff;
  }
  
  /* ========== Game List ========== */
  .game-list {
    margin-bottom: 100px;
  }
  
  .game-list img {
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
  }
  
  .game-list img:hover {
    transform: scale(1.05);
  }
  
  /* ========== Footer ========== */
  .footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.25);
  }
  
  .footer .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  
  .footer .navbar-nav .nav-link {
    color: #f7c948;
    transition: transform 0.2s;
  }
  
  .footer .navbar-nav .nav-link:hover {
    transform: scale(1.1);
  }
  
  /* ========== Buttons ========== */
  .btn-gold {
    background-color: #f7c948;
    color: #101010;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .btn-gold:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ffd700, #f7c948);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    color: #101010;
  }
  
  /* ========== Floating Button ========== */
  .floating-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    background-color: #bfa133;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .floating-button:hover {
    background-color: #f7c948;
    color: #101010;
  }
  
  .floating-button a {
    color: inherit;
    text-decoration: none;
    text-align: center;
  }
  