 body{
    overflow-x: hidden;
 }
 html{
  overflow-x: hidden;
 }

 /* Adjust navbar height */
.navbar-jewelry {
    min-height: 70px; /* Set a reasonable minimum height */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Reduce logo size */
.appincon {
    width: 100px; /* Reduced from 140px */
    height: auto;
    max-height: 100px; /* Prevent logo from making navbar too tall */
}

/* Adjust navbar brand styling */
.navbar-jewelry .navbar-brand {
    /* font-size: 1.9rem;  */
    padding-top: 0;
    padding-bottom: 0;
    
    
}
/* .navbar-brand img{
    width: 100px;
    height: 100px;
} */


/* Compact nav items */
.navbar-jewelry .nav-link {
    padding: 0.5rem 0.8rem; /* Tighter padding */
    font-size: 0.95rem; /* Slightly smaller font */
    margin: 0 0.5rem; /* Reduced margin */
}

/* Ensure dropdowns align properly */
.navbar-jewelry .dropdown-menu {
    margin-top: 0; /* Remove extra space */
}
.navbar-jewelry .navbar-collapse {
    align-items: center;
}
@media (max-width: 991.98px) {
    .navbar-jewelry {
        min-height: 60px;
    }
    .appincon {
        width: 90px;
        max-height: 60px;
    }
}
 .navbar-jewelry {
            background: #183219;
            backdrop-filter: blur(8px);
            font-family: 'Playfair Display', serif;
           
            transition: all 0.4s ease;
            
          
        }
        
        .navbar-jewelry.scrolled {
            background: #193a1a;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }
        
        .navbar-jewelry .navbar-brand {
            font-weight: 700;
            color: #c0a062 !important;
            font-size: 1.8rem;
            letter-spacing: 1px;
        }
       
        
        .navbar-jewelry .nav-link {
            color: #fff6f6 !important;
            font-weight: 500;
            margin: 0 0.8rem;
            position: relative;
            font-size: 1.05rem;
            letter-spacing: 0.5px;
        }
        
        .navbar-jewelry .nav-link:hover {
            color: #c0a062 !important;
        }
        
        .navbar-jewelry .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #c0a062;
            transition: width 0.3s ease;
        }
        
        .navbar-jewelry .nav-link:hover:after {
            width: 100%;
        }
        
        .navbar-jewelry .dropdown-menu {
            border: 1px solid rgba(222, 211, 199, 0.5);
            background: rgba(86, 58, 16, 0.98);
        }
        
        .navbar-jewelry .dropdown-item {
            color: #ffffff;
            transition: all 0.2s;
        }
        
        .navbar-jewelry .dropdown-item:hover {
            background: transparent;
            color: #c0a062;
            padding-left: 25px;
        }
        
        .navbar-jewelry .cart-icon {
            position: relative;
            color: #333;
        }
        
        .navbar-jewelry .cart-count {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #c0a062;
            color: white;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            font-size: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: sans-serif;
        }
        
        .navbar-jewelry .navbar-toggler {
            border: none;
            color: #c0a062;
        }
        
        .navbar-jewelry .navbar-toggler:focus {
            box-shadow: none;
        }
        .fullscreen-img {
            width: 100vw;
            height: 100vh;
            object-fit: cover;
        }
        .banner-wrapper{
            position: relative;
            max-width: fit-content;
            margin-top: 6.5vh;
        }
        .appincon{
            width: 140px;
        }
        .categories-section {
        background-color: #fff9f5;
    }
    
    .category-card {
        padding: 15px;
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .category-card:hover {
        transform: translateY(-5px);
    }
    
    .category-img-container {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border: 1px solid #f0e6e0;
        overflow: hidden;
    }
    
    .category-img-container img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
    }
    
    .category-title {
        font-size: 1.1rem;
        color: #8b5a2b;
        font-weight: 600;
    }
.indian-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.indian-content {
  flex: 1 1 50%;
  max-width: 50%;
}

.indian-image {
  flex: 1 1 50%;
  max-width: 50%;
  text-align: right;
}

.indian-image img {
  max-width: 100%;
  height: auto;
}
.indian-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.indian-content {
  flex: 1 1 50%;
  max-width: 50%;
}

.indian-image {
  flex: 1 1 50%;
  max-width: 50%;
  text-align: right;
}

.indian-image img {
  max-width: 100%;
  height: auto;
}


    /* Mobile Scroll Styles */
.scroll-container {
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    padding: 0 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.scroll-item {
    min-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
}

/* Hide scrollbar */
.scroll-container::-webkit-scrollbar {
    display: none;
}

/* Existing styles (keep them too) */
.offers-section {
    background-color: #fcf9f7;
}

.offer-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.offer-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.offer-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d4af37;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.offer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(139, 90, 43, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.offer-card:hover .offer-overlay {
    opacity: 1;
}

.offer-content {
    text-align: center;
    padding: 20px;
    color: white;
}

.offer-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.offer-desc {
    margin-bottom: 20px;
    font-size: 1rem;
}

.btn-offer {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 8px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-offer:hover {
    background: white;
    color: #8b5a2b;
}



    .offers-section {
        background-color: #fcf9f7;
    }
    
    .section-title {
        font-family: 'Playfair Display', serif;
        color: #8b5a2b;
        position: relative;
        display: inline-block;
    }
    
    .section-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 2px;
        background: #d4af37;
        bottom: -10px;
        left: 25%;
    }
    
    .offer-card {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }
    
    .offer-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    
    .offer-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    .offer-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #d4af37;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        z-index: 2;
    }
    
    .offer-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(139, 90, 43, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .offer-card:hover .offer-overlay {
        opacity: 1;
    }
    
    .offer-content {
        text-align: center;
        padding: 20px;
        color: white;
    }
    
    .offer-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .offer-desc {
        margin-bottom: 20px;
        font-size: 1rem;
    }
    
    .btn-offer {
        background: transparent;
        border: 2px solid white;
        color: white;
        padding: 8px 25px;
        border-radius: 30px;
        transition: all 0.3s ease;
    }
    
    .btn-offer:hover {
        background: white;
        color: #8b5a2b;
    }

    /* swipe rigth icone  */

    .swipe-indicator-advanced {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
  }
  
  .arrows-container {
    display: flex;
    gap: 15px;
  }
  
  .arrows-container i {
    font-size: 1.2rem;
    color: #d4af37;
    animation: arrowSlide 2s infinite ease-in-out;
  }
  
  .arrows-container i:first-child {
    animation-delay: 0.2s;
  }

  /* collection section */
  .collections-section {
        background-color: #fffaf7;
    }
    
    .section-title {
        font-family: 'Playfair Display', serif;
        color: #8b5a2b;
        position: relative;
        padding-bottom: 15px;
    }
    
    .section-title:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 2px;
        background: #d4af37;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .collection-card {
        padding: 20px 15px;
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .collection-card:hover {
        transform: translateY(-5px);
    }
    
    .collection-img-container {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .collection-img {
        max-height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }
    
    .collection-card:hover .collection-img {
        transform: scale(1.05);
    }
    
    .collection-title {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.5rem;
    }
    
    .collection-price {
        font-size: 0.9rem;
    }
    
    .btn-outline-dark {
        border-color: #333;
        color: #333;
        border-radius: 20px;
        padding: 5px 20px;
        font-size: 0.9rem;
        transition: all 0.3s;
    }
    
    .btn-outline-dark:hover {
        background: #333;
        color: white;
    }



    /* scheme  section */

.promo-indian {
  background: radial-gradient(circle at 70% 30%, #3b0d0d, #080404);
  padding: 40px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.indian-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.indian-content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.indian-title {
    color: white;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

.indian-title span {
  color: #FFD700;
}

.indian-subtitle {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: #FFD700;
}

.indian-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
  color: white;
}

.indian-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.download-btn {
  background: #FFD700;
  color: #000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.store-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}

.store-btn:hover {
  background: rgba(255,255,255,0.3);
}

.store-btn i {
  font-size: 1.8rem;
}

.store-btn div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.store-btn span {
  font-size: 0.7rem;
}

.store-btn strong {
  font-size: 1rem;
}

.indian-discount {
  position: absolute;
  right: -30px;
  top: 0;
  background: white;
  color: #ec041b;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.indian-discount span {
  font-size: 2.5rem;
  line-height: 1;
}

.indian-discount small {
  font-size: 1rem;
}


    

    /* footer section  */

    .footer {
            background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
            color: #e0e0e0;
            font-size: 14px;
        }
        .footer-heading {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 18px;
            color: #ffffff;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }
        .footer-heading:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: #d4af37; /* Gold accent */
        }
        .footer-link {
            color: #b0b0b0;
            text-decoration: none;
            transition: all 0.3s;
            display: block;
            margin-bottom: 8px;
        }
        .footer-link:hover {
            color: #d4af37;
            padding-left: 5px;
        }
        .social-icon {
            width: 36px;
            height: 36px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
            transition: all 0.3s;
        }
        .social-icon:hover {
            background: #d4af37;
            transform: translateY(-3px);
        }
        .newsletter-input {
            background: rgba(255,255,255,0.1);
            border: none;
            color: white !important;
        }
        .newsletter-input::placeholder {
            color: #999 !important;
        }
        .newsletter-btn {
            background: #d4af37;
            color: #000;
            font-weight: 600;
        }
        .payment-icon {
            height: 20px;
            margin-right: 8px;
            filter: grayscale(100%) brightness(2);
            transition: all 0.3s;
        }
        .payment-icon:hover {
            filter: none;
        }
        @media (max-width: 767.98px) {
            .footer-col {
                margin-bottom: 30px;
            }
            .footer-heading {
                font-size: 16px;
            }
        }
   
    @media (max-width: 767.98px) {
        .collection-img-container {
            height: 150px;
        }
        
        .collection-title {
            font-size: 1rem;
        }
        #model_scheme{
            visibility: hidden;
        }
    }

    /* end collection section */

  @media (min-width: 767.98px) {
    #swipe{
        visibility: hidden;
    }
    
  }
        
       
  @keyframes arrowSlide {
    0%, 100% {
      transform: translateX(0);
      opacity: 0.5;
    }
    50% {
      transform: translateX(5px);
      opacity: 1;
    }
  }
    
    @media (max-width: 767.98px) {
        .offer-image {
            height: 250px;
        }
        
        .offer-title {
            font-size: 1.3rem;
        }
    }




@media (max-width: 767.98px) {
    .offer-image {
        height: 250px;
    }

    .offer-title {
        font-size: 1.3rem;
    }
}

    
    @media (max-width: 767.98px) {
        .category-img-container {
            width: 80px;
            height: 80px;
        }
        
        .category-title {
            font-size: 0.9rem;
        }
    }
      


     
  
        /* Mobile menu adjustments */
        @media (max-width: 991.98px) {
            .navbar-jewelry {
                background: #183219;
            }
            
            .navbar-jewelry .navbar-collapse {
                padding-top: 15px;
            }
            
            .navbar-jewelry .nav-item {
                margin: 8px 0;
            }
            
            .navbar-jewelry .dropdown-menu {
                border: none;
                background: transparent;
                padding-left: 15px;
            }
            .banner-wrapper{
                margin-top: 8vh;
                width: 120%;
                transform: scale(1.2);
                object-fit: cover;
                margin-right: 30px;
            }
            .appincon{
                width: 80px;
            }
            
        }


/* schme sections styles  */


.promo-indian {
  padding: 0px 0;
}

.indian-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.indian-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indian-content {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}

.indian-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.indian-image img {
  max-width: 100%;
  height: auto;
}

.indian-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.indian-title span {
  color: #ffd700; /* Gold color */
}

.indian-subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #e3ad08;
}

.indian-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
  color: whit;
}

.indian-buttons {
  margin-bottom: 30px;
}

.download-btn {
  display: inline-block;
  background: #ffd700;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none;
}

.store-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
}

.store-btn i {
  font-size: 1.8rem;
  margin-right: 10px;
}

.store-btn div {
  display: flex;
  flex-direction: column;
}

.store-btn span {
  font-size: 0.7rem;
}

.store-btn strong {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .indian-content-wrapper {
    flex-direction: column;
  }
  
  .indian-content {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  .store-buttons {
    justify-content: center;
  }
  .indian-image {
  display: none;
}
.promo-indian {
  padding-top: 30px;
}
}


  .jewelry-contact-info {
    font-family: 'Georgia', serif;
    background-color: #fff8f2;
    color: #6e5c45;
    padding: 60px 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(183, 138, 90, 0.15);
  }

  .jewelry-contact-info h2 {
    font-size: 2.5rem;
    color: #b78a5a;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
  }

  .jewelry-contact-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }



    .section {
      padding: 40px 20px;
      max-width: 1000px;
      margin: auto;
      line-height: 1.8;
      font-size: 16px;
      background: #ffffff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
    }

    .h2 {
      font-size: 20px;
      margin-top: 40px;
      color: #a57c00;
      border-left: 4px solid #d4af37;
      padding-left: 10px;
    }

    .p {
      margin: 15px 0;
      text-align: justify;
    }

    ul {
      margin: 15px 0 15px 20px;
      padding-left: 20px;
    }

    ul li {
      margin-bottom: 10px;
      /* list-style-type: disc; */
    }

    @media (max-width: 600px) {
      .section {
        padding: 20px 15px;
      }

      .h2 {
        font-size: 18px;
      }

      .p, ul {
        font-size: 15px;
      }
    }