/* Parishram Agro CSS Styles */

/* Logo Override - Force full display with reasonable size */
img.brand-logo, img.mobile-logo {
    height: auto !important;
    width: auto !important;
    max-height: 60px !important;
    max-width: 200px !important;
    min-height: none !important;
    min-width: none !important;
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain !important;
    display: block !important;
    overflow: visible !important;
    outline: none !important;
    outline-width: 0 !important;
    box-sizing: content-box !important;
    filter: none !important;
}

/* Remove any possible parent container styling */
.nav-brand img.brand-logo,
.mobile-menu-header img.mobile-logo {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: none !important;
}

/* Nuclear option - remove ALL possible box styling */
img[src*="WhatsApp_Image_2025-06-12_at_11.16.18_ec204ed2-removebg-preview.png"] {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    border-image: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    outline: 0 !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    text-decoration: none !important;
    list-style: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}

/* Smooth page transitions */
.page-transition {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.page-transition.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth hover effects */
a, button, .btn, .clickable-card, .clickable-product-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Loading animation */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: loading-shimmer 1.5s infinite;
}

@keyframes loading-shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Remove all underlines globally */
a, button, .btn, .footer-links a, .nav-menu a, .service-link, .footer-menu a, .cta-btn, .contact-btn, .whatsapp-btn, .call-btn {
    text-decoration: none !important;
}

a:hover, button:hover, .btn:hover, .footer-links a:hover, .nav-menu a:hover, .service-link:hover, .footer-menu a:hover, .cta-btn:hover, .contact-btn:hover, .whatsapp-btn:hover, .call-btn:hover {
    text-decoration: none !important;
}

a:focus, button:focus, .btn:focus {
    text-decoration: none !important;
    outline: none;
}

a:active, button:active, .btn:active {
    text-decoration: none !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: white;
    color: #2d5a27;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
}

/* Header when scrolled */
.header.scrolled {
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%);
    color: white;
    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    flex-shrink: 0;
    overflow: visible;
    max-width: 250px;
}

