/* Navigation Main Flex */
.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 35px; /* Links ke beech ka gap badha diya */
}

.nav-item {
    text-decoration: none;
    color: #2d2422; /* Dark Coffee Color */
    font-size: 16px; /* Size 13px se badhakar 16px kar diya */
    font-weight: 600; /* Thoda bold kiya */
    text-transform: uppercase; /* Sab Capital mein premium lagte hain */
    letter-spacing: 1.5px; /* Words ke beech thodi jagah */
    position: relative;
    padding: 5px 0;
    transition: all 0.3s ease;
}

/* Hover karne par color change */
.nav-item:hover {
    color: #a68a64; /* Gold color on hover */
}

/* Premium Underline Animation */
.nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #a68a64;
    transition: width 0.3s ease;
}

.nav-item:hover::after {
    width: 100%; /* Mouse le jane par line left se right chalegi */
}

/* Right side container */
.nav-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Language Dropdown Core */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.lang-btn {
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #1a1514;
    text-transform: capitalize;
}

.dropdown-content {
    display: none; /* Pehle chhupa rahega */
    position: absolute;
    background-color: #ffffff;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    z-index: 1;
    top: 100%;
    border: 1px solid #eee;
}

.dropdown-content a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    transition: 0.2s;
}

.dropdown-content a:hover {
    background-color: #fdf8f7;
    color: #6d5149;
}

/* Show dropdown on hover */
.language-dropdown:hover .dropdown-content {
    display: block;
}

/* Login Button Styling */
.login-btn {
    text-decoration: none;
    background-color: #2d2422;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.3s;
}

.login-btn:hover {
    background-color: #6d5149;
    box-shadow: 0 4px 12px rgba(109, 81, 73, 0.3);
}

/* Mobile Icon */
.mobile-icon {
    display: none;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .nav-links, .nav-right { display: none; } /* Mobile setup ke liye */
    .mobile-icon { display: block; }
}

:root {
    --primary-color: #6d5149;
    --dark-color: #1a1514;
    --light-color: #fdf8f7;
    --text-muted: #7a6b67;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* Body aur Main Sections ka background change */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #6d5149; /* Lightest Blush Pink */
    color: #2d2422;
}

.services-section {
    padding: 120px 0;
    background-color: #fdf2f2; /* Yahan bhi wahi pink background */
}

/* Luxury Card ko thoda highlight karne ke liye use white rakhenge */
.luxury-card {
    position: relative;
    padding: 20px;
    background-color: #ceb6b6; /* Card white rahega toh pink background par khil kar aayega */
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02); /* Bahut halka shadow */
    transition: transform 0.3s ease;
}

.luxury-card:hover {
    transform: translateY(-10px); /* Hover par thoda upar uthega */
}

/* Heading ke piche ka background agar alag karna ho */
.section-intro {
    text-align: center;
    margin-bottom: 80px;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 30px; }

/* NAVBAR */
.navbar {
    padding: 15px 0;
    background: #ceb6b6 (245, 199, 236, 0.95); /* Thoda transparent white */
    backdrop-filter: blur(10px); /* Modern Glass effect */
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #1f0101;
}

/* Logo Area Styling */
.logo {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align karne ke liye */
    justify-content: center;
    text-align: center;
    width: fit-content;
}

.brand-name {
    font-family: 'Cinzel', serif;
    font-size: 32px; /* Thoda bada size */
    font-weight: 700;
    letter-spacing: 5px; /* Alphabets ke beech ki jagah */
    line-height: 1;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
}

.brand-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; /* Size thoda badhaya */
    font-weight: 800; /* Isse text MOTA (Bold) ho jayega */
    letter-spacing: 5.5px; /* Isse text "MAMTA" ki barabari mein phail jayega */
    color: #2e0c03; 
    text-transform: uppercase;
    width: 100%; /* Poori width cover karne ke liye */
    display: block;
    margin-top: 2px; /* Dono ke beech halka sa gap */
    text-align: justify; /* Justify feel ke liye */
}
.links a {
    text-decoration: none;
    color: var(--dark-color);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 35px;
    transition: 0.3s;
}

.cta-header {
    background: var(--primary-color);
    color: #fff !important;
    padding: 12px 25px;
}

