/* General Setup */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

html{scroll-behavior: smooth;}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;500&display=swap');

:root {
    --primary-brown: #3d2b1f;
    --gold-accent: #d4af37;
    --luxury-font: 'Playfair Display', serif; /* Headings ke liye */
    --body-font: 'Poppins', sans-serif; /* Text ke liye */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--body-font);
}

:root {
    --primary-brown: #3d2b1f; /* Dark Brown */
    --gold-accent: #d4af37;  /* Golden */
    --light-cream: #fdfaf5;
}

body {
    background-color: var(--light-cream);
}

/* Top Bar */
.top-bar {
    background-color: var(--primary-brown);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Header Container */

header{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    width: 100%;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: white;
    border-bottom: 1px solid #eee;
}

.logo h1 {
    color: var(--primary-brown);
    letter-spacing: 4px;
    font-weight: 300;
}

/* Search Box */

.search-box {
    display: flex;
    flex: 0.5;
    background: #f1f1f1;
    border-radius: 25px;
    padding: 5px 15px;
}

.search-box input {
    border: none;
    background: transparent;
    padding: 8px;
    width: 100%;
    outline: none;
}

.search-box button {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #555;
}

/* Icons */
.header-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-icons a {
    text-decoration: none;
    color: var(--primary-brown);
    font-size: 20px;
    position: relative;
}

.header-icons span {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--gold-accent);
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
}

/* Navigation */
.navbar {
    background: white;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: 0.3s;
}

.nav-links a:hover {
    color: var(--gold-accent);
}

.badge-gold {
    color: var(--gold-accent) !important;
    font-weight: bold;
}

/* Mobile Responsive */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .search-box { display: block; }
    .menu-toggle { display: block; }
    
    #mobile-close-icon { 
        display: block !important; 
        padding: 10px 15px !important; /* Gap kum karne ke liye padding adjust ki */
        text-align: right;
    }

    .navbar {
        display: block !important;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100vh;
        background: white;
        z-index: 2000;
        transition: 0.4s ease-in-out;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        /* Dono padding lines ko hata kar sirf ye ek rakho */
        padding: 0 !important; 
    }

    .navbar.active {
        right: 0 !important;
    }

    .nav-links {
        flex-direction: column;
        gap: 0;
        padding: 0 !important; /* Bilkul space nahi rahega */
        margin: 0 !important;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid #eee;
        list-style: none; /* Dots hatane ke liye */
    }

    .nav-links a {
        display: block;
        padding: 12px 25px; /* Links ke beech ka gap bhi thoda kum kiya */
        font-size: 16px;
    }

    .close-menu {
        margin: 0 !important; /* Extra margin khatam */
        line-height: 1; /* Space kum karne ke liye */
    }
}

/* --- HERO SLIDER SETTINGS --- */
/* --- MANIIRA PREMIUM WEDDING HERO SECTION --- */

.hero-section {
    position: relative;
    width: 100%;
    height: 85vh; /* Laptop screen ke liye perfect height */
    background-color: #000;
    overflow: hidden;
    display: block;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; /* Text ko center mein rakhne ke liye */
    text-align: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}

/* Background par halke dark overlay ke liye taaki text saaf dikhe */
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Photo thodi dark hogi toh text chamkega */
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-text {
    position: relative;
    z-index: 10;
    max-width: 800px;
    padding: 20px;
    animation: fadeInUp 1.2s ease-out;
}

/* Luxury Font Styles */
.collection-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.offer-text {
    font-family: 'Playfair Display', serif; /* Royal Wedding Font */
    font-size: 5.5rem;
    font-weight: 700;
    color: #d4af37; /* Premium Maniira Gold */
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    /* Isse text dull nahi lagega, chamkega */
    text-shadow: 0px 0px 20px rgba(212, 175, 55, 0.5), 2px 2px 5px rgba(0,0,0,0.8);
}

.offer-text span {
    color: #ffffff;
    font-style: italic;
    font-size: 4.5rem;
}

.promo-code {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 3px;
    color: #f8f8f8;
    margin-bottom: 40px;
    font-weight: 300;
}

