{"id":123,"date":"2025-10-09T00:31:21","date_gmt":"2025-10-09T06:31:21","guid":{"rendered":"https:\/\/springgreen-alligator-680657.hostingersite.com\/?page_id=123"},"modified":"2025-11-03T13:59:42","modified_gmt":"2025-11-03T20:59:42","slug":"contact","status":"publish","type":"page","link":"https:\/\/scinnovhub.com\/ar\/contact\/","title":{"rendered":"\u0627\u062a\u0635\u0644 \u0628\u0646\u0627"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"123\" class=\"elementor elementor-123\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa33fd1 e-flex e-con-boxed e-con e-parent\" data-id=\"aa33fd1\" 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-866ee87 elementor-widget elementor-widget-html\" data-id=\"866ee87\" 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>Contact ScInnovHub<\/title>\n  <meta name=\"description\" content=\"Connect with ScInnovHub on social media or contact us directly for collaborations and inquiries.\">\n  <style>\n    \/* Reset and Base Styles *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;\n    }\n    body {\n      background: #f5f7ff;\n      color: #333;\n      line-height: 1.6;\n      overflow-x: hidden;\n    }\n    main {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 1rem;\n    }\n    h1, h2, h3 {\n      color: #233991;\n      font-weight: 600;\n    }\n    a {\n      text-decoration: none;\n      color: #2596be;\n      transition: all 250ms ease;\n    }\n    a:focus {\n      outline: 2px solid #2596be;\n      outline-offset: 2px;\n    }\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 4rem 2rem;\n      background: linear-gradient(135deg, #233991 0%, #2596be 100%);\n      color: #fff;\n      border-radius: 12px;\n      margin-bottom: 3rem;\n      animation: fadeIn 1.5s ease-in-out;\n    }\n    .hero-section h1 {\n      font-size: 2.5rem;\n      margin-bottom: 1rem;\n      color: #fff;\n    }\n    .hero-section p {\n      font-size: 1.2rem;\n      opacity: 0.9;\n    }\n    \/* Contact Form Section *\/\n    .contact-form-section {\n      background: rgba(255, 255, 255, 0.95);\n      backdrop-filter: blur(12px);\n      padding: 3rem 2rem;\n      border-radius: 16px;\n      box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n      width: 90%;\n      max-width: 600px;\n      margin: 2rem auto;\n    }\n    .contact-form-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n      font-size: 1.8rem;\n      color: #233991;\n    }\n    .form-group {\n      position: relative;\n      margin-bottom: 2rem;\n    }\n    .form-group input,\n    .form-group textarea {\n      width: 100%;\n      padding: 1.2rem 1rem;\n      border-radius: 12px;\n      border: 2px solid rgba(35, 57, 145, 0.3);\n      background: linear-gradient(135deg, #f5f7ff, #e6f0ff);\n      font-size: 1rem;\n      color: #233991;\n      outline: none;\n      transition: all 0.3s ease;\n      box-shadow: inset 0 2px 6px rgba(0,0,0,0.05);\n      direction: ltr;\n      text-align: left;\n    }\n    .form-group input.rtl,\n    .form-group textarea.rtl {\n      direction: rtl;\n      text-align: right;\n    }\n    .form-group input:focus,\n    .form-group textarea:focus {\n      border-color: #2596be;\n      box-shadow: 0 0 12px rgba(37,150,190,0.25);\n    }\n    .form-group label {\n      position: absolute;\n      left: 1rem;\n      top: 50%;\n      transform: translateY(-50%);\n      padding: 0 0.3rem;\n      background-color: rgba(255,255,255,0.95);\n      border-radius: 3px;\n      color: #233991;\n      font-weight: 500;\n      pointer-events: none;\n      transition: all 0.3s ease;\n    }\n    .form-group.rtl label {\n      left: auto;\n      right: 1rem;\n    }\n    .form-group input:focus + label,\n    .form-group input:not(:placeholder-shown) + label,\n    .form-group textarea:focus + label,\n    .form-group textarea:not(:placeholder-shown) + label {\n      top: -0.6rem;\n      left: 0.8rem;\n      font-size: 0.85rem;\n      color: #2596be;\n    }\n    .form-group.rtl input:focus + label,\n    .form-group.rtl input:not(:placeholder-shown) + label,\n    .form-group.rtl textarea:focus + label,\n    .form-group.rtl textarea:not(:placeholder-shown) + label {\n      left: auto;\n      right: 0.8rem;\n    }\n    textarea {\n      min-height: 140px;\n      padding-top: 1.4rem;\n      resize: vertical;\n    }\n    .send-button {\n      display: block;\n      width: 100%;\n      padding: 1.2rem;\n      border: none;\n      border-radius: 12px;\n      background: linear-gradient(135deg, #233991, #2596be);\n      color: #fff;\n      font-size: 1.1rem;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.3s ease;\n    }\n    .send-button:hover {\n      background: linear-gradient(135deg, #2596be, #233991);\n      box-shadow: 0 8px 20px rgba(37,150,190,0.35);\n    }\n    \/* Contact Info Section *\/\n    .contact-info-section {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 1.5rem;\n      width: 90%;\n      max-width: 1200px;\n      margin: 2rem auto;\n      text-align: center;\n    }\n    .info-card {\n      background: rgba(255, 255, 255, 0.9);\n      backdrop-filter: blur(8px);\n      padding: 2rem;\n      border-radius: 12px;\n      transition: 0.3s;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    }\n    .info-card:hover {\n      transform: scale(1.05);\n      box-shadow: 0 6px 20px rgba(37,150,190,0.3);\n    }\n    .info-card h3 {\n      font-size: 1.1rem;\n      margin-bottom: 0.5rem;\n      color: #233991;\n    }\n    .info-card p {\n      font-size: 0.9rem;\n      opacity: 0.9;\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    \/* Animations *\/\n    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n      .hero-section h1 { font-size: 2rem; }\n      .social-icon svg { width: 40px; height: 40px; }\n    }\n    @media (max-width: 480px) {\n      .social-icon svg { width: 36px; height: 36px; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <main>\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n      <h1>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 ScInnovHub<\/h1>\n      <p>\u0646\u062d\u0646 \u0628\u0627\u0646\u062a\u0638\u0627\u0631\u0643 \u2014 \u0641\u0644\u0646\u0635\u0646\u0639 \u0645\u0639\u064b\u0627 \u0645\u0633\u062a\u0642\u0628\u0644 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0648\u0627\u0644\u062a\u0623\u062b\u064a\u0631.<\/p>\n    <\/section>\n    <!-- Contact Form Section -->\n    <section class=\"contact-form-section\">\n      <h2>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a<\/h2>\n      <form id=\"contactForm\" action=\"\">\n        <div class=\"form-group\">\n          <input type=\"text\" id=\"name\" required placeholder=\" \" \/>\n          <label for=\"name\" data-en=\"Name\" data-ar=\"\u0627\u0644\u0627\u0633\u0645\">\u0627\u0644\u0627\u0633\u0645<\/label>\n        <\/div>\n        <div class=\"form-group\">\n          <input type=\"email\" id=\"email\" required placeholder=\" \" \/>\n          <label for=\"email\" data-en=\"Email\" data-ar=\"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\">\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/label>\n        <\/div>\n        <div class=\"form-group\">\n          <input type=\"text\" id=\"subject\" required placeholder=\" \" \/>\n          <label for=\"subject\" data-en=\"Subject\" data-ar=\"\u0627\u0644\u0645\u0648\u0636\u0648\u0639\">\u0627\u0644\u0645\u0648\u0636\u0648\u0639<\/label>\n        <\/div>\n        <div class=\"form-group\">\n          <textarea id=\"message\" required placeholder=\" \"><\/textarea>\n          <label for=\"message\" data-en=\"Message\" data-ar=\"\u0627\u0644\u0631\u0633\u0627\u0644\u0629\">\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0631\u0633\u0627\u0644\u0629<\/label>\n        <\/div>\n        <button type=\"submit\" class=\"send-button\" data-en=\"Send Message\" data-ar=\"\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629\">\u0627\u0631\u0633\u0627\u0644<\/button>\n      <input type=\"hidden\" name=\"trp-form-language\" value=\"ar\"\/><\/form>\n    <\/section>\n    <!-- Contact Info Section -->\n    <section class=\"contact-info-section\">\n      <div class=\"info-card\">\n        <h3>\ud83d\udccd\u0639\u0646\u0648\u0627\u0646\u0627<\/h3>\n        <p>\u0627\u0644\u0642\u0627\u0647\u0631\u0629, \u0645\u0635\u0631<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h3>\u2709\ufe0f \u0631\u0627\u0633\u0644\u0646\u0627 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/h3>\n        <p>contact@scinnovhub.com<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h3>\u260e\ufe0f \u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/h3>\n        <p>+201092288961<\/p>\n      <\/div>\n    <\/section>\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  <\/main>\n  <script>\n    \/\/ Function to detect if text is Arabic\n    function isArabic(text) {\n      const arabicPattern = \/[\\u0600-\\u06FF\\u0750-\\u077F\\u08A0-\\u08FF]\/;\n      return arabicPattern.test(text);\n    }\n\n    \/\/ Function to handle text direction\n    function handleTextDirection(input) {\n      const formGroup = input.closest('.form-group');\n      const label = formGroup.querySelector('label');\n      const value = input.value;\n      \n      if (value && isArabic(value)) {\n        input.classList.add('rtl');\n        formGroup.classList.add('rtl');\n        \/\/ Change label to Arabic\n        if (label && label.dataset.ar) {\n          label.textContent = label.dataset.ar;\n        }\n      } else {\n        input.classList.remove('rtl');\n        formGroup.classList.remove('rtl');\n        \/\/ Change label to English\n        if (label && label.dataset.en) {\n          label.textContent = label.dataset.en;\n        }\n      }\n    }\n\n    \/\/ Add event listeners to all form inputs\n    const inputs = document.querySelectorAll('.form-group input, .form-group textarea');\n    inputs.forEach(input => {\n      input.addEventListener('input', function() {\n        handleTextDirection(this);\n      });\n      \n      input.addEventListener('keyup', function() {\n        handleTextDirection(this);\n      });\n    });\n\n    \/\/ Form submission\n    const form = document.getElementById('contactForm');\n    form.addEventListener('submit', function(e) {\n      e.preventDefault();\n      const name = document.getElementById('name').value;\n      const email = document.getElementById('email').value;\n      const subject = document.getElementById('subject').value;\n      const message = document.getElementById('message').value;\n      const mailtoLink = `mailto:scinnovhub@gmail.com?subject=${encodeURIComponent(subject)}&body=Name: ${encodeURIComponent(name)}%0AEmail: ${encodeURIComponent(email)}%0A%0AMessage:%0A${encodeURIComponent(message)}`;\n      window.location.href = mailtoLink;\n    });\n  <\/script>\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\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Contact ScInnovHub Contact ScInnovHub We&#8217;d love to hear from you \u2014 let&#8217;s build the future together. Get<\/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-123","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\/123","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=123"}],"version-history":[{"count":6,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/123\/revisions"}],"predecessor-version":[{"id":1649,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/123\/revisions\/1649"}],"wp:attachment":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/media?parent=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}