/* HERO SECTION */
.hero {
    height: 90vh;
    background: url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?q=80&w=1600') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
}

.hero-content { position: relative; z-index: 10; max-width: 800px; }

.hero-content h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 6px; margin-bottom: 20px; }
.hero-content h2 { font-family: 'Playfair Display', serif; font-size: 65px; margin-bottom: 25px; }
.hero-content p { font-size: 16px; font-weight: 300; letter-spacing: 1px; margin-bottom: 40px; opacity: 0.9; }

/* Hero Buttons Container */
.hero-btns {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* View Gallery Button (Light/Outline) */
.btn-primary {
    padding: 14px 35px;
    background: transparent;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #ffffff;
    color: #2d2422;
}

/* My Services Button (Dark Brown - SOLID) */
.btn-secondary {
    padding: 14px 35px;
    background: #2d2422; /* Dark Brown Color */
    color: #ffffff;
    border: 1.5px solid #2d2422;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
    background: #4a3b38; /* Hover par thoda light brown */
    border-color: #4a3b38;
    transform: translateY(-3px); /* Halka sa upar uthega */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* SERVICE CARDS - PROFESSIONAL LOOK */
.services-section { padding: 100px 0; }
.section-header { margin-bottom: 60px; text-align: center; }
.sub-line { font-size: 11px; text-transform: uppercase; letter-spacing: 4px; color: var(--primary-color); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.img-wrapper { height: 350px; overflow: hidden; margin-bottom: 25px; }
.img-wrapper img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: 0.8s; }
.service-card:hover img { transform: scale(1.1); filter: grayscale(0%); }

.service-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 10px; }
.service-card p { font-size: 13px; color: #666; font-weight: 300; }

/* Simple Animation */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in { animation: fadeInUp 1s ease forwards; }


/* Luxury Services Section */
.services-section {
    padding: 120px 0;
    background-color: #6d5149;
}

.section-intro {
    text-align: center;
    margin-bottom: 80px;
}

.gold-text {
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #a68a64; /* Sophisticated Gold */
    font-weight: 600;
}

.main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #1a1a1a;
    margin: 15px 0;
}

.heading-line {
    width: 60px;
    height: 1.5px;
    background-color: #a68a64;
    margin: 0 auto;
}

/* Grid Layout */
.luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
}

.luxury-card {
    position: relative;
    padding-top: 30px; /* Space for number */
}

.card-number {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #f0f0f0; /* Subtle grey number */
    font-weight: 900;
    z-index: 1;
}

.luxury-img {
    position: relative;
    height: 380px;
    overflow: hidden;
    margin-bottom: 25px;
}

.luxury-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.img-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(26, 26, 26, 0.1); /* Very light dark overlay */
    transition: 0.5s;
}

.luxury-card:hover .luxury-img img {
    transform: scale(1.1);
}

.luxury-card:hover .img-overlay {
    background: rgba(166, 138, 100, 0.2); /* Turns slightly gold on hover */
}

.card-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.card-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 300;
}

.luxury-link {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}

.luxury-link::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #a68a64;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.luxury-card:hover .luxury-link::after {
    width: 100%;
}

/* Tablet & Mobile */
@media (max-width: 992px) {
    .luxury-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .luxury-grid { grid-template-columns: 1fr; }
    .main-heading { font-size: 36px; }
}

/* Luxury Footer Styling */
.luxury-footer {
    background-color: #6d5149; /* Wahi professional brown */
    color: #fdf8f7;
    padding: 80px 0 30px;
    margin-top: 80px;
}

.footer-flex {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr; /* Columns width adjustment */
    gap: 40px;
}

/* Footer Logo Styling - Header se match karne ke liye */
.footer-logo {
    font-family: 'Cinzel', serif; /* Same as Header */
    font-size: 32px; /* Header se thoda bada rakha hai footer ke liye */
    font-weight: 700;
    letter-spacing: 5px; /* Same spacing as Header */
    text-transform: uppercase;
    color: #ffffff; /* Footer mein white chamkega */
    margin-bottom: 0;
    line-height: 1;
}

