
.body{
  
}


/* ===== Hero / Carousel ===== */

    .carousel-item{
      height:100vh;
      background-size:cover;
      background-position:center;
      position:relative;
      padding: 10px;
    }
    .carousel-overlay{
      position:absolute;inset:0;
      background:rgba(0,0,0,.3);
    }

    /* ===== Navbar (desktop default) ===== */
   
    /* Force hamburger icon WHITE */
   
    
    /* Text glow for readability on image */
    .hero-text{
      margin-top: 80px;;
    }

    .hero-text span{
      color:#cda34f!important;
      text-shadow:2px 2px 8px rgba(0,0,0,.7);
      font-size:50px;
      text-align: center;
      justify-content: center;
      align-items: center;
    } .hero-text p{
      color:#fff!important;
      text-shadow:1px 1px 5px rgba(0,0,0,.7);
    }

    /* Person image size */
    .person-img{ max-width:400px; width:100%; }

    /* ===== Mobile styles (<= lg breakpoint) ===== */
   

    .next-event {
  text-align: center;
  padding: 40px 20px;
  background: #f8f7f3;
  font-family: Arial, sans-serif;
}

/* Story Circles */
.story-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.story {
  width: 70px;
  height: 70px;
  border: 3px solid #cda34f;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
}
.story img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Divider */
.divider img {
  margin: 10px auto;
  max-width: 150px;
  margin-top: -1px;
  margin-bottom: 50px;
}

/* Next Event Title */
.next-event-title {
  font-size: 22px;
  margin: 10px 0 30px;
  font-weight: bold;
}
.om-symbol {
  font-size: 32px;
  color: #cda34f;
}
.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  margin-left: 5px;
}

/* Event Section */
.event-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Slider */
.event-slider {
  position: relative;
  width: 100%;              /* ✅ Full width */
  max-width: 700px;         /* ✅ Keep it neat on desktop */
  border: none;             /* ✅ Remove card border */
  border-radius: 12px;      /* ✅ Slight rounded corners */
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* ✅ Soft shadow for depth */
}
.slides img {
 width: 100%;
  height: 350px;             /* ✅ Keep proportion */
  display: none;
  object-fit: cover;      
}
.slides img.active {
  display: block;
}
.slide-btn {
 position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5); /* ✅ Transparent dark background */
  border: none;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.slide-btn:hover {
  background: rgba(0,0,0,0.7);
}
.prev { left: 10px; }
.next { right: 10px; }

/* Event Details */
.event-details {
  max-width: 400px;
  text-align: left;
}
.event-details span {
  font-size: 40px;
  font-weight: 100px;
  color: #cda34f;
}
.event-date {
  font-size: 14px;
  color: gray;
}
.event-details p {
  margin: 15px 0;
  line-height: 1.6;
}
.join-btn {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
}
.join-btn:hover {
  background: #c0392b;
}

/* Responsive */
@media (max-width: 768px) {
  .event-container {
    flex-direction: column;
  }
  .event-details {
    text-align: center;
  }
}

.acharya-section {
  background-color: #fdf6e3; /* Cream background */
}

