        :root {
            --primary-green: #2E7D32;
            --light-green: #E8F5E9;
            --accent-green: #3b933e;
            --dark-green: #1B5E20;
            --gold: #FFD700;
            --light-gold: #FFF8E1;
            --white: #FFFFFF;
            --light-gray: #F8F9FA;
            --medium-gray: #E0E0E0;
            --dark-gray: #424242;
            --text-dark: #212121;
            --text-light: #757575;
            --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
            --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
            --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            background-color: var(--white);
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            line-height: 1.2;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Modern Header */
        header {
            background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
            color: var(--white);
            padding: 15px 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: var(--shadow-lg);
            backdrop-filter: blur(10px);
            background-color: rgba(46, 125, 50, 0.95);
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            color: var(--white);
        }

        
        .logo-icon {
            font-size: 32px;
            background: var(--gold);
            color: var(--dark-green);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }
        
        .logo:hover .logo-icon {
            transform: rotate(15deg);
        }
        
        .logo-text {
            display: flex;
            flex-direction: column;
        }
        
        .logo-main {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        
        .logo-sub {
            font-size: 12px;
            opacity: 0.9;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
        }
        
        .nav-link {
            color: var(--white);
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            position: relative;
            padding: 8px 0;
            transition: var(--transition);
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--gold);
            transition: var(--transition);
        }
        
        .nav-link:hover:after,
        .nav-link.active:after {
            width: 100%;
        }
        
        .nav-link:hover {
            color: var(--gold);
        }
        
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: var(--white);
            font-size: 24px;
            cursor: pointer;
        }
        
        .contact-header {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        
        .phone-btn {
            background: linear-gradient(135deg, var(--gold) 0%, #FFC107 100%);
            color: var(--dark-green);
            padding: 10px 20px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: var(--transition);
            box-shadow: var(--shadow-md);
        }
        
        .phone-btn:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }
        
        /* Hero Section with LCP <img> */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 120px 0 80px;
            overflow: hidden;
            color: var(--white);
        }
        
        /* LCP Image */
        .hero-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 16/9; /* reserves space, prevents layout shift */
            z-index: 0;
        }
        
        /* Optional dark overlay */
        .hero::before {
            content: "";
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 1;
        }
        
        .hero-content {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            z-index: 2; /* above image and overlay */
        }
        
        .hero-badge {
            background: linear-gradient(135deg, var(--gold) 0%, #FFC107 100%);
            color: var(--dark-green);
            padding: 8px 20px;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 14px;
            backdrop-filter: blur(10px);
        }
        
        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            font-weight: 500;
            color:#FFC107;
        }
        .hero h2{
            font-size: 3.5rem;
            margin-bottom: 20px;
            font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', sans-serif;
            font-weight: 500;
            color:#FFC107;
            background:none;
        }
        
        .hero p {
            font-size: 2.3rem;
            margin-bottom: 30px;
            opacity: 0.9;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', sans-serif;
        }
        
        .hero-stats {
            display: flex;
            gap: 40px;
            margin: 40px auto;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--gold);
            line-height: 1;
        }
        
        .stat-label {
            font-size: 14px;
            opacity: 0.8;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .cta-buttons {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .btn {
            padding: 16px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: var(--transition);
            border: none;
            cursor: pointer;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, var(--gold) 0%, #FFC107 100%);
            color: var(--dark-green);
            box-shadow: var(--shadow-md);
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }
        
        .btn-secondary {
            background: transparent;
            color: var(--white);
            border: 2px solid var(--gold);
        }
        
        .btn-secondary:hover {
            background: rgba(255, 215, 0, 0.1);
            transform: translateY(-3px);
        }
        
        /* Floating Elements */
        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 1;
        }
        
        .floating-element {
            position: absolute;
            font-size: 24px;
            opacity: 0.1;
            animation: float 6s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
        }
        
        /* WhatsApp Button */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
        }
        /* Benefits Section */
        .benefits {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
            position: relative;
            overflow: hidden;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-subtitle {
            color: #2e7d32;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .section-title {
            font-size: 2.5rem;
            color: var(--dark-green);
            margin-bottom: 20px;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .benefit-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            padding: 40px 30px;
            text-align: center;
            box-shadow: var(--shadow-md);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            border: 1px solid var(--medium-gray);
        }
        
        .benefit-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-green), var(--gold));
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-lg);
        }
        
        .benefit-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--light-green) 0%, var(--white) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 28px;
            color: var(--accent-green);
            border: 2px solid var(--accent-green);
        }
        
        .benefit-card h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: var(--dark-green);
        }
        
        /* NEW About Section */
        .about-section {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--white) 0%, var(--light-gray) 100%);
            position: relative;
            overflow: hidden;
        }
        
        .about-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .about-image img {
            width: 100%;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-lg);
            transition: var(--transition);

        }
        
        .about-image img:hover {
            transform: scale(1.02);
        }
        
        .about-content h2 {
            color: var(--dark-green);
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .about-content h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, var(--accent-green), var(--gold));
        }
        
        .about-content p {
            margin-bottom: 20px;
            color: var(--text-dark);
            line-height: 1.8;
        }
        
        .about-features {
            list-style: none;
            margin-top: 30px;
        }
        
        .about-features li {
            padding: 12px 12;
            display: flex;
            align-items: center;
            gap: 15px;
            color: var(--text-dark);
            color:white;
        }
        
        .about-features i {
            color: var(--accent-green);
            font-size: 20px;
        }
                /* About Section */
        .order-features1 {
            list-style: none;
            margin: 30px 0 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            color:#ffffff;
        }
        
        .order-features1 li {
            padding: 15px 25px;
            background: rgba(45, 124, 49, 1);
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            gap: 15px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(87, 147, 37, 0.976);
        }
        
        .order-features1 i {
            color: var(--gold);
            font-size: 20px;
        }