.footer-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800; /* Mota font (bold) */
    letter-spacing: 5.5px; /* "MAMTA" ki width ke barabar fit karne ke liye */
    color: #f2e1df; /* Halka pinkish white taaki "Beauty Salon" alag dikhe */
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

/* Footer divider ko thoda adjust kiya */
.footer-divider {
    width: 100%; /* Ab ye "BEAUTY SALON" ki barabari mein rahegi */
    max-width: 180px; 
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 15px 0;
}

.footer-description {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.7;
    max-width: 200px;
}

.footer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #fdf8f7;
    font-size: 13px;
    opacity: 0.7;
    transition: 0.3s;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
}

.footer-cta {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

/* Newsletter Input styling */
.footer-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
    color: white;
    font-size: 13px;
    outline: none;
}

.footer-submit {
    background: transparent;
    border: none;
    color: white;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
}

.footer-submit:hover {
    color: #f2e1df;
}

/* Copyright Section */
.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.6;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
}

/* Responsive for Tablets and Phones */
@media (max-width: 1024px) {
    .footer-flex {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-flex {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-divider { margin: 20px auto; }
    .bottom-flex { flex-direction: column; gap: 10px; }
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366; /* WhatsApp Green */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999; /* Taaki ye har cheez ke upar rahe */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: jump 2s infinite; /* Upar-niche hone wali animation */
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

/* Hover effect */
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #128c7e;
}

/* Upar-niche hone wali Animation */
@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Tooltip (Halka sa text jo hover par dikhega) */
.tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    right: 75px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.whatsapp-float:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Mobile par thoda chota dikhe */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-float img {
        width: 25px;
        height: 25px;
    }
    .tooltip { display: none; } /* Mobile par tooltip hata di */
}

/* Instagram Float Button */
.insta-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px; /* Isse ye left side mein rahega */
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* Insta Gradient */
    color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: jump-left 2s infinite; /* Thoda alag animation name */
}

.insta-float img {
    width: 30px;
    height: 30px;
}

.insta-float:hover {
    transform: scale(1.1);
    box-shadow: 2px 5px 15px rgba(0,0,0,0.3);
}

/* Left side jump animation */
@keyframes jump-left {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Tooltip for Left side */
.tooltip-left {
    visibility: hidden;
    width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 75px; /* Tooltip right side mein dikhega */
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.insta-float:hover .tooltip-left {
    visibility: visible;
    opacity: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .insta-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
    }
    .insta-float img {
        width: 25px;
        height: 25px;
    }
}

/* Email Float Button - Clean Red & White Look */
.email-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    
    /* Pure Red Background */
    background-color: #D2122E !important; 
    color: #ffffff !important;
    border: 2px solid #ffffff; /* White Ring */
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-decoration: none;
    
    /* Floating Animation */
    animation: jump-center 2s infinite;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mail-symbol {
    font-size: 32px; /* Logo ka size thoda bada rakha hai */
    line-height: 1;
    color: #ffffff;
    display: block;
    margin-top: -2px; /* Visual balance ke liye */
}

/* Hover Effect: Modern Zoom */
.email-float:hover {
    background-color: #ffffff !important;
    color: #D2122E !important;
    border-color: #D2122E;
    transform: translateX(-50%) scale(1.15); /* Thoda zyada zoom */
}

.email-float:hover .mail-symbol {
    color: #D2122E;
}

/* Animation Magic */
@keyframes jump-center {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-12px); }
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .email-float {
        width: 50px;
        height: 50px;
        bottom: 25px;
    }
    .mail-symbol {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    /* Menu ko mobile par chhupane ke liye */
    .nav-links {
        display: none; 
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 70px; /* Header ki height ke hisaab se */
        left: 0;
        background-color: #725348; /* Header ka brown color */
        text-align: center;
    }

    /* Jab menu 'active' ho toh dikhe */
    .nav-links.active {
        display: flex;
    }

    .nav-item {
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    /* 3 lines (Hamburger) ki styling */
    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        background-color: white;
    }
    
    /* Hero text (Heading) ko chota karne ke liye */
    h1 {
        font-size: 28px !important;
    }
}
/* Mobile view (768px se choti screens ke liye) */
@media screen and (max-width: 768px) {
    
    /* 1. Normal halat mein menu ko chhupa do */
    .nav-links {
        display: none; 
        position: absolute;
        top: 70px; /* Header ki height ke hisaab se adjust karein */
        left: 0;
        width: 100%;
        background-color: #725348; /* Aapka brown color */
        flex-direction: column;
        text-align: center;
        z-index: 1000;
    }

    /* 2. Jab menu 'active' ho (click karne par), tab dikhao */
    /* .nav-links aur .active ke beech space MAT dena */
    .nav-links.active {
        display: flex !important;
    }

    /* Menu items ki styling */
    .nav-item {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
        display: block;
        color: white;
    }

    /* Hamburger lines ko barabar dikhane ke liye */
    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        background-color: white;
    }
}
@media screen and (max-width: 768px) {
    .nav-links.active {
        display: flex !important; /* Ye sabse zaroori hai */
    }   
}

