{"id":124,"date":"2025-10-09T00:31:21","date_gmt":"2025-10-09T06:31:21","guid":{"rendered":"https:\/\/springgreen-alligator-680657.hostingersite.com\/?page_id=124"},"modified":"2025-11-03T13:59:09","modified_gmt":"2025-11-03T20:59:09","slug":"about","status":"publish","type":"page","link":"https:\/\/scinnovhub.com\/ar\/about\/","title":{"rendered":"\u0645\u0646 \u0646\u062d\u0646"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"124\" class=\"elementor elementor-124\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4127ce e-flex e-con-boxed e-con e-parent\" data-id=\"d4127ce\" 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-4b42f04 elementor-widget elementor-widget-html\" data-id=\"4b42f04\" data-element_type=\"widget\" data-widget_type=\"html.default\">\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 ScInnovHub<\/title>\r\n  <meta name=\"description\" content=\"ScInnovHub drives innovation in education, industry, and academic research with a focus on cutting-edge solutions and global impact.\">\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n  <style>\r\n    \/* Reset and Base Styles *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n    body {\r\n      font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;\r\n      line-height: 1.6;\r\n      color: #1e293b;\r\n      background: #fff;\r\n      overflow-x: hidden;\r\n    }\r\n    main {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      padding: 2rem 1rem;\r\n    }\r\n    h1, h2, h3 {\r\n      color: #233991;\r\n      font-weight: 600;\r\n    }\r\n    a {\r\n      text-decoration: none;\r\n      color: #2596be;\r\n      transition: all 250ms ease;\r\n    }\r\n    a:focus {\r\n      outline: 2px solid #2596be;\r\n      outline-offset: 2px;\r\n    }\r\n\r\n    \/* Hero Section *\/\r\n    .hero {\r\n      text-align: center;\r\n      padding: 3.5rem 1rem;\r\n      background: linear-gradient(135deg, #233991 0%, #2596be 100%);\r\n      color: #fff;\r\n      border-radius: 12px;\r\n      margin-bottom: 3rem;\r\n      animation: fadeIn 1s ease-in;\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n    .hero::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: -50%;\r\n      left: -50%;\r\n      width: 200%;\r\n      height: 200%;\r\n      background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);\r\n      animation: rotate 20s linear infinite;\r\n    }\r\n    @keyframes rotate {\r\n      0% { transform: rotate(0deg); }\r\n      100% { transform: rotate(360deg); }\r\n    }\r\n    .hero h1 {\r\n      font-size: 2.75rem;\r\n      margin-bottom: 1rem;\r\n      color: #fff;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n    .hero p {\r\n      font-size: 1.15rem;\r\n      max-width: 600px;\r\n      margin: 0 auto;\r\n      color: #fff;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n    .hero .slogan {\r\n      font-style: italic;\r\n      font-size: 1.4rem;\r\n      margin-bottom: 1rem;\r\n      color: #fff;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* Who We Are Section *\/\r\n    .who-we-are {\r\n      padding: 2rem;\r\n      text-align: center;\r\n      animation: slideUp 1s ease-out 0.2s forwards;\r\n      opacity: 0;\r\n    }\r\n    .who-we-are h2 {\r\n      font-size: 2rem;\r\n      margin-bottom: 1rem;\r\n      color: #233991;\r\n    }\r\n    .who-we-are p {\r\n      max-width: 700px;\r\n      margin: 0 auto 1.5rem;\r\n      font-size: 1.1rem;\r\n      color: #1e293b;\r\n    }\r\n    .who-we-are p:last-child {\r\n      margin-bottom: 0;\r\n    }\r\n\r\n    \/* Vision & Mission Section *\/\r\n    .vision-mission {\r\n      display: grid;\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 2rem;\r\n      padding: 2rem;\r\n      animation: slideUp 1s ease-out 0.4s forwards;\r\n      opacity: 0;\r\n    }\r\n    .vision-mission .card {\r\n      background: rgba(255, 255, 255, 0.95);\r\n      backdrop-filter: blur(8px);\r\n      padding: 2rem;\r\n      border-radius: 12px;\r\n      box-shadow: 0 4px 15px rgba(37, 150, 190, 0.25);\r\n      transition: all 250ms ease;\r\n      border: 2px solid #2596be;\r\n    }\r\n    .vision-mission .card:hover {\r\n      transform: translateY(-5px);\r\n      box-shadow: 0 6px 20px rgba(35, 57, 145, 0.35);\r\n      border-color: #233991;\r\n    }\r\n    .vision-mission h3 {\r\n      font-size: 1.5rem;\r\n      margin-bottom: 1rem;\r\n      color: #233991;\r\n    }\r\n    .vision-mission p {\r\n      color: #1e293b;\r\n    }\r\n    .vision-mission .divider {\r\n      width: 50px;\r\n      height: 2px;\r\n      background: linear-gradient(90deg, #2596be, #233991);\r\n      margin: 1rem 0;\r\n    }\r\n\r\n    \/* Services Section *\/\r\n    .services {\r\n      padding: 2rem;\r\n      animation: slideUp 1s ease-out 0.6s forwards;\r\n      opacity: 0;\r\n    }\r\n    .services h2 {\r\n      text-align: center;\r\n      font-size: 2rem;\r\n      margin-bottom: 2rem;\r\n      color: #233991;\r\n    }\r\n    .services-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n      gap: 2rem;\r\n    }\r\n    .service-card {\r\n      background: rgba(255, 255, 255, 0.95);\r\n      backdrop-filter: blur(8px);\r\n      padding: 2rem;\r\n      border-radius: 12px;\r\n      text-align: center;\r\n      box-shadow: 0 4px 15px rgba(37, 150, 190, 0.25);\r\n      transition: all 250ms ease;\r\n      border: 2px solid #2596be;\r\n    }\r\n    .service-card:hover {\r\n      transform: scale(1.05);\r\n      box-shadow: 0 6px 20px rgba(35, 57, 145, 0.35);\r\n      border-color: #233991;\r\n    }\r\n    .service-card svg {\r\n      width: 40px;\r\n      height: 40px;\r\n      margin-bottom: 1rem;\r\n      fill: #233991;\r\n    }\r\n    .service-card h3 {\r\n      font-size: 1.3rem;\r\n      margin-bottom: 0.5rem;\r\n      color: #233991;\r\n    }\r\n    .service-card p {\r\n      color: #1e293b;\r\n    }\r\n\r\n   \/* Social Connect Section *\/\r\n    .social-section {\r\n      background: linear-gradient(135deg, #233991 0%, #2596be 100%);\r\n      text-align: center;\r\n      padding: 3rem 1rem;\r\n      border-top-left-radius: 2rem;\r\n      border-top-right-radius: 2rem;\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n    .social-section::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: -50%;\r\n      right: -50%;\r\n      width: 200%;\r\n      height: 200%;\r\n      background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);\r\n      animation: rotate 15s linear infinite;\r\n    }\r\n    .social-section h2 {\r\n      font-size: 1.8rem;\r\n      margin-bottom: 25px;\r\n      font-weight: 600;\r\n      color: #ffffff;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n\r\n    .social-icons {\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 25px;\r\n      flex-wrap: wrap;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n\r\n    .social-icon {\r\n      transition: transform 0.3s ease, opacity 0.3s ease;\r\n      display: inline-block;\r\n    }\r\n\r\n    .social-icon svg {\r\n      width: 42px;\r\n      height: 42px;\r\n    }\r\n\r\n    .social-icon:hover {\r\n      transform: scale(1.15);\r\n      opacity: 0.85;\r\n    }\r\n\r\n    \/* Animations *\/\r\n    @keyframes fadeIn {\r\n      from { opacity: 0; }\r\n      to { opacity: 1; }\r\n    }\r\n    @keyframes slideUp {\r\n      from { transform: translateY(20px); opacity: 0; }\r\n      to { transform: translateY(0); opacity: 1; }\r\n    }\r\n\r\n    \/* Responsive Design *\/\r\n    @media (max-width: 768px) {\r\n      .vision-mission {\r\n        grid-template-columns: 1fr;\r\n      }\r\n      .hero h1 {\r\n        font-size: 2rem;\r\n      }\r\n      .hero .slogan {\r\n        font-size: 1.2rem;\r\n      }\r\n      .who-we-are h2, .services h2, .social-section h2 {\r\n        font-size: 1.5rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <main>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\" aria-labelledby=\"hero-title\">\r\n      <h1 id=\"hero-title\">ScInnovHub<\/h1>\r\n      <p class=\"slogan\">\u0639\u0644\u0651\u0650\u0645\u060c \u0627\u0628\u062a\u0643\u0631\u060c \u062d\u0648\u0651\u0650\u0644<\/p>\r\n      <p>\u062a\u064f\u0639\u064e\u062f\u0651 \u0634\u0631\u0643\u0629 ScInnovHub  \u0631\u0627\u0626\u062f\u0629 \u0641\u064a \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u062d\u0644\u0648\u0644 \u0627\u0644\u0645\u0628\u062a\u0643\u0631\u0629 \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0648\u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/p>\r\n    <\/section>\r\n\r\n    <!-- Who We Are Section -->\r\n    <section class=\"who-we-are\" aria-labelledby=\"who-we-are-title\">\r\n      <h2 id=\"who-we-are-title\">\u0645\u0646 \u0646\u062d\u0646<\/h2>\r\n      <p>\u0634\u0631\u0643\u0629 ScInnovHub \u0647\u064a \u0634\u0631\u0643\u0629 \u0646\u0627\u0634\u0626\u0629 \u0630\u0627\u062a \u0631\u0624\u064a\u0629 \u0645\u0633\u062a\u0642\u0628\u0644\u064a\u0629 \u062a\u0633\u0639\u0649 \u0625\u0644\u0649 \u0633\u062f \u0627\u0644\u0641\u062c\u0648\u0629 \u0628\u064a\u0646 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0648\u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645 \u0639\u0644\u0649 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627.\n\u0646\u062d\u0646 \u0646\u064f\u0645\u0643\u0651\u0646 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0648\u0627\u0644\u0637\u0644\u0627\u0628 \u0648\u0627\u0644\u0628\u0627\u062d\u062b\u064a\u0646 \u0648\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0645\u0646 \u0627\u0643\u062a\u0633\u0627\u0628 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0648\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0630\u0643\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0639\u0632\u0632 \u0627\u0644\u0625\u0628\u062f\u0627\u0639 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0648\u0627\u0644\u0646\u0645\u0648 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645.<\/p>\r\n      <p>\u062a\u0644\u0647\u0645\u0646\u0627 \u0642\u064a\u0645\u0646\u0627 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u2014 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631\u060c \u0648\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u060c \u0648\u0627\u0644\u062a\u0645\u064a\u0651\u0632 \u2014 \u0646\u062d\u0648 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u0627\u062a \u0645\u0646 \u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0648\u0627\u0644\u0627\u0643\u062a\u0634\u0627\u0641 \u0648\u0627\u0644\u0625\u0628\u062f\u0627\u0639.\n\u0648\u0645\u0646 \u062e\u0644\u0627\u0644 \u0628\u0646\u0627\u0621 \u062c\u0633\u0648\u0631\u064d \u0645\u062a\u064a\u0646\u0629 \u0628\u064a\u0646 \u0627\u0644\u0623\u0648\u0633\u0627\u0637 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u060c \u0646\u0631\u0633\u0651\u062e \u062b\u0642\u0627\u0641\u0629 \u0627\u0644\u0641\u0636\u0648\u0644 \u0648\u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u0645\u0633\u062a\u0645\u0631\u060c \u0644\u0646\u062d\u0648\u0651\u0644 \u0627\u0644\u0623\u0641\u0643\u0627\u0631 \u0625\u0644\u0649 \u0625\u0646\u062c\u0627\u0632\u0627\u062a\u064d \u0645\u0624\u062b\u0631\u0629 \u062a\u064f\u0633\u0647\u0645 \u0641\u064a \u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644.<\/p>\r\n    <\/section>\r\n\r\n    <!-- Vision & Mission Section -->\r\n    <section class=\"vision-mission\" aria-labelledby=\"vision-mission-title\">\r\n      <h2 id=\"vision-mission-title\" style=\"display: none;\">Our Vision & Mission<\/h2>\r\n      <div class=\"card\" role=\"region\" aria-labelledby=\"vision-title\">\r\n        <h3 id=\"vision-title\">\u0631\u0624\u064a\u062a\u0646\u0627<\/h3>\r\n        <div class=\"divider\"><\/div>\r\n        <p>\u0623\u0646 \u0646\u0635\u0628\u062d \u0645\u0631\u0643\u0632\u064b\u0627 \u0639\u0627\u0644\u0645\u064a\u064b\u0627 \u0644\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u064a\u0631\u0628\u0637 \u0628\u064a\u0646 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0648\u0627\u0644\u0623\u0648\u0633\u0627\u0637 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0642\u0648\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u0625\u0628\u062f\u0627\u0639 \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0645\u062f\u0649 \u0627\u0644\u062d\u064a\u0627\u0629.<\/p>\r\n      <\/div>\r\n      <div class=\"card\" role=\"region\" aria-labelledby=\"mission-title\">\r\n        <h3 id=\"mission-title\">\u0631\u0633\u0627\u0644\u062a\u0646\u0627<\/h3>\r\n        <div class=\"divider\"><\/div>\r\n        <p>\u062a\u0633\u0639\u0649 \u0634\u0631\u0643\u0629 ScInnovHub \u0625\u0644\u0649 \u062a\u0642\u062f\u064a\u0645 \u0628\u0631\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0631\u0627\u0626\u062f\u0629\u060c \u0648\u0623\u0628\u062d\u0627\u062b \u0639\u0644\u0645\u064a\u0629 \u0645\u062a\u0642\u062f\u0651\u0645\u0629\u060c \u0648\u062d\u0644\u0648\u0644 \u0635\u0646\u0627\u0639\u064a\u0629 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u064f\u0644\u0647\u0645 \u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0648\u062a\u064f\u0633\u0647\u0645 \u0641\u064a \u0625\u062d\u062f\u0627\u062b \u062a\u062d\u0648\u0651\u0644 \u0625\u064a\u062c\u0627\u0628\u064a \u0641\u064a \u062d\u064a\u0627\u0629 \u0627\u0644\u0623\u0641\u0631\u0627\u062f.<\/p>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section class=\"services\" aria-labelledby=\"services-title\">\r\n      <h2 id=\"services-title\">\u062e\u062f\u0645\u0627\u062a\u0646\u0627<\/h2>\r\n      <div class=\"services-grid\">\r\n        <div class=\"service-card\" role=\"region\" aria-labelledby=\"education-title\">\r\n          <svg viewbox=\"0 0 24 24\" aria-hidden=\"true\">\r\n            <path d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5v-2l-10 5-10-5v2z\"\/>\r\n          <\/svg>\r\n          <h3 id=\"education-title\">\u0627\u0644\u062a\u0639\u0644\u064a\u0645<\/h3>\r\n          <p>\u062a\u064f\u0642\u062f\u0651\u0645 \u0634\u0631\u0643\u0629 ScInnovHub \u0628\u0631\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0645\u0643\u0651\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0648\u0627\u0644\u0645\u0647\u0646\u064a\u064a\u0646 \u0645\u0646 \u0627\u0643\u062a\u0633\u0627\u0628 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0648\u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0624\u0647\u0644\u0647\u0645 \u0644\u0644\u062a\u0645\u064a\u0651\u0632 \u0641\u064a \u0639\u0627\u0644\u0645\u064d \u064a\u062a\u063a\u064a\u0651\u0631 \u0628\u0648\u062a\u064a\u0631\u0629\u064d \u0633\u0631\u064a\u0639\u0629.\n\u062a\u0639\u0632\u0651\u0632 \u0628\u0631\u0627\u0645\u062c\u0646\u0627 \u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0641\u0643\u064a\u0631 \u0627\u0644\u0646\u0642\u062f\u064a \u0648\u0627\u0644\u0625\u0628\u062f\u0627\u0639 \u0648\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629\u060c \u0645\u0645\u0627 \u064a\u062a\u064a\u062d \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u062a\u062d\u0648\u064a\u0644 \u0623\u0641\u0643\u0627\u0631\u0647\u0645 \u0625\u0644\u0649 \u062a\u0623\u062b\u064a\u0631\u064d \u0645\u0644\u0645\u0648\u0633 \u0648\u0646\u062c\u0627\u062d\u064d \u0645\u0633\u062a\u062f\u0627\u0645.<\/p>\r\n        <\/div>\r\n        <div class=\"service-card\" role=\"region\" aria-labelledby=\"research-title\">\r\n          <svg viewbox=\"0 0 24 24\" aria-hidden=\"true\">\r\n            <path d=\"M12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2zm0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z\"\/>\r\n          <\/svg>\r\n          <h3 id=\"research-title\">\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u0649<\/h3>\r\n          <p>\u0646\u062f\u0639\u0645 \u0627\u0644\u0623\u0628\u062d\u0627\u062b \u0627\u0644\u0631\u0627\u0626\u062f\u0629 \u0627\u0644\u062a\u064a \u062a\u064f\u0648\u0633\u0651\u0639 \u0622\u0641\u0627\u0642 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0648\u062a\u062f\u0641\u0639 \u062d\u062f\u0648\u062f \u0627\u0644\u0627\u0643\u062a\u0634\u0627\u0641.\n\u0648\u0645\u0646 \u062e\u0644\u0627\u0644 \u0634\u0631\u0627\u0643\u0627\u062a\u0646\u0627 \u0645\u0639 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0628\u062d\u062b\u064a\u0629\u060c \u0646\u064f\u0633\u0647\u0650\u0645 \u0641\u064a \u062a\u062d\u0642\u064a\u0642 \u0627\u0643\u062a\u0634\u0627\u0641\u0627\u062a\u064d \u062a\u064f\u0639\u0627\u0644\u062c \u0627\u0644\u062a\u062d\u062f\u064a\u0627\u062a \u0627\u0644\u0648\u0627\u0642\u0639\u064a\u0629 \u0648\u062a\u0639\u0632\u0651\u0632 \u0627\u0644\u062a\u0645\u064a\u0651\u0632 \u0627\u0644\u0639\u0644\u0645\u0649.<\/p>\r\n        <\/div>\r\n        <div class=\"service-card\" role=\"region\" aria-labelledby=\"innovation-title\">\r\n          <svg viewbox=\"0 0 24 24\" aria-hidden=\"true\">\r\n            <path d=\"M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm0 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7zm1-11h-2v5l4.25 2.55.75-1.23-3-1.77V8z\"\/>\r\n          <\/svg>\r\n          <h3 id=\"innovation-title\">\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0635\u0646\u0627\u0639\u064a<\/h3>\r\n          <p>\u0645\u0628\u0627\u062f\u0631\u0627\u062a\u0646\u0627 \u0641\u064a \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0635\u0646\u0627\u0639\u064a \u062a\u062f\u0641\u0639 \u0639\u062c\u0644\u0629 \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0631\u0628\u0637 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0628\u0623\u062d\u062f\u062b \u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0648\u0627\u0644\u0623\u0628\u062d\u0627\u062b \u0627\u0644\u0645\u062a\u0637\u0648\u0631\u0629. \u0646\u062d\u0646 \u0646\u0642\u062f\u0651\u0645 \u062d\u0644\u0648\u0644\u0627\u064b \u0645\u062e\u0635\u0651\u0635\u0629 \u062a\u064f\u0639\u0632\u0651\u0632 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0648\u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a\u0629 \u0641\u064a \u0627\u0644\u0635\u0646\u0627\u0639\u0627\u062a \u062d\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- Social Connect -->\r\n    <section class=\"social-section\">\r\n      <div class=\"container\">\r\n        <h2>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/h2>\r\n        <div class=\"social-icons\">\r\n          <!-- Facebook -->\r\n          <a href=\"https:\/\/www.facebook.com\/profile.php?id=61583371491839\" target=\"_blank\" class=\"social-icon facebook\" aria-label=\"Facebook\">\r\n            <svg viewbox=\"0 0 24 24\" fill=\"#ffffff\">\r\n              <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\"\/>\r\n            <\/svg>\r\n          <\/a>\r\n\r\n          <!-- YouTube -->\r\n          <a href=\"https:\/\/www.youtube.com\/@ScInnovHub\" target=\"_blank\" class=\"social-icon youtube\" aria-label=\"YouTube\">\r\n            <svg viewbox=\"0 0 24 24\" fill=\"#ffffff\">\r\n              <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\"\/>\r\n            <\/svg>\r\n          <\/a>\r\n\r\n          <!-- WhatsApp -->\r\n          <a href=\"https:\/\/wa.me\/201092288961\" target=\"_blank\" class=\"social-icon whatsapp\" aria-label=\"WhatsApp\">\r\n            <svg viewbox=\"0 0 24 24\" fill=\"#ffffff\">\r\n              <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\"\/>\r\n            <\/svg>\r\n          <\/a>\r\n\r\n          <!-- LinkedIn -->\r\n          <a href=\"http:\/\/linkedin.com\/in\/scinnov-hub-704773394\" target=\"_blank\" class=\"social-icon linkedin\" aria-label=\"LinkedIn\">\r\n            <svg viewbox=\"0 0 24 24\" fill=\"#ffffff\">\r\n              <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\"\/>\r\n            <\/svg>\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n  <\/main>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>About ScInnovHub ScInnovHub Innovate. Educate. Transform. ScInnovHub pioneers cutting-edge solutions in education, industry, and academic research. Who<\/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-124","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\/124","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=124"}],"version-history":[{"count":12,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/124\/revisions"}],"predecessor-version":[{"id":1646,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/124\/revisions\/1646"}],"wp:attachment":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/media?parent=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}