/* Premium Button Style */
.shop-btn {
    font-family: 'Poppins', sans-serif;
    color: #d4af37;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border: 2px solid #d4af37;
    padding: 15px 40px;
    transition: 0.5s all;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.shop-btn:hover {
    background-color: #d4af37;
    color: #000;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
    transform: scale(1.05);
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Mobile & Tablet Settings --- */

@media (max-width: 1024px) {
    .offer-text { font-size: 4rem; }
    .offer-text span { font-size: 3.5rem; }
}

@media (max-width: 768px) {
    .hero-section { height: 70vh; }
    
    .offer-text { 
        font-size: 2.8rem; 
        letter-spacing: 1px;
    }
    
    .offer-text span { font-size: 2.5rem; }
    
    .collection-title { 
        font-size: 1rem; 
        letter-spacing: 4px; 
    }

    .promo-code { font-size: 1rem; }

    .shop-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}
.category-section {
    padding: 60px 5%;
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.section-title {
    font-size: 2rem;
    color: var(--primary-brown);
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Desktop par 4 columns */
    gap: 20px;
}

.category-card {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Square box */
    border-radius: 50%; /* Circle shape */
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card p {
    font-weight: 600;
    color: var(--primary-brown);
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Hover Effects */
.category-card:hover .category-img {
    border-color: var(--gold-accent);
    transform: translateY(-5px);
}

.category-card:hover img {
    transform: scale(1.1);
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr); /* Mobile par 2 columns */
        gap: 15px;
    }
    
    .section-title {
        text-align: center;
        width: 100%;
        margin: 40px auto;
        font-size: 2rem;
        color: var(--primary-brown);
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 10px;
        padding-top: 0;
        
    }
}

.section-title {text-align: center;
        width: 100%;
        margin: 40px auto;
        font-size: 2rem;
        color: var(--primary-brown);
        letter-spacing: 2px;
        text-transform: uppercase;

}

.products-section {
    padding: 80px 5%;
    background-color: #fdfaf5; /* Light cream background */
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop par 4 items */
    gap: 30px;
}

.product-card {
    background: #fff;
    transition: 0.3s;
    position: relative;
}

/* Image Hover Effect */
.product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.2;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.secondary-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card:hover .secondary-img {
    opacity: 1;
}

.product-card:hover .primary-img {
    opacity: 0;
}

/* Badge (Bestseller/Sale) */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-brown);
    color: var(--gold-accent);
    padding: 4px 12px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    letter-spacing: 1px;
}

/* Quick Add Button */
.add-to-cart {
    position: absolute;
    bottom: -50px; /* Shuru mein hidden */
    left: 0;
    width: 100%;
    background: var(--primary-brown);
    color: #fff;
    border: none;
    padding: 12px;
    cursor: pointer;
    transition: 0.4s;
    font-weight: 600;
}

.product-card:hover .add-to-cart {
    bottom: 0; 
}

/* Info Styling */
.product-info {
    padding: 15px;
    text-align: center;
}

.product-name {
    font-size: 45px;
    color: var(--primary-brown);
    margin-bottom: 10px;
    font-weight: 500;
    overflow: hidden;
}

.product-price {
    margin-bottom: 8px;
}

.current-price {
    color: var(--gold-accent);
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
}

.rating {
    color: #f1c40f; /* Star color */
    font-size: 12px;
}

.rating span {
    color: #666;
}

/* Responsive */
@media (max-width: 1024px) {
    .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .add-to-cart { position: static; bottom: 0; margin-top: 10px; } /* Mobile par hamesha dikhega */
}

.see-more-btn {
    background-color: transparent;
    color: var(--primary-brown);
    border: 2px solid var(--primary-brown);
    padding: 12px 40px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 4px;
}

.see-more-btn:hover {
    background-color: var(--primary-brown);
    color: var(--gold-accent);
}

/* Jab products khulenge toh smooth animation aayega */
.extra-products {
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.features-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 5%;
    background-color: var(--primary-brown);
    color: var(--gold-accent);
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.feature-item i {
    font-size: 24px;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* --- Customer Reviews Section --- */
.reviews-section {
    padding: 80px 5%;
    background-color: #fff; /* Clean white background */
    text-align: center;
}

.insta-handle {
    font-size: 14px;
    color: #888;
    margin-top: -30px; /* Title se thoda upar lane ke liye */
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.insta-handle a {
    color: var(--primary-brown);
    text-decoration: none;
    font-weight: bold;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Laptop par 4 columns */
    gap: 25px;
}

.review-card {
    background-color: var(--light-cream); /* Light brown/cream tint */
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Text aur Name alag rahein */
    transition: 0.3s ease;
    text-align: left;
    position: relative;
}

.review-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-accent);
}

.quote-icon {
    font-size: 20px;
    color: var(--gold-accent);
    margin-bottom: 15px;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
    font-weight: 300;
}

.review-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.customer-name {
    font-weight: bold;
    color: var(--primary-brown);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

/* --- Responsive Settings --- */
@media (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablet par 2 columns */
    }
}

@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr; /* Mobile par 1 single column */
    }
    .reviews-section {
        padding: 50px 5%;
    }
}
.brand-values { 
    display: flex; justify-content: space-around; 
    padding: 50px 5%; background: var(--light-cream); text-align: center; gap: 30px;
}
.value-box { flex: 1; padding: 20px; }
.value-box i { font-size: 35px; color: var(--gold-accent); margin-bottom: 15px; }
.value-box h3 { color: var(--primary-brown); margin-bottom: 10px; font-size: 1.2rem; }
.value-box p { font-size: 14px; color: #666; line-height: 1.6; }

@media (max-width: 768px) { .brand-values { flex-direction: column; } }

.main-footer {
    background-color: var(--primary-brown);
    color: #fff;
    padding: 60px 5% 20px;
    margin-top: 50px;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer-col h2.footer-logo {
    color: var(--gold-accent);
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-size: 2rem;
}

.footer-col h3 {
    color: var(--gold-accent);
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-story {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 25px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: var(--gold-accent);
    padding-left: 5px;
}

.footer-col p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col p i {
    color: var(--gold-accent);
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: #fff;
    background: rgba(255,255,255,0.1);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
}

.social-links a:hover {
    background: var(--gold-accent);
    color: var(--primary-brown);
    transform: translateY(-3px);
}

/* Bottom Bar */
.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 12px;
    color: #888;
}

/* --- Mobile Responsive --- */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-col p {
        justify-content: center;
    }
    .social-links {
        justify-content: center;
    }
}

/* Mobile Responsive Header Styles */
@media (max-width: 768px) {
    /* Logo ko thoda chota karein mobile ke liye */
    .logo h1 { font-size: 1.5rem; letter-spacing: 2px; }

    /* Search box ko header container se bahar ya hide kar sakte hain (Aapne pehle hide kiya tha) */
    
    /* Navbar ko Side Drawer banayein */
    .navbar {
        position: fixed;
        top: 0;
        right: -100%; /* Shuru mein screen se bahar */
        width: 250px;
        height: 100vh;
        background: white;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: 0.4s ease-in-out;
        padding-top: 60px;
        display: block !important; /* JS toggle ke liye */
    }

    /* Jab menu open ho */
    .navbar.active {
        right: 0;
    }

    .nav-links {
        flex-direction: column;
        gap: 20px;
        padding-left: 30px;
        align-items: flex-start;
    }

    .nav-links a {
        font-size: 16px;
        font-weight: 500;
    }

    /* Close Button Style */
    .close-menu {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 24px;
        color: var(--primary-brown);
        cursor: pointer;
    }

    /* Menu Toggle Button (Hamburger) ko dikhayein */
    .menu-toggle {
        display: block;
        order: 3; /* Right side dikhane ke liye */
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Halki kaali shadow */
    z-index: 999;
    display: none; /* Shuru mein chhupa rahega */
    cursor: pointer;
}

.menu-overlay.active {
    display: block;
}

/* Product Detail Layout */
.product-layout {
    display: flex;
    gap: 30px;
    padding: 50px 5%;
}

.product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.thumb.active, .thumb:hover {
    border-color: var(--gold-accent);
}

.main-image-container {
    flex: 1.5;
    border: 1px solid #f1f1f1;
}

.main-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.product-details-info {
    flex: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .product-layout {
        flex-direction: column;
    }
    .product-thumbnails {
        flex-direction: row;
        order: 2;
    }
    .main-image-container {
        order: 1;
    }
}

/* Container jo content ko beech mein rakhega */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-family: var(--luxury-font);
    font-size: 2.5rem;
    text-align: center;
    margin: 50px 0;
    letter-spacing: 3px;
    color: var(--primary-brown);
    text-transform: uppercase;
}

/* Ye hai main 4-column grid */
.luxury-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 1 line mein 4 barabar columns */
    gap: 30px; /* Products ke beech ka gap */
}

