        /* Custom CSS for SilverJewelleryIndia Jewelry */
        :root {
            --primary-color: #333;
            --secondary-color: #666;
            --accent-color: #e67e22;
            --accent-hover: #d35400;
            --light-grey: #f8f9fa;
            --medium-grey: #e9ecef;
            --dark-grey: #343a40;
            --silver: #c0c0c0;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--primary-color);
        }
        a{text-decoration: none;}
        
        /* Top Bar */
        .top-bar {
            background: #000;
            color: #fff;
            font-size: 0.85rem;
            padding: 8px 0;
        }
        
        .top-bar a {
            color: #fff;
            text-decoration: none;
        }
        
        .top-bar a:hover {
            color: var(--accent-color);
        }
        
        .navbar-toggler{padding: 3px;}
        /* Header */
        .main-header {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .logo {
            font-size: 28px;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .logo span {
            color: var(--accent-color);
        }
        
        .search-box {
            border-radius: 20px;
            border: 1px solid var(--medium-grey);
            padding: 8px 20px;
        }
        
        .search-btn {
            background: var(--accent-color);
            color: #fff;
            border: none;
            border-radius: 0 20px 20px 0;
            padding: 8px 20px;
        }
        
        .nav-link {
            color: var(--primary-color) !important;
            font-weight: 500;
            margin: 0 5px;
        }
        
        .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        /* Hero Section */

         /* Hero Slider */
        .hero-slider {
            height: 100vh;
            min-height: 700px;
            position: relative;
            overflow: hidden;
        }
        
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            display: flex;
            align-items: center;
        }
        
        .slide.active {
            opacity: 1;
        }
        
        .slide-1 {
            background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.8)), url('../img/slide01.jpg');
            z-index: 0;
            position: relative;
        }
        
        .slide-2 {
            background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.8)), url('../img/slide04.jpg');
             z-index: 0;
            position: relative;
        }
        
        .slide-3 {
            background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.8)), url('../img/slide03.jpg');
             z-index: 0;
            position: relative;
        }
        
        .hero-content {
            max-width: 100%;
            padding-left: 2rem;
        }
        
        .hero-subtitle {
            font-size: 1.2rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            color: var(--text-light);
        }
        
        .hero-description {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            max-width: 600px;
        }
        
        .slider-controls {
            position: absolute;
            bottom: 3rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 1rem;
            z-index: 100;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(212, 175, 55, 0.3);
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .slider-dot.active {
            background-color: var(--primary-gold);
            transform: scale(1.2);
        }
        
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: var(--primary-gold);
            font-size: 2rem;
            cursor: pointer;
            z-index: 100;
            transition: color 0.3s ease;
            padding: 1rem;
        }
        
        .slider-arrow:hover {
            color: var(--dark-gold);
        }
        
        .slider-arrow.prev {
            left: 2rem;
        }
        
        .slider-arrow.next {
            right: 2rem;
        }
        








        .hero-section {
            background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), 
                        url('https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center;
            /*padding: 100px 0;*/
        }
        
        .hero-badge {
            background: var(--accent-color);
            color: #fff;
            padding: 5px 15px;
            border-radius: 20px;
            display: inline-block;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            color: var(--secondary-color);
            margin-bottom: 30px;
        }
        
        .hero-btn {
            background: var(--accent-color);
            color: #fff;
            border: none;
            padding: 12px 40px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .hero-btn:hover {
            background: var(--accent-hover);
        }
        
        /* Features Section */
        .features-section {
            background: var(--light-grey);
            padding: 60px 0;
        }
        
        .feature-box {
            text-align: center;
            padding: 30px 20px;
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--accent-color);
            margin-bottom: 20px;
        }
        
        /* Categories Section */
        .categories-section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
        }
        .main-link{ text-align: center;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #c1c1c1;
            text-decoration: none;
        }
        
        .category-card {
            text-align: center;
            padding: 30px 15px;
            border: 1px solid var(--medium-grey);
            border-radius: 8px;
            margin-bottom: 30px;
            transition: all 0.3s;
        }
        
        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-color: var(--accent-color);
        }
        
        .category-icon {
            font-size: 2.5rem;
            color: var(--accent-color);
            margin-bottom: 15px;
        }
        
        /* Products Section */
        .products-section {
            background: var(--light-grey);
            padding: 80px 0;
        }
        
        .product-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
            transition: all 0.3s;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .product-img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }
        
        .product-body {
            padding: 20px;
        }
        
        .product-title {
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .product-price {
            color: var(--accent-color);
            font-weight: 700;
            font-size: 1.1rem;
        }
        
        /* Manufacturing Section */
        .manufacturing-section {
            padding: 80px 0;
            background: var(--light-grey);
        }
        
        .manufacturing-step {
            text-align: center;
            padding: 20px;
        }
        
        .step-number {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 auto 20px;
        }
        
        /* Why Choose Us */
        .why-choose-section {
            background: #FFF;
            padding: 80px 0;
        }
        
        .reason-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        
        .reason-icon {
            color: var(--accent-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        /* Trust Badges */
        .trust-badges {
            padding: 60px 0;
            border-top: 1px solid var(--medium-grey);
            border-bottom: 1px solid var(--medium-grey);
        }
        .trust-badges a{color: #000}
        .trust-logo {
            height: 40px;
            margin: 0 20px;
            filter: grayscale(100%);
            opacity: 0.7;
            transition: all 0.3s;
        }
        
        .trust-logo:hover {
            filter: grayscale(0);
            opacity: 1;
        }
        
        /* Footer */
        .main-footer {
            background: #222;
            color: #fff;
            padding: 70px 0 30px;
        }
        
        .footer-logo {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }
        
        .footer-logo span {
            color: var(--accent-color);
        }
        
        .footer-links h5 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        
        .footer-links a {
            color: #aaa;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: var(--accent-color);
        }
        
        .contact-info p {
            color: #aaa;
            margin-bottom: 10px;
        }
        
        .contact-info i {
            color: var(--accent-color);
            margin-right: 10px;
            width: 20px;
        }
        
        .payment-icons i {
            font-size: 1.8rem;
            margin-right: 15px;
            color: #aaa;
        }
        
        .copyright {
            color: #777;
            font-size: 0.9rem;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #444;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .logo {
            font-size: 20px;
            font-weight: 500;
        }
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .search-box {
                margin: 20px 0;
            }
        }
 