/* Products Section - Simple & Modern */
.product-simple {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

@media (min-width: 992px) {
    .product-simple {
        grid-template-columns: 40% 60%;
        gap: 60px;
        align-items: center;
    }
}

.product-image-wrapper {
    position: relative;
}

.product-badge-simple {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, var(--gold), #FFC107);
    color: var(--dark-green);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    box-shadow: var(--shadow-md);
}

.product-image-simple {
    height: 300px;
    background: linear-gradient(135deg, var(--light-green) 0%, #d4edda 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: var(--accent-green);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-md);
}

.product-image-simple:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(76, 175, 80, 0.1), rgba(46, 125, 50, 0.1));
    z-index: 1;
}

.product-image-simple i {
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}

.product-image-simple:hover i {
    transform: scale(1.1);
}

.product-tags-simple {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.tag-simple {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tag-simple.organic {
    background: var(--accent-green);
    color: white;
}

.tag-simple.imported {
    background: var(--gold);
    color: var(--dark-green);
}

.tag-simple.premium {
    background: var(--primary-green);
    color: white;
}

.product-content-simple {
    padding: 20px 0;
}

.product-title-simple {
    font-size: 2rem;
    color: var(--dark-green);
    margin-bottom: 25px;
    line-height: 1.3;
}

.product-description-simple p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.product-description-simple p:last-child {
    margin-bottom: 30px;
}

.product-highlights {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--medium-gray);
    transition: var(--transition);
}

.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent-green);
}

.highlight-item i {
    font-size: 24px;
    color: var(--accent-green);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-green);
    border-radius: 50%;
    flex-shrink: 0;
}

.highlight-item h4 {
    font-size: 1.1rem;
    color: var(--dark-green);
    margin-bottom: 5px;
}

.highlight-item p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.5;
    margin: 0;
}