/* Product Card Styling */
.product-item {
    text-decoration: none;
    transition: 0.3s ease;
}

.product-image-box {
    width: 100%;
    aspect-ratio: 1 / 1; /* Image ko square box mein rakhega */
    overflow: hidden;
    background-color: #f9f9f9;
    position: relative;
}

.product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image kategi nahi, box mein fit ho jayegi */
    transition: transform 0.5s ease;
}

.product-item:hover img {
    transform: scale(1.1); /* Hover par halka zoom */
}

/* Font and Info Styling */
.product-info-box {
    padding: 15px 0;
    text-align: center;
}

.product-name {
    font-family: var(--body-font);
    font-size: 0.95rem;
    color: var(--primary-brown);
    font-weight: 500;
    margin-bottom: 5px;
}

.product-price {
    font-family: var(--body-font);
    color: var(--gold-accent);
    font-weight: 600;
    font-size: 1.1rem;
}

@media (max-width: 1024px) {
    .luxury-grid { grid-template-columns: repeat(3, 1fr); } /* Tablet par 3 */
}

@media (max-width: 768px) {
    .luxury-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } /* Mobile par 2 */
    .section-title { font-size: 1.8rem; }
}

/* Gap Fixes */
.about-hero {
    background-color: #fcf9f5;
    padding: 60px 0; /* Padding kam ki hai */
    text-align: center;
}

