{"id":2334,"date":"2025-09-16T10:23:14","date_gmt":"2025-09-16T10:23:14","guid":{"rendered":"https:\/\/unique-pioneer.balloonuniverse.ca\/?page_id=2334"},"modified":"2026-02-20T08:07:58","modified_gmt":"2026-02-20T08:07:58","slug":"vsat","status":"publish","type":"page","link":"https:\/\/uniquepioneer.com\/?page_id=2334","title":{"rendered":"Hughes VSAT System"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2334\" class=\"elementor elementor-2334\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25371ee e-con-full e-flex e-con e-parent\" data-id=\"25371ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-faf307e elementor-widget elementor-widget-html\" data-id=\"faf307e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section id=\"up-product-intro\" class=\"product-intro-section\">\r\n  <div class=\"product-container\">\r\n    <!-- Left: Image -->\r\n    <div class=\"product-image\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/vsat-1.avif\" alt=\"NetControl CP Monitoring Systems\">\r\n    <\/div>\r\n\r\n    <!-- Right: Text Content -->\r\n    <div class=\"product-content\">\r\n      <h2 class=\"product-title\">Hughes VSAT System<\/h2>\r\n      <p>At Unique Pioneer, we provide advanced connectivity solutions with the\u00a0Hughes VSAT System\u00a0(Very Small Aperture Terminal) equipment. It is primarily centered on the industry-leading JUPITER System technology for SCADA (Supervisory Control and Data Acquisition) applications, connecting remote locations such as oil rigs, retail outlets, and industrial sites that lack terrestrial connectivity. The system delivers high-performance terminals, gateway architecture, and an advanced air interface for connecting to conventional and High-Throughput Satellites (HTS).\r\n\r\nAs a trusted\u00a0satellite internet provider, Hughes equipment supports various applications, including broadband internet, community Wi-Fi, and cellular backhaul. These reliable\u00a0VSAT \u00a0internet solutions\u00a0are widely used by telecom providers, governments, and military organizations to ensure secure and high-performance connectivity in remote and mission-critical environments.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n\/* ===============================\r\n   PRODUCT INTRO \u2013 Image Left, Text Right\r\n   =============================== *\/\r\n.product-intro-section {\r\n  display: flex;\r\n  align-items: stretch;\r\n  justify-content: space-between;\r\n  width: 100%;\r\n  overflow: hidden;\r\n  background: #ffffff;\r\n  font-family: 'Outfit', sans-serif;\r\n  margin: 5rem 0 0 0;\r\n  position: relative;\r\n}\r\n\r\n\/* Flex container *\/\r\n.product-container {\r\n  display: flex;\r\n  width: 100%;\r\n  flex-wrap: nowrap;\r\n  align-items: stretch;\r\n  justify-content: space-between;\r\n}\r\n\r\n\/* Image side *\/\r\n.product-image {\r\n  flex: 0 0 55%;\r\n  max-width: 55%;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.product-image img {\r\n  width: 100%;\r\n  height: 100vh;\r\n  object-fit: cover;\r\n  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);\r\n  transform: translateX(-60px);\r\n  opacity: 0;\r\n  animation: productImageSlide 1.2s ease-out forwards;\r\n}\r\n\r\n@keyframes productImageSlide {\r\n  from { transform: translateX(-80px); opacity: 0; }\r\n  to { transform: translateX(0); opacity: 1; }\r\n}\r\n\r\n\/* Text side *\/\r\n.product-content {\r\n  flex: 0 0 45%;\r\n  max-width: 45%;\r\n  display: flex;\r\n  flex-direction: column;\r\n  justify-content: center;\r\n  background: #fff;\r\n  padding: 2rem 4rem;\r\n  opacity: 0;\r\n  transform: translateX(60px);\r\n  animation: productTextSlide 1.2s ease-out 0.3s forwards;\r\n  min-height: 100vh; \/* ensures it takes full height *\/\r\n  z-index: 2;\r\n}\r\n\r\n@keyframes productTextSlide {\r\n  from { opacity: 0; transform: translateX(60px); }\r\n  to { opacity: 1; transform: translateX(0); }\r\n}\r\n\r\n\/* Typography *\/\r\n.product-title {\r\n  font-size: clamp(32px, 3vw, 46px);\r\n  font-weight: 700;\r\n  color: #000;\r\n  margin-bottom: 2rem;\r\n}\r\n\r\n.product-content p {\r\n  font-size: 17px;\r\n  line-height: 1.7;\r\n  color: #333;\r\n  margin: 0;\r\n\t  text-align: justify !important;\r\n}\r\n\r\n\/* ===============================\r\n   MOBILE FIX (force visibility)\r\n   =============================== *\/\r\n@media (max-width: 991px) {\r\n  .product-intro-section {\r\n    display: block;\r\n    overflow: visible;\r\n    margin: 0 !important;\r\n  }\r\n\r\n  .product-container {\r\n    display: block;\r\n  }\r\n\r\n  .product-image {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    overflow: visible;\r\n  }\r\n\r\n  .product-image img {\r\n    height: auto;\r\n    width: 100%;\r\n    clip-path: none;\r\n    transform: none !important;\r\n    opacity: 1 !important;\r\n    animation: none !important;\r\n  }\r\n\r\n  .product-content {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    padding: 1.5rem 1.2rem;\r\n    text-align: center;\r\n    align-items: center;\r\n    justify-content: flex-start;\r\n    transform: none !important;\r\n    opacity: 1 !important;\r\n    animation: none !important;\r\n    visibility: visible !important;\r\n    display: block !important;\r\n    min-height: auto !important;\r\n  }\r\n\r\n  .product-content p {\r\n    text-align: justify;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81ed754 e-con-full e-flex e-con e-parent\" data-id=\"81ed754\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cbb5ee elementor-widget elementor-widget-html\" data-id=\"4cbb5ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section id=\"netcontrol-features\" class=\"features-section\">\r\n  <div class=\"container\">\r\n    <h2 class=\"features-heading\">Features<\/h2>\r\n\r\n    <div class=\"features-grid\">\r\n      <div class=\"feature-card\">\r\n        <span class=\"feature-number\">1<\/span>\r\n        <p>The system is built on JUPITER System technology.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"feature-card\">\r\n        <span class=\"feature-number\">2<\/span>\r\n        <p>It supports SCADA applications, enabling remote monitoring and control.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"feature-card\">\r\n        <span class=\"feature-number\">3<\/span>\r\n        <p>It provides high-performance terminals along with robust gateway architecture.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"feature-card\">\r\n        <span class=\"feature-number\">4<\/span>\r\n        <p>The advanced air interface allows connectivity to both conventional and High-Throughput Satellites (HTS).<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"feature-card\">\r\n        <span class=\"feature-number\">5<\/span>\r\n        <p>It supports multiple applications, including broadband internet, community Wi-Fi, and cellular backhaul.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.features-section {\r\n  padding: 80px 20px;\r\n  background: #fff;\r\n  font-family: 'Outfit', sans-serif;\r\n}\r\n\r\n.features-heading {\r\n  text-align: center;\r\n  font-size: clamp(28px, 3vw, 40px);\r\n  font-weight: 700;\r\n  margin-bottom: 50px;\r\n  color: #111;\r\n}\r\n\r\n.features-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\r\n  gap: 25px;\r\n  max-width: 1300px;\r\n  margin: 0 auto;\r\n  align-items: stretch; \/* ensures all cards are same height *\/\r\n}\r\n\r\n.feature-card {\r\n  background: #f8f8f8;\r\n  border-radius: 12px;\r\n  padding: 30px 20px;\r\n  position: relative;\r\n  transition: all 0.3s ease;\r\n  box-shadow: 0 4px 10px rgba(0,0,0,0.05);\r\n  display: flex;\r\n  flex-direction: column;\r\n  justify-content: flex-start;\r\n  align-items: center;\r\n  text-align: center;\r\n  height: 100%;\r\n  min-height: 220px; \/* ensure consistent height *\/\r\n}\r\n\r\n.feature-number {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  background: #2E3092;\r\n  color: #fff;\r\n  font-weight: 700;\r\n  border-radius: 50%;\r\n  width: 40px;\r\n  height: 40px;\r\n  font-size: 16px;\r\n  margin-bottom: 18px; \/* consistent spacing *\/\r\n  flex-shrink: 0;\r\n}\r\n\r\n.feature-card p {\r\n  flex-grow: 1; \/* fills remaining space evenly *\/\r\n  display: flex;\r\n  align-items: flex-start;\r\n  justify-content: center;\r\n  font-size: 0.95rem;\r\n  line-height: 1.6;\r\n  color: #333;\r\n  margin: 0;\r\n  max-width: 90%;\r\n}\r\n\r\n\/* Hover animation *\/\r\n.feature-card:hover {\r\n  transform: translateY(-6px);\r\n  background: #eef2ff;\r\n  box-shadow: 0 6px 16px rgba(0,0,0,0.08);\r\n}\r\n\r\n\r\n\/* Responsive layout *\/\r\n@media (max-width: 768px) {\r\n  .features-section {\r\n    padding: 60px 15px;\r\n  }\r\n  .features-grid {\r\n    gap: 20px;\r\n  }\r\n  .feature-card {\r\n    min-height: 180px;\r\n    padding: 20px;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8343b4e e-con-full e-flex e-con e-parent\" data-id=\"8343b4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e77808 elementor-widget elementor-widget-html\" data-id=\"0e77808\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section id=\"up-advantages\" class=\"advantages-section\">\r\n  <div class=\"advantages-container\">\r\n    \r\n    <!-- Left: Text Content -->\r\n    <div class=\"advantages-content\">\r\n      <div class=\"advantages-title\">Advantages<\/div>\r\n\r\n      <div class=\"advantages-list\">\r\n        <div class=\"advantage-item\">\r\n          <span class=\"dot\"><\/span>\r\n          <div class=\"advantage-text\">\r\n            <div class=\"h4\">Reliable Remote Connectivity<\/div>\r\n            <div class=\"p\">Hughes VSAT systems ensure consistent and dependable communication even in remote or hard-to-reach locations.<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"advantage-item\">\r\n          <span class=\"dot\"><\/span>\r\n          <div class=\"advantage-text\">\r\n            <div class=\"h4\">Versatile Multi-Industry Applications<\/div>\r\n            <div class=\"p\">Widely used across oil & gas, retail, industrial, government, and defense sectors for secure, always-on connectivity.<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"advantage-item\">\r\n          <span class=\"dot\"><\/span>\r\n          <div class=\"advantage-text\">\r\n            <div class=\"h4\">High Efficiency & Performance<\/div>\r\n            <div class=\"p\">Powered by advanced satellite technology to deliver high-speed, low-latency, and efficient communication.<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"advantage-item\">\r\n          <span class=\"dot\"><\/span>\r\n          <div class=\"advantage-text\">\r\n            <div class=\"h4\">Secure Mission-Critical Communication<\/div>\r\n            <div class=\"p\">Provides robust data protection and secure transmission, making it ideal for mission-critical operations.<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"advantage-item\">\r\n          <span class=\"dot\"><\/span>\r\n          <div class=\"advantage-text\">\r\n            <div class=\"h4\">Scalable & Adaptive Design<\/div>\r\n            <div class=\"p\">Easily scalable to accommodate growing organizational needs and evolving network demands.<\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Right: Image -->\r\n    <div class=\"advantages-image\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/vsat2.jpg\" alt=\"NetControl CP Monitoring Systems\">\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n\/* =========================================\r\n   ADVANTAGES SECTION \u2013 Text Left, Image Right\r\n   ========================================= *\/\r\n.advantages-section {\r\n  font-family: 'Outfit', sans-serif;\r\n  background: #fff;\r\n  padding: 0 2rem 2rem 2rem;\r\n  overflow: hidden;\r\n}\r\n\r\n.advantages-container {\r\n  display: flex;\r\n  align-items: stretch;\r\n  justify-content: space-between;\r\n  gap: 5rem;\r\n  max-width: 1300px;\r\n  margin: 0 auto;\r\n}\r\n\r\n\/* ==== LEFT CONTENT ==== *\/\r\n.advantages-content {\r\n  flex: 0 0 55%;\r\n  display: flex;\r\n  flex-direction: column;\r\n  justify-content: center;\r\n  opacity: 0;\r\n  transform: translateY(60px);\r\n  transition: all 0.8s ease-out;\r\n}\r\n\r\n.advantages-section.visible .advantages-content {\r\n  opacity: 1;\r\n  transform: translateY(0);\r\n}\r\n\r\n.advantages-title {\r\n  font-size: clamp(30px, 3vw, 44px);\r\n  font-weight: 700;\r\n  color: #111;\r\n  line-height: 1.25;\r\n  margin-bottom: 2.5rem;\r\n}\r\n\r\n\/* ==== LIST ==== *\/\r\n.advantages-list {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 1.8rem;\r\n}\r\n\r\n.advantage-item {\r\n  display: flex;\r\n  align-items: flex-start;\r\n  gap: 1rem;\r\n  border-bottom: 1px dashed rgba(0,0,0,0.1);\r\n  padding-bottom: 1.5rem;\r\n  opacity: 0;\r\n  transform: translateY(40px);\r\n  transition: all 0.6s ease-out;\r\n}\r\n\r\n.advantages-section.visible .advantage-item {\r\n  opacity: 1;\r\n  transform: translateY(0);\r\n}\r\n\r\n.advantages-section.visible .advantage-item:nth-child(1) { transition-delay: 0.1s; }\r\n.advantages-section.visible .advantage-item:nth-child(2) { transition-delay: 0.2s; }\r\n.advantages-section.visible .advantage-item:nth-child(3) { transition-delay: 0.3s; }\r\n.advantages-section.visible .advantage-item:nth-child(4) { transition-delay: 0.4s; }\r\n.advantages-section.visible .advantage-item:nth-child(5) { transition-delay: 0.5s; }\r\n\r\n.dot {\r\n  width: 10px;\r\n  height: 10px;\r\n  background: #2E3092;\r\n  border-radius: 50%;\r\n  flex-shrink: 0;\r\n  margin-top: 7px;\r\n}\r\n\r\n.advantage-text .h4 {\r\n  font-size: 17px;\r\n  font-weight: 600;\r\n  color: #111;\r\n  margin-bottom: 6px;\r\n}\r\n\r\n.advantage-text .p {\r\n  font-size: 15px;\r\n  color: #444;\r\n  line-height: 1.6;\r\n  margin: 0;\r\n  text-align: justify;\r\n}\r\n\r\n\/* ==== RIGHT IMAGE ==== *\/\r\n.advantages-image {\r\n  flex: 0 0 45%;\r\n  max-width: 45%;\r\n  position: relative;\r\n  border-radius: 20px;\r\n  overflow: hidden;\r\n  opacity: 0;\r\n  transform: translateX(80px);\r\n  transition: all 1s ease-out;\r\n\r\n  \/* new additions *\/\r\n  display: flex;\r\n  align-items: stretch;\r\n}\r\n\r\n.advantages-image img {\r\n  width: 85%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n  object-position: center; \/* keeps focus in middle *\/\r\n  display: block;\r\n}\r\n\r\n.advantages-section.visible .advantages-image {\r\n  opacity: 1;\r\n  transform: translateX(0);\r\n}\r\n\r\n\/* ==== RESPONSIVE ==== *\/\r\n@media (max-width: 991px) {\r\n  .advantages-container {\r\n    flex-direction: column-reverse;\r\n    gap: 3rem;\r\n  }\r\n  .advantages-image,\r\n  .advantages-content {\r\n    flex: 0 0 100%;\r\n    max-width: 100%;\r\n  }\r\n  .advantages-content {\r\n    text-align: center;\r\n  }\r\n  .advantages-title {\r\n    font-size: 30px;\r\n  }\r\n  .advantages-list {\r\n    text-align: left;\r\n  }\r\n  .advantages-image img {\r\n    width: 100% !important;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n\/* Scroll-triggered reveal *\/\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  const section = document.querySelector(\".advantages-section\");\r\n  if (!section) return;\r\n\r\n  function revealOnScroll() {\r\n    const rect = section.getBoundingClientRect();\r\n    if (rect.top < window.innerHeight * 0.75) {\r\n      section.classList.add(\"visible\");\r\n      window.removeEventListener(\"scroll\", revealOnScroll);\r\n    }\r\n  }\r\n\r\n  window.addEventListener(\"scroll\", revealOnScroll);\r\n  revealOnScroll(); \/\/ initial check\r\n});\r\n<\/script>\r\n\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>Hughes VSAT System At Unique Pioneer, we provide advanced connectivity solutions with the\u00a0Hughes VSAT System\u00a0(Very Small Aperture Terminal) equipment. It is primarily centered on the industry-leading JUPITER System technology for SCADA (Supervisory Control and Data Acquisition) applications, connecting remote locations such as oil rigs, retail outlets, and industrial sites that lack terrestrial connectivity. The system [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/home.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2334","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=\/wp\/v2\/pages\/2334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2334"}],"version-history":[{"count":32,"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=\/wp\/v2\/pages\/2334\/revisions"}],"predecessor-version":[{"id":5516,"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=\/wp\/v2\/pages\/2334\/revisions\/5516"}],"wp:attachment":[{"href":"https:\/\/uniquepioneer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}