@media(min-width:991px){
.mobile-menu,.menu-toggle{
    display:none !important;
}
}
@media(max-width:991px){
.menu-lists{
display:none;
}
.menu-right-toggle{
    display: none;
}
.toggle-menu{
    display: none;
}
/* .header-right-sidebar {
    position: inherit !important;
} */
/* Menu Toggle Button */
.menu-toggle {
    font-size: 1.5rem;
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 1;
    color: #fff;
}
/* Sliding Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -300px; /* Hidden by default */
    width: 300px;
    height: 100%;
    color: white;
    transition: left 0.3s ease-in-out;
    z-index: 1;
}

.mobile-menu ul {
    list-style: none;
    padding: 25px;
    margin: 0;
    background: #1d1d1d;
    display: inline-block;
    width: 100%;
    height: 1000px;
}

.mobile-menu ul li {
    margin: 10px 0px;
    text-align: left;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

/* Menu Open State */
.mobile-menu.open {
    left: 0;
}
}
.menu-close{
    position: absolute;
    right: 20px;
    top: 20px; 
}
.menu-items{
  font-size: 0.8rem !important;
  position: relative;
}
@media (min-width:1600px){
.header .logo {
    width: 350px !important;
}
.header-right-sidebar {
    top: 25px !important;
}

}
@media (min-width:991px){
    .menu-lists{
        display: flex;
        gap: 35px;
    }
}
.menu-items:hover {
    color: #b3b3b3;
}

.ki-trailer::before {
    content: "•";
    font-size: 3rem;
    color: #ff917a;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-items:hover::before {
    opacity: 0.5;
}
.robotic-show::before {
    content: "•";
    font-size: 3rem;
    color: #fefae0;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}



@media(max-width:991px){
    .left-menu{
        display: none;
    }
}
@media(min-width:991px){
    .left-menu{
      position: fixed;
      left: 30px;
      display: flex;
      top: 15px;
    }

   .left-menu ul{
    display: flex;
    gap: 20px;
    list-style: none;
   }
   .menu-item-icon{
    vertical-align: middle;
    margin-right: 5px;
}
  .menu-items:hover svg{
   opacity:0.5;
}
}
@media (min-width:1600px){
    .left-menu{
    top: 25px;
    }
}