<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>image-optimization</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/prospero/p.prosperoautomationsystems.com/wp-includes/functions.php</b> on line <b>6131</b><br />
{"id":7,"date":"2025-07-14T05:42:53","date_gmt":"2025-07-14T05:42:53","guid":{"rendered":"https:\/\/p.prosperoautomationsystems.com\/?page_id=7"},"modified":"2025-07-14T05:42:53","modified_gmt":"2025-07-14T05:42:53","slug":"7-2","status":"publish","type":"page","link":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/","title":{"rendered":""},"content":{"rendered":"\n<!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>Prospero Automation Systems | Electrical Panel Manufacturer &#038; Industrial Automation in Bengaluru<\/title>\n    <meta name=\"description\" content=\"Prospero Automation Systems is India's leading electrical panel manufacturer, specializing in advanced LT &#038; MV panels and industrial automation.\"\/>\n    <meta name=\"keywords\" content=\"electrical panel manufacturer, LT panels, MV panels, industrial automation, PLC software development, servo control, motion control, intelligent MCC panels, control panel design, LT control panels, safe electrical systems, efficient electrical systems, India electrical panels, automation company, end-to-end electrical design, after-sales support electrical, quality panel fabrication\"\/>\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"stylesheet\" href=\"style.css\" \/>\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&#038;icon_names=handshake\" \/>\n<style>\n    \/* --- GLOBAL & SETUP --- *\/\nhtml, body {\n    width: 100%;\n    overflow-x: hidden;\n    margin: 0;\n    padding: 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    scroll-behavior: smooth;\n}\n\nbody {\n    background: #f7fafd;\n}\n\n* {\n    box-sizing: border-box;\n}\n\n\/* --- NAVIGATION --- *\/\nnav {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 1000;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 1rem 2rem;\n    background: rgba(255, 255, 255, 0.8);\n    backdrop-filter: blur(10px);\n    border-radius: 0 0 18px 18px;\n    transition: box-shadow 0.3s, background 0.3s;\n    animation: navDrop 1.2s cubic-bezier(.23,1.01,.32,1) both;\n    box-shadow: 0 4px 24px rgba(26,115,232,0.07);\n}\n\n@keyframes navDrop {\n    0% { transform: translateY(-80px); opacity: 0; }\n    100% { transform: translateY(0); opacity: 1; }\n}\n\n.logo {\n    font-weight: 800;\n    font-size: 1rem;\n    color: #1a73e8;\n}\n\n.nav-links a {\n    position: relative;\n    overflow: hidden;\n    margin: 0 1rem;\n    text-decoration: none;\n    color: #333;\n    font-weight: 600;\n    transition: color 0.3s;\n}\n\n.nav-links a:hover {\n    color: #1a73e8;\n}\n\n.nav-links a::after {\n    content: '';\n    display: block;\n    position: absolute;\n    left: 50%;\n    bottom: -5px;\n    width: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1a73e8 60%, #8fd3f4 100%);\n    border-radius: 2px;\n    transition: width 0.3s, left 0.3s;\n}\n\n.nav-links a:hover::after, .nav-links a.active::after {\n    width: 100%;\n    left: 0;\n}\n\n.hamburger {\n    display: none;\n    cursor: pointer;\n    flex-direction: column;\n    gap: 5px;\n}\n\n.hamburger div {\n    width: 25px;\n    height: 3px;\n    background-color: #333;\n    border-radius: 2px;\n    transition: all 0.3s;\n}\n\n.hamburger.active div:nth-child(1) {\n    transform: rotate(45deg) translate(5px, 5px);\n}\n.hamburger.active div:nth-child(2) {\n    opacity: 0;\n}\n.hamburger.active div:nth-child(3) {\n    transform: rotate(-45deg) translate(7px, -6px);\n}\n\n\/* --- BUTTONS --- *\/\n.cta-btn {\n    background: #1a73e8;\n    color: #fff;\n    padding: 0.8rem 1.8rem;\n    border-radius: 25px;\n    text-decoration: none;\n    font-weight: 600;\n    box-shadow: 0 2px 16px rgba(26,115,232,0.13);\n    transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;\n    display: inline-block;\n}\n\n.cta-btn:hover {\n    background: #155ab6;\n    color: #fff;\n    transform: scale(1.08) translateY(-2px);\n    box-shadow: 0 8px 32px rgba(26,115,232,0.23);\n}\n\n\/* --- HERO SECTION --- *\/\n.hero {\n    position: relative;\n    overflow: hidden;\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    text-align: center;\n    background: linear-gradient(120deg, #e3edfa 60%, #fff 100%);\n    padding-top: 80px; \/* To offset nav *\/\n}\n\n#party-bg {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 1;\n    pointer-events: none;\n}\n\n.parallax-img {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: url('Images\/2.png');\n    opacity: 0.18;\n    z-index: 2;\n    transition: transform 0.2s ease-out;\n}\n\n.hero-content-wrapper {\n    position: relative;\n    z-index: 3;\n    padding: 1rem;\n}\n\n.hero-title {\n    font-size: 3rem;\n    font-weight: 900;\n    color: #1a73e8;\n    margin-bottom: 1.2rem;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    animation: popIn 1.2s both;\n}\n\n.hero-title .party-emoji {\n    font-size: 2rem;\n    display: inline-block;\n    animation: popIn 1.2s 0.2s both;\n}\n\n.hero-desc {\n    font-size: 1.2rem;\n    color: #333;\n    max-width: 700px;\n    margin: 0 auto 2.5rem auto;\n    line-height: 1.6;\n    background: rgba(255,255,255,0.85);\n    backdrop-filter: blur(2px);\n    border-radius: 18px;\n    box-shadow: 0 8px 32px rgba(26,115,232,0.10);\n    padding: 2rem 1.5rem;\n    animation: fadeInUp 1.5s both;\n}\n\n\/* --- SLIDER --- *\/\n.slider {\n    margin-bottom: 2.5rem;\n    animation: popIn 1.5s 0.2s both;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n    position: relative;\n}\n\n.slides-container {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    overflow: hidden;\n    border-radius: 14px;\n    background: #e3edfa;\n    box-shadow: 0 8px 32px rgba(26,115,232,0.10);\n}\n.slide {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-fit: contain;\n    opacity: 0;\n    transition: opacity 0.6s ease-in-out;\n}\n\n.slide.active {\n    opacity: 1;\n}\n\n.responsive-img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n    border-radius: 14px;\n}\n\n.slider-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background-color: rgba(26, 115, 232, 0.8);\n    border: none;\n    color: #fff;\n    font-size: 1.5rem;\n    font-weight: bold;\n    border-radius: 50%;\n    width: 44px;\n    height: 44px;\n    cursor: pointer;\n    transition: all 0.3s;\n    z-index: 10;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.slider-arrow:hover {\n    background-color: #1a73e8;\n    transform: translateY(-50%) scale(1.1);\n}\n\n.slider-arrow.prev {\n    left: 1rem;\n}\n\n.slider-arrow.next {\n    right: 1rem;\n}\n\n#party-text {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #1a73e8;\n    margin-top: 1.5rem;\n    animation: partyText 2s infinite alternate;\n}\n\n\/* --- GENERAL SECTION STYLING --- *\/\nsection {\n    padding: 4rem 2rem;\n}\n\n.section-title {\n    text-transform: uppercase;\n    font-size: 1.5rem;\n    letter-spacing: 2px;\n    color: #1a73e8;\n    font-weight: 800;\n    margin-bottom: 3rem;\n    text-align: center;\n    position: relative;\n}\n\n.section-title::after {\n    content: '';\n    display: block;\n    width: 60px;\n    height: 3px;\n    background: linear-gradient(90deg, #1a73e8 60%, #8fd3f4 100%);\n    margin: 16px auto 0 auto;\n    border-radius: 2px;\n}\n\n.section-title .section-icon {\n    font-size: 2rem;\n    vertical-align: middle;\n    margin-right: 0.5rem;\n}\n\n\/* --- BENEFITS SECTION --- *\/\n.benefits {\n    max-width: 1200px;\n    margin: 0 auto;\n}\n.benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 2rem;\n}\n.benefit-card {\n    background: #fff;\n    border-radius: 16px;\n    box-shadow: 0 4px 24px rgba(26,115,232,0.07);\n    padding: 2rem 1.5rem;\n    text-align: center;\n}\n.benefit-icon {\n    font-size: 2.5rem;\n    color: #1a73e8;\n    margin-bottom: 1rem;\n}\n.benefit-title {\n    font-weight: 700;\n    font-size: 1.2rem;\n    margin-bottom: 0.5rem;\n}\n.benefit-desc {\n    color: #444;\n    line-height: 1.6;\n}\n\n\n\n\n\/* --- CLIENTS SECTION (Enhanced Scroller Design) --- *\/\n.client-scroller {\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow: hidden;\n    position: relative;\n    padding: 1.5rem 0; \/* Add some vertical padding for the cards *\/\n    -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);\n    mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);\n}\n\n.clients-list {\n    display: flex;\n    \/* The width will be calculated by content, but ensure enough space for duplicates *\/\n    \/* For a smoother loop, ensure the total width of the content is at least double the scroller width *\/\n    \/* This is handled by duplicating the client-logo elements in HTML *\/\n    animation: scroll 15s linear infinite;\n}\n.client-scroller {\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    position: relative;\n    padding: 1.5rem 0; \/* Add some vertical padding for the cards *\/\n    -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);\n    mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);\n    scrollbar-width: none; \/* Firefox *\/\n}\n.client-scroller::-webkit-scrollbar {\n    display: none; \/* Chrome, Safari, Opera *\/\n}\n\n@keyframes scroll {\n    from { transform: translateX(0); }\n    to { transform: translateX(-50%); \/* Scrolls exactly half the content width *\/ }\n}\n\n.client-logo {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0; \/* Prevent items from shrinking *\/\n    padding: 1rem 2.5rem; \/* Adjusted padding for card appearance *\/\n    height: 80px; \/* Fixed height for consistency *\/\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #333; \/* Stronger color for readability *\/\n    background-color: #fff;\n    border: 1px solid #e3edfa; \/* Light border for card definition *\/\n    border-radius: 12px; \/* Rounded corners for cards *\/\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); \/* Subtle shadow *\/\n    margin: 0 1rem; \/* Space between client cards *\/\n    white-space: nowrap;\n    transition: all 0.3s ease; \/* Smooth transition for all properties *\/\n}\n\n.client-logo:hover {\n    color: #1a73e8; \/* Highlight text color on hover *\/\n    transform: translateY(-5px) scale(1.02); \/* Lift and slightly scale *\/\n    box-shadow: 0 8px 24px rgba(26, 115, 232, 0.15); \/* More prominent shadow *\/\n    border-color: #1a73e8; \/* Highlight border color *\/\n}\n\n\n\n\n\/* --- FANCY SECTIONS (About, Services, etc.) --- *\/\n\n\n\/* --- FANCY SECTIONS (About, Services, etc.) --- *\/\n\n\n\/* --- FANCY SECTIONS (About, Services, etc.) --- *\/\n.section-fancy {\n    background: #fff;\n}\n.section-fancy-alt {\n    background: #f7fafd;\n}\n.section-fancy-content {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    max-width: 1200px;\n    margin: 0 auto;\n    gap: 3rem;\n    flex-wrap: wrap;\n}\n.section-fancy-text {\n    flex: 1 1 400px;\n    line-height: 1.7;\n}\n.section-fancy-text .section-title {\n    text-align: left;\n}\n.section-fancy-text .section-title::after {\n    margin-left: 0;\n}\n.section-fancy-img {\n    flex: 1 1 350px;\n    max-width: 450px;\n    border-radius: 18px;\n    box-shadow: 0 8px 32px rgba(26,115,232,0.10);\n}\n\n\/* Services Fancy Grid *\/\n.services-grid-fancy {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 2rem;\n    max-width: 1200px;\n    margin: 0 auto;\n}\n.service-card-fancy {\n    background: #e3edfa;\n    border-radius: 18px;\n    box-shadow: 0 4px 24px rgba(26,115,232,0.07);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    transition: transform 0.3s, box-shadow 0.3s;\n}\n.service-card-fancy:hover {\n    transform: translateY(-8px) scale(1.04);\n    box-shadow: 0 8px 32px rgba(26,115,232,0.13);\n}\n.service-icon {\n    font-size: 2.5rem;\n    color: #1a73e8;\n    margin-bottom: 1rem;\n}\n\n\/* Industries Fancy *\/\n.industries-list-fancy {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.2rem;\n    max-width: 1200px;\n    margin: 1.5rem auto 0 auto;\n    justify-content: center;\n}\n.industry-fancy {\n    background: #fff;\n    color: #1a73e8;\n    padding: 0.9rem 1.5rem;\n    border-radius: 20px;\n    font-weight: 600;\n    font-size: 1.1rem;\n    box-shadow: 0 2px 8px rgba(26,115,232,0.07);\n    transition: background 0.2s, color 0.2s, transform 0.2s;\n}\n.industry-fancy:hover {\n    background: #1a73e8;\n    color: #fff;\n    transform: scale(1.06);\n}\n\n\/* Why List Fancy *\/\n.why-list-fancy {\n    margin: 2rem auto 0 auto;\n    max-width: 700px;\n    list-style: none;\n    padding: 0;\n}\n.why-list-fancy li {\n    background: #e3edfa;\n    color: #1a73e8;\n    margin-bottom: 1rem;\n    padding: 1.1rem 1.5rem;\n    border-radius: 14px;\n    font-size: 1.1rem;\n    font-weight: 600;\n    box-shadow: 0 2px 8px rgba(26,115,232,0.07);\n    transition: background 0.2s, color 0.2s, transform 0.2s;\n}\n.why-list-fancy li:hover {\n    background: #1a73e8;\n    color: #fff;\n    transform: scale(1.03);\n}\n\n\/* Contact Section Centering *\/\n.contact-section {\n    text-align: center;\n}\n\n\/* Contact Fancy *\/\n.contact-info-fancy {\n    margin-top: 1.5rem;\n    font-size: 1.1rem;\n    color: #333;\n    margin-bottom: 2rem;\n    text-align: center;\n    line-height: 1.8;\n}\n.contact-info-fancy a {\n    color: #1a73e8;\n    text-decoration: none;\n    font-weight: 600;\n}\n.contact-info-fancy a:hover {\n    text-decoration: underline;\n}\n\n\/* --- FOOTER --- *\/\n.footer {\n    background: #1a73e8;\n    color: #fff;\n    padding: 2.5rem 2rem 1.5rem 2rem;\n    margin-top: 2rem;\n}\n.footer-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    align-items: center;\n    gap: 1rem;\n    padding-bottom: 1.5rem;\n    border-bottom: 1px solid rgba(255,255,255,0.2);\n}\n.footer-logo {\n    font-size: 1.2rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n}\n.footer-contact-links {\n    display: flex;\n    gap: 1.2rem;\n    font-size: 1rem;\n}\n.footer-contact-links a {\n    color: #fff;\n    text-decoration: none;\n    opacity: 0.9;\n    transition: opacity 0.2s;\n}\n.footer-contact-links a:hover {\n    opacity: 1;\n    text-decoration: underline;\n}\n.footer-bottom {\n    max-width: 1200px;\n    margin: 1.5rem auto 0 auto;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 1rem;\n    font-size: 0.95rem;\n    opacity: 0.85;\n}\n.designed-by {\n    text-align: right;\n}\n\n\/* --- ANIMATIONS --- *\/\n.confetti {\n    position: absolute;\n    top: -20px;\n    width: 12px;\n    height: 18px;\n    border-radius: 4px;\n    opacity: 0.7;\n    animation: confettiFall 3.5s linear infinite;\n}\n@keyframes confettiFall {\n    0% {top: -20px;transform:rotate(0deg);}\n    100% {top: 100vh;transform:rotate(360deg);}\n}\n@keyframes popIn {\n    0%{opacity:0;transform:scale(0.8);}\n    100%{opacity:1;transform:scale(1);}\n}\n@keyframes fadeInUp {\n    0%{opacity:0;transform:translateY(40px);}\n    100%{opacity:1;transform:translateY(0);}\n}\n@keyframes partyText {\n    0%{color:#1a73e8;}\n    100%{color:#ffb347;}\n}\n\n\/* --- RESPONSIVE DESIGN --- *\/\n@media (max-width: 1200px) {\n    nav {\n        max-width: 100vw;\n        border-radius: 0;\n    }\n}\n\n@media (max-width: 900px) {\n    .hero-title { font-size: 2.1rem; }\n    .hero-desc { font-size: 1rem; }\n    .section-fancy-content { flex-direction: column; align-items: center; text-align: center; }\n    .section-fancy-text .section-title { text-align: center; }\n    .section-fancy-text .section-title::after { margin: 16px auto 0 auto; }\n}\n\n@media (max-width: 600px) {\n    .section-fancy-img {\n        max-width: 100% !important;\n        margin-bottom: 1.5rem;\n    }\n    .section-fancy-text {\n        padding: 0 1rem;\n    }\n}\n\n@media (max-width: 768px) {\n    nav { padding: 1rem; }\n    .nav-links {\n        display: none;\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        background: #fff;\n        flex-direction: column;\n        padding: 1rem 0;\n        box-shadow: 0 8px 16px rgba(0,0,0,0.1);\n    }\n    .nav-links.active {\n        display: flex;\n    }\n    .nav-links a {\n        margin: 0;\n        padding: 1rem 2rem;\n        text-align: center;\n    }\n    .nav-links a::after {\n        bottom: 8px;\n    }\n    .hamburger {\n        display: flex;\n    }\n    .hero { min-height: 80vh; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-desc { font-size: 0.95rem; padding: 1.2rem 0.7rem; }\n    section { padding: 3rem 1rem; }\n    .footer-container, .footer-bottom { flex-direction: column; text-align: center; }\n    .designed-by { text-align: center; }\n}\n\/* Gallery Section Styles - For demonstration. Move to style.css *\/\n.gallery-grid {\n    display: grid;\n    \/* This will create columns that are at least 250px wide and\n       distribute available space equally. *\/\n    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));\n    \/* Ensures all rows have a consistent height *\/\n    grid-auto-rows: 400px;\n    gap: 1rem;\n    margin-top: 2rem;\n    \/* Optional: Center the grid itself if it doesn't take full width *\/\n    justify-content: center;\n    align-items: center; \/* Vertically center content in the grid area if needed *\/\n}\n\n.gallery-item {\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n    position: relative;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    \/* To center the image inside the item if needed *\/\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n.gallery-item::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);\n    opacity: 0;\n    transition: opacity 0.4s ease;\n    z-index: 1;\n}\n\n.gallery-item:hover {\n    transform: translateY(-8px) scale(1.02);\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);\n}\n\n.gallery-item:hover::before {\n    opacity: 1;\n}\n\n.gallery-item img {\n    width: 100%;\n    height: 100%;\n    \/* 'object-fit: contain' will scale the image to fit within the element's box,\n       while maintaining its aspect ratio, but it will letterbox if necessary.\n       'object-fit: cover' will fill the entire box, potentially cropping the image.\n       Choose based on whether you want to see the full image or fill the space.\n       From your image, 'cover' seems more appropriate to maintain the fill. *\/\n    object-fit: cover;\n    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    \/* Ensure the image itself is centered within the flex container *\/\n    margin: auto;\n}\n\n.gallery-item:hover img {\n    transform: scale(1.15);\n}\n\n\/* REMOVE these rules to achieve uniform width *\/\n\/* .gallery-item:nth-child(1) { grid-column: span 2; } *\/\n\/* .gallery-item:nth-child(4) { grid-column: span 2; } *\/\n\n\/* The media query is now likely unnecessary for uniform width if the above are removed,\n   but you can keep it if you have other responsive behaviors in mind. *\/\n\/* @media (max-width: 820px) { .gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-column: span 1; } } *\/\n<\/style>\n<\/head>\n<body>\n    <nav>\n        <div class=\"logo\">Prospero Automation Systems<\/div>\n        <div class=\"nav-links\" id=\"nav-links\">\n            <a href=\"#home\">Home<\/a>\n            <a href=\"#about\">About<\/a>\n            <a href=\"#services\">Services<\/a>\n            <a href=\"#industries\">Industries<\/a>\n            <a href=\"#why\">Why Us<\/a>\n            <a href=\"#contact\">Contact<\/a>\n        <\/div>\n        <div class=\"hamburger\" id=\"hamburger\">\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n        <\/div>\n    <\/nav>\n\n    <main>\n        <section class=\"hero\" id=\"home\">\n            <div id=\"party-bg\"><\/div>\n            <div class=\"parallax-img\"><\/div>\n            <div class=\"hero-content-wrapper\">\n                <h1 class=\"hero-title\">Leading Electrical Panel Manufacturer in India <span class=\"party-emoji\">\ud83c\udf89<\/span><\/h1>\n                <div class=\"hero-desc\">\n                    At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart manufacturing.  <\/div>\n                <div class=\"slider\">\n                    <div class=\"slides-container\">\n<img decoding=\"async\" src=\"Images\/2.png\" class=\"slide active responsive-img\" alt=\"Prospero Automation Panel 1\" loading=\"lazy\" \/>\n<img decoding=\"async\" src=\"Images\/3.png\" class=\"slide responsive-img\" alt=\"Prospero Automation Panel 2\" loading=\"lazy\" \/>\n<img decoding=\"async\" src=\"Images\/4.png\" class=\"slide responsive-img\" alt=\"Prospero Automation Panel 3\" loading=\"lazy\" \/>\n<img decoding=\"async\" src=\"Images\/5.png\" class=\"slide responsive-img\" alt=\"Prospero Automation Panel 4\" loading=\"lazy\" \/>\n<img decoding=\"async\" src=\"Images\/6.png\" class=\"slide responsive-img\" alt=\"Prospero Automation Panel 5\" loading=\"lazy\" \/>\n<img decoding=\"async\" src=\"Images\/7.png\" class=\"slide responsive-img\" alt=\"Prospero Automation Panel 6\" loading=\"lazy\" \/>\n                    <\/div>\n                    <button class=\"slider-arrow prev\" id=\"prev-slide\">&larr;<\/button>\n                    <button class=\"slider-arrow next\" id=\"next-slide\">&rarr;<\/button>\n\n\n                <\/div>\n                <div id=\"party-text\">Let&#8217;s automate your success<\/div>\n            <\/div>\n        <\/section>\n\n                \n\n          <section id=\"clients\" class=\"section-fancy-alt\">\n            <h2 class=\"section-title\"> Some of Our Esteemed Clients<\/h2>\n            <div class=\"client-scroller\">\n                <div class=\"clients-list\">\n                    <div class=\"client-logo\">Lucid Imaging Private Limited<\/div>\n                    <div class=\"client-logo\">J tech Associates<\/div>\n                    <div class=\"client-logo\">Markvin Systems<\/div>\n                    <div class=\"client-logo\">Aeromech Technology<\/div>\n                    <div class=\"client-logo\">Precitec precision Machineries Pvt Ltd<\/div>\n                    <div class=\"client-logo\">Wipro<\/div>\n                    <div class=\"client-logo\">Oxidane Technologies Pvt Ltd<\/div>\n                    <!-- Duplicate for infinite scroll -->\n                    <div class=\"client-logo\">Lucid Imaging Private Limited<\/div>\n                    <div class=\"client-logo\">J tech Associates<\/div>\n                    <div class=\"client-logo\">Markvin Systems<\/div>\n                    <div class=\"client-logo\">Aeromech Technology<\/div>\n                    <div class=\"client-logo\">Precitec precision Machineries Pvt Ltd<\/div>\n                    <div class=\"client-logo\">Wipro<\/div>\n                    <div class=\"client-logo\">Oxidane Technologies Pvt Ltd<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n\n\n        <section id=\"about\" class=\"section-fancy\">\n            <div class=\"section-fancy-content\">\n                <div class=\"section-fancy-text\">\n                    <h2 class=\"section-title\"><span class=\"material-symbols-outlined\">handshake<\/span> About Us<\/h2>\n                    <p>Prospero Automation Systems is a leading firm in industrial automation, dedicated to innovating and providing the best solutions for our clients.\n                    At Prospero Automation Systems, we specialize in delivering advanced industrial automation\n                    solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming\n                    to custom-built control panels and intelligent SCADA systems, we empower industries to transition\n                    smoothly into the era of smart\u00a0manufacturing.\n                    <\/p>\n                    <h3>Our Vision and Mission<\/h3>\n                    <p>To be a leading automation company that provides reliable automation solutions and to establish a strong share in the automation and technology market.<\/p>\n                <\/div>\n<img decoding=\"async\" src=\"Images\/1.png\" alt=\"Industrial Control Panel\" class=\"section-image responsive-img section-fancy-img\" loading=\"lazy\" \/>\n            <\/div>\n        <\/section>\n\n        <section id=\"services\" class=\"section-fancy-alt\">\n            <h2 class=\"section-title\"><span class=\"section-icon\">\ud83d\udee0\ufe0f<\/span> Our Services<\/h2>\n            <div class=\"services-grid-fancy\">\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\">\ud83e\udd16<\/div>\n                    <h3>PLC Software Development<\/h3>\n                    <p>Complete PLC software development and engineering services.<\/p>\n                <\/div>\n                 <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\"><img decoding=\"async\" src=\"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg\" alt=\"IMCC-2\" width=\"60\" height=\"60\"><\/div>\n                    <h3>Servo &#038; Motion Control<\/h3>\n                    <p>Precision software development for servo and motion control systems.<\/p>\n                <\/div>\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\"><img decoding=\"async\" src=\"https:\/\/vidyutcontrol.com\/wp-content\/uploads\/2024\/05\/IMCC-2.png\" alt=\"IMCC-2\" width=\"60\" height=\"60\"><\/div>\n                    <h3>Intelligent MCC Panels<\/h3>\n                    <p>Design and manufacturing of intelligent Motor Control Center panels.<\/p>\n                <\/div>\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\">\ud83c\udfd7\ufe0f<\/div>\n                    <h3>Turnkey Projects<\/h3>\n                    <p>Automation project design, engineering, supply, and commissioning.<\/p>\n                <\/div>\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\"> \u092a\u0948\u0928\u0932<\/div>\n                    <h3>Control Panel Design<\/h3>\n                    <p>Specialized design for Automation and VFD control panels.<\/p>\n                <\/div>\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\">\u26a1<\/div>\n                    <h3>LT Control Panels<\/h3>\n                    <p>Manufacturing of LT control panels like MCC and Distribution Panels.<\/p>\n                <\/div>\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\">\ud83d\udcbb<\/div>\n                    <h3>SCADA Development<\/h3>\n                    <p>SCADA software engineering and custom development services.<\/p>\n                <\/div>\n                <div class=\"service-card-fancy\">\n                    <div class=\"service-icon\">\ud83c\udf10<\/div>\n                    <h3>Industrial IoT<\/h3>\n                    <p>IoT solutions with advanced analytics to optimize your processes.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"industries\" class=\"section-fancy\">\n            <h2 class=\"section-title\"><span class=\"section-icon\">\ud83c\udfed<\/span> Industries We Serve<\/h2>\n            <div class=\"industries-list-fancy\">\n                <div class=\"industry-fancy\">Water Treatment<\/div>\n                <div class=\"industry-fancy\">Textile<\/div>\n                <div class=\"industry-fancy\">Packaging<\/div>\n                <div class=\"industry-fancy\">Food &#038; Beverage<\/div>\n                <div class=\"industry-fancy\">Automotive<\/div>\n                <div class=\"industry-fancy\">Pharmaceuticals<\/div>\n                <div class=\"industry-fancy\">Metal &#038; Foundry<\/div>\n            <\/div>\n        <\/section>\n <section id=\"gallery\" class=\"section-fancy-alt\">\n            <h2 class=\"section-title\"> Our Work Gallery<\/h2>\n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"Images\/2.png\" alt=\"Gallery Image 1\" loading=\"lazy\" class=\"responsive-img\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"Images\/3.png\" alt=\"Gallery Image 2\" loading=\"lazy\" class=\"responsive-img\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"Images\/4.png\" alt=\"Gallery Image 3\" loading=\"lazy\" class=\"responsive-img\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"Images\/5.png\" alt=\"Gallery Image 4\" loading=\"lazy\" class=\"responsive-img\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"Images\/6.png\" alt=\"Gallery Image 5\" loading=\"lazy\" class=\"responsive-img\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"Images\/3.png\" alt=\"Gallery Image 6\" loading=\"lazy\" class=\"responsive-img\"><\/div>\n            <\/div>\n    <\/section>\n        <section id=\"why\" class=\"section-fancy-alt\">\n            <h2 class=\"section-title\"><span class=\"section-icon\">\ud83d\udca1<\/span> Why Choose Us<\/h2>\n            <ul class=\"why-list-fancy\">\n                <li>Expertise in industrial automation<\/li>\n                <li>Tailored Automation Solutions<\/li>\n                <li>End-to-End Electrical Design &#038; Execution<\/li>\n                <li>Reliable After-Sales Support<\/li>\n                <li>Quality-Assured Panel Fabrication<\/li>\n                <li>Scalable, Future-Ready Technology<\/li>\n            <\/ul>\n        <\/section>\n\n        <section id=\"contact\" class=\"section-fancy contact-section\">\n            <h2 class=\"section-title\"><span class=\"section-icon\">\ud83d\udcde<\/span> Contact Us<\/h2>\n            <div class=\"contact-info-fancy\">\n                <p><strong>Address:<\/strong> No.9, Ground Floor, 5th Cross, 7th Main, Duggalamma Badavane, Peenya Laggere, Bengaluru-560058.<\/p>\n                <p><strong>Mobile:<\/strong> <a href=\"tel:9036284890\">9036284890<\/a>, <a href=\"tel:9945264890\">9945264890<\/a><\/p>\n                <p><strong>Email:<\/strong> <a href=\"mailto:prospero.automation@gmail.com\">prospero.automation@gmail.com<\/a><\/p>\n            <\/div>\n            <a href=\"mailto:prospero.automation@gmail.com\" class=\"cta-btn\">Get in Touch<\/a>\n        <\/section>\n    <\/main>\n\n    <footer class=\"footer\">\n        <div class=\"footer-container\">\n            <div class=\"footer-logo\">Prospero Automation Systems<\/div>\n            <div class=\"footer-contact-links\">\n                <a href=\"mailto:prospero.automation@gmail.com\">Email<\/a>\n                <a href=\"tel:9036284890\">Call<\/a>\n                \n            <\/div>\n        <\/div>\n        <div class=\"footer-bottom\">\n            <div class=\"copyright\">&copy; 2025 Prospero Automation Systems. All rights reserved.<\/div>\n            <div class=\"designed-by\">Designed &#038; Developed by Prospero Automation Systems<\/div>\n        <\/div>\n    <\/footer>\n\n    <script src=\"script.js\">\n        document.addEventListener('DOMContentLoaded', function() {\n\n    \/\/ --- Parallax party confetti ---\n    function createConfetti() {\n        const partyBg = document.getElementById('party-bg');\n        if (!partyBg) return;\n        for (let i = 0; i < 30; i++) {\n            const conf = document.createElement('div');\n            conf.className = 'confetti';\n            conf.style.left = Math.random() * 100 + 'vw';\n            conf.style.animationDelay = (Math.random() * 2) + 's';\n            conf.style.background = `hsl(${Math.random() * 360}, 90%, 70%)`;\n            partyBg.appendChild(conf);\n        }\n    }\n    createConfetti();\n\n    \/\/ --- Mouse move parallax for hero image ---\n    const hero = document.querySelector('.hero');\n    const parallaxImg = document.querySelector('.parallax-img');\n    if (hero &#038;&#038; parallaxImg) {\n        hero.addEventListener('mousemove', e => {\n            if (window.innerWidth > 768) { \/\/ Only on desktop\n                const x = (e.clientX \/ window.innerWidth - 0.5) * 30;\n                const y = (e.clientY \/ window.innerHeight - 0.5) * 30;\n                parallaxImg.style.transform = `translate(${x}px, ${y}px) scale(1.05)`;\n            }\n        });\n    }\n\n    \/\/ --- Image Slider functionality ---\n    const slides = document.querySelectorAll('.slide');\n    const prevBtn = document.getElementById('prev-slide');\n    const nextBtn = document.getElementById('next-slide');\n\n    if (slides.length > 0 && prevBtn && nextBtn) {\n        let current = 0;\n        let slideInterval;\n\n        const showSlide = (index) => {\n            \/\/ The modulo operator handles wrapping around the slides array\n            current = (index + slides.length) % slides.length;\n            slides.forEach(slide => slide.classList.remove('active'));\n            slides[current].classList.add('active');\n        };\n\n        const next = () => showSlide(current + 1);\n        const prev = () => showSlide(current - 1);\n\n        const startAutoplay = () => {\n            clearInterval(slideInterval); \/\/ Clear previous interval\n            slideInterval = setInterval(next, 4000);\n        };\n\n        nextBtn.addEventListener('click', () => {\n            next();\n            startAutoplay(); \/\/ Reset interval on manual control\n        });\n\n        prevBtn.addEventListener('click', () => {\n            prev();\n            startAutoplay(); \/\/ Reset interval on manual control\n        });\n\n        \/\/ Initialize slider\n        showSlide(0);\n        startAutoplay();\n    }\n\n    \/\/ --- Hamburger menu toggle ---\n    const hamburger = document.getElementById('hamburger');\n    const navLinks = document.getElementById('nav-links');\n    if (hamburger && navLinks) {\n        hamburger.addEventListener('click', () => {\n            hamburger.classList.toggle('active');\n            navLinks.classList.toggle('active');\n        });\n    }\n});\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Prospero Automation Systems | Electrical Panel Manufacturer &#038; Industrial Automation in Bengaluru Prospero Automation Systems Home About Services Industries Why Us Contact Leading Electrical Panel Manufacturer in India \ud83c\udf89 At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart manufacturing. &larr; &rarr; Let&#8217;s automate your success Some of Our Esteemed Clients Lucid Imaging Private Limited J tech Associates Markvin Systems Aeromech Technology Precitec precision Machineries Pvt Ltd Wipro Oxidane Technologies Pvt Ltd Lucid Imaging Private Limited J tech Associates Markvin Systems Aeromech Technology Precitec precision Machineries Pvt Ltd Wipro Oxidane Technologies Pvt Ltd handshake About Us Prospero Automation Systems is a leading firm in industrial automation, dedicated to innovating and providing the best solutions for our clients. At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart\u00a0manufacturing. Our Vision and Mission To be a leading automation company that provides reliable automation solutions and to establish a strong share in the automation and technology market. \ud83d\udee0\ufe0f Our Services \ud83e\udd16 PLC Software Development Complete PLC software development and engineering services. Servo &#038; Motion Control Precision software development for servo and motion control systems. Intelligent MCC Panels Design and manufacturing of intelligent Motor Control Center panels. \ud83c\udfd7\ufe0f Turnkey Projects Automation project design, engineering, supply, and commissioning. \u092a\u0948\u0928\u0932 Control Panel Design Specialized design for Automation and VFD control panels. \u26a1 LT Control Panels Manufacturing of LT control panels like MCC and Distribution Panels. \ud83d\udcbb SCADA Development SCADA software engineering and custom development services. \ud83c\udf10 Industrial IoT IoT solutions with advanced analytics to optimize your processes. \ud83c\udfed Industries We Serve Water Treatment Textile Packaging Food &#038; Beverage Automotive Pharmaceuticals Metal &#038; Foundry Our Work Gallery \ud83d\udca1 Why Choose Us Expertise in industrial automation Tailored Automation Solutions End-to-End Electrical Design &#038; Execution Reliable After-Sales Support Quality-Assured Panel Fabrication Scalable, Future-Ready Technology \ud83d\udcde Contact Us Address: No.9, Ground Floor, 5th Cross, 7th Main, Duggalamma Badavane, Peenya Laggere, Bengaluru-560058. Mobile: 9036284890, 9945264890 Email: prospero.automation@gmail.com Get in Touch Prospero Automation Systems Email Call &copy; 2025 Prospero Automation Systems. All rights reserved. Designed &#038; Developed by Prospero Automation Systems<\/p>\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-7","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>- Prospero Automation Systems<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Prospero Automation Systems\" \/>\n<meta property=\"og:description\" content=\"Prospero Automation Systems | Electrical Panel Manufacturer &#038; Industrial Automation in Bengaluru Prospero Automation Systems Home About Services Industries Why Us Contact Leading Electrical Panel Manufacturer in India \ud83c\udf89 At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart manufacturing. &larr; &rarr; Let&#8217;s automate your success Some of Our Esteemed Clients Lucid Imaging Private Limited J tech Associates Markvin Systems Aeromech Technology Precitec precision Machineries Pvt Ltd Wipro Oxidane Technologies Pvt Ltd Lucid Imaging Private Limited J tech Associates Markvin Systems Aeromech Technology Precitec precision Machineries Pvt Ltd Wipro Oxidane Technologies Pvt Ltd handshake About Us Prospero Automation Systems is a leading firm in industrial automation, dedicated to innovating and providing the best solutions for our clients. At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart\u00a0manufacturing. Our Vision and Mission To be a leading automation company that provides reliable automation solutions and to establish a strong share in the automation and technology market. \ud83d\udee0\ufe0f Our Services \ud83e\udd16 PLC Software Development Complete PLC software development and engineering services. Servo &#038; Motion Control Precision software development for servo and motion control systems. Intelligent MCC Panels Design and manufacturing of intelligent Motor Control Center panels. \ud83c\udfd7\ufe0f Turnkey Projects Automation project design, engineering, supply, and commissioning. \u092a\u0948\u0928\u0932 Control Panel Design Specialized design for Automation and VFD control panels. \u26a1 LT Control Panels Manufacturing of LT control panels like MCC and Distribution Panels. \ud83d\udcbb SCADA Development SCADA software engineering and custom development services. \ud83c\udf10 Industrial IoT IoT solutions with advanced analytics to optimize your processes. \ud83c\udfed Industries We Serve Water Treatment Textile Packaging Food &#038; Beverage Automotive Pharmaceuticals Metal &#038; Foundry Our Work Gallery \ud83d\udca1 Why Choose Us Expertise in industrial automation Tailored Automation Solutions End-to-End Electrical Design &#038; Execution Reliable After-Sales Support Quality-Assured Panel Fabrication Scalable, Future-Ready Technology \ud83d\udcde Contact Us Address: No.9, Ground Floor, 5th Cross, 7th Main, Duggalamma Badavane, Peenya Laggere, Bengaluru-560058. Mobile: 9036284890, 9945264890 Email: prospero.automation@gmail.com Get in Touch Prospero Automation Systems Email Call &copy; 2025 Prospero Automation Systems. All rights reserved. Designed &#038; Developed by Prospero Automation Systems\" \/>\n<meta property=\"og:url\" content=\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Prospero Automation Systems\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/\",\"url\":\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/\",\"name\":\"- Prospero Automation Systems\",\"isPartOf\":{\"@id\":\"https:\/\/p.prosperoautomationsystems.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg\",\"datePublished\":\"2025-07-14T05:42:53+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/#primaryimage\",\"url\":\"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg\",\"contentUrl\":\"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/p.prosperoautomationsystems.com\/#website\",\"url\":\"https:\/\/p.prosperoautomationsystems.com\/\",\"name\":\"Prospero Automation Systems\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/p.prosperoautomationsystems.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Prospero Automation Systems","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/","og_locale":"en_US","og_type":"article","og_title":"- Prospero Automation Systems","og_description":"Prospero Automation Systems | Electrical Panel Manufacturer &#038; Industrial Automation in Bengaluru Prospero Automation Systems Home About Services Industries Why Us Contact Leading Electrical Panel Manufacturer in India \ud83c\udf89 At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart manufacturing. &larr; &rarr; Let&#8217;s automate your success Some of Our Esteemed Clients Lucid Imaging Private Limited J tech Associates Markvin Systems Aeromech Technology Precitec precision Machineries Pvt Ltd Wipro Oxidane Technologies Pvt Ltd Lucid Imaging Private Limited J tech Associates Markvin Systems Aeromech Technology Precitec precision Machineries Pvt Ltd Wipro Oxidane Technologies Pvt Ltd handshake About Us Prospero Automation Systems is a leading firm in industrial automation, dedicated to innovating and providing the best solutions for our clients. At Prospero Automation Systems, we specialize in delivering advanced industrial automation solutions that enhance productivity, efficiency, and reliability. From cutting-edge PLC programming to custom-built control panels and intelligent SCADA systems, we empower industries to transition smoothly into the era of smart\u00a0manufacturing. Our Vision and Mission To be a leading automation company that provides reliable automation solutions and to establish a strong share in the automation and technology market. \ud83d\udee0\ufe0f Our Services \ud83e\udd16 PLC Software Development Complete PLC software development and engineering services. Servo &#038; Motion Control Precision software development for servo and motion control systems. Intelligent MCC Panels Design and manufacturing of intelligent Motor Control Center panels. \ud83c\udfd7\ufe0f Turnkey Projects Automation project design, engineering, supply, and commissioning. \u092a\u0948\u0928\u0932 Control Panel Design Specialized design for Automation and VFD control panels. \u26a1 LT Control Panels Manufacturing of LT control panels like MCC and Distribution Panels. \ud83d\udcbb SCADA Development SCADA software engineering and custom development services. \ud83c\udf10 Industrial IoT IoT solutions with advanced analytics to optimize your processes. \ud83c\udfed Industries We Serve Water Treatment Textile Packaging Food &#038; Beverage Automotive Pharmaceuticals Metal &#038; Foundry Our Work Gallery \ud83d\udca1 Why Choose Us Expertise in industrial automation Tailored Automation Solutions End-to-End Electrical Design &#038; Execution Reliable After-Sales Support Quality-Assured Panel Fabrication Scalable, Future-Ready Technology \ud83d\udcde Contact Us Address: No.9, Ground Floor, 5th Cross, 7th Main, Duggalamma Badavane, Peenya Laggere, Bengaluru-560058. Mobile: 9036284890, 9945264890 Email: prospero.automation@gmail.com Get in Touch Prospero Automation Systems Email Call &copy; 2025 Prospero Automation Systems. All rights reserved. Designed &#038; Developed by Prospero Automation Systems","og_url":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/","og_site_name":"Prospero Automation Systems","og_image":[{"url":"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/","url":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/","name":"- Prospero Automation Systems","isPartOf":{"@id":"https:\/\/p.prosperoautomationsystems.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/#primaryimage"},"image":{"@id":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/#primaryimage"},"thumbnailUrl":"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg","datePublished":"2025-07-14T05:42:53+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/p.prosperoautomationsystems.com\/index.php\/7-2\/#primaryimage","url":"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg","contentUrl":"https:\/\/i.pinimg.com\/736x\/17\/21\/eb\/1721ebf4d2b8c0b6293c5257deb51833.jpg"},{"@type":"WebSite","@id":"https:\/\/p.prosperoautomationsystems.com\/#website","url":"https:\/\/p.prosperoautomationsystems.com\/","name":"Prospero Automation Systems","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/p.prosperoautomationsystems.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":1,"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":8,"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/8"}],"wp:attachment":[{"href":"https:\/\/p.prosperoautomationsystems.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}