.about-hero h1 {
    font-size: 3rem; /* Font size ko adjust kiya */
    margin-bottom: 5px; /* Neeche ka gap kam kiya */
}

.about-section {
    padding: 50px 0; /* Purani about section ke gap ko standardize kiya */
}

/* Flex Alignment Fix */
.about-grid {
    display: flex;
    align-items: center;
    gap: 60px; /* Thoda gap badhaya */
    padding: 0 5%;
}

/* Gold Frame Fix */
.luxury-frame {
    flex: 1;
    position: relative;
    padding: 20px; /* Taaki frame photo ke bahar tak dikhe */
}

.luxury-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gold-accent);
    z-index: -1; /* Pic ke peeche rahega */
}

.luxury-image-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #fff; /* Pic ke peeche safe clean area */
}

.luxury-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Thumbnails styling */
.thumbnail-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.thumb-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.3s;
}
.thumb-img:hover {
    border-color: #d4af37;
}

/* Section Title for Premium look */
.section-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.section-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #d4af37;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Related products full width fix */
.related-products {
    width: 100%;
    padding: 80px 5%;
    background: #fff;
    border-top: 1px solid #f9f9f9;
}

/* Logo se underline hatane ke liye */
.logo a {
    text-decoration: none !important;
    color: inherit; /* Taaki color bhi change na ho */
}
/* "Shop by Category" aur "Our Best Sellers" ki titles ke liye */
.section-title, 
h2 {
    text-decoration: none !important;
    border-bottom: none !important; /* Agar border se line bani hai */
}
/* Headings ke niche ki decorative line hatane ke liye */
.section-title::after, 
h2::after {
    display: none !important;
}
/* Desktop view par cross aur mobile menu ko hide rakhein */
.fa-xmark, 
#close-menu {
    display: none;
}

/* Sirf mobile (768px se kam) par dikhane ke liye */
@media (max-width: 768px) {
    #nav-menu.active .fa-xmark {
        display: block;
    }
}

#no-results {
    text-align: center;
    width: 100%;
    padding: 50px;
    font-size: 1.2rem;
    color: #999;
    display: none; /* Shuruat mein hidden rahega */
}

@media (max-width: 768px) {
    /* Step 1: Header container ko wrap hone ke liye allow karein */
    .header-container {
        flex-wrap: wrap; 
        padding: 10px 15px;
        justify-content: space-between;
    }

    /* Step 2: Logo aur Icons ko top line mein rakhein */
    .logo {
        order: 1;
    }

    .header-icons {
        order: 2;
        gap: 15px; /* Mobile par icons ka gap thoda kam */
    }

    .logo h1 {
        font-size: 20px; /* Mobile par logo thoda chhota */
        letter-spacing: 2px;
    }

    /* Step 3: Search Box Fix (Sabse Important) */
    .search-box {
        display: flex; /* 'block' ko 'flex' se replace kiya */
        order: 3;      /* Isse ye automatic niche wali line mein center ho jayega */
        flex: 1 1 100%; /* Poori width lega */
        margin-top: 10px;
        background: #f1f1f1;
        border-radius: 8px; /* Mobile par rounded corners kam rakhe hain */
    }

    /* Step 4: Baki cheezein jo aapne pehle se likhi hain */
    .menu-toggle { display: block; order: 2; }
    
    #mobile-close-icon { 
        display: block !important; 
        padding: 10px 15px !important; 
        text-align: right;
    }

    .navbar {
        display: block !important;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100vh;
        background: white;
        z-index: 2000;
        transition: 0.4s ease-in-out;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        padding: 0 !important; 
    }

    .navbar.active { right: 0 !important; }

    .nav-links {
        flex-direction: column;
        gap: 0;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid #eee;
        list-style: none;
    }

    .nav-links a {
        display: block;
        padding: 15px 25px;
        font-size: 16px;
    }
}

