


    /* /// for index start  */

        /* ===== COUNTER STRIP ===== */
        #rmff-stats-strip {
            background: #0F2E1A;
            /* background: #608f79f6; */
            padding: 10px 0;
        }
        #rmff-stats-strip .rmff-stat-item {
            text-align: center;
            padding: 10px 20px;
            border-right: 1px solid rgba(255,255,255,0.15);
        }
        #rmff-stats-strip .rmff-stat-item:last-child {
            border-right: none;
        }
        #rmff-stats-strip .rmff-stat-number {
            display: block;
            font-size: 25px;
            font-weight: 700;
            color: #FFD54F;
            line-height: 1.1;
        }
        #rmff-stats-strip .rmff-stat-label {
            display: block;
            font-size: 11px;
            color: rgba(255,255,255,0.75);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-top: 6px;
        }

        /* ===== WHY CHOOSE US ===== */
        #rmff-why-us {
            padding-top: 50px;
            padding-bottom: 10px;
            background: #fff;
        }
        #rmff-why-us .rmff-section-tag {
            display: inline-block;
            background: #e8f5e9;
            color: #2e7d32;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 5px 16px;
            border-radius: 20px;
            margin-bottom: 14px;
        }
        #rmff-why-us .rmff-why-card {
            background: #f9fafb;
            border: 1px solid #e8ede9;
            border-top: 4px solid #2e7d32;
            border-radius: 8px;
            padding: 30px 24px;
            height: 100%;
            transition: box-shadow 0.25s;
        }
        #rmff-why-us .rmff-why-card:hover {
            box-shadow: 0 8px 28px rgba(46,125,50,0.12);
        }
        #rmff-why-us .rmff-why-icon {
            width: 52px;
            height: 52px;
            background: #e8f5e9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }
        #rmff-why-us .rmff-why-icon i {
            font-size: 22px;
            color: #2e7d32;
        }
        #rmff-why-us .rmff-why-card h4 {
            font-size: 16px;
            font-weight: 700;
            color: #1a3a1f;
            margin-bottom: 10px;
        }
        #rmff-why-us .rmff-why-card p {
            font-size: 14px;
            color: #5a6a5e;
            margin: 0;
            line-height: 1.7;
        }

        /* ===== TRADE CORRIDOR ===== */
        #rmff-trade-corridor {
            padding: 60px 0;
            /* background: linear-gradient(135deg, #0f2e1a 0%, #608f79f6 100%); */
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        #rmff-trade-corridor::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 320px;
            height: 320px;
            background: rgba(255,213,79,0.06);
            border-radius: 50%;
        }
        #rmff-trade-corridor::after {
            content: '';
            position: absolute;
            bottom: -60px;
            left: -60px;
            width: 240px;
            height: 240px;
            background: rgba(255,213,79,0.05);
            border-radius: 50%;
        }
        #rmff-trade-corridor h2 {
            color: #fff;
            font-weight: 700;
        }
        #rmff-trade-corridor .rmff-corridor-sub {
            color: rgba(255,255,255,0.7);
            margin-bottom: 40px;
        }
        .rmff-corridor-card {
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 10px;
            padding: 28px 22px;
            text-align: center;
            margin-bottom: 20px;
        }
        .rmff-corridor-card .rmff-corridor-flag {
            font-size: 42px;
            margin-bottom: 10px;
            display: block;
        }
        .rmff-corridor-card h5 {
            color: #FFD54F;
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 8px;
        }
        .rmff-corridor-card p {
            color: rgba(255,255,255,0.65);
            font-size: 13px;
            margin: 0;
        }
        .rmff-corridor-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFD54F;
            font-size: 28px;
            padding: 20px 0;
        }
        @media (min-width: 768px) {
            .rmff-corridor-arrow {
                padding: 0;
                height: 100%;
            }
        }

        /* ===== PRODUCT CATEGORIES TABS ===== */
        #rmff-product-tabs {
            padding: 70px 0;
            background: #f4f6f4;
        }
        #rmff-product-tabs .rmff-tab-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            margin-bottom: 36px;
        }
        #rmff-product-tabs .rmff-tab-btn {
            background: #fff;
            border: 1.5px solid #c8d8ca;
            color: #3a5c3e;
            font-size: 13px;
            font-weight: 600;
            padding: 9px 22px;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.2s;
            letter-spacing: 0.04em;
        }
        #rmff-product-tabs .rmff-tab-btn.rmff-active,
        #rmff-product-tabs .rmff-tab-btn:hover {
            background: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }
        .rmff-tab-panel { display: none; }
        .rmff-tab-panel.rmff-active { display: block; }
        .rmff-prod-tile {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #e4ede5;
            margin-bottom: 20px;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .rmff-prod-tile:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.09);
        }
        .rmff-prod-tile img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        .rmff-prod-tile-body {
            padding: 16px 18px;
        }
        .rmff-prod-tile-body h5 {
            font-size: 15px;
            font-weight: 700;
            color: #1a3a1f;
            margin-bottom: 6px;
        }
        .rmff-prod-tile-body p {
            font-size: 13px;
            color: #6b7f6e;
            margin: 0;
        }
        .rmff-prod-origin-badge {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 12px;
            margin-bottom: 8px;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .rmff-badge-india { background: #fff3e0; color: #e65100; }
        .rmff-badge-africa { background: #e8f5e9; color: #1b5e20; }

        /* ===== PROCESS SECTION ===== */
        #rmff-process {
            padding: 60px 0;
            background: #fff;
        }
        .rmff-process-step {
            text-align: center;
            padding: 20px 10px;
            position: relative;
        }
        .rmff-process-step::after {
            content: '→';
            position: absolute;
            right: -12px;
            top: 26px;
            font-size: 22px;
            color: #a5c8a8;
        }
        .rmff-process-step:last-child::after { display: none; }
        .rmff-step-circle {
            width: 64px;
            height: 64px;
            background: #e8f5e9;
            border: 2px solid #a5c8a8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px;
        }
        .rmff-step-circle i {
            font-size: 24px;
            color: #2e7d32;
        }
        .rmff-process-step h5 {
            font-size: 14px;
            font-weight: 700;
            color: #1a3a1f;
            margin-bottom: 6px;
        }
        .rmff-process-step p {
            font-size: 13px;
            color: #6b7f6e;
            margin: 0;
        }

        /* ===== CERTIFICATIONS / TRUST BAR ===== */
        #rmff-trust {
            padding: 50px 0;
            background: #f0f5f1;
            border-top: 1px solid #dce8dd;
            border-bottom: 1px solid #dce8dd;
        }
        .rmff-trust-item {
            text-align: center;
            padding: 10px 15px;
        }
        .rmff-trust-item i {
            font-size: 32px;
            color: #2e7d32;
            margin-bottom: 10px;
            display: block;
        }
        .rmff-trust-item h6 {
            font-size: 13px;
            font-weight: 700;
            color: #1a3a1f;
            margin-bottom: 4px;
        }
        .rmff-trust-item p {
            font-size: 12px;
            color: #6b7f6e;
            margin: 0;
        }

        /* ===== TESTIMONIALS ===== */
        #rmff-testimonials {
            padding: 60px 0;
            background: #fff;
        }
        .rmff-testi-card {
            background: #f7faf7;
            border: 1px solid #dce8dd;
            border-left: 4px solid #2e7d32;
            border-radius: 8px;
            padding: 28px 24px;
            margin-bottom: 20px;
            height: 100%;
        }
        .rmff-testi-quote {
            font-size: 36px;
            line-height: 1;
            color: #a5c8a8;
            margin-bottom: 10px;
            font-family: Georgia, serif;
        }
        .rmff-testi-card p {
            font-size: 14px;
            color: #4a5e4c;
            line-height: 1.75;
            font-style: italic;
            margin-bottom: 18px;
        }
        .rmff-testi-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .rmff-testi-avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #2e7d32;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            flex-shrink: 0;
        }
        .rmff-testi-name {
            font-size: 14px;
            font-weight: 700;
            color: #1a3a1f;
            margin: 0;
        }
        .rmff-testi-role {
            font-size: 12px;
            color: #6b7f6e;
            margin: 0;
        }
        .rmff-stars { color: #FFD54F; font-size: 14px; margin-bottom: 4px; }

        /* ===== ENQUIRY FORM STRIP ===== */
        #rmff-enquiry {
            padding: 60px 0;
            background: linear-gradient(135deg, #608f79f6 0%, #0f2e1a 100%);
        }
        #rmff-enquiry h3 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 8px;
        }
        #rmff-enquiry p {
            color: rgba(255,255,255,0.7);
            margin-bottom: 30px;
        }
        .rmff-enquiry-form input,
        .rmff-enquiry-form select,
        .rmff-enquiry-form textarea {
            width: 100%;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 6px;
            padding: 11px 15px;
            color: #fff;
            font-size: 14px;
            margin-bottom: 14px;
            outline: none;
        }
        .rmff-enquiry-form input::placeholder,
        .rmff-enquiry-form textarea::placeholder { color: rgba(255,255,255,0.45); }
        .rmff-enquiry-form select option { color: #333; }
        .rmff-enquiry-form input:focus,
        .rmff-enquiry-form select:focus,
        .rmff-enquiry-form textarea:focus {
            border-color: #FFD54F;
            background: rgba(255,255,255,0.15);
        }
        .rmff-enquiry-submit {
            background: #FFD54F;
            color: #1a3a1f;
            font-weight: 700;
            border: none;
            padding: 13px 40px;
            border-radius: 6px;
            font-size: 15px;
            cursor: pointer;
            width: 100%;
            letter-spacing: 0.04em;
            transition: background 0.2s;
        }
        .rmff-enquiry-submit:hover { background: #ffca28; }

        /* ===== SECTION HEADER SHARED ===== */
        .rmff-section-header {
            margin-bottom: 42px;
        }
        .rmff-section-header h2 {
            font-weight: 700;
            color: #0f2e1a;
            margin-bottom: 12px;
        }
        .rmff-section-header .rmff-divider {
            width: 50px;
            height: 3px;
            background: #FFD54F;
            margin: 0 auto 14px;
            border-radius: 2px;
        }
        .rmff-section-header p {
            color: #5a6a5e;
            font-size: 15px;
            max-width: 560px;
            margin: 0 auto;
        }

        /* ===== RESPONSIVE FIXES ===== */
        @media (max-width: 767px) {
            #rmff-stats-strip .rmff-stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255,255,255,0.12);
                margin-bottom: 4px;
            }
            .rmff-process-step::after { display: none; }
        }


    /* /// for index end  */

    /* start for product such as fruits spices etc  */
    
        /* Standalone Safe Grid Layout */
       .custom-fruit-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.custom-fruit-section h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    color: #111;
}