/* Lines ko smoothly ghumane ke liye */
.bar {
    transition: all 0.3s ease-in-out;
}

/* Jab button par 'active' class aaye, toh 'X' bana do */
.menu-toggle.active .bar:nth-child(2) {
    opacity: 0; /* Beech wali line gayab */
}

.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); /* Upar wali line niche aakar ghumegi */
}

.menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); /* Niche wali line upar jaakar ghumegi */
}

/* --- PC (Laptop) Settings --- */
@media screen and (min-width: 769px) {
    /* Mobile button ko hide karo */
    .menu-toggle {
        display: none !important;
    }

    /* Links ko sidhi line mein lao aur gap do */
    .desktop-nav {
        display: flex !important;
        flex-direction: row !important;
        gap: 25px; /* Links ke beech ki jagah */
        list-style: none;
    }

    /* Text style */
    .nav-item {
        text-decoration: none;
        color: #2d2422 !important;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* --- Mobile Settings --- */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none; /* Pehle band rahega */
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: white;
        z-index: 100;
    }

    .nav-links.active {
        display: block !important;
    }

    /* Mobile par links ko wapas vertical kar do */
    .desktop-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
}

/* --- LAPTOP / PC (Desktop) STYLE --- */
@media screen and (min-width: 769px) {
    .menu-toggle {
        display: none !important; /* PC par button chhupa do */
    }

    .nav-links {
        display: block !important; /* PC par hamesha dikhao */
    }

    .desktop-nav {
        display: flex !important; /* Items ko sidhi line mein lao */
        flex-direction: row !important;
        gap: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-item {
        color: #2d2422 !important; /* Laptop par dark brown text */
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}

/* --- PHONE (Mobile) STYLE --- */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none; /* Pehle band rahega */
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #725348; /* Wahi brown color jo home par tha */
        z-index: 1000;
    }

    /* Jab click karein toh menu dikhe */
    .nav-links.active {
        display: block !important;
    }

    .desktop-nav {
        display: flex !important;
        flex-direction: column !important; /* Mobile par ek ke niche ek */
        align-items: center;
        padding: 40px 0;
        list-style: none;
        gap: 20px;
    }

    .nav-item {
        color: white !important; /* Mobile brown background par white text */
        font-size: 18px;
        letter-spacing: 2px;
        text-decoration: none;
        display: block;
        padding: 10px;
    }
}
/* --- LAPTOP / PC (Desktop) STYLE --- */
@media screen and (min-width: 769px) {
    /* Header container ko row mein rakho */
    header {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    /* Links ko hamesha dikhao aur horizontal rakho */
    .nav-links {
        display: block !important;
        position: static !important; /* Mobile ki absolute positioning hata di */
        background: transparent !important;
        box-shadow: none !important;
    }

    .desktop-nav {
        display: flex !important;
        flex-direction: row !important; /* YE SABSE ZAROORI HAI */
        gap: 30px !important; /* Links ke beech ki jagah */
    }

    .nav-item {
        color: #2d2422 !important;
        font-size: 14px !important;
    }

    .menu-toggle {
        display: none !important; /* PC par button gayab */
    }
}
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    padding: 50px;
}

.gallery-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-content img {
    width: 100%;
    border-radius: 15px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.vertical-gallery {
    height: 500px;              /* gallery box height */
    overflow-y: auto;           /* scroll enable */
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 10px;
}

.vertical-gallery img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background: black;
}



