{"id":1483,"date":"2025-10-25T10:34:23","date_gmt":"2025-10-25T16:34:23","guid":{"rendered":"https:\/\/scinnovhub.com\/?page_id=1483"},"modified":"2025-11-03T14:05:23","modified_gmt":"2025-11-03T21:05:23","slug":"industry-page","status":"publish","type":"page","link":"https:\/\/scinnovhub.com\/ar\/industry-page\/","title":{"rendered":"\u0627\u0644\u0635\u0646\u0627\u0639\u0629"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1483\" class=\"elementor elementor-1483\">\n\t\t\t\t<div class=\"elementor-element elementor-element-baa1185 e-flex e-con-boxed e-con e-parent\" data-id=\"baa1185\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d175117 elementor-widget elementor-widget-html\" data-id=\"d175117\" data-element_type=\"widget\" data-widget_type=\"html.default\">\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>ScInnovHub AI Solutions | Empowering Businesses with AI<\/title>\n  <style>\n    \/* Base Styles *\/\n    body {\n      margin: 0;\n      font-family: \"Segoe UI\", Arial, sans-serif;\n      background-color: #ffffff;\n      color: #003366;\n      scroll-behavior: smooth;\n    }\n    header {\n      background-color: #003366;\n      color: #ffffff;\n      padding: 20px 40px;\n      text-align: center;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\n    }\n    header h1 {\n      margin: 0;\n      font-size: 1.8em;\n    }\n    header p {\n      margin: 5px 0 0;\n      font-style: italic;\n      color: #cce0ff;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n      background: linear-gradient(to right, #003366, #0066cc);\n      color: #ffffff;\n      text-align: center;\n      padding: 90px 20px;\n      animation: fadeIn 1.2s ease-in;\n    }\n    .hero h2 {\n      font-size: 2.4em;\n      margin-bottom: 15px;\n    }\n    .hero p {\n      font-size: 1.1em;\n      margin-bottom: 25px;\n      max-width: 650px;\n      margin-left: auto;\n      margin-right: auto;\n      color: #e6f0ff;\n    }\n    .cta-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 15px;\n    }\n    .cta-buttons a {\n      text-decoration: none;\n      background-color: #ffffff;\n      color: #003366;\n      padding: 12px 22px;\n      border-radius: 25px;\n      font-weight: bold;\n      transition: all 0.3s ease;\n    }\n    .cta-buttons a:hover {\n      background-color: #cce0ff;\n      transform: translateY(-3px);\n    }\n\n    \/* Section Styles *\/\n    .section {\n      padding: 60px 20px;\n      max-width: 1100px;\n      margin: auto;\n      text-align: center;\n    }\n    .section h3 {\n      color: #003366;\n      margin-bottom: 20px;\n      font-size: 1.8em;\n    }\n    .section p {\n      color: #333333;\n      font-size: 1.05em;\n      max-width: 850px;\n      margin: 0 auto 30px;\n      line-height: 1.6em;\n    }\n\n    \/* Features Grid *\/\n    .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 25px;\n      margin-top: 30px;\n    }\n    .feature {\n      background-color: #f0f7ff;\n      padding: 25px;\n      border-radius: 12px;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n      transition: transform 0.3s ease;\n    }\n    .feature:hover {\n      transform: translateY(-6px);\n    }\n    .feature h4 {\n      margin-bottom: 10px;\n      color: #0066cc;\n    }\n\n    \/* Why Choose Section *\/\n    .why {\n      background-color: #f8fbff;\n      padding: 60px 20px;\n    }\n    .why h3 {\n      margin-bottom: 20px;\n    }\n    .why ul {\n      list-style: none;\n      padding: 0;\n      max-width: 800px;\n      margin: auto;\n      text-align: left;\n    }\n    .why li {\n      background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/845\/845646.png') no-repeat left center;\n      background-size: 20px;\n      padding-left: 30px;\n      margin-bottom: 12px;\n      color: #003366;\n      font-weight: 500;\n    }\n      \/* Social Connect Section *\/\n    .social-section {\n      background: transparent;\n      text-align: center;\n      padding: 3rem 1rem;\n      border-top-left-radius: 2rem;\n      border-top-right-radius: 2rem;\n    }\n    .social-section h2 {\n      font-size: 1.8rem;\n      margin-bottom: 25px;\n      font-weight: 600;\n      color: #233991;\n    }\n    .social-icons {\n      display: flex;\n      justify-content: center;\n      gap: 25px;\n      flex-wrap: wrap;\n    }\n    .social-icon svg {\n      width: 42px;\n      height: 42px;\n      transition: transform 0.3s ease, opacity 0.3s ease;\n    }\n    .social-icon:hover svg {\n      transform: scale(1.15);\n      opacity: 0.85;\n    }\n\n\n    \/* Footer *\/\n    footer {\n      background-color: #003366;\n      color: #ffffff;\n      text-align: center;\n      padding: 25px 15px;\n      font-size: 0.95em;\n    }\n    footer a {\n      color: #99ccff;\n      text-decoration: none;\n    }\n    footer a:hover {\n      text-decoration: underline;\n    }\n\n    \/* Animations *\/\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <header>\n    <h1>ScInnovHub AI Solutions<\/h1>\n    <p>\u0627\u0644\u062a\u0642\u0627\u0621 \u0627\u0644\u0630\u0643\u0627\u0621 \u0628\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631<\/p>\n  <\/header>\n\n  <section class=\"hero\">\n    <h2>Empowering Businesses with Artificial Intelligence<\/h2>\n    <p>\n      We help organizations embrace the future of intelligent automation, data-driven insights, \n      and smart decision-making with tailored AI solutions that deliver measurable results.\n    <\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"https:\/\/wa.me\/201092288961\">Request a Consultation<\/a>\n      <a href=\"https:\/\/wa.me\/201092288961\">Get Your AI Solution<\/a>\n      <a href=\"https:\/\/wa.me\/201092288961\">Transform Your Business with AI<\/a>\n      <a href=\"https:\/\/wa.me\/201092288961\">Contact Us Today<\/a>\n    <\/div>\n  <\/section>\n\n <section class=\"section\">\n  <h3>Our AI Services for Industry<\/h3>\n  <p>\n    ScInnovHub partners with enterprises and organizations to unlock growth and efficiency through intelligent solutions. \n    Our experts design, train, and deploy practical AI models tailored to your goals.\n  <\/p>\n  <div class=\"features\" style=\"grid-template-columns: repeat(2, 1fr); gap: 30px;\">\n    <!-- Card 1 -->\n    <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"feature\">\n      <h4 style=\"font-size:1.4em;\">AI-Powered Automation<\/h4>\n      <p style=\"font-size:1.1em;\">Streamline repetitive processes with machine learning and robotic automation to increase productivity and reduce costs.<\/p>\n    <\/a>\n\n    <!-- Card 2 -->\n    <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"feature\">\n      <h4 style=\"font-size:1.4em;\">Data Analytics & Insights<\/h4>\n      <p style=\"font-size:1.1em;\">Transform raw data into actionable intelligence for faster, smarter business decisions using predictive models and dashboards.<\/p>\n    <\/a>\n\n    <!-- Card 3 -->\n    <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"feature\">\n      <h4 style=\"font-size:1.4em;\">Custom AI Systems<\/h4>\n      <p style=\"font-size:1.1em;\">Develop tailored AI tools for forecasting, process optimization, or intelligent customer engagement.<\/p>\n    <\/a>\n\n    <!-- Card 4 -->\n    <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"feature\">\n      <h4 style=\"font-size:1.4em;\">Strategic AI Consulting<\/h4>\n      <p style=\"font-size:1.1em;\">Adopt AI responsibly and effectively with our strategic consulting\u2014aligning innovation with your long-term business goals.<\/p>\n    <\/a>\n\n    <!-- Card 5 -->\n    <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"feature\">\n      <h4 style=\"font-size:1.4em;\">Support for Graduation Projects<\/h4>\n      <p style=\"font-size:1.1em;\">We guide students and academic teams in designing and implementing AI-based graduation projects with mentorship and real-world datasets.<\/p>\n    <\/a>\n\n    <!-- Card 6 -->\n    <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"feature\">\n      <h4 style=\"font-size:1.4em;\">Support for Research & Innovation<\/h4>\n      <p style=\"font-size:1.1em;\">Collaborate with researchers to accelerate applied AI studies with tools, data, and expert advice for impactful results.<\/p>\n    <\/a>\n  <\/div>\n<\/section>\n\n\n  <section class=\"why\" style=\"  background-color: #f8fbff;  padding: 70px 20px;  text-align: center;  animation: fadeIn 1s ease-in;\">\n  <h3 style=\"    color: #003366;    font-size: 2em;    margin-bottom: 25px;    font-weight: 700;  \">\n    Why Choose ScInnovHub?\n  <\/h3>\n\n  <ul style=\"    list-style: none;    padding: 0;    max-width: 800px;    margin: 0 auto;    text-align: left;  \">\n    <li style=\"      background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/845\/845646.png') no-repeat left center;      background-size: 24px;      padding-left: 40px;      margin-bottom: 18px;      font-size: 1.15em;      color: #003366;      font-weight: 500;      line-height: 1.6;    \">\n      Trusted expertise bridging academia and industry\n    <\/li>\n\n    <li style=\"      background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/845\/845646.png') no-repeat left center;      background-size: 24px;      padding-left: 40px;      margin-bottom: 18px;      font-size: 1.15em;      color: #003366;      font-weight: 500;      line-height: 1.6;    \">\n      End-to-end AI solution development and deployment\n    <\/li>\n\n    <li style=\"      background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/845\/845646.png') no-repeat left center;      background-size: 24px;      padding-left: 40px;      margin-bottom: 18px;      font-size: 1.15em;      color: #003366;      font-weight: 500;      line-height: 1.6;    \">\n      Mentorship and training programs for researchers and graduates\n    <\/li>\n\n    <li style=\"      background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/845\/845646.png') no-repeat left center;      background-size: 24px;      padding-left: 40px;      margin-bottom: 18px;      font-size: 1.15em;      color: #003366;      font-weight: 500;      line-height: 1.6;    \">\n      Collaborative innovation hub driving real-world impact\n    <\/li>\n\n    <li style=\"      background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/845\/845646.png') no-repeat left center;      background-size: 24px;      padding-left: 40px;      margin-bottom: 18px;      font-size: 1.15em;      color: #003366;      font-weight: 500;      line-height: 1.6;    \">\n      Dedicated support team for continuous improvement\n    <\/li>\n  <\/ul>\n<\/section>\n\n  \n   <!-- Social Connect -->\n    <section class=\"social-section\">\n      <h2>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/h2>\n      <div class=\"social-icons\">\n        <a href=\"https:\/\/www.facebook.com\/profile.php?id=61583371491839\" target=\"_blank\" class=\"social-icon facebook\" aria-label=\"Facebook\">\n          <svg viewbox=\"0 0 24 24\" fill=\"#233991\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n        <\/a>\n        <a href=\"https:\/\/www.youtube.com\/@ScInnovHub\" target=\"_blank\" class=\"social-icon youtube\" aria-label=\"YouTube\">\n          <svg viewbox=\"0 0 24 24\" fill=\"#FF0000\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"\/><\/svg>\n        <\/a>\n        <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"social-icon whatsapp\" aria-label=\"WhatsApp\">\n          <svg viewbox=\"0 0 24 24\" fill=\"#25D366\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884\"\/><\/svg>\n        <\/a>\n        <a href=\"http:\/\/linkedin.com\/in\/scinnov-hub-704773394\" target=\"_blank\" class=\"social-icon linkedin\" aria-label=\"LinkedIn\">\n          <svg viewbox=\"0 0 24 24\" fill=\"#0A66C2\"><path d=\"M22.23 0H1.77C.79 0 0 .774 0 1.727V22.27C0 23.226.79 24 1.77 24h20.46C23.21 24 24 23.226 24 22.273V1.727C24 .774 23.21 0 22.23 0zM7.12 20.452H3.56V9.045h3.56v11.407zM5.34 7.57a2.07 2.07 0 110-4.14 2.07 2.07 0 010 4.14zM20.45 20.452h-3.56v-5.56c0-1.327-.027-3.03-1.845-3.03-1.845 0-2.13 1.445-2.13 2.94v5.65h-3.56V9.045h3.42v1.56h.05c.476-.9 1.637-1.845 3.37-1.845 3.605 0 4.27 2.373 4.27 5.455v6.237z\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/section>\n\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68326dc e-flex e-con-boxed e-con e-parent\" data-id=\"68326dc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ScInnovHub AI Solutions | Empowering Businesses with AI ScInnovHub AI Solutions Innovation Meets Intelligence Empowering Businesses with<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_tutorstarter_page_metadata":[],"footnotes":""},"class_list":["post-1483","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/1483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/comments?post=1483"}],"version-history":[{"count":23,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/1483\/revisions"}],"predecessor-version":[{"id":1660,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/1483\/revisions\/1660"}],"wp:attachment":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/media?parent=1483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}