.product-cta-simple {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product-cta-simple .btn {
    padding: 16px 32px;
    font-size: 16px;
    flex: 1;
    min-width: 200px;
}

@media (max-width: 768px) {
    .product-simple {
        gap: 30px;
    }
    
    .product-image-simple {
        height: 250px;
        font-size: 80px;
    }
    
    .product-title-simple {
        font-size: 1.7rem;
    }
    
    .product-cta-simple .btn {
        width: 100%;
    }
    
    .product-highlights {
        grid-template-columns: 1fr;
    }
}     
        /* Locations */
        .locations {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
        }
        
        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .location-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            padding: 40px;
            box-shadow: var(--shadow-md);
            border: 1px solid var(--medium-gray);
            transition: var(--transition);
            text-align: center;
        }
        
        .location-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-lg);
        }
        
        .location-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--light-green) 0%, var(--white) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 24px;
            color: var(--accent-green);
            border: 2px solid var(--accent-green);
        }
        
        /* Order Section (FORM REMOVED) */
        .order-section {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
            color: var(--white);
            text-align: center;
        }
        
        .order-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .order-info h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        
        .order-info p {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .order-features {
            list-style: none;
            margin: 30px 0 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }
        
        .order-features li {
            padding: 15px 25px;
            background: rgba(255,255,255,0.1);
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            gap: 15px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        .order-features i {
            color: var(--gold);
            font-size: 20px;
        }
        
        /* WhatsApp Button */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
        }
        
        .whatsapp-btn {
            background: linear-gradient(135deg, #25D366, #128C7E);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            text-decoration: none;
            box-shadow: var(--shadow-lg);
            transition: var(--transition);
            position: relative;
        }
        
        .whatsapp-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
        }
        
        .whatsapp-text {
            position: absolute;
            right: 70px;
            background: #25D366;
            color: white;
            padding: 8px 15px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            opacity: 0;
            transform: translateX(10px);
            transition: var(--transition);
            pointer-events: none;
        }
        
        .whatsapp-btn:hover .whatsapp-text {
            opacity: 1;
            transform: translateX(0);
        }
        
        /* Footer */
        footer {
            background: linear-gradient(135deg, var(--dark-green) 0%, #0d3b1e 100%);
            color: var(--white);
            padding: 80px 0 30px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 50px;
            margin-bottom: 50px;
        }
        
        .footer-logo {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .footer-about {
            opacity: 0.8;
            line-height: 1.8;
            margin-bottom: 25px;
        }
        
        .footer-heading {
            font-size: 18px;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-heading:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background: var(--gold);
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            transition: var(--transition);
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .footer-links a:hover {
            color: var(--gold);
            transform: translateX(5px);
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            text-decoration: none;
            transition: var(--transition);
        }
        
        .social-link:hover {
            background: var(--gold);
            color: var(--dark-green);
            transform: translateY(-3px);
        }
        
        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 14px;
            opacity: 0.7;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 2.8rem;
            }
            
            .about-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .nav-links {
                gap: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: block;
            }
            
            .nav-links {
                position: fixed;
                top: 80px;
                left: 0;
                width: 100%;
                background: rgba(46, 125, 50, 0.98);
                flex-direction: column;
                padding: 20px;
                gap: 0;
                transform: translateY(-100%);
                opacity: 0;
                transition: var(--transition);
                backdrop-filter: blur(10px);
            }
            
            .nav-links.active {
                transform: translateY(0);
                opacity: 1;
            }
            
            .nav-link {
                padding: 15px 0;
                width: 100%;
                text-align: center;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .contact-header {
                display: none;
            }
            
            .hero h1 {
                font-size: 2.2rem;
            }
            
            .hero p {
                font-size: 1.1rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .cta-buttons {
                flex-direction: column;
            }
            
            .btn {
                width: 100%;
                justify-content: center;
            }
            
            .whatsapp-text {
                display: none;
            }
            
            .order-features {
                flex-direction: column;
                align-items: center;
            }
        }
        
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.8rem;
            }
            
            .hero-stats {
                gap: 20px;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .benefit-card,
            .product-card,
            .testimonial-card,
            .location-card {
                padding: 30px 20px;
            }
            
            .order-info h2 {
                font-size: 2rem;
            }
        }