{"id":2408,"date":"2026-04-06T18:04:35","date_gmt":"2026-04-06T18:04:35","guid":{"rendered":"https:\/\/www.rpmpackagingindustries.com\/?page_id=2408"},"modified":"2026-04-06T18:22:17","modified_gmt":"2026-04-06T18:22:17","slug":"about-us","status":"publish","type":"page","link":"https:\/\/www.rpmpackagingindustries.com\/?page_id=2408","title":{"rendered":"About us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2408\" class=\"elementor elementor-2408\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02942ad e-flex e-con-boxed e-con e-parent\" data-id=\"02942ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cf3645 elementor-widget elementor-widget-html\" data-id=\"4cf3645\" data-element_type=\"widget\" data-e-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>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>About RPM Packaging Industries<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;700;900&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *{margin:0;padding:0;box-sizing:border-box;}\r\n  body{font-family:'DM Sans',sans-serif;background:#f5f7fa;color:#1E2A38;line-height:1.7;}\r\n  a{text-decoration:none;}\r\n\r\n  \/* Hero Section *\/\r\n  .rpm-hero {\r\n    background: linear-gradient(135deg,#0A1628,#101F38);\r\n    color:#FFD57A;\r\n    text-align:center;\r\n    padding:140px 20px 100px;\r\n  }\r\n  .rpm-hero h1 {font-size:56px;font-weight:900;margin-bottom:20px;color:#FFD57A;}\r\n  .rpm-hero p {font-size:20px;max-width:800px;margin:auto;line-height:2;color:rgba(255,255,255,0.9);}\r\n  .rpm-hero-btn {\r\n    display:inline-block;\r\n    margin-top:30px;\r\n    padding:18px 40px;\r\n    border-radius:50px;\r\n    font-weight:900;\r\n    color:#0A1628;\r\n    background:#FFD57A;\r\n    font-size:18px;\r\n    transition:0.3s ease;\r\n  }\r\n  .rpm-hero-btn:hover {background:#C8972A;color:#fff;}\r\n\r\n  \/* About Section *\/\r\n  .rpm-about-section {max-width:1200px;margin:50px auto;padding:0 20px;}\r\n  .rpm-about-section h2 {color:#C8972A;font-size:36px;font-weight:900;margin-bottom:25px;text-align:center;}\r\n  .rpm-about-section p {font-size:17px;line-height:1.9;margin-bottom:25px;color:#1E2A38;text-align:justify;}\r\n\r\n  \/* Cards Section *\/\r\n  .rpm-about-cards {\r\n    display:grid;\r\n    grid-template-columns:repeat(3,1fr);\r\n    gap:30px;\r\n    margin-top:40px;\r\n  }\r\n  .rpm-card {\r\n    background:#101F38;\r\n    border-radius:16px;\r\n    padding:35px 20px;\r\n    color:#FFD57A;\r\n    text-align:center;\r\n    box-shadow:0 20px 50px rgba(0,0,0,0.25);\r\n    transition:0.35s ease;\r\n  }\r\n  .rpm-card:hover {\r\n    transform:translateY(-10px);\r\n    box-shadow:0 30px 70px rgba(0,0,0,0.35);\r\n  }\r\n  .rpm-card h3 {font-size:24px;font-weight:900;margin-bottom:15px;}\r\n  .rpm-card p {font-size:16px;color:rgba(255,213,122,0.9);line-height:1.8;}\r\n\r\n  \/* Sections with images *\/\r\n  .rpm-section-image {\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    margin:80px 0;\r\n    gap:40px;\r\n  }\r\n  .rpm-section-image img {\r\n    width:48%;\r\n    border-radius:18px;\r\n    box-shadow:0 15px 50px rgba(0,0,0,0.2);\r\n  }\r\n  .rpm-section-image .rpm-section-text {width:48%;}\r\n  .rpm-section-image h3 {font-size:28px;color:#C8972A;margin-bottom:20px;font-weight:900;}\r\n  .rpm-section-image p {font-size:16px;color:#1E2A38;line-height:1.9;}\r\n\r\n  \/* Buttons Section *\/\r\n  .rpm-buttons {text-align:center;margin:60px 0;}\r\n  .rpm-btn {\r\n    display:inline-block;\r\n    padding:16px 40px;\r\n    border-radius:50px;\r\n    font-weight:900;\r\n    margin:12px;\r\n    font-size:16px;\r\n    transition:0.3s ease;\r\n  }\r\n  .rpm-btn-portfolio {color:#C8972A;border:2px solid #C8972A;background:#fff;}\r\n  .rpm-btn-portfolio:hover {background:#C8972A;color:#fff;}\r\n  .rpm-btn-whatsapp {background:#25D366;color:#fff;border:none;}\r\n  .rpm-btn-whatsapp:hover {background:#1DA851;color:#fff;}\r\n\r\n  \/* Footer Section *\/\r\n  .rpm-footer {\r\n    background:#101F38;\r\n    color:#FFD57A;\r\n    text-align:center;\r\n    padding:40px 20px;\r\n  }\r\n\r\n  \/* Responsive *\/\r\n  @media(max-width:1024px){.rpm-about-cards {grid-template-columns:1fr 1fr;}.rpm-section-image {flex-direction:column;}.rpm-section-image img,.rpm-section-image .rpm-section-text{width:100%;}}\r\n  @media(max-width:768px){.rpm-hero h1{font-size:42px;}.rpm-hero p{font-size:18px;}.rpm-about-section h2{font-size:30px;}.rpm-card h3{font-size:22px;}.rpm-card p{font-size:15px;}.rpm-section-image h3{font-size:24px;}.rpm-section-image p{font-size:15px;}}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- Hero Section -->\r\n  <section class=\"rpm-hero\">\r\n    <h1>RPM Packaging Industries<\/h1>\r\n    <p>Premium ISO-certified packaging manufacturer providing durable, customizable, and visually appealing packaging solutions for garments, FMCG, e-commerce, industrial, and export sectors.<\/p>\r\n    <a href=\"https:\/\/www.rpmpackagingindustries.com\/my-portfolio\/\" class=\"rpm-hero-btn\">View Portfolio<\/a>\r\n  <\/section>\r\n\r\n  <!-- About Company Section -->\r\n  <section class=\"rpm-about-section\">\r\n    <h2>About Us<\/h2>\r\n    <p><strong>RPM Packaging Industries<\/strong> is an ISO-certified manufacturer delivering innovative, high-quality packaging solutions. Our facility is equipped with advanced production technology to ensure each product is made with precision, durability, and eco-friendly practices.<\/p>\r\n    <p>We aim to provide premium packaging at competitive rates, helping businesses protect and present their products professionally while boosting brand identity.<\/p>\r\n\r\n    <!-- Cards Section -->\r\n    <div class=\"rpm-about-cards\">\r\n      <div class=\"rpm-card\">\r\n        <h3>ISO Certified<\/h3>\r\n        <p>All manufacturing adheres to international ISO standards, ensuring consistent quality and reliability.<\/p>\r\n      <\/div>\r\n      <div class=\"rpm-card\">\r\n        <h3>Advanced Technology<\/h3>\r\n        <p>State-of-the-art machinery and production processes allow high precision and mass production capability.<\/p>\r\n      <\/div>\r\n      <div class=\"rpm-card\">\r\n        <h3>Custom Packaging<\/h3>\r\n        <p>Tailor-made solutions for every product size, branding requirement, and industry need.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Image Sections -->\r\n    <div class=\"rpm-section-image\">\r\n      <img decoding=\"async\" src=\"https:\/\/www.rpmpackagingindustries.com\/assets\/images\/factory.jpg\" alt=\"RPM Factory\" title=\"About us\">\r\n      <div class=\"rpm-section-text\">\r\n        <h3>Our Facility<\/h3>\r\n        <p>Manufactured in our ISO-certified facility, RPM ensures every packaging solution meets premium quality standards. Our modern machines handle both small and bulk orders efficiently, maintaining consistency and strength.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"rpm-section-image\">\r\n      <div class=\"rpm-section-text\">\r\n        <h3>Our Mission & Vision<\/h3>\r\n        <p><strong>Mission:<\/strong> Deliver eco-friendly, durable, and innovative packaging solutions that enhance product safety and brand identity.<\/p>\r\n        <p><strong>Vision:<\/strong> To become a globally trusted leader in packaging quality, reliability, and innovation.<\/p>\r\n      <\/div>\r\n      <img decoding=\"async\" src=\"https:\/\/www.rpmpackagingindustries.com\/assets\/images\/mission.jpg\" alt=\"Mission\" title=\"About us\">\r\n    <\/div>\r\n\r\n    <div class=\"rpm-section-image\">\r\n      <img decoding=\"async\" src=\"https:\/\/www.rpmpackagingindustries.com\/assets\/images\/products.jpg\" alt=\"Products\" title=\"About us\">\r\n      <div class=\"rpm-section-text\">\r\n        <h3>Products & Services<\/h3>\r\n        <p>We provide a wide variety of packaging solutions including Corrugated Boxes (3 Ply \/ 5 Ply), Industrial Packaging, E-commerce Packaging, Printed Boxes, Export Packaging, Flexo Printed Packaging, Die-Cut Packaging, Corrugated Boards & Rolls, Plastic Poly Bags, and Custom Packaging Solutions.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Buttons -->\r\n    <div class=\"rpm-buttons\">\r\n      <a href=\"https:\/\/www.rpmpackagingindustries.com\/my-portfolio\/\" class=\"rpm-btn rpm-btn-portfolio\">View Portfolio<\/a>\r\n      <a href=\"https:\/\/wa.me\/919999999999\" target=\"_blank\" class=\"rpm-btn rpm-btn-whatsapp\">Contact via WhatsApp<\/a>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Footer -->\r\n  <footer class=\"rpm-footer\">\r\n    <p>&copy; 2026 RPM Packaging Industries. All Rights Reserved.<\/p>\r\n  <\/footer>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About RPM Packaging Industries RPM Packaging Industries Premium ISO-certified packaging manufacturer providing durable, customizable, and visually appealing packaging solutions for garments, FMCG, e-commerce, industrial, and export sectors. View Portfolio About Us RPM Packaging Industries is an ISO-certified manufacturer delivering innovative, high-quality packaging solutions. Our facility is equipped with advanced production technology to ensure each product [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2408","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=\/wp\/v2\/pages\/2408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2408"}],"version-history":[{"count":8,"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=\/wp\/v2\/pages\/2408\/revisions"}],"predecessor-version":[{"id":2417,"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=\/wp\/v2\/pages\/2408\/revisions\/2417"}],"wp:attachment":[{"href":"https:\/\/www.rpmpackagingindustries.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}