/* 1. Changed Grid to Flexbox with Centering enabled */
.fruit-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers the leftover items in the last row */
    gap: 20px;
}

/* 2. Updated Fruit Card to use dynamic percentage widths instead of grid columns */
.fruit-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 240px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    cursor: pointer;
    
    /* Default: 2 columns on mobile (10px is half of the 20px gap) */
    width: calc(50% - 10px); 
    box-sizing: border-box;
}

/* Media query for tablet layout */
@media (min-width: 768px) {
    .fruit-grid {
        /* No changes needed here, flex handle it */
    }
    .fruit-card {
        height: 320px;
        /* 3 columns on tablet (approx 13.4px subtracted to account for gaps) */
        width: calc(33.333% - 13.4px); 
    }
}

/* Media query for desktop layout */
@media (min-width: 1024px) {
    .fruit-grid {
        /* No changes needed here, flex handle it */
    }
    .fruit-card {
        /* 4 columns on desktop (15px subtracted to account for gaps) */
        width: calc(25% - 15px); 
    }
}

/* Keep all of your remaining image/hover CSS properties unchanged below */
.fruit-img {
    transition: transform 0.3s ease, filter 0.3s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    z-index: 3;
}

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

.fruit-card:hover .fruit-img {
    transform: scale(1.05);
}

.static-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 10px 15px 10px;
    text-align: center;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.4rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.2s ease;
    z-index: 2;
    box-sizing: border-box;
}

.fruit-card:hover .static-title {
    opacity: 0;
}

.fruit-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 10px;
    background-color: #ffc107;
    color: #212529;
}