.brand-logo {
    height: auto !important;
    width: auto !important;
    max-height: 60px !important;
    max-width: 200px !important;
    min-height: none !important;
    min-width: none !important;
    object-fit: contain !important;
    transition: opacity 0.3s ease;
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.header.scrolled .brand-logo {
    opacity: 0.95;
}

.nav-brand h1 {
    color: #2d5a27;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    transition: color 0.3s ease;
}

.header.scrolled .nav-brand h1 {
    color: #fff;
}

.nav-brand h1 a {
    color: inherit;
    text-decoration: none;
}

.nav-brand a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-brand a:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 16px;
    border-radius: 8px;
    text-shadow: none;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #2d5a27 !important;
    background: rgba(45, 90, 39, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header.scrolled .nav-menu a {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.header.scrolled .nav-menu a:hover,
.header.scrolled .nav-menu a.active {
    color: #90ee90 !important;
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%);
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(144, 238, 144, 0.3);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    color: #ffffff !important;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu a:hover {
    background: rgba(144, 238, 144, 0.2);
    color: #90ee90 !important;
    transform: translateX(5px);
    border-left: 3px solid #90ee90;
}

.cart-icon {
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 25px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.cart-icon:hover {
    background: rgba(255,255,255,0.2);
    border-color: #90ee90;
}

#cart-count {
    background: #ff4757;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.8rem;
    margin-left: 5px;
}

.mobile-menu-toggle {
    display: none;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: linear-gradient(135deg, #2d5a27 0%, #1a3a1a 100%);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu-overlay.active .mobile-menu-content {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    gap: 12px;
    position: relative;
}

.mobile-logo {
    height: auto !important;
    width: auto !important;
    max-height: 40px !important;
    max-width: 150px !important;
    min-height: none !important;
    min-width: none !important;
    object-fit: contain !important;
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mobile-menu-header span {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    flex: 1;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-list a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1rem;
    gap: 12px;
    transition: all 0.3s ease;
}

.mobile-menu-list a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #90ee90;
    padding-left: 25px;
}

.mobile-menu-list a.active {
    background: rgba(144, 238, 144, 0.2);
    color: #90ee90;
}

.mobile-dropdown-menu {
    background: rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-dropdown.active .mobile-dropdown-menu {
    max-height: 300px;
}

.mobile-dropdown-menu a {
    padding-left: 50px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu-contact {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whatsapp-contact {
    background: #25D366;
    color: white !important;
    padding: 12px 15px !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.call-contact {
    background: rgba(255, 255, 255, 0.1);
    color: white !important;
    padding: 12px 15px !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 769px) {
    .mobile-menu-toggle, .mobile-menu-overlay {
        display: none !important;
    }
}

.mobile-menu-toggle {
    cursor: pointer;
    font-size: 1.5rem;
}

/* Hero Slider */
.hero-slider {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transform: scale(1.05);
transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.slide.active {
opacity: 1;
transform: scale(1);
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(45, 90, 39, 0.8) 0%, rgba(74, 124, 89, 0.6) 100%);
    display: flex;
    align-items: center;
}

.hero-content {
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
}

.slider-btn {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    font-size: 1.2rem;
}

.slider-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: scale(1.1);
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255,255,255,0.7);
}

/* Category Header with Background */
.category-header {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.category-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(45, 90, 39, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: center;
}

.category-header-content {
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.category-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.category-header p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.category-header .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
}

.category-header .breadcrumb a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

.category-header .breadcrumb a:hover {
    color: #333333;
}

.category-header .breadcrumb span:last-child {
    color: #000000;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

/* About Section */
.about-section {
    padding: 120px 0 150px;
    background: white;
    color: #333;
    position: relative;
    overflow: visible;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text {
    padding-right: 20px;
}

.about-intro {
    font-size: 1.3rem;
    color: #2d5a27;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.about-features {
    margin: 40px 0;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.about-feature i {
    font-size: 2rem;
    color: #2d5a27;
    margin-top: 5px;
}

.about-feature h4 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 8px;
}

.about-feature p {
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.about-actions {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-stats {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    margin-top: 30px;
    z-index: 10;
}

.stat-item h3 {
    font-size: 2rem;
    color: #2d5a27;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-item p {
    color: #333;
    font-size: 0.9rem;
    margin: 0;
}

/* Why Choose Us Section */
.why-choose-us {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 80vh;
    overflow: hidden;
    margin-top: 60px;
    clear: both;
    display: block;
    visibility: visible;
}

.features-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(45, 90, 39, 0.9) 0%, rgba(26, 58, 26, 0.85) 100%);
    display: flex;
    align-items: center;
    z-index: 1;
}

.why-choose-us .container {
    position: relative;
    z-index: 2;
}

.why-choose-us .section-title {
    color: white;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    font-size: 2.5rem;
    margin-bottom: 60px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Services Section */
.services-section {
    position: relative;
    padding: 120px 0 100px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 50px;
    clear: both;
}

.services-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 90, 39, 0.9);
    display: flex;
    align-items: center;
}

.services-section .section-title {
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    background: rgba(255,255,255,0.95);
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2d5a27, #90ee90);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.98);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2d5a27, #4a7c59);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: white;
    box-shadow: 0 5px 15px rgba(45, 90, 39, 0.3);
}

.feature-card h3 {
    font-size: 1.4rem;
    color: #2d5a27;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-card p {
    color: #333;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2d5a27, #4a7c59);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.4rem;
    color: #2d5a27;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}

.service-card p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-link {
    color: #2d5a27;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #1a3a1a;
    transform: translateX(5px);
}

.service-link i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.service-link:hover i {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-text {
        padding-right: 0;
    }
    
    .about-stats {
        position: static;
        margin-top: 30px;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 40px;
    }
    
    .about-section {
        padding: 80px 0 120px;
    }
    
    .about-actions {
        justify-content: center;
        text-align: center;
        gap: 15px;
        margin-top: 25px;
    }
    
    .btn-primary, .btn-outline {
        padding: 10px 20px;
        font-size: 0.9rem;
        min-width: 140px;
        justify-content: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* Modern Agricultural Button - Primary */
.btn-primary {
    background: #2d5a27;
    color: white;
    font-family: inherit;
    border: 1px solid #90ee90;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-radius: 2rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    padding-left: 1rem;
    cursor: pointer;
    text-decoration: none;
    min-width: 160px;
    
    /* Smooth transition for background and text color */
    transition:
        background-color 0.4s ease,
        color 0.4s ease,
        transform 0.2s ease;
}

.btn-primary .icon {
    background: #90ee90;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 2rem;
    right: 0.3em;
    
    /* Already includes transition for icon */
    transition:
        background-position 0.5s ease-out,
        border 0.2s ease-out,
        color 0.5s ease-out,
        background-color 0.4s ease;
    will-change: width, transform;
}

.btn-primary:hover {
    background-color: #90ee90;
    color: #2d5a27;
    border: 1px solid #2d5a27;
    transform: translateY(-2px);
}

.btn-primary:hover .icon {
    background: #2d5a27;
}

.btn-primary .icon svg {
    width: 1.1em;
    transition: transform 0.3s ease-out;
    will-change: transform;
    color: #2d5a27;
    fill: #2d5a27;
}

.btn-primary:hover .icon svg {
    transform: translateX(0.1em) rotate(-25deg);
    color: #90ee90;
    fill: #90ee90;
}

.btn-primary:active .icon {
    transform: scale(0.95);
}

.btn-primary .title {
    margin: 0 auto;
    font-weight: 600;
}

.btn-secondary {
    background: transparent;
    color: #2d5a27;
    border-color: #2d5a27;
}

.btn-secondary:hover {
    background: #2d5a27;
    color: white;
    transform: translateY(-2px);
}

/* Modern Agricultural Button - Outline */
.btn-outline {
    background: transparent;
    color: #2d5a27;
    font-family: inherit;
    border: 1px solid #2d5a27;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-radius: 2rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    padding-left: 1rem;
    cursor: pointer;
    text-decoration: none;
    min-width: 160px;
    
    /* Smooth transition for background and text color */
    transition:
        background-color 0.4s ease,
        color 0.4s ease,
        transform 0.2s ease;
}

.btn-outline .icon {
    background: #2d5a27;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 2rem;
    right: 0.3em;
    
    /* Already includes transition for icon */
    transition:
        background-position 0.5s ease-out,
        border 0.2s ease-out,
        color 0.5s ease-out,
        background-color 0.4s ease;
    will-change: width, transform;
}

.btn-outline:hover {
    background-color: #2d5a27;
    color: white;
    border: 1px solid #2d5a27;
    transform: translateY(-2px);
}

.btn-outline:hover .icon {
    background: #90ee90;
}

.btn-outline .icon svg {
    width: 1.1em;
    transition: transform 0.3s ease-out;
    will-change: transform;
    color: #90ee90;
    fill: #90ee90;
}

.btn-outline:hover .icon svg {
    transform: translateX(0.1em) rotate(-25deg);
    color: #2d5a27;
    fill: #2d5a27;
}

.btn-outline:active .icon {
    transform: scale(0.95);
}

.btn-outline .title {
    margin: 0 auto;
    font-weight: 600;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Section Titles */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d5a27;
    margin-bottom: 50px;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2d5a27, #90ee90);
    border-radius: 2px;
}

/* Categories Section */
.categories-section {
    padding: 100px 0;
    background: white;
    color: #333;
    position: relative;
    z-index: 5;
}

.categories-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
max-width: 800px;
margin: 0 auto;
}

.category-card {
background: white;
padding: 40px 30px;
border-radius: 15px;
text-align: center;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid #e9ecef;
position: relative;
will-change: transform, box-shadow;
}

.category-card.clickable-card {
cursor: pointer;
}

.category-card:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.clickable-card:hover {
transform: translateY(-12px) scale(1.02);
box-shadow: 0 20px 50px rgba(0,0,0,0.2);
border-color: #2d5a27;
}

.clickable-card:active {
transform: translateY(-8px) scale(0.98);
transition: all 0.1s ease;
}

.category-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.category-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover .category-thumbnail {
    transform: scale(1.1);
}

/* Product Detail Image Thumbnails */
.image-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
    scrollbar-color: #2d5a27 #f0f0f0;
}

.image-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.image-thumbnails::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.image-thumbnails::-webkit-scrollbar-thumb {
    background: #2d5a27;
    border-radius: 3px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: block;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #2d5a27;
    transform: scale(1.05);
}

.main-image {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image loading animation */
.category-thumbnail, .product-image img {
    opacity: 0;
    animation: fadeInImage 0.6s ease forwards;
}

@keyframes fadeInImage {
    to {
        opacity: 1;
    }
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2d5a27, #4a7c59);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}

.category-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d5a27;
    margin-bottom: 15px;
}

.category-card p {
color: #333;
margin-bottom: 25px;
line-height: 1.6;
}

/* Products Section */
.featured-products {
padding: 80px 0;
background: #f8f9fa;
}

.products-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
    gap: 30px;
}

.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    will-change: transform, box-shadow;
}

.product-card.clickable-product-card {
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.clickable-product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border: 2px solid rgba(45, 90, 39, 0.3);
}

.clickable-product-card:active {
    transform: translateY(-4px) scale(0.98);
    transition: all 0.1s ease;
}

.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.no-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #999;
    font-size: 1.1rem;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 90, 39, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay .btn {
    padding: 8px 20px;
    font-size: 0.9rem;
}

.featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.variant-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #2d5a27, #4a7c59);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(45, 90, 39, 0.3);
}

.variant-badge i {
    font-size: 0.7rem;
}

.variant-badge:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.product-info {
    padding: 20px;
}

.category-badge {
    background: #e8f5e8;
    color: #2d5a27;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.product-info h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d5a27;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 80px 0;
    background: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.feature-card {
    text-align: center;
    padding: 30px 20px;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2d5a27, #4a7c59);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: white;
}

.feature-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d5a27;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #2d5a27;
    font-family: serif;
    opacity: 0.3;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.author-info h4 {
    color: #2d5a27;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-info span {
    color: #666;
    font-size: 0.9rem;
}

.testimonial-card .rating {
    color: #ffd700;
    font-size: 1rem;
}

/* Reviews Section */
.reviews-section {
    padding: 100px 0;
    background: white;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

.overall-rating {
    text-align: center;
}

.rating-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.rating-score .score {
    font-size: 3rem;
    font-weight: 700;
    color: #2d5a27;
}

.rating-score .stars {
    color: #ffd700;
    font-size: 1.5rem;
}

.rating-score p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.review-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #2d5a27;
    transition: all 0.3s ease;
}

.review-card:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background: #2d5a27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

.reviewer-details h4 {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.reviewer-details span {
    color: #28a745;
    font-size: 0.8rem;
    font-weight: 500;
    background: rgba(40, 167, 69, 0.1);
    padding: 2px 8px;
    border-radius: 10px;
}

.review-rating {
    color: #ffd700;
    font-size: 0.9rem;
}

.review-content p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.review-date span {
    color: #999;
    font-size: 0.8rem;
}

.reviews-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Categories Mobile Responsive */
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: none;
        padding: 0 10px;
    }
    
    .category-card {
        padding: 20px 15px;
    }
    
    .category-image {
        height: 140px;
        margin-bottom: 15px;
    }
    
    .category-card h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .category-card p {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .category-card .btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* Small Mobile Categories */
@media (max-width: 480px) {
    .categories-grid {
        gap: 10px;
        padding: 0 5px;
    }
    
    .category-card {
        padding: 15px 12px;
    }
    
    .category-image {
        height: 120px;
        margin-bottom: 12px;
    }
    
    .category-card h3 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .category-card p {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }
    
    .category-card .btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .reviews-header {
        flex-direction: column;
        text-align: center;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .reviews-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .review-rating {
        align-self: flex-end;
    }
}

/* Modern Footer */
.modern-footer {
    background: linear-gradient(135deg, #2d5a27 0%, #1a3a1a 100%);
    color: #ffffff;
    padding: 60px 0 0;
    position: relative;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #90ee90, #2d5a27, #90ee90);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Company Section */
.company-section {
    padding-right: 20px;
}

.company-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.brand-logo {
    height: auto !important;
    width: auto !important;
    max-height: 60px !important;
    max-width: 200px !important;
    min-height: none !important;
    min-width: none !important;
    object-fit: contain !important;
    margin-right: 15px;
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
}

.brand-info h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.brand-tagline {
    color: #90ee90;
    font-size: 0.85rem;
    font-weight: 500;
}

.company-description {
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin: 20px 0;
    font-size: 0.95rem;
}

.contact-quick {
    margin: 20px 0;
}

.quick-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
}

.quick-contact i {
    color: #90ee90;
    width: 16px;
}

.business-card {
    margin-top: 15px;
}

.card-label {
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.9);
    display: inline-block;
}

/* Footer Titles and Menus */
.footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #90ee90;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: block;
    padding: 4px 0;
}

.footer-menu a:hover {
    color: #90ee90;
    padding-left: 8px;
}

/* Newsletter Section */
.newsletter-text {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.newsletter-form {
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    background: rgba(255,255,255,0.1);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
}

.input-group input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 0.9rem;
}

.input-group input::placeholder {
    color: rgba(255,255,255,0.6);
}

.input-group input:focus {
    outline: none;
}

.input-group button {
    padding: 12px 16px;
    border: none;
    background: #90ee90;
    color: #2d5a27;
    cursor: pointer;
    transition: background 0.3s ease;
}

.input-group button:hover {
    background: #7dd87d;
}

.contact-buttons {
    display: flex;
    gap: 10px;
}

.contact-btn {
    flex: 1;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.whatsapp-btn {
    background: #25D366;
    color: #ffffff;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.call-btn {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.3);
}

.call-btn:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom-new {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
    margin-top: 20px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom-content p {
    color: rgba(255,255,255,0.8);
    margin: 0;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-legal a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.footer-legal a:hover {
    color: #90ee90;
}

/* Admin Button Special Styling */
.footer-legal a[href*="admin"] {
    background: rgba(144, 238, 144, 0.1);
    border: 1px solid rgba(144, 238, 144, 0.3);
    color: #90ee90;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.footer-legal a[href*="admin"]:hover {
    background: #90ee90;
    color: #2d5a27;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(144, 238, 144, 0.3);
}

/* Responsive Modern Footer */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        padding: 40px 0 0;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .company-section {
        padding-right: 0;
        text-align: center;
    }
    
    .company-brand {
        justify-content: center;
    }
    
    .contact-buttons {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

/* Mobile Navbar Responsive */
@media (max-width: 768px) {
    .header {
        padding: 10px 0;
    }
    
    .header .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    
    .nav-brand {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .brand-logo {
        height: auto !important;
        width: auto !important;
        max-height: 45px !important;
        max-width: 180px !important;
        min-height: none !important;
        min-width: none !important;
    }
    
    .nav-brand h1 {
        font-size: 1.2rem;
        margin: 0;
    }
    
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #2d5a27;
        cursor: pointer;
        transition: color 0.3s ease;
    }
    
    .header.scrolled .mobile-menu-toggle {
        color: white;
    }

/* Products Grid Mobile Responsive */
@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
        padding: 0 10px;
    }
    
    .product-card {
        padding: 0;
        font-size: 0.9rem;
    }
    
    .product-image {
        height: 160px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-info h3 {
        font-size: 0.9rem;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .product-price {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .category-badge {
        font-size: 0.7rem;
        padding: 3px 8px;
        margin-bottom: 6px;
    }
    
    .stock-status {
        font-size: 0.7rem;
        margin-top: 6px;
    }
    
    .featured-badge {
        top: 8px;
        left: 8px;
        font-size: 0.7rem;
        padding: 3px 8px;
    }
    
    .variant-badge {
        top: 8px;
        right: 8px;
        font-size: 0.65rem;
        padding: 3px 6px;
    }
    
    .product-overlay {
        padding: 8px;
    }
    
    .product-overlay .btn {
        padding: 6px 12px;
        font-size: 0.8rem;
        margin: 2px;
    }
}

/* Hero Slider Mobile */
@media (max-width: 768px) {
    .hero-slider {
        height: 60vh;
        min-height: 400px;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .container {
        padding: 0 15px;
    }
}

/* Small Mobile Phones */
@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
        padding: 0 5px;
    }
    
    .product-image {
        height: 140px;
    }
    
    .product-info h3 {
        font-size: 0.85rem;
        line-height: 1.2;
    }
    
    .nav-brand h1 {
        font-size: 1rem;
    }
    
    .brand-logo {
        height: auto !important;
        width: auto !important;
        max-height: 40px !important;
        max-width: 160px !important;
        min-height: none !important;
        min-width: none !important;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    /* Why Choose Us Mobile Optimization */
    .why-choose-us {
        padding: 60px 0 !important;
        min-height: auto !important;
        background-attachment: scroll !important;
    }
    
    .features-overlay {
        padding: 40px 0;
    }
    
    .why-choose-us .section-title {
        font-size: 1.8rem !important;
        margin-bottom: 30px !important;
        text-align: center;
        padding: 0 20px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 15px;
        max-width: 100%;
    }
    
    .feature-card {
        padding: 20px 12px !important;
        text-align: center;
        margin: 0;
    }
    
    .feature-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.3rem !important;
        margin-bottom: 12px !important;
    }
    
    .feature-card h3 {
        font-size: 0.95rem !important;
        margin-bottom: 8px !important;
        line-height: 1.3;
    }
    
    .feature-card p {
        font-size: 0.8rem !important;
        line-height: 1.4;
        margin: 0;
    }
}

/* Service Areas Section */
.service-areas-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-left: 4px solid #2d5a27;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.faq-item h4 {
    color: #2d5a27;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.faq-item p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.faq-item strong {
    color: #2d5a27;
    font-weight: 600;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-item {
        padding: 25px 20px;
    }
    
    .faq-item h4 {
        font-size: 1.1rem;
    }
}

/* Enhanced Mobile Responsive Design */
@media (max-width: 768px) {
    /* Global Container */
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Header Mobile */
    .header {
        padding: 8px 0;
    }
    
    .header .container {
        padding: 0 10px;
    }
    
    /* Hero Section Mobile */
    .hero-slider {
        height: 50vh;
        min-height: 300px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    /* About Section Mobile */
    .about-section {
        padding: 60px 0;
    }
    
    .about-content {
        gap: 30px;
    }
    
    .about-text {
        text-align: center;
    }
    
    .about-intro {
        font-size: 1.1rem;
    }
    
    .about-text p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    /* Stats Mobile */
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 20px;
        margin-top: 20px;
    }
    
    .stat-item h3 {
        font-size: 1.5rem;
    }
    
    .stat-item p {
        font-size: 0.8rem;
    }
    
    /* Features Mobile */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    .feature-card {
        padding: 25px 20px;
    }
    
    /* Services Mobile */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Categories Mobile */
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
    }
    
    .category-card {
        padding: 25px 20px;
    }
    
    .category-card h3 {
        font-size: 1.2rem;
    }
    
    /* Products Grid Mobile */
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
        padding: 0 10px;
    }
    
    .product-card {
        border-radius: 12px;
    }
    
    .product-image {
        height: 180px;
    }
    
    .product-info {
        padding: 15px;
    }
    
    .product-info h3 {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .product-price {
        font-size: 1.2rem;
    }
    
    /* Buttons Mobile */
    .btn-primary, .btn-outline {
        padding: 10px 18px;
        font-size: 0.9rem;
        min-width: 120px;
    }
    
    .about-actions {
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    /* Footer Mobile */
    .modern-footer {
        padding: 40px 0 20px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-col h4 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }
    
    /* Section Titles Mobile */
    .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    
    /* Testimonials Mobile */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    /* Mobile Menu */
    .mobile-menu-content {
        width: 100%;
        max-width: 320px;
    }
    
    .mobile-menu-list a {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}

/* Small Mobile Phones */
@media (max-width: 480px) {
    /* Extra Small Container */
    .container {
        padding: 0 10px;
    }
    
    /* Hero Extra Small */
    .hero-content h1 {
        font-size: 1.6rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
    }
    
    /* Stats Extra Small */
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 15px;
    }
    
    .stat-item h3 {
        font-size: 1.2rem;
    }
    
    /* Products Extra Small */
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
        padding: 0 5px;
    }
    
    .product-image {
        height: 150px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-info h3 {
        font-size: 0.85rem;
        line-height: 1.2;
    }
    
    .product-price {
        font-size: 1.1rem;
    }
    
    /* Section Titles Extra Small */
    .section-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
    
    /* Buttons Extra Small */
    .btn-primary, .btn-outline {
        padding: 8px 15px;
        font-size: 0.85rem;
        min-width: 100px;
    }
    
    /* Categories Extra Small */
    .categories-grid {
        gap: 10px;
        padding: 0 5px;
    }
    
    .category-card {
        padding: 20px 15px;
    }
    
    .category-card h3 {
        font-size: 1rem;
    }
}

/* Why Choose Us Mobile */
@media (max-width: 480px) {
    .why-choose-us {
        padding: 40px 0 !important;
    }
    
    .features-overlay {
        padding: 30px 0;
    }
    
    .why-choose-us .section-title {
        font-size: 1.4rem !important;
        margin-bottom: 25px !important;
        padding: 0 15px;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 10px;
    }
    
    .feature-card {
        padding: 18px 15px !important;
        margin: 0 auto;
        max-width: 280px;
    }
    
    .feature-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
    }
    
    .feature-card h3 {
        font-size: 0.9rem !important;
        margin-bottom: 6px !important;
    }
    
    .feature-card p {
        font-size: 0.75rem !important;
        line-height: 1.4;
    }
}

/* Product Detail Mobile Responsive */
@media (max-width: 768px) {
    .product-detail {
        padding: 20px 0;
    }
    
    .product-detail-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .product-images {
        order: 1;
    }
    
    .product-info-detail {
        order: 2;
        padding: 0;
    }
    
    .main-image {
        height: 300px;
        margin-bottom: 15px;
    }
    
    .main-image img {
        border-radius: 12px;
    }
    
    .image-thumbnails {
        gap: 8px;
        margin-bottom: 20px;
    }
    
    .thumbnail {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    
    .product-title {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .product-price-detail .current-price {
        font-size: 1.8rem;
    }
    
    .product-badges {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .product-badges span {
        font-size: 0.8rem;
        padding: 4px 10px;
    }
    
    .product-variants {
        margin: 20px 0;
    }
    
    .variants-list {
        gap: 10px;
    }
    
    .variant-item {
        padding: 12px;
        border-radius: 8px;
    }
    
    .variant-item label {
        font-size: 0.9rem;
    }
    
    .product-actions {
        flex-direction: column;
        gap: 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 15px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 100;
    }
    
    .product-actions .btn {
        flex: 1;
        padding: 15px;
        font-size: 1rem;
        border-radius: 10px;
    }
    
    .whatsapp-btn {
        background: #25D366 !important;
        color: white !important;
    }
    
    .call-btn {
        background: rgba(45, 90, 39, 0.1);
        color: #2d5a27;
        border: 2px solid #2d5a27;
    }
    
    .product-description {
        margin-bottom: 80px; /* Space for fixed buttons */
    }
    
    .product-description h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .product-description p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .stock-info {
        margin: 15px 0;
        font-size: 0.9rem;
    }
    
    /* Related products on mobile */
    .related-products {
        margin-top: 30px;
        margin-bottom: 100px;
    }
    
    .related-products .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .related-products .product-card {
        font-size: 0.85rem;
    }
    
    .related-products .product-image {
        height: 140px;
    }
    
    .related-products .product-info {
        padding: 10px;
    }
    
    .related-products .product-info h3 {
        font-size: 0.85rem;
        margin-bottom: 6px;
    }
    
    .related-products .product-price {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .main-image {
        height: 250px;
    }
    
    .product-title {
        font-size: 1.3rem;
    }
    
    .product-price-detail .current-price {
        font-size: 1.6rem;
    }
    
    .image-thumbnails {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .image-thumbnails::-webkit-scrollbar {
        display: none;
    }
    
    .thumbnail {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
}
