*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
}
.top-container{
  padding-top: 8vh;
  min-height: calc(100vh - 8vh);
  width: 100vw;
}
.main{
  position: fixed;
  top: 0;
  width: 100vw;
  height: 8vh;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 2vw ;
  background-color: black;
  z-index: 100;
  width: 100%;
}

.header-left, .header-right{
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-left img{
  height: 18px;
}

.nav{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s ease;
  cursor: pointer;
}

.nav:hover{
  color: #ccc;
}

.dropdown{
  position: relative;
}
.dropdown-content{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color:#F5F5F5;
  border:1px solid grey ;
  z-index: 10;
  width: 210px;
}

.dropdown-content a{
  text-decoration: none;
  color: #1c1c1c;
   font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.dropdown-toggle{
  text-decoration: none;
  color: white;
   font-size: 18px;
  font-weight: 500;
}

.dropdown:hover .dropdown-content{
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.7vw;

}


.navi{
  height: 22px;
  width: 22px;
  object-fit: contain;
  cursor: pointer;
  transform: opacity 0.3s ease;
}

.nav-profile{
  border-radius: 50%;
}

.navi:hover{
  opacity: 0.7;
}

.header-right{
  gap: 1.3rem;
}

.menu-icon {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}
@media (max-width:1000px){

  .menu-icon {
    display: block;
    position: absolute;
    left: 1.3vw;
  }

  .nav{
    display: none;
  } 

  .dropdown-toggle{
    display: none;
  }

  .header-left{
    justify-content: center;
    width: 100%;
  }

  .header-right{
    position: absolute;
    right: 2vw;
    /* top: 2%; */
  }

}

@media (max-width:700px){
  .nav-profile{
    display: none;
  }
}

.below-nav{
  display: flex;
  align-items: center;
  height: 8vh;
  padding: 0 2vw;
  margin-left: 0.7rem;
 
}

.below-nav a{
  text-decoration: none;
  color: #999;
  font-size: 15px;
  line-height: 1.45;
}

hr{
  width: 95vw;
  margin: auto;
  opacity: 0.5;
}

.home{
  width: 95vw;
  /* height: 80vh; */
  margin: 0 auto;
  /* border: 1px solid red; */
}

.home-picture{
  background-image: url('https://nzxt.com/cdn/shop/files/1920x630_Shopify_Center-Text_1.png?v=1759183041&width=1600');
  background-size: 100% 100%;
  
  background-repeat: no-repeat;
    margin: auto;
    width: 100%;
    height: 80vh;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    background-color: #0000;
    gap: 0.5rem;
  }

  .home-picture h1{
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    color: white;
    margin-top: 5vh;
  }

  @media (max-width:1000px){
  .home-picture{
  background-image: url('https://nzxt.com/cdn/shop/files/1920x630_Shopify_Center-Text_1.png?v=1759183041&width=1600');
  background-size:100%;
  /* background-position: center bottom; */
  background-repeat: no-repeat;
  background-size: 100% 100% ;
  height: 80vh;
  justify-content: start;
  }

  #space{
    display: none;
  }
}


  @media (max-width:786px){
  .home-picture{ background-image: url('https://nzxt.com/cdn/shop/files/1920x630_Shopify_Center-Text_1.png?v=1759183041&width=1600');
  background-size:100% 100%;
  /* background-position: center bottom; */
  background-repeat: no-repeat;
  height: 80vh;
  justify-content: start;
  }

  #space{
    display: none;
  }
}

  @media (max-width:500px){
  .home-picture{ background-image: url("https://nzxt.com/cdn/shop/files/1920x630_Shopify_Center-Text_1.png?v=1759183041&width=1600");
  background-size:100%;
  /* background-position: center bottom; */
  background-repeat: no-repeat;
  background-size: 100% 100% ;
  height: 80vh;
  justify-content: start;
  }

  #space{
    display: none;
  }

}

