{"id":939,"date":"2025-10-11T04:58:07","date_gmt":"2025-10-11T10:58:07","guid":{"rendered":"https:\/\/scinnovhub.com\/?page_id=939"},"modified":"2025-10-30T13:57:14","modified_gmt":"2025-10-30T19:57:14","slug":"partner-with-us","status":"publish","type":"page","link":"https:\/\/scinnovhub.com\/ar\/partner-with-us\/","title":{"rendered":"\u062a\u0639\u0627\u0648\u0646 \u0645\u0639\u0646\u0627"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"939\" class=\"elementor elementor-939\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3871b8 e-flex e-con-boxed e-con e-parent\" data-id=\"c3871b8\" 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-24d460f elementor-widget elementor-widget-html\" data-id=\"24d460f\" 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    <meta name=\"description\" content=\"Partner with ScInnovHub to drive innovation, education, and global impact through academic, corporate, and community collaborations.\">\r\n    <title>Partner With Us | ScInnovHub<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.6.0\/css\/all.min.css\" integrity=\"sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U\/M7pSPA\/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        html {\r\n            scroll-behavior: smooth;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n            background-color: #ffffff;\r\n            color: #1e293b;\r\n            line-height: 1.6;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        section {\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        h1, h2 {\r\n            color: #233991;\r\n            font-weight: 700;\r\n        }\r\n\r\n        p {\r\n            color: #1e293b;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(135deg, #233991 0%, #2596be 100%);\r\n            color: #ffffff;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            min-height: 60vh;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 60px 20px;\r\n            border-radius: 12px;\r\n            margin-bottom: 3rem;\r\n        }\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\r\n        @keyframes rotate {\r\n            0% { transform: rotate(0deg); }\r\n            100% { transform: rotate(360deg); }\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 1;\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 1.5rem;\r\n            color: #ffffff;\r\n            text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);\r\n            animation: fadeInUp 1s ease-out 0.2s both;\r\n        }\r\n\r\n        .hero .subtext {\r\n            font-size: 1.15rem;\r\n            font-weight: 400;\r\n            max-width: 650px;\r\n            margin: 0 auto 2rem;\r\n            line-height: 1.8;\r\n            color: #ffffff;\r\n            animation: fadeInUp 1s ease-out 0.4s both;\r\n        }\r\n\r\n        .hero .cta-buttons {\r\n            display: flex;\r\n            gap: 1.25rem;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            animation: fadeInUp 1s ease-out 0.6s both;\r\n        }\r\n\r\n        .cta {\r\n            background: #ffffff;\r\n            color: #233991;\r\n            padding: 14px 35px;\r\n            border-radius: 50px;\r\n            font-weight: 600;\r\n            font-size: 1rem;\r\n            text-decoration: none;\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .cta::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            width: 0;\r\n            height: 0;\r\n            border-radius: 50%;\r\n            background: rgba(37, 150, 190, 0.2);\r\n            transform: translate(-50%, -50%);\r\n            transition: width 0.6s, height 0.6s;\r\n        }\r\n\r\n        .cta:hover::before {\r\n            width: 300px;\r\n            height: 300px;\r\n        }\r\n\r\n        .cta:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);\r\n            background: #f8fafc;\r\n        }\r\n\r\n        \/* Why Partner Section *\/\r\n        .why-partner {\r\n            background: #ffffff;\r\n            text-align: center;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 1rem;\r\n            position: relative;\r\n            display: inline-block;\r\n            color: #233991;\r\n        }\r\n\r\n        .section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -10px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 60px;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, #2596be, #233991);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .section-subtext {\r\n            font-size: 1.1rem;\r\n            max-width: 750px;\r\n            margin: 2rem auto 3rem;\r\n            color: #1e293b;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n            margin-top: 2.5rem;\r\n        }\r\n\r\n        .feature-box {\r\n            background: #FFFFFF;\r\n            padding: 2.5rem 2rem;\r\n            border-radius: 16px;\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            border: 2px solid #2596be;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(37, 150, 190, 0.15);\r\n        }\r\n\r\n        .feature-box::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 5px;\r\n            background: linear-gradient(90deg, #2596be, #233991);\r\n            transform: scaleX(0);\r\n            transition: transform 0.4s ease;\r\n        }\r\n\r\n        .feature-box:hover::before {\r\n            transform: scaleX(1);\r\n        }\r\n\r\n        .feature-box:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 15px 50px rgba(35, 57, 145, 0.2);\r\n            border-color: #233991;\r\n        }\r\n\r\n        .feature-box i {\r\n            font-size: 2.5rem;\r\n            color: #233991;\r\n            margin-bottom: 1.25rem;\r\n            display: block;\r\n        }\r\n\r\n        .feature-box h3 {\r\n            font-size: 1.3rem;\r\n            color: #233991;\r\n            margin-bottom: 0.75rem;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .feature-box p {\r\n            font-size: 1rem;\r\n            line-height: 1.6;\r\n            color: #1e293b;\r\n        }\r\n\r\n        \/* Partnership Models Section *\/\r\n        .partnership-models {\r\n            background: #f8fafc;\r\n            text-align: center;\r\n        }\r\n\r\n        .models-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n            margin-top: 2.5rem;\r\n        }\r\n\r\n        .model-card {\r\n            background: linear-gradient(135deg, #233991 0%, #2596be 100%);\r\n            padding: 2.5rem;\r\n            border-radius: 16px;\r\n            box-shadow: 0 12px 40px rgba(35, 57, 145, 0.2);\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            position: relative;\r\n            overflow: hidden;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .model-card::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            opacity: 0;\r\n            transition: opacity 0.4s ease;\r\n        }\r\n\r\n        .model-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .model-card:hover {\r\n            transform: scale(1.03) translateY(-5px);\r\n            box-shadow: 0 20px 60px rgba(37, 150, 190, 0.3);\r\n        }\r\n\r\n        .model-card h3 {\r\n            font-size: 1.5rem;\r\n            color: #ffffff;\r\n            margin-bottom: 0.75rem;\r\n            position: relative;\r\n            z-index: 1;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .model-card p {\r\n            font-size: 1rem;\r\n            color: #ffffff;\r\n            line-height: 1.6;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Impact Metrics Section *\/\r\n        .impact-metrics {\r\n            background: linear-gradient(135deg, #233991 0%, #1a2a5e 100%);\r\n            color: #FFFFFF;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .impact-metrics::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"2\" height=\"2\" fill=\"rgba(37,150,190,0.1)\"\/><\/svg>');\r\n            opacity: 0.3;\r\n        }\r\n\r\n        .impact-metrics .section-title,\r\n        .impact-metrics .section-subtext {\r\n            color: #ffffff;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .metrics-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n            margin-top: 2.5rem;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .metric {\r\n            padding: 2rem;\r\n            background: rgba(37, 150, 190, 0.1);\r\n            border-radius: 16px;\r\n            backdrop-filter: blur(10px);\r\n            border: 1px solid rgba(37, 150, 190, 0.3);\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .metric:hover {\r\n            transform: scale(1.08);\r\n            background: rgba(37, 150, 190, 0.2);\r\n        }\r\n\r\n        .metric-number {\r\n            font-size: 3rem;\r\n            font-weight: 700;\r\n            color: #2596be;\r\n            margin-bottom: 0.5rem;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .metric-label {\r\n            font-size: 1rem;\r\n            color: #ffffff;\r\n        }\r\n\r\n        \/* Testimonials Section *\/\r\n        .testimonials {\r\n            background: #ffffff;\r\n            text-align: center;\r\n        }\r\n\r\n        .testimonial-card {\r\n            background: #FFFFFF;\r\n            padding: 2.5rem;\r\n            border-radius: 16px;\r\n            margin-bottom: 2rem;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            box-shadow: 0 8px 30px rgba(37, 150, 190, 0.15);\r\n            position: relative;\r\n            transition: all 0.4s ease;\r\n            border: 2px solid #2596be;\r\n        }\r\n\r\n        .testimonial-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 50px rgba(35, 57, 145, 0.2);\r\n            border-color: #233991;\r\n        }\r\n\r\n        .testimonial-card::before {\r\n            content: '\"';\r\n            position: absolute;\r\n            top: 20px;\r\n            left: 30px;\r\n            font-size: 4rem;\r\n            color: #2596be;\r\n            opacity: 0.3;\r\n            font-family: Georgia, serif;\r\n        }\r\n\r\n        .testimonial-card blockquote {\r\n            font-size: 1.1rem;\r\n            font-style: italic;\r\n            margin-bottom: 1.25rem;\r\n            color: #1e293b;\r\n            line-height: 1.7;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .testimonial-card cite {\r\n            font-size: 0.95rem;\r\n            color: #233991;\r\n            font-weight: 600;\r\n            font-style: normal;\r\n        }\r\n\r\n        \/* Call-to-Action Section *\/\r\n        .cta-section {\r\n            background: linear-gradient(135deg, #233991 0%, #2596be 100%);\r\n            color: #ffffff;\r\n            text-align: center;\r\n            border-radius: 20px;\r\n            margin: 0 20px 80px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            padding: 60px 20px;\r\n        }\r\n\r\n        .cta-section::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.2) 0%, transparent 70%);\r\n            animation: rotate 15s linear infinite;\r\n        }\r\n\r\n        .cta-section h2 {\r\n            color: #ffffff;\r\n            font-size: 2.25rem;\r\n            margin-bottom: 1.25rem;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .cta-section p {\r\n            font-size: 1.1rem;\r\n            max-width: 650px;\r\n            margin: 0 auto 2rem;\r\n            color: #ffffff;\r\n            line-height: 1.7;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .cta-section .cta {\r\n            background: #ffffff;\r\n            color: #233991;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .cta-section .cta:hover {\r\n            background: #f8fafc;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (min-width: 768px) {\r\n            .features-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n            }\r\n\r\n            .models-grid, .metrics-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n            }\r\n\r\n            .hero h1 {\r\n                font-size: 3.5rem;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 2.75rem;\r\n            }\r\n        }\r\n\r\n        @media (min-width: 1024px) {\r\n            .features-grid {\r\n                grid-template-columns: repeat(4, 1fr);\r\n            }\r\n\r\n            .models-grid {\r\n                grid-template-columns: repeat(3, 1fr);\r\n            }\r\n\r\n            .metrics-grid {\r\n                grid-template-columns: repeat(4, 1fr);\r\n            }\r\n        }\r\n\r\n        @media (max-width: 767px) {\r\n            .hero h1 {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .hero .subtext {\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            section {\r\n                padding: 60px 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <main>\r\n        <section class=\"hero\" aria-labelledby=\"hero-title\">\r\n            <div class=\"container hero-content\">\r\n                <h1 id=\"hero-title\">\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 ScInnovHub<\/h1>\r\n                <p class=\"subtext\">\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0642\u0648\u0649 \u0631\u0627\u0626\u062f\u0629 \u0639\u0627\u0644\u0645\u064a\u0651\u064b\u0627 \u0641\u064a \u0645\u062c\u0627\u0644\u064a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0644\u0625\u062d\u062f\u0627\u062b \u062a\u0623\u062b\u064a\u0631 \u062a\u062d\u0648\u0651\u0644\u064a \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u0639\u0627\u0648\u0646.<\/p>\r\n                <div class=\"cta-buttons\">\r\n                    <a href=\"#cta\" class=\"cta\" aria-label=\"Become a Partner with ScInnovHub\">\u0643\u0646 \u0634\u0631\u064a\u0643\u0646\u0627<\/a>\r\n                    <a href=\"https:\/\/wa.me\/201092288961\" class=\"cta\" aria-label=\"\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 ScInnovHub\">\u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"why-partner\" aria-labelledby=\"why-partner-title\">\r\n            <div class=\"container\">\r\n                <h2 class=\"section-title\" id=\"why-partner-title\">\u0644\u0645\u0627\u0630\u0627 \u062a\u062e\u062a\u0627\u0631 \u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0645\u0639\u0646\u0627<\/h2>\r\n                <p class=\"section-subtext\">\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 ScInnovHub  \u0644\u0625\u0637\u0644\u0627\u0642 \u0623\u0628\u062d\u0627\u062b \u0631\u0627\u0626\u062f\u0629\u060c \u0648\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0645\u0648\u0627\u0647\u0628\u060c \u0648\u062a\u0639\u0632\u064a\u0632 \u062a\u0623\u062b\u064a\u0631 \u0645\u0646\u0638\u0645\u062a\u0643 \u0641\u064a \u0639\u0627\u0644\u0645 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631.<\/p>\r\n                <div class=\"features-grid\">\r\n                    <div class=\"feature-box\" role=\"region\" aria-labelledby=\"feature1-title\">\r\n                        <i class=\"fas fa-flask\"><\/i>\r\n                        <h3 id=\"feature1-title\">\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0623\u0628\u062d\u0627\u062b<\/h3>\r\n                        <p>\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0641\u0631\u0635\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0623\u0628\u062d\u0627\u062b \u0631\u0627\u0626\u062f\u0629 \u0648\u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u0645\u0646 \u0634\u0628\u0643\u062a\u0646\u0627 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629.<\/p>\r\n                    <\/div>\r\n                    <div class=\"feature-box\" role=\"region\" aria-labelledby=\"feature2-title\">\r\n                        <i class=\"fas fa-graduation-cap\"><\/i>\r\n                        <h3 id=\"feature2-title\">\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0648\u0627\u0647\u0628<\/h3>\r\n                        <p>\u0627\u0631\u062a\u0642\u0650 \u0628\u0642\u062f\u0631\u0627\u062a \u0641\u0631\u064a\u0642\u0643 \u0639\u0628\u0631 \u0628\u0631\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 \u0648\u0634\u0647\u0627\u062f\u0627\u062a \u0645\u0639\u062a\u0645\u062f\u0629.<\/p>\r\n                    <\/div>\r\n                    <div class=\"feature-box\" role=\"region\" aria-labelledby=\"feature3-title\">\r\n                        <i class=\"fas fa-globe\"><\/i>\r\n                        <h3 id=\"feature3-title\">\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0627\u0644\u0645\u064a<\/h3>\r\n                        <p>\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0634\u0628\u0643\u0629 \u062a\u0636\u0645 \u062c\u0627\u0645\u0639\u0627\u062a \u0648\u0634\u0631\u0643\u0627\u062a \u0648\u0645\u0628\u062a\u0643\u0631\u064a\u0646 \u0645\u0646 \u0645\u062e\u062a\u0644\u0641 \u0623\u0646\u062d\u0627\u0621 \u0627\u0644\u0639\u0627\u0644\u0645.<\/p>\r\n                    <\/div>\r\n                    <div class=\"feature-box\" role=\"region\" aria-labelledby=\"feature4-title\">\r\n                        <i class=\"fas fa-bullhorn\"><\/i>\r\n                        <h3 id=\"feature4-title\">\u0627\u0644\u062a\u0645\u064a\u0651\u0632 \u0648\u0627\u0644\u062a\u0623\u062b\u064a\u0631<\/h3>\r\n                        <p>\u0639\u0632\u0651\u0632 \u062d\u0636\u0648\u0631 \u0639\u0644\u0627\u0645\u062a\u0643 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0634\u0631\u0627\u0643\u0627\u062a \u0648\u0645\u0628\u0627\u062f\u0631\u0627\u062a \u0630\u0627\u062a \u062a\u0623\u062b\u064a\u0631 \u0639\u0627\u0644\u064d.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"partnership-models\" aria-labelledby=\"models-title\">\r\n            <div class=\"container\">\r\n                <h2 class=\"section-title\" id=\"models-title\">\u0646\u0645\u0627\u0630\u062c \u0627\u0644\u0634\u0631\u0627\u0643\u0629<\/h2>\r\n                <p class=\"section-subtext\">\u0627\u0633\u062a\u0643\u0634\u0641 \u0646\u0645\u0627\u0630\u062c \u062a\u0639\u0627\u0648\u0646 \u0645\u0631\u0646\u0629 \u0635\u064f\u0645\u0645\u062a \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u062a\u0644\u0628\u064a\u0629 \u0623\u0647\u062f\u0627\u0641 \u0645\u0646\u0638\u0645\u062a\u0643 \u0648\u062a\u062d\u0642\u064a\u0642 \u0631\u0624\u064a\u062a\u0647\u0627.<\/p>\r\n                <div class=\"models-grid\">\r\n                    <div class=\"model-card\">\r\n                        <h3>\u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/h3>\r\n                        <p>\u0627\u0646\u062e\u0631\u0637 \u0641\u064a \u0623\u0628\u062d\u0627\u062b \u0645\u0634\u062a\u0631\u0643\u0629\u060c \u0648\u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0637\u0644\u0627\u0628\u064a\u0629\u060c \u0648\u062a\u0628\u0627\u062f\u0644 \u0644\u0644\u062e\u0628\u0631\u0627\u062a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u062a\u0645\u064a\u0651\u0632 \u0627\u0644\u0639\u0644\u0645\u064a.<\/p>\r\n                    <\/div>\r\n                    <div class=\"model-card\">\r\n                        <h3>\u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u0629<\/h3>\r\n                        <p>\u0637\u0648\u0651\u0631 \u0628\u0631\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0628\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0634\u0631\u0643\u0627\u062a\u060c \u0648\u0645\u0633\u0627\u0631\u0627\u062a \u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0643\u0641\u0627\u0621\u0627\u062a\u060c \u0648\u0645\u0646\u062d\u064b\u0627 \u0644\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u062a\u062f\u0639\u0645 \u0646\u0645\u0648 \u0641\u0631\u064a\u0642\u0643.<\/p>\r\n                    <\/div>\r\n                    <div class=\"model-card\">\r\n                        <h3>\u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u064a\u0629<\/h3>\r\n                        <p>\u0633\u0627\u0647\u0645 \u0641\u064a \u0645\u0628\u0627\u062f\u0631\u0627\u062a \u0627\u0644\u062a\u0648\u0639\u064a\u0629 \u0628\u0627\u0644\u0639\u0644\u0648\u0645 \u0648\u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627\u060c \u0648\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u060c \u0648\u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u064a\u0629.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"impact-metrics\" aria-labelledby=\"metrics-title\">\r\n            <div class=\"container\">\r\n                <h2 class=\"section-title\" id=\"metrics-title\">\u0623\u062b\u0631\u0646\u0627 \u0627\u0644\u0639\u0627\u0644\u0645\u064a<\/h2>\r\n                <p class=\"section-subtext\">\u0645\u0639\u064b\u0627 \u0646\u064f\u062d\u062f\u062b \u062a\u062d\u0648\u0644\u064b\u0627 \u0641\u064a \u0645\u062c\u0627\u0644\u064a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0639\u0627\u0644\u0645.<\/p>\r\n                <div class=\"metrics-grid\">\r\n                    <div class=\"metric\">\r\n                        <div class=\"metric-number\">120+<\/div>\r\n                        <div class=\"metric-label\">\u0634\u0631\u064a\u0643\u064b\u0627<\/div>\r\n                    <\/div>\r\n                    <div class=\"metric\">\r\n                        <div class=\"metric-number\">15<\/div>\r\n                        <div class=\"metric-label\">\u062f\u0648\u0644\u0629 \u0648\u0635\u0644\u0646\u0627 \u0625\u0644\u064a\u0647\u0627<\/div>\r\n                    <\/div>\r\n                    <div class=\"metric\">\r\n                        <div class=\"metric-number\">+10\u0627\u0644\u0627\u0641<\/div>\r\n                        <div class=\"metric-label\">\u0645\u062a\u0639\u0644\u0651\u0645<\/div>\r\n                    <\/div>\r\n                    <div class=\"metric\">\r\n                        <div class=\"metric-number\">300+<\/div>\r\n                        <div class=\"metric-label\">\u0645\u0634\u0631\u0648\u0639 \u0628\u062d\u062b\u064a<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"testimonials\" aria-labelledby=\"testimonials-title\">\r\n            <div class=\"container\">\r\n                <h2 class=\"section-title\" id=\"testimonials-title\">\u0622\u0631\u0627\u0621 \u0634\u0631\u0643\u0627\u0626\u0646\u0627<\/h2>\r\n                <p class=\"section-subtext\">\u0627\u0633\u062a\u0645\u0639 \u0625\u0644\u0649 \u062a\u062c\u0627\u0631\u0628 \u0634\u0631\u0643\u0627\u0626\u0646\u0627 \u0627\u0644\u0645\u0645\u064a\u0651\u0632\u064a\u0646 \u062d\u0648\u0644 \u0623\u062b\u0631 \u062a\u0639\u0627\u0648\u0646\u0646\u0627 \u0627\u0644\u0645\u0634\u062a\u0631\u0643.<\/p>\r\n                <div class=\"testimonial-card\">\r\n                    <blockquote>\"Partnering with ScInnovHub has elevated our research capabilities and connected us with global innovators.\"<\/blockquote>\r\n                    <cite>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0629 \u0625\u0645\u064a\u0644\u064a \u0643\u0627\u0631\u062a\u0631 \u2013 \u0639\u0645\u064a\u062f\u0629 \u0627\u0644\u0623\u0628\u062d\u0627\u062b\u060c \u062c\u0627\u0645\u0639\u0629 \u0647\u0648\u0631\u0627\u064a\u0632\u0646<\/cite>\r\n                <\/div>\r\n                <div class=\"testimonial-card\">\r\n                    <blockquote>\"ScInnovHub's corporate programs transformed our workforce, driving innovation and growth.\"<\/blockquote>\r\n                    <cite>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0629 \u0625\u0645\u064a\u0644\u064a \u0643\u0627\u0631\u062a\u0631 \u2013 \u0639\u0645\u064a\u062f\u0629 \u0627\u0644\u0623\u0628\u062d\u0627\u062b\u060c \u062c\u0627\u0645\u0639\u0629 \u0647\u0648\u0631\u0627\u064a\u0632\u0646<\/cite>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"cta-section\" id=\"cta\" aria-labelledby=\"cta-title\">\r\n            <div class=\"container\">\r\n                <h2 id=\"cta-title\">\u0644\u0646\u0628\u0646\u0650 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644 \u0645\u0639\u064b\u0627.<\/h2>\r\n                <p>\u0647\u0644 \u0623\u0646\u062a \u0645\u0633\u062a\u0639\u062f \u0644\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 ScInnovHub\u061f<\/p>\r\n                <a href=\"https:\/\/wa.me\/201092288961\" class=\"cta\" aria-label=\"Get in Touch with ScInnovHub\">\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<\/a>\r\n            <\/div>\r\n        <\/section>\r\n    <\/main>\r\n\r\n    <script>\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function(e) {\r\n                e.preventDefault();\r\n                document.querySelector(this.getAttribute('href')).scrollIntoView({\r\n                    behavior: 'smooth'\r\n                });\r\n            });\r\n        });\r\n    <\/script>\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>Partner With Us | ScInnovHub Partner With ScInnovHub Join forces with a global leader in education and<\/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-939","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\/939","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=939"}],"version-history":[{"count":6,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/939\/revisions"}],"predecessor-version":[{"id":1612,"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/pages\/939\/revisions\/1612"}],"wp:attachment":[{"href":"https:\/\/scinnovhub.com\/ar\/wp-json\/wp\/v2\/media?parent=939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}