/* Header Styles */
.site-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-top {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
/*.contact-info span {*/
/*    margin-right: 20px;*/
/*    color: #666;*/
/*}*/

.contact-info span a {
    margin-right: 20px;
    color: #666;
    text-decoration: none;
}

.contact-info i {
    margin-right: 5px;
    color: #4CAF50;
}
.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    transition: all 0.3s ease;
}
.social-links a:hover {
    background-color: #4CAF50;
    color: #fff;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.navbar-brand .logo {
    height: 50px;
}
.navbar-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.navbar-toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}
.navbar-nav {
    display: flex;
    list-style: none;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.nav-item {
    margin: 0 10px;
}
.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    transition: color 0.3s ease;
}
.nav-link:hover {
    color: #4CAF50;
}
.nav-link.active {
    color: #4CAF50;
}
.nav-item.cta-button .nav-link {
    background-color: #4CAF50;
    color: white;
}
.nav-item.cta-button .nav-link:hover {
    background-color: #3d8b40;
    color: white;
}

/* Footer Styles */
.site-footer {
    background-color: #222;
    color: #aaa;
    padding: 70px 0 20px;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}
.footer-logo img {
    height: 50px;
    margin-bottom: 20px;
}
.footer-col p {
    margin-bottom: 20px;
    line-height: 1.6;
}
.footer-col h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #4CAF50;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #4CAF50;
}
.footer-bottom {
    display: flex;
    justify-content: center;    
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #444;
}
.copyright {
    color: #ccc;
    font-size: 0.9rem;
}
.payment-methods img {
    height: 30px;
}
.site-header .contact-info a{
            color: black;
            text-decoration: none;
        }
/* Responsive Styles */
@media (max-width: 992px) {
    .navbar-toggle {
        display: flex;
    }

    .navbar-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav.active {
        display: flex;
    }

    .nav-item {
        margin: 5px 0;
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    p {
    font-size: 0.875rem !important;      /* 16px */
    line-height: normal !important;
}

h6 {
    font-size: 1rem !important;      /* 16px */
    line-height: 1.4 !important;
}

h5 {
    font-size: 1.125rem !important;  /* 18px */
    line-height: 1.4 !important;
}

h4 {
    font-size: 1.25rem !important;   /* 20px */
    line-height: 1.4 !important;
}

h3 {
    font-size: 1.375rem !important;  /* 22px */
    line-height: 1.3 !important;
}

h2 {
    font-size: 1.5rem !important;    /* 24px */
    line-height: 1.3 !important;
}

h1 {
    font-size: 2rem !important;      /* 32px */
    line-height: 1.2 !important;
}


    .header-top {
        flex-direction: row;
        gap: 10px;
    }

    .contact-info span {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .section-subtitle{
        margin: 0 auto 20p;
    }
    .about-content h3{
        font-size: 1.4rem;
    }
    .products-section .product-tabs button{
        font-size: 13px;
    }
    #makhana-grades .badge{
        font-size: 0.7rem;
        padding: 5px 9px;
    }
    .product-card .btn-product{
        padding: 7px 10px;
        font-size: 0.7rem;
    }
    .product-card .product-info{
        padding: 20px 25px 25px 25px;
    }
    .product-card .product-info p{
        margin-bottom: 10px;
        flex-grow: 0;
    }
}



 /* Enquiry Form */
        .enquiry-section {
            background-color: var(--cream);
        }
        
        .form-container {
            background-color: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            margin: 0 auto;
        }
        
        .form-control, .form-select {
            border-radius: 10px;
            border: 1px solid #ddd;
            padding: 12px 15px;
            font-size: 1rem;
            /* margin-bottom: 20px; */
        }
        
        .form-control:focus, .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
        }
        
        .form-label {
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--text-dark);
        }
        
        .btn-submit {
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            width: 100%;
            transition: all 0.3s ease;
        }
        
        .btn-submit:hover {
            background-color: #3d8b40;
            color: white;
        }
        
        @media (max-width: 992px) {
    .page-header {
        padding: 30px!important;
    }
}

/* Blog Cards */
        .blog-card {
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
            cursor: pointer;
        }
        
        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .blog-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .blog-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .blog-card:hover .blog-img img {
            transform: scale(1.1);
        }
        
        .blog-category {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: var(--primary-color);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .blog-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .blog-meta {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: var(--text-light);
            font-size: 0.9rem;
        }
        
        .blog-meta span {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }
        
        .blog-meta i {
            margin-right: 5px;
            color: var(--primary-color);
        }
        
        .blog-content h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--text-dark);
            line-height: 1.3;
        }
        
        .blog-content p {
            color: var(--text-light);
            flex-grow: 1;
            line-height: 1.6;
        }
        
        .btn-blog {
            color: var(--primary-color);
            font-weight: 600;
            text-decoration: none;
            align-self: flex-start;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
        }
        
        .btn-blog:hover {
            color: #3d8b40;
        }
        
        .btn-blog i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }
        
        .btn-blog:hover i {
            transform: translateX(5px);
        }
        
        .site-header .contact-info a {
    color: black;
    text-decoration: none;
}
        