.hero {
      background: linear-gradient(to right, #f59e0b, #fdba74);
      padding: 60px 20px;
      color: white;
    }
    .hero h1 {
      font-weight: 800;
    }
    .hero h2 {
      color: #7f1d1d;
    }
    .hero p {
      color: #fff;
    }
    .hero .btn-custom {
      background-color: #dc2626;
      color: white;
      padding: 10px 25px;
      border-radius: 8px;
      transition: 0.3s;
    }
    .hero .btn-custom:hover {
      background-color: #b91c1c;
    }

    /* Kundali Section */
/* Kundali Section */
.kundali-section {
  padding: 80px 20px;
  position: relative;
}

.kundali-title {
  margin-bottom: 15px;
  color: #cda34f;
  font-weight: bold;
  font-size: 28px;
}

.sun-icon {
  margin: 15px 0;
  width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15%;
}

.kundali-img {
  width: 230px;
  margin-top: -100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Panchang Card */
.panchang {
  background: linear-gradient(to bottom, #cda34f, rgb(231, 146, 55));
  color: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 350px;
}
.panchang h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
.panchang ul {
  list-style: none;
  padding: 0;
}
.panchang li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
}
.panchang .subh {
  margin-top: 15px;
  font-weight: 600;
  color: #fde68a;
  text-align: center;
}

.bottom-text{
  text-align: center;
  margin-top: -50px;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .kundali-section .row {
    flex-direction: column;
    text-align: center;
  }
  .panchang {
    margin-top: 30px;
  }
}
  /* ================================
   Testimonial Section Styles
   ================================ */

   .footer {
    background: #cd8636; /* soft cream */
    color: #000000;
    padding: 50px 20px 20px;
    border-top: 2px solid #d4af37; /* gold accent */
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .footer-logo h3 {
    font-size: 1.5rem;
    color: #ffffff;
  }

  .footer-links h4,
  .footer-contact h4,
  .footer-social h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #000000; /* gold */
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  }

  .footer-links ul li {
    margin: 8px 0;
  }

  .footer-links ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
  }

  .footer-links ul li a:hover {
    color: #efefef; /* red-orange */
  }

  .footer-contact p {
    margin: 5px 0;
    font-size: 0.95rem;
    color: white ;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
  }

  .social-icons a {
    color: #ffffff;
    font-size: 1.3rem;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #e74c3c;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 0.9rem;
    color: #ffffff;
    border-top: 1px solid #eee;
  }
  /* === Chatbot Floating Button === */
#chatbot-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #cda34f; /* red-orange */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 2000;
  transition: transform 0.3s;
}
#chatbot-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#chatbot-button:hover {
  transform: scale(1.1);
}

/* === Chat Window === */
#chatbot-window {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  height: 450px;
  background: #fff8f0; /* cream */
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 2100;
  animation: fadeIn 0.3s ease;
}

/* Chat Header */
.chat-header {
  background: #cda34f; /* gold */
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  font-weight: bold;
}
.chat-header img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.chat-header #close-chat {
  margin-left: auto;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: black;
}

/* Chat Body (Scrollable Area) */
.chat-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
}
.chat-body .bot-message,
.chat-body .user-message {
  margin: 8px 0;
  padding: 10px 14px;
  border-radius: 15px;
  max-width: 85%;
  word-wrap: break-word;
}
.bot-message {
  background: #f1e6d6;
  align-self: flex-start;
}
.user-message {
  background: #e74c3c;
  color: white;
  align-self: flex-end;
}

/* Chat Input (Fixed at Bottom) */
.chat-input {
  display: flex;
  border-top: 1px solid #eee;
  background: white;
}
.chat-input input {
  flex: 1;
  border: none;
  padding: 12px;
  border-radius: 0 0 0 20px;
  outline: none;
}
.chat-input button {
  background: #cda34f;
  color: white;
  border: none;
  padding: 0 20px;
  border-radius: 0 0 20px 0;
  cursor: pointer;
  font-size: 18px;
}
.chat-input button:hover {
  background: #c0392b;
}

