/*** 
====================================================================
	Contact Section
====================================================================
***/

.contact-section {
    position: relative;
    background: #f4eedf;
    padding: 40px 0px;
}

.contact-section .form-column .inner {
    position: relative;
    display: block;
}

.contact-section .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-section .form-column .text {
    margin-bottom: 40px;
}

.contact-section .info-column .inner {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 10px;
}

.contact-section .info-column .info-block {
    position: relative;
    line-height: 24px;
    color: #1d1f21;
    margin-bottom: 25px;
}

.contact-section .info-column .info-block strong {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-transform: capitalize;
    color: #101010;
    padding-bottom: 5px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-section .info-column .info-block strong:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 2px solid #7c9d39;
}

.contact-section .info-column .info-block a {
    position: relative;
    display: inline-block;
    color: #1d1f21;
}

.contact-section .info-column .info-block a:hover {
    color: #7c9d39;
    text-decoration: underline;
}

.contact-section .social-link {
    position: relative;
}

.contact-section .social-link a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #1d1f21;
    font-size: 16px;
    margin-right: 10px;
}

.contact-section .social-link a:hover {
    color: #7c9d39;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="file"],
.form input[type="number"],
.form textarea,
.form select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 15px;
    color: #1d1f21;
    line-height: 30px;
    font-weight: 400;
    padding: 14px 25px;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 1px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form textarea {
    height: 160px;
    padding-top: 18px;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
}

/*** 
====================================================================
	Contact Section
====================================================================
***/


.noo-header.header-5 .noo-header-anchor ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-item {
    display: flex;
    align-items: center;
}

.menu-heading {
    padding: 20px 0px;
    margin: 0px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.menu-heading h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
}

.product-list-item .black-content h3 a {
    color: #212121;
    font-weight: 400;
}

.product-list-item.product-list-right .black-content h3 a {
    color: #212121;
}

.product-list-item .black-content {
    color: #212121;
}

@media (min-width:991px) {
    .desk-none {
        display: none !important;
    }

    .desk-flex {
        display: flex;
        align-items: center;
    }
}

@media (max-width:991px) {
    .mobile-none {
        display: none;
    }

}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.our-products .product-list-item img {
    border-radius: 50%;
}

.custom-btn {
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all .4s ease 0s;
    background-color: #79cba8;
    border: 1px solid #fff;
}

.custom-btn:hover {
    background-color: #45b284;
}

.custom-btn a {
    color: #fff;
    position: relative;
}

.custom-btn a:hover {
    color: #fff;
}

@media (min-width:991px) {
    .footer-2 .quick-links {
        display: flex;
    }

    .footer-2 .quick-links ul:last-child {
        margin-left: 60px;
    }
}

.footer-2 .footer-contact {
    display: flex;
    align-items: center;
}

.footer-2 .footer-contact i {
    margin-right: 10px;
    font-size: 20px;
    color: #83aa46;
}

.footer-2 .footer-contact a {
    margin-right: 10px;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 10px;
}

.footer-2 .noo_social a {
    color: #696969;
}

.noo_social a {
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 1px solid #696969;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid rgba(131, 162, 64, 0.2);
}

.top-bar .left-contact,
.top-bar .right-mail {
    display: flex;
    align-items: center;
}

.top-bar .left-contact a,
.top-bar .right-mail a {
    font-size: 16px;
}

.top-bar i {
    font-size: 24px;
    padding-right: 15px;
    color: #7c9d39;
}

@media (max-width:991px) {

    .top-bar .left-contact,
    .top-bar .right-mail {
        display: none;
    }
}

.top-bar .left-contact span,
.top-bar .right-mail span {
    display: block;
    font-size: 12px;
    color: #ababab;
    font-weight: 400;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.item {
    position: relative;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Background color for the text overlay */
    color: white;
    /* Text color */
    padding: 10px 30px 10px 30px;
    /* Padding around the text */
    box-sizing: border-box;
}

.image-overlay p {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.about-us-1 p {
    font-size: 18px;
}

.section-pd {
    padding: 40px 0px;
}

.contact-section h3 {
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .main-logo img {
        max-width: 120px;
    }
}

@media (min-width:991px) {
    .dmt-10 {
        margin-top: 13px !important;
    }
}

@media (max-width: 767px) {
    .noo-product-grid .masonry-item {
        width: 50%;
    }

    .commerce .product-grid .noo-product-inner {
        height: 235px;
    }

    div.product-style2 .product-grid .noo-product-inner .noo-product-title {
        padding: 10px 10px;
    }
}

@media (max-width:576px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .desk-flex {
        display: flex;
        flex-direction: column;
    }

    .text-left {
        text-align: center;
    }

    .product-list-item .middle h3 a {
        color: #fff;
        font-weight: 400;
    }
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('../font/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-BlackItalic.woff2') format('woff2'),
        url('../font/Roboto-BlackItalic.woff') format('woff'),
        url('../font/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff'),
        url('../font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('../font/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-BoldItalic.woff2') format('woff2'),
        url('../font/Roboto-BoldItalic.woff') format('woff'),
        url('../font/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('../font/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-LightItalic.woff2') format('woff2'),
        url('../font/Roboto-LightItalic.woff') format('woff'),
        url('../font/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url('../font/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-ThinItalic.woff2') format('woff2'),
        url('../font/Roboto-ThinItalic.woff') format('woff'),
        url('../font/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff'),
        url('../font/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('../font/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-MediumItalic.woff2') format('woff2'),
        url('../font/Roboto-MediumItalic.woff') format('woff'),
        url('../font/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff'),
        url('../font/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff'),
        url('../font/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Italic.woff2') format('woff2'),
        url('../font/Roboto-Italic.woff') format('woff'),
        url('../font/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff'),
        url('../font/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.custom-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.noo-header.header-5 .menu-position {
    position: relative;
    height: auto;
}

.noo-header.header-5 .navbar {
    min-height: 130px;
}

.main-logo img {
    max-width: 300px;
}

@media (max-width: 991px) {
    .main-logo img {
        max-width: 150px;
    }
}

/* .top-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid rgba(131, 162, 64, 0.2);
        } */

.error_field {
    color: #7c9d39;
    text-align: right;
    font-size: 13px;
    padding-top: 6px;
    display: flex;
    justify-content: flex-end;
}

.noo-main-menu .menu-item-has-children a {
    cursor: default !important;
}

html {
    scroll-behavior: smooth;
}

.footer-contact-details {
    margin-bottom: 15px;
}


/* MINIMALIST OVERLAPPING DESIGN */
.category-section-title {
    margin: 80px 0 60px;
    text-align: center;
}

.category-section-title h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c3e50;
    letter-spacing: 2px;
}

.title-line {
    display: block;
    width: 60px;
    height: 3px;
    background: #7c9d39;
    margin: 15px auto 0;
}

.overlap-product-row {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.product-image-box {
    flex: 0 0 60%;
    z-index: 1;
}

.product-image-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-content-box {
    flex: 0 0 50%;
    background: #fff;
    padding: 60px;
    margin-left: -10%;
    border: 1px solid #ddd;
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

/* Alternating Reverse Layout */
.overlap-product-row.row-reverse {
    flex-direction: row-reverse;
}

.overlap-product-row.row-reverse .product-content-box {
    margin-left: 0;
    margin-right: -10%;
}

.product-content-box h3 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.1;
}

.overlap-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlap-meta-list li {
    font-size: 18px;
    color: #444;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
}

.overlap-meta-list li strong {
    color: #1a1a1a;
    display: inline-block;
    width: 120px;
    font-weight: 700;
}

.amf-details {
    text-align: left;
    margin-top: 15px;
}

.amf-params {
    margin-bottom: 5px;
    font-size: 18px;
    color: #1a1a1a;
}

.amf-meta {
    margin-bottom: 25px !important;
}

.description-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.description-bullets li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.description-bullets li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: bold;
}

/* Ensure images don't stretch in the new layout */
.product-image-box img {
    width: 100%;
    height: 480px;
    /* Consistent height */
    object-fit: cover;
}

/* Scroll Reveal Animations */
.overlap-product-row {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.overlap-product-row.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Luxury Accent for Headings */
.product-content-box h3 {
    position: relative;
    display: inline-block;
}

.product-content-box h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #7c9d39;
}

@media (max-width: 991px) {
    .product-image-box img {
        height: 350px;
    }
}

.product-content-box .subtitle {
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
    margin-top: 15px;
    font-weight: 500;
}

.product-content-box .also-available {
    display: inline-block;
    font-size: 11px;
    background: #7c9d39;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* MODERN GRIDS FOR FRESH ITEMS */
.vegetable-grid, .fruit-grid {
    padding: 20px 0;
}

.fresh-item-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 24px;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.fresh-item-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: rgba(124, 157, 57, 0.04);
    border-radius: 50%;
    transform: translate(-50%, -75%);
    z-index: 0;
    transition: all 0.5s ease;
}

.fresh-item-box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    /* filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.08)); */
    transition: all 0.5s ease;
}

.fresh-item-box h4 {
    font-size: 14px;
    font-weight: 800;
      color: #444;

    margin: 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}



.fresh-item-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
    border-color: rgba(124, 157, 57, 0.2);
    background: #fafafa;
}

.fresh-item-box:hover::before {
    transform: translate(-50%, -75%) scale(1.5);
    background: rgba(124, 157, 57, 0.08);
}

.fresh-item-box:hover img {
    transform: scale(1.08) rotate(2deg);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.12));
}

/* OIL GRID */
.oil-item-row {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.oil-img {
    flex: 0 0 150px;
}

.oil-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.oil-desc {
    padding-left: 20px;
}

.oil-desc h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
  color: #444;
}

.oil-desc p {
    margin: 0;
    color: #666;
}

.oil-desc strong {
    color: #333;
}

@media (max-width: 767px) {
    .oil-item-row {
        flex-direction: column;
        text-align: center;
    }

    .oil-desc {
        padding-left: 0;
        padding-top: 15px;
    }
}
.footer-2{
    border-top: 1px solid #f4eede;
}

/* Category Cards Premium Styles */
.category-cards-grid {
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-card-col {
    margin-bottom: 30px;
}

.category-card {
    position: relative;
    display: block;
    /* border-radius: 12px; */
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.08); */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none !important;
    background: #fff;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.category-card:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    border-color: #7c9d39;
}

.category-card-img {
    position: relative;
    width: 100%;
    padding-bottom: 85%; /* Slightly wider aspect ratio since name is now below */
    overflow: hidden;
    background: #f9f9f9;
}

.category-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.category-card:hover .category-card-img img {
    transform: scale(1.08);
}

.category-card-content {
    padding: 20px 15px;
    background: #fff;
    transition: background 0.3s ease;
}

.category-card:hover .category-card-content {
    background: #7c9d39;
}

.category-card-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.category-card:hover .category-card-content h3 {
    color: #fff;
}

@media (max-width: 991px) {
    .category-card-content h3 {
        font-size: 16px;
    }
}