.products{
  width: 95vw;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.section{
 display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-content{
 margin-bottom: 2vh; 
 /* border: 1px solid red; */
 margin: auto;
 width: 90vw;
 display: flex;
 justify-content: space-between;
 gap: 1.5rem;
 flex-wrap: wrap;
}

/* Add these media queries to your existing CSS */

/* Default: 3 columns */
.section-content {
  margin-bottom: 2vh; 
  /* border: 1px solid red; */
  margin: auto;
  width: 90vw;
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap; /* Allow wrapping */
}

.frame {
  flex: 1;
  min-width: 280px;
}

@media (min-width: 1001px) {
  .frame {
    flex: 0 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}

/* 2 columns for screens below 1000px */
@media (max-width: 1000px) {
  .frame {
    flex: 0 1 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}

/* 1 column for screens below 650px */
@media (max-width: 650px) {
  .section-content {
    justify-content: center;
  }
  
  .frame {
    flex: 0 1 100%;
    max-width: 400px;
    width: 100%;
  }
}

/* Adjust product image wrapper for smaller screens */
@media (max-width: 500px) {
  .product-image-wrapper {
    height: 280px;
    padding: 1.5rem;
  }
}



/* .frame{
  flex: 1;
  border: 1px solid blue;
  min-width: 280px;
  max-width: 400px;
} */

.product-image-wrapper{
  position: relative;
  background-color: #F1F1F1;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
}

.product-image-wrapper img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.wishlist-icon{
  position: absolute;
  top: 1rem;
  right: 1rem;
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.wishlist-icon:hover{
  transform: scale(1.2);
}

.content-text{
  margin-left: 1.3rem;
}

.content-name{
  font-size: 1rem;
  font-weight: 600;
  padding-top: 10px;
  /* margin-bottom: 0.5rem; */
}

.content-desc{
   font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

.rating{
  display: flex;
  align-items: center;
   gap: 0.5rem;
  /* margin-bottom: 0.75rem; */
}

.rating-text{
  font-size: 0.85rem;
  color: #666;
}

.stars{
  color: #9333ea; /* Purple color */
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.tabs{
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  /* border: 1px solid #e0e0e0; */
  width: 25vw;
  /* border: 1px solid black; */
  height: 100px;
  margin: auto;
}

.tab{
  background: none;
  border: none;
  font-size: 1.2rem;
  font-weight: 550;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 3px solid transparent;
}

.active{
  color: #000;
  border-bottom: 3px solid #333;
}
.tab:hover{
  color: #555;
  border-bottom: 3px solid #777;
}

.footer {
  background-color: #111;
  color: #ccc;
  padding: 60px 80px 30px;
  position: relative;
  /* margin-top: 5vh; */
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 50px;
  
}

.footer-column h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #bbb;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #9b4de3;
}

/* RIGHTMOST COLUMN (ABOUT) */
.footer-about p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #aaa;
}

/* Social Icons  */
.social-icons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.social-icons a {
  color: #ccc;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #9b4de3;
}

.language-row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.language-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.language-item img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}

/* Bottom links */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 0.85rem;
}

.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom ul li a {
  color: #999;
  text-decoration: none;
}

.footer-bottom ul li a:hover {
  color: #9b4de3;
}

.footer-bottom p {
  margin: 10px 0 0;
  color: #888;
}

/* chat icons  */
.chat-icon {
  position: fixed;
  bottom: 12px;
  right: 12px;
  transform: translate(-50%);
  background:linear-gradient(180deg, #a24ef0, #7a23d6);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  box-shadow: 0 8px 30px rgba(155, 77, 227, 0.35), (0 2px 6px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.chat-icon:hover {
  transform: translate(-50%) scale(1.1);
  box-shadow: 0 12px 40px rgba(155, 77, 227, 0.45), (0 4px 12px rgba(0, 0, 0, 0.25));
}

.chat-icon:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(155, 77, 227, 0.5);
}

@media(max-width: 480px){
  .chat-icon {
    right: 10px;
    bottom:10px;
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }
}
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 30px;
  }
}













