RobotEye Showcases Innovations at World Defense Show 2024 in Riyadh

RobotEye is proudly presenting its latest advancements at the World Defense Show 2024 in Riyadh, Saudi Arabia. This prestigious event offers a platform for RobotEye to demonstrate its cutting-edge AI and surveillance technologies, engaging with industry leaders to explore potential synergies. As the show unfolds, RobotEye aims to highlight its commitment to innovation and strategic collaborations within the defense sector, marking another milestone in its growth and development.

https://www.linkedin.com/posts/roboteyeai_wds2024-saudiarabia-saudivision2030-activity-7163050002020352000-IBlW

Contact Us
/* ============================================================= */ /* Custom CSS for Gallery / Brochure Columns */ /* ============================================================= */ /* Styles for the un-hovered column */ .my-gallery-column { min-height: 400px !important; /* Adjust COLUMN HEIGHT here (e.g., 350px, 450px) */ display: flex; /* Makes the column a flex container */ flex-direction: column; /* Stacks content vertically */ justify-content: center; /* Centers content vertically within the column */ align-items: center; /* Centers content horizontally within the column */ padding: 15px; /* Add some internal padding to all sides of the column content */ position: relative; /* CRITICAL: Enables z-index for stacking context */ overflow: hidden; /* CRITICAL: Clips content that scales visually outside its bounds */ transform: scale(1); /* Initial state: no scaling */ transition: transform 0.3s ease-out, box-shadow 0.3s ease-out; /* Smooth animation for scaling and shadow */ cursor: pointer; /* Indicates the element is clickable */ } /* Styles applied when the mouse hovers over the column */ .my-gallery-column:hover { transform: scale(1.02); /* Adjust HOVER SCALE here (e.g., 1.01 to 1.03). */ /* Smaller values help prevent overlap, especially if columns are close. */ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); /* Adds a stronger shadow on hover */ z-index: 10; /* Brings the hovered column to the front layer, preventing visual overlap */ } /* Ensures any widgets inside the column also transition smoothly with the column */ .my-gallery-column .elementor-widget-container { transition: transform 0.3s ease-out; } /* Optional: Slight vertical adjustment of heading on hover for more dynamism */ .my-gallery-column:hover .elementor-widget-heading { transform: translateY(-5px); /* Moves heading up slightly on hover */ }