/* .nav
{
   
    backdrop-filter: blur(5px);
    display: flex;
width:100%;
    align-items: center;
    padding: 5px 30px !important;
    justify-content: space-between;
    z-index: 100 !important;
    position: fixed;
    height: 10vh;
}
.nav ul
{
    margin: 0px !important;
    padding:0px !important;

}
.nav li
{
   
    list-style: none;
    padding: 0px 10px;
    font-family: 'parsan', sans-serif;
    font-size: 30px;
} */
.navbar
{
    display: grid;
        grid-template-columns: 2fr 5fr 2fr;
        padding-inline: 40px;
        top:0;
        position: sticky;
        z-index: 100;
        justify-content: center;
        align-items: center;
height: 5rem;
font-weight: 500;
    }

/* .nav #bg {
    border-radius: 50%;
    height: 45px;
    width: 44.3px;
    position: absolute;
    top: 14;
    left: 35px;
    z-index: 11;
    overflow: hidden;
    
} */


.navbar .left
{

}
.navbar center
{

}
.navbar .right
{
display: flex;
justify-content: end;
align-items: center;
}

@media only screen and (max-width:800px)
{
.nav{
    padding: 5px 10px !important;
}
   
    .menu-container
{
    
    width:100vw;

}



}


/* Desktop Navbar */
.ryvoken-navbar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-family: 'Inter', sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  max-width: 1780px;
  margin: auto;
}

#navMenu
{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.nav-logo a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
.nav-logo img {
  width: 60px;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: #D40512;
}
.nav-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.icon-link {
  color: #111;
  font-size: 1.3rem;
  position: relative;
  text-decoration: none;
}
.cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #D40512;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  padding: 2px;
  height:18px;
  width:18px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.search-form input[type="search"] {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
}
.search-form i {
  position: absolute;
  right: 10px;
  color: #666;
}

/* Mobile Top Bar */
.mobile-top-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: white;
  border-bottom: 1px solid #eee;
}
.mobile-top-nav .mobile-icons-left,
.mobile-top-nav .mobile-icons-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mobile-top-nav .mobile-logo img {
  height: 40px;
}
.mobile-top-nav a,
.mobile-top-nav button {
  font-size: 1.5rem;
  color: black;
  background: none;
  border: none;
  position: relative;
}

/* Mobile Slide Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 9999;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mob-menu-container
{
    position:relative
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 2rem;
  margin: 0;
}
.mobile-menu li a {
  text-decoration: none;
  color: #111;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 300;
  transition: color 0.3s;
}
.mobile-menu li a:hover {
  color: #D40512;
}
.logo-close-section
{
    width: 100%;display: flex;justify-content: end;
    border-bottom:1px solid #e3e3e3;
}


/* Toggle Icon */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
}
.nav-toggle i {
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .nav-container,
  .nav-menu {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .mobile-top-nav {
    display: flex;
  }
  .mobile-logo
  {
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.3s ease;
}

.search-overlay.active {
  display: flex;
}

.search-overlay form {
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

.search-overlay input[type="search"] {
  width: 100%;
  max-width: 600px;
  padding: 1.2rem;
  font-size: 1.4rem;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  background: transparent;
  text-align: center;
}

.close-search {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
