.export-section {
    padding: 80px 0;
    background: #f8f9fa;
    font-family: 'Poppins', sans-serif;
}


.section-title h5 {
    color: #28a745;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #555;
}

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

.export-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.export-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.export-card h3 {
    color: #28a745;
    margin-bottom: 10px;
}

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

.feature {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.feature span {
    color: #28a745;
    font-size: 20px;
    margin-right: 10px;
}

.export-cta {
    text-align: center;
}

.btn-export {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-export:hover {
    background: #1e7e34;
}

.section-title span {
    display: block;
    margin-top: 10px;
    color: #c62828;
    font-weight: 600;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
}

.product-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 180px;
    object-fit: cover;
}

.product-card h3 {
    color: #2e7d32;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    display: flex;
}

.product-card ul {
    list-style: none;
    padding: 0;
}

.product-card ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
}
.product-card ul li:last-child {
    border-bottom: 0;
}

.note {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    color: #555;
}

.traditional-rice-section {
    padding: 20px 0;
    z-index: 2;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    color: #2e7d32;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 18px;
    color: #555;
}

.rice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.rice-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.rice-card:hover {
    transform: translateY(-8px);
}

.rice-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.rice-card h3 {
    color: #1b5e20;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}

.rice-card ul {
    list-style: none;
    padding: 0;
}

.rice-card ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}
.rice-card ul li:last-child {
    border-bottom: 0;
}

.important-note {
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
    color: #c62828;
}
.enquiry-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #ff9800;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}
.product-details {
     background-color: #f0fff5;
    .price-section {
        padding: 60px 20px;
        background: #f8f8f8;
        font-family: Arial;
    }
    h2 {
        text-align: center;
        color: #2e7d32;
    }

    .note {
        text-align: center;
        margin-bottom: 40px;
        color: #666;
    }

    .category {
        background: #fff;
        padding: 30px;
        margin-bottom: 50px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .category img {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    table th {
        background: #2e7d32;
        color: #fff;
        padding: 12px;
        text-align: left;
    }

    table td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    table tr:hover {
        background: #f1f8e9;
    }

    .btn {
        display: inline-block;
        margin-top: 20px;
        padding: 12px 25px;
        background: #25D366;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
    }

    .btn:hover {
        background: #1ebe5d;
    }
}
.product-speciality-arae {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sticky-icon {
    z-index: 99;
    position: fixed;
    top: 35%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #FFF;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
    background-color: #2C80D3;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.whatsaap {
    background-color: #049715;
    color: #FFF;
}

.Instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #FFF;
}

.Google {
    background-color: #d34836;
    color: #FFF;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}
.millets-section {
    background-color: #f0fff5;
    padding-bottom: 50px;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #2c3e50;
}

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

.millet-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    padding-bottom: 20px;
}

.millet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.millet-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.millet-card h3 {
    font-size: 20px;
    margin: 15px 10px 10px;
    color: #333;
}

.weight {
    font-size: 14px;
    color: #777;
}

.price {
    font-size: 22px;
    font-weight: 600;
    color: #27ae60;
    margin: 10px 0;
}

.enquiry-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #27ae60;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.enquiry-btn:hover {
    background: #1e8449;
    color: #f9ff07;
}
