/* Mobile Styles */
@media (min-width: 769px) {
    .explore-item {
      flex: 1 1 calc(25% - 16px);
    }
  
    .explore-submenu {
      background: black;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      min-width: 200px;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 0 !important;
    }
  
    .explore-submenu li {
      width: 100%;
    }
  
    .explore-submenu a {
      color: #999999;
      padding: 0.5rem 1rem;
      display: block;
    }
  
    .explore-submenu a:hover {
      background: black;
    }
  }
@media (max-width: 768px) {
  .title h1 {
    font-size: 24px !important; 
  }
  .banner-content h2 {
    font-size: 2rem;
  }
  .my-sony-academy-logo {
    width: 65%;
  }
  .my-sony-rewards-logo {
    width: 40%;
  }
  .workshops-content img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .carousel-btn {
    display: none;
  }
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .navbar {
      justify-content: space-between;
      padding: 15px;
    }
  
    .nav-brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
    }
  
    .nav-brand img {
      height: 20px;
    }
  
    .hamburger {
      display: flex;
    }
  
    .nav-menu {
      position: fixed;
      display: flex;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: #000;
      justify-content: center;
      align-items: center;
      z-index: 999;
      -webkit-transition: height 0.5s ease;
      -moz-transition: height 0.5s ease;
      transition: height 0.5s ease;
      overflow: hidden;
    }
  
    .nav-menu.active {
      height: 100vh;
    }
  
    .nav-menu ul {
      flex-direction: column;
      text-align: center;
      transform: translateY(20px);
      transition: transform 0.5s ease;
    }
  
    .nav-menu.active ul {
      transform: translateY(0);
    }
  
    .nav-menu a {
      color: #fff;
      font-size: 1.5rem;
    }
  
    .hamburger.active {
      opacity: 1;
      visibility: visible;
      position: relative;
      z-index: 1000;
      color: #fff;
    }
  
    .hamburger.active span {
      background: #fff;
    }
  
    .nav-menu.active ~ .nav-brand,
    .nav-menu.active + .nav-brand {
      color: #fff;
    }
  
    .explore-submenu {
      transform: translateY(-20px);
      position: relative;
    }
  
    .explore-submenu li {
      margin: 0 !important;
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.3s ease-in-out;
      transition-delay: calc(0.1s * var(--i));
    }
  
    .explore-submenu.active li {
      opacity: 1;
      transform: translateY(0);
    }
  
    .explore-submenu a {
      font-size: 1.2rem;
      color: #999999;
    }
  
    .back-button {
      display: block !important;
    }
    .back-button-user {
      display: block !important;
    }
    /*.explore-trigger.active {
    }*/
  
    .user-button {
      display: block;
      position: absolute;
      right: 1rem;
      color: #333;
    }
  
    .nav-menu.active ~ .user-button,
    .nav-menu.active + .user-button {
      color: #fff;
    }
  
    #reward, #support, #explore {
      padding: 20px 0 0 0 !important;
  } 
  .title {
    text-align: center !important;
    font-size: 24px !important;
    padding-bottom: 0px !important;
}
.landing-title h1 {
  padding: 5px 30px;
}

  .without-slider {
    padding: 0 0 15px 0 !important;
}
    .carousel-nav {
      padding: 0 10px;
      top: unset;
      bottom: 10px;
    }
    
    .carousel-dots {
      bottom: 10px;
    }
    
    .carousel-dot {
      width: 15px;
      height: 5px;
    }
    
    .slide-content {
      width: 90%;
    }




 
    
    

    .dots-container, .dots2-container {
        margin-top: 0px;
    }
    .reward-slide-description {
        width: 90%;
    }
    .reward-slide-description h2 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .reward-slide-description p {
        font-size: 0.875rem;
    }
    .support-slide-description {
        width: 90%;
    }
    .support-slide-description h2 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .support-slide-description p {
        font-size: 0.875rem;
    }
    .login-menu {
      position: fixed;
      display: flex;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: #000;
      justify-content: center;
      align-items: center;
      z-index: 999;
      -webkit-transition: height 0.5s ease;
      -moz-transition: height 0.5s ease;
      transition: height 0.5s ease;
      overflow: hidden;
    }
    .login-menu.active {
      height: 100vh;
    }
    .login-menu .user-info {
      margin: 20px 0;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      font-size: 1.5rem;
      font-weight: bold;
      color: black;
    }
    .login-menu .login-dropdown-content {
      padding: 30px 20px;
      background: #fff;
    }
    .login-menu .login-dropdown-item {
      text-align: center;
    }
    .login-menu .login-dropdown-item a {
      color: black;
      font-size: 1.5rem;
      text-align: center;
    }
    .login-menu .account-icon {
      width: 20px;
      height: 20px;
      vertical-align: inherit;
      margin-right: 5px;
    }
    .back-button-user {
      display: block !important;
    }
    .slide-content p {
      font-size: 0.875rem;
      max-width: 100%;
      max-height: 100px;
  }
  .slide-content h2 {
    font-size: 1.5rem;
    font-weight: normal;
}

}


@media screen and (max-width: 480px) {
    .title h1 {
      font-size: 24px !important; 
    }
    .carousel-dots {
      gap: 6px;
    }
    
    .carousel-nav {
      bottom: 5px;
    }
  }
  
  @media screen and (max-width: 320px) {
    .slide-content p {
      -webkit-line-clamp: 2;
    }
  }