{"id":1735,"date":"2023-03-08T10:39:53","date_gmt":"2023-03-08T10:39:53","guid":{"rendered":"https:\/\/klbtheme.com\/blonwe\/?page_id=1735"},"modified":"2025-05-28T16:17:05","modified_gmt":"2025-05-28T16:17:05","slug":"about-us","status":"publish","type":"page","link":"https:\/\/badellifoods.com\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1735\" class=\"elementor elementor-1735\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-67d4da3 elementor-section-full_width elementor-section-content-top elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"67d4da3\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-98f5e59\" data-id=\"98f5e59\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cfed203 elementor-widget elementor-widget-html\" data-id=\"cfed203\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us - United Products LLC<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary: #c00;\n            --primary-dark: #a00;\n            --secondary: #333;\n            --light: #f8f8f8;\n            --white: #fff;\n            --gray: #777;\n            --light-gray: #eaeaea;\n            --border-radius: 8px;\n            --box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            --transition: all 0.3s ease;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'DM Sans', sans-serif;\n            line-height: 1.6;\n            color: var(--secondary);\n            background-color: var(--white);\n            overflow-x: hidden;\n        }\n        \n        h1, h2, h3, h4, h5 {\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1rem;\n            color: var(--secondary);\n        }\n        \n        h1 {\n            font-size: 3.5rem;\n        }\n        \n        h2 {\n            font-size: 2.5rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        h2:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 80px;\n            height: 4px;\n            background: var(--primary);\n        }\n        \n        h3 {\n            font-size: 1.75rem;\n        }\n        \n        p {\n            margin-bottom: 1.5rem;\n            font-size: 15px;\n        }\n        \n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Updated button class to 'buten' *\/\n        .buten {\n            display: inline-block;\n            padding: 8px 15px;\n            background:;\n            color: var-primary;\n            border-radius: 250px; \/* Increased border radius *\/\n            text-decoration: none;\n            font-weight: 700;\n            transition: var(--transition);\n            border: 02px solid var(--primary); \/* Added border *\/\n            cursor: pointer;\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .buten:hover {\n            background: var(--primary);\n            color: var(--white);\n            border: 2px solid transparent; \/* Remove border on hover *\/\n        }\n        \n        section {\n            padding: 100px 0;\n        }\n        \n        .text-center {\n            text-align: center;\n        }\n        \n        .text-center h2:after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        \n        \n        \/* About Section *\/\n        .about {\n            background:#fff;\n        }\n        \n        .about-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        \n        .about-image {\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n            position: relative;\n        }\n        \n        .about-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: var(--transition);\n        }\n        \n        .about-image:hover img {\n            transform: scale(1.05);\n        }\n        \n        .about-text h2 {\n            margin-bottom: 25px;\n        }\n        \n        \/* Values Section *\/\n        .values {\n            background: var(--white);\n        }\n        \n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-top: 50px;\n        }\n        \n        .value-card {\n            background: var(--light);\n            padding: 40px 30px;\n            border-radius: var(--border-radius);\n            text-align: center;\n            transition: var(--transition);\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n        }\n        \n        .value-card:hover {\n            transform: translateY(-10px);\n            box-shadow: var(--box-shadow);\n        }\n        \n        .value-icon {\n            width: 80px;\n            height: 80px;\n            background: rgba(192, 0, 0, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 25px;\n            color: var(--primary);\n            font-size: 2rem;\n        }\n        \n        \/* Stats Section *\/\n        .stats {\n            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https:\/\/images.unsplash.com\/photo-1556911220-ef412aea183d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');\n            background-size: cover;\n            background-position: center;\n            color: var(--white);\n            text-align: center;\n        }\n        \n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 30px;\n        }\n        \n        .stat-item {\n            padding: 30px;\n        }\n        \n        .stat-number {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: var(--white);\n        }\n        \n        .stat-text {\n            font-size: 1.2rem;\n            color: rgba(255,255,255,0.8);\n        }\n        \n        \/* Timeline Section *\/\n        .timeline {\n            background: var(--white);\n        }\n        \n        .timeline-container {\n            position: relative;\n            max-width: 800px;\n            margin: 50px auto 0;\n        }\n        \n        .timeline-container:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 4px;\n            height: 100%;\n            background: var(--primary);\n        }\n        \n        .timeline-item {\n            position: relative;\n            width: 50%;\n            padding: 20px 40px;\n        }\n        \n        .timeline-item:nth-child(odd) {\n            left: 0;\n        }\n        \n        .timeline-item:nth-child(even) {\n            left: 50%;\n        }\n        \n        .timeline-item:after {\n            content: '';\n            position: absolute;\n            top: 30px;\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n            background: var(--primary);\n            border: 4px solid var(--white);\n        }\n        \n        .timeline-item:nth-child(odd):after {\n            right: -12px;\n        }\n        \n        .timeline-item:nth-child(even):after {\n            left: -12px;\n        }\n        \n        .timeline-content {\n            background: var(--light);\n            padding: 30px;\n            border-radius: var(--border-radius);\n            box-shadow: var(--box-shadow);\n        }\n        \n        .timeline-year {\n            color: var(--primary);\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        \/* CTA Section *\/\n        .cta {\n            background: linear-gradient(to right, var(--primary), var(--primary-dark));\n            color: var(--white);\n            text-align: center;\n            padding: 80px 0;\n        }\n        \n        .cta h2 {\n            color: var(--white);\n            margin-bottom: 20px;\n        }\n        \n        .cta h2:after {\n            display: none;\n        }\n        \n        .cta p {\n            max-width: 700px;\n            margin: 0 auto 30px;\n            color: rgba(255,255,255,0.9);\n        }\n        \n        \/* Updated button for CTA *\/\n        .cta .buten {\n            background: var(--white);\n            color: var(--primary);\n            border: 2px solid var(--white);\n        }\n        \n        .cta .buten:hover {\n            background: transparent;\n            color: var(--white);\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 992px) {\n            .values-grid,\n            .stats-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .about-content {\n                grid-template-columns: 1fr;\n            }\n            \n            .about-image {\n                max-width: 600px;\n                margin: 0 auto;\n            }\n            \n            h1 {\n                font-size: 3rem;\n            }\n            \n            h2 {\n                font-size: 2rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .timeline-container:before {\n                left: 30px;\n            }\n            \n            .timeline-item {\n                width: 100%;\n                padding-left: 70px;\n                padding-right: 20px;\n                left: 0 !important;\n            }\n            \n            .timeline-item:nth-child(odd):after,\n            .timeline-item:nth-child(even):after {\n                left: 20px;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .values-grid,\n            .stats-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            h1 {\n                font-size: 2.5rem;\n            }\n            \n            .hero {\n                height: 80vh;\n            }\n            \n            section {\n                padding: 70px 0;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    \n\n    <!-- About Section -->\n    <section id=\"about\" class=\"about\">\n        <div class=\"container\">\n            <div class=\"about-content\">\n                <div class=\"about-image\">\n                    <img decoding=\"async\" src=\"https:\/\/badellifoods.com\/wp-content\/uploads\/2025\/05\/pexels-photo-4391479-5324ee38-1.jpeg\" alt=\"Badelli Food Factory\">\n                <\/div>\n                <div class=\"about-text\">\n                    <h2>Our Heritage<\/h2>\n                    <p>United Products LLC began its journey with a simple mission: to provide high-quality, products and cleaning products for our community.<\/p>\n                    <p>Today, we stand as a trusted name, synonymous with reliability, innovation, and excellence in every product we offer. Our commitment to quality begins with sourcing the finest ingredients and extends through our state-of-the-art manufacturing processes.<\/p>\n                    <p>We take pride in our Venezuelan heritage while embracing global standards of food production. Our team of food scientists and nutrition experts work tirelessly to develop products that meet the highest international quality benchmarks.<\/p>\n                    <a href=\"https:\/\/badellifoods.com\/index.php\/shop\" class=\"buten\">Our Product Range<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Values Section -->\n    <section class=\"values\">\n        <div class=\"container text-center\">\n            <h2>Our Core Values<\/h2>\n            <p>The principles that guide everything we do at Badelli Food<\/p>\n            \n            <div class=\"values-grid\">\n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-star\"><\/i>\n                    <\/div>\n                    <h3>Quality Excellence<\/h3>\n                    <p>We never compromise on quality. Every product undergoes rigorous testing to ensure it meets our high standards before reaching our customers.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-heart\"><\/i>\n                    <\/div>\n                    <h3>Nutrition Focus<\/h3>\n                    <p>We believe food should nourish. Our products are developed with nutritional balance and health benefits as top priorities.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-leaf\"><\/i>\n                    <\/div>\n                    <h3>Sustainability<\/h3>\n                    <p>From sourcing to packaging, we prioritize environmentally responsible practices to minimize our ecological footprint.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-users\"><\/i>\n                    <\/div>\n                    <h3>Community Commitment<\/h3>\n                    <p>We support the communities we serve through local initiatives, fair employment, and responsible business practices.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-lightbulb\"><\/i>\n                    <\/div>\n                    <h3>Innovation<\/h3>\n                    <p>We continuously explore new techniques and flavors to bring innovative food solutions to market.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-handshake\"><\/i>\n                    <\/div>\n                    <h3>Integrity<\/h3>\n                    <p>Honesty and transparency guide our relationships with customers, partners, and employees.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Timeline Section -->\n    <section class=\"timeline\">\n        <div class=\"container text-center\">\n            <h2>Our Journey<\/h2>\n            <p>Key milestones in the Badelli Food story<\/p>\n            \n            <div class=\"timeline-container\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">1998<\/div>\n                        <h3>Foundation<\/h3>\n                        <p>United Products LLC was founded with a vision to provide high-quality food products to the Venezuelan market.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">2005<\/div>\n                        <h3>First Export<\/h3>\n                        <p>We expanded beyond Venezuela, exporting our products to neighboring countries for the first time.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">2010<\/div>\n                        <h3>Quality Certification<\/h3>\n                        <p>Received international quality certifications for our manufacturing processes and food safety standards.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">2015<\/div>\n                        <h3>Product Expansion<\/h3>\n                        <p>Launched 15 new product lines, including our popular natural juices and premium cooking oils.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">2020<\/div>\n                        <h3>Global Reach<\/h3>\n                        <p>Our products became available in over 20 countries across North and South America.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">2023<\/div>\n                        <h3>Sustainability Milestone<\/h3>\n                        <p>Implemented comprehensive sustainability program achieving 75% recycled packaging.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats\">\n        <div class=\"container\">\n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">25+<\/div>\n                    <div class=\"stat-text\">Years of Experience<\/div>\n                <\/div>\n                \n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">150+<\/div>\n                    <div class=\"stat-text\">Products Available<\/div>\n                <\/div>\n                \n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">20+<\/div>\n                    <div class=\"stat-text\">Countries Served<\/div>\n                <\/div>\n                \n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">500K+<\/div>\n                    <div class=\"stat-text\">Happy Customers<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta\">\n        <div class=\"container\">\n            <h2>Experience the Badelli Difference<\/h2>\n            <p>Join thousands of satisfied customers who trust Badelli Food for premium quality products that deliver on taste, nutrition, and value.<\/p>\n            <a href=\"https:\/\/badellifoods.com\/index.php\/shop\" class=\"buten\">Explore Our Products<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                \n                const targetId = this.getAttribute('href');\n                if(targetId === '#') return;\n                \n                const targetElement = document.querySelector(targetId);\n                if(targetElement) {\n                    window.scrollTo({\n                        top: targetElement.offsetTop - 80,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n\n        \/\/ Animation on scroll\n        function animateOnScroll() {\n            const elements = document.querySelectorAll('.value-card, .timeline-item, .stat-item');\n            \n            elements.forEach(element => {\n                const elementPosition = element.getBoundingClientRect().top;\n                const screenPosition = window.innerHeight \/ 1.3;\n                \n                if(elementPosition < screenPosition) {\n                    element.style.opacity = '1';\n                    element.style.transform = 'translateY(0)';\n                }\n            });\n        }\n\n        \/\/ Set initial state for animated elements\n        document.querySelectorAll('.value-card, .timeline-item, .stat-item').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n        });\n\n        \/\/ Trigger animations on load and scroll\n        window.addEventListener('load', animateOnScroll);\n        window.addEventListener('scroll', animateOnScroll);\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; United Products LLC Our Heritage United Products LLC began its journey with a simple mission: to provide high-quality, products and cleaning products for our community. Today, we stand as a trusted name, synonymous with reliability, innovation, and excellence in every product we offer. Our commitment to quality begins with sourcing the finest<\/p>\n<div class=\"klb-readmore button\"><a class=\"btn link\" href=\"https:\/\/badellifoods.com\/index.php\/about-us\/\">Read More <i class=\"klbth-icon-right-arrow\"><\/i><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1735","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/pages\/1735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/comments?post=1735"}],"version-history":[{"count":39,"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/pages\/1735\/revisions"}],"predecessor-version":[{"id":5235,"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/pages\/1735\/revisions\/5235"}],"wp:attachment":[{"href":"https:\/\/badellifoods.com\/index.php\/wp-json\/wp\/v2\/media?parent=1735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}