/* Price Section Layout */
.product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Gap between old and new price */
    margin-top: 5px;
}

/* MRP (Old Price) with Cut */
.old-price {
    text-decoration: line-through; /* Ye sabse imp hai, isi se cut lagega */
    color: #888; /* Grey color taaki purana lage */
    font-size: 13px;
    font-weight: 400;
}

/* Selling Price */
.current-price {
    color: #d4af37; /* Maniira Gold color */
    font-weight: 700;
    font-size: 16px;
}

.tribe-section {
    padding: 60px 0;
    background-color: #fdfaf7; /* Soft Cream Background */
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    letter-spacing: 3px;
    color: #3d2b1f;
}

.section-title p {
    color: #a67c52;
    font-size: 14px;
    margin-top: 5px;
}

/* Slider logic */
.review-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.review-track {
    display: flex;
    width: calc(350px * 8); /* Card width * number of cards */
    animation: luxurySlide 30s linear infinite;
}

.review-track:hover {
    animation-play-state: paused; /* User mouse rakhe toh animation ruk jaye */
}

@keyframes luxurySlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-350px * 4)); }
}

.review-card {
    width: 320px;
    margin: 0 15px;
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0 10px 30px rgba(61, 43, 31, 0.05);
    border-radius: 2px;
    transition: 0.3s;
    position: relative;
}

.review-card:hover {
    border-color: #d4af37; /* Gold Border on Hover */
    transform: translateY(-5px);
}

.quote-icon {
    color: #d4af37;
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.review-text {
    font-style: italic;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.reviewer-name {
    font-weight: bold;
    color: #3d2b1f;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    border-top: 1px solid #d4af37;
    display: inline-block;
    padding-top: 10px;
}

#userIcon {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* Icon aur text ke beech balance */
    font-size: 13px; /* Text size chota rakha hai */
    font-weight: 500;
    text-transform: uppercase; /* Premium look ke liye */
    letter-spacing: 0.5px;
    color: #333;
    text-decoration: none;
}

#userIcon i {
    font-size: 15px; /* Icon ko thoda highlight kiya */
}

/* Mobile par sirf icon dikhega agar jagah kam ho */
@media (max-width: 480px) {
    #userIcon span {
        display: none; 
    }
}
/* User Menu Wrapper ko thodi jagah dena */
.user-menu-wrapper {
    margin-left: 15px; /* Search bar se door karne ke liye */
    display: flex;
    align-items: center;
}

#userIcon {
    display: flex;
    align-items: center;
    gap: 6px; /* Icon aur Text ke beech perfect gap */
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

/* Icon ka size sahi karna */
#userIcon i {
    font-size: 18px; /* Icon thoda bada aur saaf dikhega */
    color: #3d2b1f;
}

/* "Hi, Siddharth" ko sundar aur chota banana */
.user-greeting {
    font-family: 'Poppins', sans-serif;
    font-size: 12px; /* Chota aur professional size */
    font-weight: 500;
    text-transform: capitalize;
    color: #3d2b1f;
    white-space: nowrap; /* Ek hi line mein rahega */
}

/* Mobile par sirf icon dikhe, text chup jaye taaki search bar se na takraye */
@media (max-width: 768px) {
    .user-greeting {
        display: none; 
    }
    .user-menu-wrapper {
        margin-left: 5px;
    }
}

/* Modern Toast Notification Design */
.maniira-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px); /* Hidden initially */
    background: #3d2b1f; /* Premium Maniira Dark */
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Bouncy Slide Effect */
    border-left: 3px solid #d4af37; /* Gold touch */
    opacity: 0;
}

.maniira-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

#nav-menu {
    position: fixed;
    right: -100%; /* Bahar rahega */
    top: 0;
    width: 250px;
    height: 100%;
    background: white;
    transition: 0.5s;
    z-index: 1001;
}

#nav-menu.active {
    right: 0; /* Andar aa jayega */
}

#menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

/* Laptop/Desktop View */
@media (min-width: 769px) {
    #nav-menu {
        position: static !important; /* Mobile wala 'fixed' hatao */
        display: block !important;
        right: 0 !important;
        width: auto !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .nav-links {
        display: flex !important; /* Links ko ek line mein lao */
        flex-direction: row !important;
        justify-content: center;
        gap: 20px;
    }

    .close-menu, .menu-toggle {
        display: none !important; /* Laptop par 3-lines aur X button chhupao */
    }
}