/* Scrollbar */
.chat-body::-webkit-scrollbar {
  width: 5px;
}
.chat-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



    /* Stories Section Styles */
    .story-viewer {
    z-index: 9999 !important;
    position: fixed !important;
}
    .stories-section {
        padding: 2rem 0;
       
        text-align: center;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .section-title {
        font-size: 2rem;
        color: #333;
        margin-bottom: 0.5rem;
        font-family: 'Arial', sans-serif;
    }
    
    .section-subtitle {
        color: #666;
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    
    .stories-scroll-container {
        overflow-x: auto;
        padding: 0 1rem;
        -webkit-overflow-scrolling: touch;
    }
    
    .stories-container {
        display: flex;
        justify-content: flex-start;
        gap: 1.5rem;
        padding: 0 1rem;
        width: max-content;
        margin: 0 auto;
    }
    
    .story-circle {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        width: 80px;
        flex-shrink: 0;
    }
    
    .story-border {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        padding: 3px;
        background:#cda34f ;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5rem;
    }
    
    .story-border img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid white;
    }
    
    .story-circle p {
        font-size: 0.8rem;
        color: #333;
        margin: 0;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    
    /* Story Viewer Styles */
    .story-viewer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        display: none;
        flex-direction: column;
    }
    
    .story-header {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    
    .progress-bars {
        display: flex;
        gap: 5px;
        margin-bottom: 1rem;
    }
    
    .progress-bar {
        height: 3px;
        background-color: rgba(255, 255, 255, 0.4);
        flex-grow: 1;
        border-radius: 3px;
        overflow: hidden;
    }
    
    .progress-fill {
        height: 100%;
        width: 0%;
        background-color: white;
    }
    
    .story-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: white;
        font-size: 2rem;
        cursor: pointer;
        z-index: 1001;
    }
    
    .story-content {
        flex-grow: 1;
        display: flex;
        position: relative;
    }
    
    .story-media-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .story-media-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    
    .story-text {
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0;
        color: white;
        padding: 1rem;
        text-align: center;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
    }
    
    .story-text h3 {
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
    }
    
    .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255,255,255,0.2);
        border: none;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 2rem;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .prev-button {
        left: 1rem;
    }
    
    .next-button {
        right: 1rem;
    }
    
    @media (max-width: 768px) {
        .stories-container {
            gap: 1rem;
            padding: 0 0.5rem;
            justify-content: flex-start;
        }
        
        .story-circle {
            width: 70px;
        }
        
        .story-border {
            width: 60px;
            height: 60px;
        }
        
        .nav-button {
            width: 40px;
            height: 40px;
            font-size: 1.5rem;
        }
    }

    .stories-scroll-container {
    overflow-x: auto;
    padding: 0 1rem;
    -webkit-overflow-scrolling: touch;
    
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Chrome, Safari and Edge */
.stories-scroll-container::-webkit-scrollbar {
    display: none;
}

  /* Shop Section */
        .shop-section {
            padding: 8rem 0 4rem;
            /* background: linear-gradient(135deg, #4A90E2 0%, #FF6B35 100%); */
            min-height: 100vh;
            position: relative;
        }

        .shop-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 38%;
            background: url('./imges/hero.png') no-repeat center center/cover;
            z-index: -1;
            overflow: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 1;
        }

        .shop-header {
            text-align: center;
            color: white;
            margin-bottom: 3rem;
        }

        .shop-icon {
            font-size: 4rem;
            margin-bottom: 1rem;
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from {
                text-shadow: 0 0 5px #fff;
            }

            to {
                text-shadow: 0 0 15px #fff, 0 0 20px var(--secondary-color);
            }
        }

        .shop-header h1 {
            font-family: 'Cinzel', serif;
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        /* Cart System */
        .cart-summary {
            position: fixed;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            z-index: 1000;
        }

        .cart-icon {
            background: #cda34f!important;
            color: white;
            padding: 1rem;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cart-icon:hover {
            transform: scale(1.1);
        }

        .cart-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background: #e74c3c;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .cart-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            width: 300px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            padding: 1rem;
            margin-top: 10px;
            display: none;
            max-height: 400px;
            overflow-y: auto;
        }

        .cart-item {
            display: flex;
            align-items: center;
            padding: 0.5rem 0;
            border-bottom: 1px solid #eee;
        }

        .cart-item img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 5px;
        }

        .cart-item-info {
            flex: 1;
            margin-left: 1rem;
        }

        .cart-item-info h4 {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .cart-item-controls {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .cart-item-controls button {
            background: #cda34f!important;
            color: white;
            border: none;
            border-radius: 3px;
            width: 25px;
            height: 25px;
            cursor: pointer;
        }

        .cart-item-price {
            font-weight: bold;
            color: var(--primary-color);
        }

        .remove-item {
            background: #e74c3c;
            color: white;
            border: none;
            border-radius: 3px;
            padding: 0.3rem;
            cursor: pointer;
            margin-left: 0.5rem;
        }

        .cart-total {
            text-align: center;
            margin: 1rem 0;
            padding: 1rem;
            background: var(--light-color);
            border-radius: 5px;
        }

        .checkout-btn {
            width: 100%;
            padding: 0.8rem;
            background:#cda34f!important;
            border: none;
            border-radius: 5px;
            color: white;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .checkout-btn:hover {
            transform: translateY(-2px);
        }

        /* Category Filter */
        .category-filter {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 0.8rem 1.5rem;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .filter-btn.active,
        .filter-btn:hover {
            background: rgba(255, 255, 255, 0.9);
            color: var(--primary-color);
            transform: translateY(-2px);
        }

        /* Products Grid */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .product-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
        }

        .product-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-card:hover .product-image img {
            transform: scale(1.1);
        }

        .product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .product-card:hover .product-overlay {
            opacity: 1;
        }

        .view-btn {
            padding: 0.8rem 1.5rem;
            background: var(--primary-color);
            border: none;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .view-btn:hover {
            transform: scale(1.05);
        }

        .blessed-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: var(--secondary-color);
            color: var(--dark-color);
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .product-info {
            padding: 1.5rem;
        }

        .product-info h3 {
            font-family: 'Cinzel', serif;
            color: var(--dark-color);
            margin-bottom: 0.5rem;
        }

        .product-description {
            color: var(--text-light);
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }

        .product-price {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

        .current-price {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--primary-color);
        }

        .original-price {
            text-decoration: line-through;
            color: var(--text-light);
        }

        .discount {
            background: #e74c3c;
            color: white;
            padding: 0.2rem 0.5rem;
            border-radius: 10px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .add-to-cart-btn {
            width: 100%;
            padding: 0.8rem;
            background: #cda34f!important;
            border: none;
            border-radius: 10px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .add-to-cart-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Product Modal */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 2000;
            overflow-y: auto;
        }

        .modal-content {
            background-color: white;
            margin: 5% auto;
            padding: 2rem;
            border-radius: 10px;
            width: 80%;
            max-width: 800px;
            position: relative;
        }

        .close-btn {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 2rem;
            color: var(--text-light);
            cursor: pointer;
            transition: color 0.3s;
        }

        .close-btn:hover {
            color: var(--primary-color);
        }

        .product-detail {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: start;
        }

        .product-detail-image {
            position: relative;
        }

        .product-detail-image img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 10px;
        }

        .product-detail-info h2 {
            font-family: 'Cinzel', serif;
            color: var(--dark-color);
            margin-bottom: 1rem;
        }

        .product-detail-description {
            color: var(--text-light);
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .product-detail-price {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .product-detail-price .current-price {
            font-size: 1.5rem;
        }

        .product-benefits {
            margin-bottom: 2rem;
        }

        .product-benefits h4 {
            color: var(--dark-color);
            margin-bottom: 1rem;
        }

        .product-benefits ul {
            list-style: none;
            padding: 0;
        }

        .product-benefits li {
            padding: 0.5rem 0;
            color: var(--text-light);
        }

        .product-benefits li::before {
            content: "✓";
            color: var(--primary-color);
            font-weight: bold;
            margin-right: 0.5rem;
        }

        /* WhatsApp Checkout */
        .whatsapp-checkout {
            width: 100%;
            padding: 1.2rem;
            background: #25D366;
            border: none;
            border-radius: 10px;
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .whatsapp-checkout:hover {
            background: #128C7E;
            transform: translateY(-2px);
        }

       

        /* Responsive Styles */
        @media (max-width: 768px) {
            .nav-menu {
                position: fixed;
                top: 70px;
                left: -100%;
                width: 100%;
                flex-direction: column;
                background-color: white;
                padding: 2rem;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                transition: left 0.3s;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-toggle {
                display: flex;
            }

            .nav-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 5px);
            }

            .nav-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .nav-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -5px);
            }

            .shop-section {
                padding-top: 6rem;
            }

            .shop-header h1 {
                font-size: 2rem;
            }

            .category-filter {
                flex-direction: column;
                align-items: center;
            }

            .products-grid {
                grid-template-columns: 1fr;
            }

            .product-detail {
                grid-template-columns: 1fr;
            }

            .cart-dropdown {
                width: 280px;
                right: 0;
                bottom: 70px;
                /* Position above the cart icon */
                top: auto;
            }
             .cart-items {
        max-height: 30vh;
        overflow-y: auto;
    }

            .cart-summary {
                position: fixed;
                top: auto;
                bottom: 20px;
                right: 20px;
                transform: none;
            }

            .modal-content {
                width: 95%;
                margin: 2% auto;
                padding: 1rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 1rem;
            }

            .product-detail-price {
                flex-direction: column;
                align-items: flex-start;
            }

            .product-detail-image img {
                height: 300px;
            }
        }  /* Shop Section */
        .shop-section {
            padding: 8rem 0 4rem;
            /* background: linear-gradient(135deg, #4A90E2 0%, #FF6B35 100%); */
            min-height: 100vh;
            position: relative;
        }

        .shop-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 38%;
            background: url('./imges/hero.png') no-repeat center center/cover;
            z-index: -1;
            overflow: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 1;
        }

        .shop-header {
            text-align: center;
            color: white;
            margin-bottom: 3rem;
        }

        .shop-icon {
            font-size: 4rem;
            margin-bottom: 1rem;
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from {
                text-shadow: 0 0 5px #fff;
            }

            to {
                text-shadow: 0 0 15px #fff, 0 0 20px var(--secondary-color);
            }
        }

        .shop-header h1 {
            font-family: 'Cinzel', serif;
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        /* Cart System */
        .cart-summary {
            position: fixed;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            z-index: 1000;
        }

        .cart-icon {
            background: #cda34f!important;
            color: white;
            padding: 1rem;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cart-icon:hover {
            transform: scale(1.1);
        }

        .cart-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background: #e74c3c;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .cart-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            width: 300px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            padding: 1rem;
            margin-top: 10px;
            display: none;
            max-height: 400px;
            overflow-y: auto;
        }

        .cart-item {
            display: flex;
            align-items: center;
            padding: 0.5rem 0;
            border-bottom: 1px solid #eee;
        }

        .cart-item img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 5px;
        }

        .cart-item-info {
            flex: 1;
            margin-left: 1rem;
        }

        .cart-item-info h4 {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .cart-item-controls {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .cart-item-controls button {
            background: #cda34f!important;
            color: white;
            border: none;
            border-radius: 3px;
            width: 25px;
            height: 25px;
            cursor: pointer;
        }

        .cart-item-price {
            font-weight: bold;
            color: var(--primary-color);
        }

        .remove-item {
            background: #e74c3c;
            color: white;
            border: none;
            border-radius: 3px;
            padding: 0.3rem;
            cursor: pointer;
            margin-left: 0.5rem;
        }

        .cart-total {
            text-align: center;
            margin: 1rem 0;
            padding: 1rem;
            background: var(--light-color);
            border-radius: 5px;
        }

        .checkout-btn {
            width: 100%;
            padding: 0.8rem;
            background:#cda34f!important;
            border: none;
            border-radius: 5px;
            color: white;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .checkout-btn:hover {
            transform: translateY(-2px);
        }

        /* Category Filter */
        .category-filter {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 0.8rem 1.5rem;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .filter-btn.active,
        .filter-btn:hover {
            background: rgba(255, 255, 255, 0.9);
            color: var(--primary-color);
            transform: translateY(-2px);
        }

        /* Products Grid */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .product-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
        }

        .product-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-card:hover .product-image img {
            transform: scale(1.1);
        }

        .product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .product-card:hover .product-overlay {
            opacity: 1;
        }

        .view-btn {
            padding: 0.8rem 1.5rem;
            background: var(--primary-color);
            border: none;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .view-btn:hover {
            transform: scale(1.05);
        }

        .blessed-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: var(--secondary-color);
            color: var(--dark-color);
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .product-info {
            padding: 1.5rem;
        }

        .product-info h3 {
            font-family: 'Cinzel', serif;
            color: var(--dark-color);
            margin-bottom: 0.5rem;
        }

        .product-description {
            color: var(--text-light);
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }

        .product-price {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

        .current-price {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--primary-color);
        }

        .original-price {
            text-decoration: line-through;
            color: var(--text-light);
        }

        .discount {
            background: #e74c3c;
            color: white;
            padding: 0.2rem 0.5rem;
            border-radius: 10px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .add-to-cart-btn {
            width: 100%;
            padding: 0.8rem;
            background: #cda34f!important;
            border: none;
            border-radius: 10px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .add-to-cart-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Product Modal */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 2000;
            overflow-y: auto;
        }

        .modal-content {
            background-color: white;
            margin: 5% auto;
            padding: 2rem;
            border-radius: 10px;
            width: 80%;
            max-width: 800px;
            position: relative;
        }

        .close-btn {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 2rem;
            color: var(--text-light);
            cursor: pointer;
            transition: color 0.3s;
        }

        .close-btn:hover {
            color: var(--primary-color);
        }

        .product-detail {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: start;
        }

        .product-detail-image {
            position: relative;
        }

        .product-detail-image img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 10px;
        }

        .product-detail-info h2 {
            font-family: 'Cinzel', serif;
            color: var(--dark-color);
            margin-bottom: 1rem;
        }

        .product-detail-description {
            color: var(--text-light);
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .product-detail-price {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .product-detail-price .current-price {
            font-size: 1.5rem;
        }

        .product-benefits {
            margin-bottom: 2rem;
        }

        .product-benefits h4 {
            color: var(--dark-color);
            margin-bottom: 1rem;
        }

        .product-benefits ul {
            list-style: none;
            padding: 0;
        }

        .product-benefits li {
            padding: 0.5rem 0;
            color: var(--text-light);
        }

        .product-benefits li::before {
            content: "✓";
            color: var(--primary-color);
            font-weight: bold;
            margin-right: 0.5rem;
        }

        /* WhatsApp Checkout */
        .whatsapp-checkout {
            width: 100%;
            padding: 1.2rem;
            background: #25D366;
            border: none;
            border-radius: 10px;
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .whatsapp-checkout:hover {
            background: #128C7E;
            transform: translateY(-2px);
        }

       

        /* Responsive Styles */
        @media (max-width: 768px) {
            .nav-menu {
                position: fixed;
                top: 70px;
                left: -100%;
                width: 100%;
                flex-direction: column;
                background-color: white;
                padding: 2rem;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                transition: left 0.3s;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-toggle {
                display: flex;
            }

            .nav-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 5px);
            }

            .nav-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .nav-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -5px);
            }

            .shop-section {
                padding-top: 6rem;
            }

            .shop-header h1 {
                font-size: 2rem;
            }

            .category-filter {
                flex-direction: column;
                align-items: center;
            }

            .products-grid {
                grid-template-columns: 1fr;
            }

            .product-detail {
                grid-template-columns: 1fr;
            }

            .cart-dropdown {
                width: 280px;
                right: 0;
                bottom: 70px;
                /* Position above the cart icon */
                top: auto;
            }
             .cart-items {
        max-height: 30vh;
        overflow-y: auto;
    }

            .cart-summary {
                position: fixed;
                top: auto;
                bottom: 20px;
                right: 20px;
                transform: none;
            }

            .modal-content {
                width: 95%;
                margin: 2% auto;
                padding: 1rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 1rem;
            }

            .product-detail-price {
                flex-direction: column;
                align-items: flex-start;
            }

            .product-detail-image img {
                height: 300px;
            }
        }

        .modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    z-index: 1000;
}

.modal-close-btn:hover {
    color: red;
}

/* Make sure it's visible on small screens */
@media (max-width: 768px) {
    .modal-close-btn {
        font-size: 32px;
        top: 8px;
        right: 10px;
    }
}
