/*
Theme Name: ghunghaat Fashi
Theme URI: https://ghunghaat.com
Author: Sandeep Dixit
Description: Custom WooCommerce Theme SEO Friendly
Version: 1.0
*/
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #333;
}

/* Top Header */
.top-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
}

.contact-info span {
  margin-right: 15px;
}

.social-icons a {
  margin-left: 10px;
  color: #333;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ff6600;
}

/* Main Header */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #ff6600;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.nav-menu a:hover {
  color: #ff6600;
}

.nav-icons a {
  margin-left: 15px;
  color: #333;
  font-size: 18px;
}

.nav-icons a:hover {
  color: #ff6600;
}

Mobile is getting a play Dr said Yeah I Yeah I 

/* Responsive */
@media (max-width: 768px) {
  .top-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .nav-icons {
    margin-top: 10px;
  }I 
}I 
/* slder */
.hero-section {
  background-color: #fefefe;
}
#hero-title, #hero-subtext, #hero-button, #hero-image {
  opacity: 0;
}
/* category */
.category-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.category-item:hover .category-img {
  cursor: pointer;
}
.bg-light-green {
  background-color: #b5e140;
}
.bg-purple {
  background-color: #d8c0ea;
}
.promo-banner-2 h2 {
  font-size: 2rem;
}
.promo-banner-2 p {
  font-size: 1.1rem;
}
.promo-banner-2 img {
  max-width: 180px;
  transition: transform 0.3s ease;
}
.promo-banner-2 img:hover {
  transform: scale(1.05);
}
.arrival-img {
  transition: transform 0.3s ease;
}
.product-card:hover .arrival-img {
  cursor: pointer;
}
.subscription-section {
  background-color: #fefefe;
}
.subscription-section input::placeholder {
  color: #999;
}
.autoplay-video video {
  max-width: 800px;
  height: auto;
}
.footer h5 {
  margin-bottom: 1rem;
}
.footer a:hover {
  color: #ffc107;
}
.footer-bottom a:hover {
  color: #ffc107;
}
.footer-bottom i {
  font-size: 18px;
}