/* Maniira Toast Styling */
.maniira-toast {
    position: fixed;
    bottom: -100px; /* Shuruat mein screen se niche chhupa rahega */
    right: 20px;
    background: #3d2b1f; /* Maniira Dark Brown Theme */
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    z-index: 10000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.5s ease; /* Smooth entry animation */
    display: flex;
    align-items: center;
    gap: 10px;
}

.maniira-toast.show {
    bottom: 20px; /* Jab 'show' class aayegi toh upar dikhega */
}

.hero-section {
    position: relative;
    height: 80vh; /* Ya jo bhi aapki height hai */
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Baaki banners chhup jayenge */
    transition: opacity 0.8s ease-in-out; /* Smooth badalne ke liye */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.slide.active {
    opacity: 1; /* Sirf active wala dikhega */
    z-index: 1;
}

.maniira-premium-bar {
    background:var(--primary-brown); /* Solid Black */
    color: #fff;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.bar-content {
    position: absolute;
    opacity: 0;
    transition: opacity 0.8s ease-in-out; /* Smooth transition */
    display: none;
}

.bar-content.active {
    display: block;
    opacity: 1;
}

.palmonas-style-bar {
    background: var(--primary-brown); /* Ekdam light premium skin tone (Palmonas vibe) */
    color: #fff; /* Maniira dark brown text */
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: palmonas-slide 20s linear infinite; /* Speed slow aur smooth */
}

.marquee-track span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0 40px; /* Text ke beech ka gap */
    display: flex;
    align-items: center;
}

@keyframes palmonas-slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Half par reset hoga loop ke liye */
}

/* Mobile par thoda chota dikhe */
@media (max-width: 768px) {
    .palmonas-style-bar { padding: 8px 0; }
    .marquee-track span { font-size: 11px; padding: 0 25px; }
}

.maniira-mid-banner {
    position: relative;
    height: 450px; /* Aap height apne hisaab se adjust kar sakte ho */
    background-image: url('images/luxury-banner.jpg'); /* Yahan apni sabse best photo ka link dalo */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Yahi wo magic hai jisse parallax dikhega */
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Image ko thoda dark karega taaki text saaf dikhe */
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 700px;
}

.banner-content .sub-title {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    color: #d4af37; /* Maniira Gold Color */
}

.banner-content h2 {
    font-family: 'Playfair Display', serif; /* Agar ye font hai toh bhot classy lagega */
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 300;
}

.banner-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.banner-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* Mobile responsive ke liye */
@media (max-width: 768px) {
    .maniira-mid-banner {
        background-image: url(images/second-banner.webp);
        background-size: cover;
        background-position: center;
        background-attachment: fixed; /* Mobile par parallax smooth nahi hota isliye scroll rakha hai */
    }
    .banner-content h2 { font-size: 1.8rem; }
    .banner-content p { font-size: 0.9rem; }
}

 .maniira-mid-banner {
        background-image: url(images/second-banner.webp);
        background-size: cover;
        background-position: center;
        background-attachment: fixed; /* Mobile par parallax smooth nahi hota isliye scroll rakha hai */
    }

    .banner-btn {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.banner-btn:hover {
    letter-spacing: 4px; /* Hover par text halka sa failega, bhot classy lagta hai */
    background: #d4af37;
    color: white;
}

.maniira-story {
    position: relative;
    height: 500px; /* Height aap set kar sakte ho */
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.story-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Video ko thoda dark karega taaki text chamke */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.story-content {
    color: white;
    padding: 20px;
    max-width: 700px;
}

.gold-text {
    color: #d4af37; /* Maniira Gold */
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

.story-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin: 15px 0;
}

.story-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: 1px solid #d4af37;
    color: #d4af37;
    text-decoration: none;
    transition: 0.3s;
}

.story-btn:hover {
    background: #d4af37;
    color: black;
}

/* Jis bhi product card par ye class lagegi, wo thoda fade ho jayega */
.product-card.oos-faded {
    opacity: 0.65;
    position: relative;
    pointer-events: none; /* Isse card par kahin bhi click nahi hoga */
}

.product-card.oos-faded img {
    filter: grayscale(0.8); /* Image black & white ho jayegi */
}

/* Card ke andar ka button automatic design badal lega */
.product-card.oos-faded button {
    background: #ccc !important;
    color: #777 !important;
    cursor: not-allowed !important;
}