
   .collection-item-v2 {
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   border-radius: 8px;
   overflow: hidden;
   }
   .collection-item-v2:hover {
   transform: translateY(-10px);
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   }
   .collection-image img {
   width: 100%;
   height: 350px;
   transition: transform 0.3s ease;
   }
   .collection-item-v2:hover .collection-image img {
   transform: scale(1.05);
   }
   .collection-content {
   padding: 20px;
   background: #fff;
   text-align: center;
   }
   .heading {
   font-size: 1.5rem;
   color: #333;
   margin-bottom: 10px;
   }
   .subheading {
   font-size: 1.1rem;
   color: #777;
   margin-bottom: 20px;
   }
   #btn-line {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border: 2px solid #28a745;
   background: transparent;
   color: #28a745;
   font-size: 1rem;
   padding: 10px 15px;
   text-transform: uppercase;
   cursor: pointer;
   border-radius: 4px;
   transition: all 0.3s ease;
   }
   /* .btn-line:hover {
   background-color: #28a745;
   color: white;
   border-color: #28a745;
   } */
   @media (max-width: 768px) {
   .collection-content {
   padding: 15px;
   }
   .heading {
   font-size: 1.2rem;
   }
   .subheading {
   font-size: 1rem;
   }
   .collection-item-v2 .collection-content {
   inset: 55px;
   border-radius: 10px;
   }
   .subheading{
   margin-top: 60px;
   }
   }
   #pricestart{
   color: #28a745;
   font-weight: 600;
   }
   .price {
      display: inline-block;
      margin-right: 10px;
    }
    
    .discounted {
      color: red; /* Red color for the strike-through price */
      text-decoration: line-through; /* Strike-through effect */
    }
    
    .original {
      color: green; /* You can change this to whatever color you'd like */
    }
    
   @keyframes blink {
   0% { opacity: 1; }
   50% { opacity: 0; }
   100% { opacity: 1; }
   }
   .blink {
   animation: blink 1s infinite;
   }
   #abtimg{
   height: 900px;
   }
   #btn-line{
   padding: 10px 20px; background-color: #28a745; color: white; border-radius: 4px; border: none; font-weight: 600;
   }
   #video{
   height: 700px;
   }
   @media only screen and (max-width: 600px) {
   #video{
   height: 450px;
   }
   }
   .bg_blue-3{
   background-color: black;
   }
   #bannerimg{

      height: 635px;
   }
   @media only screen and (max-width: 600px) {

      #bannerimg{

      height: 360px;
      }
   }
   .ls-is-cached{

      border-radius: 2px;
   }
   #text{

      font-size: 40px;
      font-weight: 600;
   }
   #text1{

      font-size: 30px;
   }

   @media only screen and (max-width: 600px) {

      #text{

font-size: 25px;
font-weight: 600;
}
#text1{

font-size: 17px;
line-height: 28px;
}

   }
   
   #videotext{

      font-size: 30px;
   }
   @media only screen and (max-width: 600px) {
      #videotext{

font-size: 20px;
}
   }


@media (max-width: 768px) {
   .swiper-slide {
      width: 100% !important;
   }
}


.price-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.price-card img {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  object-fit: cover;
}

.price-label {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}


.category-tile {
   height: 300px;
   width: 300px;
   border: 1px solid #eee;
   border-radius: 4px;
   transition: transform 0.3s ease;
}
.category-tile:hover {
   transform: scale(1.03);
}
.category-label {
   font-size: 0.85rem;
   letter-spacing: 0.5px;
   border-radius: 2px;
}
.object-fit-cover {
   object-fit: cover;
}
.promo-box {
  min-height: 300px;
  border: 1px solid #000;
}

.promo-box .promo-images .img-side {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.promo-box .promo-text h2 {
  font-size: 2.5rem;
  line-height: 1;
}

.promo-box .promo-text sup {
  font-size: 1.2rem;
  top: -0.8em;
  position: relative;
}

@media (max-width: 767px) {
  .promo-box {
    flex-direction: column;
  }
  .promo-images {
    width: 100% !important;
  }
  .promo-box .promo-images .img-side {
    width: 50%;
  }
}
   .hero-section {
      background: url('../../frontend/images/Added/banner-home1.webp') no-repeat center center;
      background-size: cover;
      min-height: 70vh;
      display: flex;
      align-items: center;
      background-attachment: fixed;
      color: #000;
    }

    .info-box {
      background-color: white;
      padding: 30px;
      max-width: 320px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .info-box h6 {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 10px;
    }

    .info-box h6 {
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 20px;
    }

    .info-box p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .hero-section {
        background-position: right;
        padding: 40px 20px;
      }

      .info-box {
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
      }
    }
    @media (max-width: 768px) {

    #mobilesection{

      margin-left:20px;
    }
  }.fixed-store-img {
  background-image: url('../../../assets/frontend/images/Added/show1.JPG');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 10px;
  width: 100%;
  height: 800px; /* Adjust as needed */
}
@media (max-width: 768px) {
  .fixed-store-img {
    background-attachment: scroll; /* fallback for iOS */
  }
}
    .saree-card img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    .saree-card {
      text-align: center;
      margin-bottom: 2rem;
    }
    .saree-card h5 {
      margin-top: 1rem;
      font-weight: bold;
      text-transform: uppercase;
    }
    .saree-card p {
      font-size: 0.95rem;
      color: #555;
    }
    .saree-card .btn-custom {
      margin-top: 0.75rem;
      font-size: 0.85rem;
      letter-spacing: 1px;
      padding: 0.4rem 1rem;
      border: 1px solid #000;
      text-transform: uppercase;
      background-color: transparent;
      color: #000;
      transition: all 0.3s ease;
    }
    .saree-card .btn-custom:hover {
      background-color: #fe6767;
      color: #fff;
    }