/* ---------- HOME PAGE STYLES ---------- */

        /* Hero Section */
.hero {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.hero .swiper-slide {
  position: relative;
  width: 100%;
  height: 90vh;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  max-width: 700px;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.hero-content .btn {
  display: inline-block;
  padding: 12px 24px;
  background: #d63384;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
}

.hero-content .btn:hover {
  background: #a61e5d;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-content {
    padding: 15px;
    max-width: 90%;
  }
}



        /* Featured Categories */
       .category-section {
  padding: 50px 20px;
  text-align: center;
  background: #fafafa;
}

.category-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.category-card {
  border-radius: 16px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.category-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.category-card p {
  font-size: 16px;
  margin-bottom: 20px;
}

.category-card .btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background: #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.category-card .btn:hover {
  background: #333;
  color: #fff;
}

/* Backgrounds for each card */
.cat-99 {
  background: linear-gradient(135deg, #ff7eb3, #ff758c);
}
.cat-199 {
  background: linear-gradient(135deg, #42e695, #3bb2b8);
}
.cat-299 {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

/* Hover animation */
.category-card:hover {
  transform: translateY(-8px) scale(1.03);
}

/* Responsive */
@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
}

        /* Special Offer */
        .special-offer {
            padding: 100px 0;
            background: linear-gradient(to right, #faf0f0, #fefefe);
            position: relative;
            overflow: hidden;
        }

        .special-offer:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4af37' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
            z-index: 0;
        }

        .offer-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
            position: relative;
            z-index: 1;
        }

        .offer-img {
            flex: 1;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .offer-content {
            flex: 1;
        }

        .offer-content h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--dark);
            line-height: 1.2;
        }

        .offer-content p {
            margin-bottom: 30px;
            font-size: 1rem;
            line-height: 1.7;
        }

        .countdown {
            display: flex;
            gap: 12px;
            margin-bottom: 30px;
        }

        .countdown-item {
            background: var(--dark);
            color: white;
            padding: 15px;
            border-radius: 4px;
            text-align: center;
            min-width: 70px;
        }

        .countdown-item span {
            display: block;
            font-size: 1.8rem;
            font-weight: 700;
            font-family: 'Cormorant Garamond', serif;
        }

        .countdown-item small {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Testimonials */
        .testimonials {
            padding: 30px 0;
            background-color: var(--light);
        }

        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .testimonial-card {
            background: white;
            padding: 30px;
            border-radius: 4px;
            box-shadow: var(--shadow);
            position: relative;
            transition: var(--transition);
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        .testimonial-card::before {
            content: '\201C';
            font-size: 5rem;
            color: var(--primary);
            opacity: 0.15;
            position: absolute;
            top: 15px;
            left: 20px;
            line-height: 1;
            font-family: 'Cormorant Garamond', serif;
        }

        .testimonial-text {
            margin-bottom: 20px;
            font-style: italic;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid var(--primary);
        }

        .author-info h4 {
            margin-bottom: 5px;
            font-size: 1.1rem;
        }

        .author-info p {
            color: #666;
            font-size: 13px;
        }

        .rating {
            color: #ffc107;
            margin-top: 5px;
        }

        /* Services */
        .services {
            padding: 100px 0;
            background: white;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .service-card {
            text-align: center;
            padding: 35px 25px;
            border-radius: 4px;
            transition: var(--transition);
            border: 1px solid #f0f0f0;
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow);
            border-color: transparent;
        }

        .service-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .service-card h3 {
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        .service-card p {
            color: #666;
            line-height: 1.6;
            font-size: 14px;
        }

        /* Newsletter */
        .newsletter {
            padding: 80px 0;
            background: var(--dark);
            color: white;
            text-align: center;
            position: relative;
        }

        .newsletter:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            z-index: 0;
        }

        .newsletter .container {
            position: relative;
            z-index: 1;
        }

        .newsletter h2 {
            margin-bottom: 15px;
            font-size: 2.2rem;
        }

        .newsletter p {
            max-width: 600px;
            margin: 0 auto 30px;
            opacity: 0.9;
            font-size: 1rem;
            line-height: 1.6;
        }

        .newsletter-form {
            display: flex;
            max-width: 500px;
            margin: 0 auto;
        }

        .newsletter-form input {
            flex: 1;
            padding: 14px 20px;
            border: none;
            border-radius: 2px 0 0 2px;
            font-size: 1rem;
            font-family: 'Montserrat', sans-serif;
        }

        .newsletter-form button {
            padding: 0 30px;
            background: var(--primary);
            color: white;
            border: none;
            border-radius: 0 2px 2px 0;
            cursor: pointer;
            font-weight: 600;
            text-transform: uppercase;
            transition: var(--transition);
            letter-spacing: 1px;
            font-size: 14px;
        }

        .newsletter-form button:hover {
            background: #c19b2e;
        }

        /* Footer */
        footer {
            background: #6f664a;
            color: white;
            padding: 70px 0 30px;
        }

        .footer-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 35px;
            margin-bottom: 40px;
        }

        .footer-col h3 {
            font-size: 1.2rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-col h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 35px;
            height: 2px;
            background: var(--primary);
        }

        .footer-col ul li {
            margin-bottom: 10px;
        }

        .footer-col ul li a {
            opacity: 0.8;
            transition: var(--transition);
            font-size: 14px;
        }

        .footer-col ul li a:hover {
            opacity: 1;
            padding-left: 5px;
            color: var(--primary);
        }

        .social-icons {
            display: flex;
            gap: 12px;
            margin-top: 20px;
        }

        .social-icons a {
            width: 38px;
            height: 38px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .social-icons a:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }

        .payment-methods {
            display: flex;
            gap: 10px;
            margin-top: 20px;
            flex-wrap: wrap;
        }

        .payment-methods i {
            font-size: 1.7rem;
            opacity: 0.8;
        }

        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            opacity: 0.8;
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media screen and (max-width: 1200px) {
            .hero-content h1 {
                font-size: 3.2rem;
            }

            .product-grid {
                grid-template-columns: repeat(4, 1fr);
            }

            .footer-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media screen and (max-width: 992px) {
            .section-title h2 {
                font-size: 2.3rem;
            }

            .hero-content h1 {
                font-size: 2.8rem;
            }

            .category-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .testimonial-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .offer-container {
                flex-direction: column;
                text-align: center;
            }

            .countdown {
                justify-content: center;
            }

            nav ul {
                gap: 25px;
            }

            .product-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media screen and (max-width: 768px) {
            nav ul {
                position: fixed;
                top: 80px;
                left: -100%;
                background: white;
                width: 100%;
                height: calc(100vh - 80px);
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 40px;
                transition: var(--transition);
                box-shadow: var(--shadow);
            }

            nav ul.active {
                left: 0;
            }

            .hamburger {
                display: block;
                z-index: 1001;
            }

            .hamburger i {
                font-size: 1.8rem;
            }

            .hero-content h1 {
                font-size: 2.3rem;
            }

            .hero-content p {
                font-size: 1.1rem;
            }

            .countdown {
                flex-wrap: wrap;
            }

            .newsletter-form {
                flex-direction: column;
                gap: 12px;
            }

            .newsletter-form input,
            .newsletter-form button {
                border-radius: 2px;
                width: 100%;
            }

            .footer-container {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 30px;
            }

            .footer-col h3::after {
                left: 50%;
                transform: translateX(-50%);
            }

            .social-icons, .payment-methods {
                justify-content: center;
            }

            .product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media screen and (max-width: 576px) {
            .section-title h2 {
                font-size: 2rem;
            }

            .hero {
                height: 71vh;
            }

            .hero-content h1 {
                font-size: 2rem;
            }

            .hero-content p {
                font-size: 0.95rem;
            }

            .btn {
                padding: 12px 25px;
                font-size: 13px;
            }

            .category-grid,
            .testimonial-grid,
            .service-grid {
                grid-template-columns: 1fr;
            }

            .category-card, .product-img {
                height: 280px;
            }

            .product-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .product-info {
                padding: 12px;
            }

            .product-info h3 {
                font-size: 1rem;
            }

            .product-info p {
                font-size: 12px;
            }

            .price {
                font-size: 1rem;
            }
        }

        @media screen and (max-width: 400px) {
            .product-grid {
                grid-template-columns: 1fr;
            }

            .container {
                padding: 4px;
            }

            body {
                padding: 10px;
            }
        }

        /* Swiper Styles */

        section.category-section {
      padding: 4px 15px;
      background: #fff;
      text-align: center;
    }

    section.category-section h2 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 25px;
      color: #222;
    }

    .swiper {
      width: 100%;
      padding: 10px 0 30px;
    }

    .swiper-slide {
      text-align: center;
    }

    .category-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin: 0 auto 10px;
      box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
      transition: transform 0.3s;
    }

    .category-img:hover {
      transform: scale(1.05);
    }

    .category-title {
      font-size: 14px;
      font-weight: bold;
      color: #000;
    }

    /* Smaller arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
      width: 0px;
      height: 25px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 18px; /* smaller arrow icon */
    }

    /* Responsive image size */
    @media (max-width: 768px) {
      .category-img {
        width: 100px;
        height: 100px;
      }
      .category-title {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .category-img {
        width: 90px;
        height: 90px;
      }
      .category-title {
        font-size: 12px;
      }
    }

/* watch and buy */


     section.watch-buy {
      padding: 40px 20px;
      text-align: center;
    }

    section.watch-buy h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .slider-container {
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    .slider {
      display: flex;
      gap: 12px;
      transition: transform 0.4s ease-in-out;
      scroll-behavior: smooth;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .card {
      flex: 0 0 calc(20% - 12px); /* 5 cards desktop */
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .card img, .card video {
      width: 100%;
      height: 450px;
      object-fit: cover;
      display: block;
    }

    .card video {
      border: none;
    }

    .card .info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0,0,0,0.5);
      color: #fff;
      padding: 10px;
      font-size: 14px;
      text-align: left;
    }

    .card .info strong {
      display: block;
      font-size: 15px;
      font-weight: bold;
    }

    /* Navigation buttons */
    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.6);
      border: none;
      color: #fff;
      font-size: 20px;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 2;
    }

    .prev { left: 10px; }
    .next { right: 10px; }

    /* Tablet */
    @media(max-width: 1024px) {
      .card {
        flex: 0 0 calc(33.33% - 12px); /* 3 cards */
      }
      .card img, .card video {
        height: 440px;
      }
    }

    /* Mobile */
    @media(max-width: 768px) {
      .card {
        flex: 0 0 calc(50% - 12px); /* 2 cards */
      }
      .card img, .card video {
        height: 280px;
      }
    }

/*best seller*/

section.best-sellers {
  padding: 40px 20px;
  text-align: center;
}

section.best-sellers h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 on desktop */
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* Only badge stays on image */
.image-wrapper {
  position: relative;
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e53935;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
}

.card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

/* Info comes below the image */
.card .info {
  padding: 12px;
  text-align: left;
}

.card .info h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
  color: #333;
  line-height: 1.4;
  height: 42px;
  overflow: hidden;
}

.price {
  font-size: 16px;
  font-weight: bold;
  color: #e91e63;
}

.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
}

.stars {
  color: #FFD700;
  font-size: 14px;
  margin-top: 4px;
}

/* Tablet */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .card img {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .card img {
    height: 200px;
  }
}


/*Handmade Haldi Mehndi Jewellery*/

.jewellery-section {
  padding: 40px 20px;
  text-align: center;
}

.jewellery-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns default */
  gap: 20px;
}

.card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background: #fff;
  padding: 10px;
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  border-radius: 10px;
}

.card h3 {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.4em;
}

.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.price {
  margin-top: 8px;
}

.price .new {
  font-size: 18px;
  font-weight: bold;
  color: #e60023;
  margin-right: 8px;
}

.price .old {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr); /* Tablet 3 */
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr); /* Mobile 2 */
  }
}
/*instagram*/
.instagram-section {
  padding: 50px 20px;
  text-align: center;
  background: #fafafa;
}

.instagram-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.insta-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.insta-item:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay i {
  color: #fff;
  font-size: 28px;
}

.insta-item:hover .overlay {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
  .instagram-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 500px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
        /* ---------- END ---------- */