{"id":3065,"date":"2026-06-03T13:00:32","date_gmt":"2026-06-03T13:00:32","guid":{"rendered":"https:\/\/technical.com.sa\/?page_id=3065"},"modified":"2026-06-18T10:35:13","modified_gmt":"2026-06-18T10:35:13","slug":"it","status":"publish","type":"page","link":"https:\/\/technical.com.sa\/index.php\/it\/","title":{"rendered":"IT"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3065\" class=\"elementor elementor-3065\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9948af e-flex e-con-boxed e-con e-parent\" data-id=\"c9948af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5d5e87 elementor-widget elementor-widget-html\" data-id=\"d5d5e87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n  <title>IT Programs - S-Tech<\/title>\r\n  \r\n  <script>\r\n    tailwind.config = {\r\n      content: [],\r\n      theme: {\r\n        extend: {}\r\n      }\r\n    }\r\n  <\/script>\r\n\r\n  <style>\r\n    * { margin: 0; padding: 0; box-sizing: border-box; }\r\n    body {\r\n      background: #f8f9fa;\r\n      font-family: 'Segoe UI', Tahoma, sans-serif;\r\n    }\r\n    .tit {\r\n      text-align: center;\r\n      font-size: 2.1rem;\r\n      color: #783585;\r\n      margin-bottom: 40px;\r\n      padding: 0 15px;\r\n    }\r\n    .container {\r\n      max-width: 1300px;\r\n      margin: 0 auto;\r\n      padding: 0 15px;\r\n      display: grid;\r\n      grid-template-columns: 1fr;\r\n      gap: 25px;\r\n    }\r\n\r\n    .card {\r\n      border-radius: 20px;\r\n      padding: 24px;\r\n      display: flex;\r\n      flex-direction: column;\r\n      color: white;\r\n      box-shadow: 0 10px 30px rgba(0,0,0,0.25);\r\n      transition: all 0.3s;\r\n    }\r\n    .card:hover {\r\n      transform: translateY(-8px);\r\n    }\r\n    .card-left { background: linear-gradient(to bottom, #DF614A, #783585); }\r\n    .card-right { background: linear-gradient(to top, #DF614A, #783585); }\r\n\r\n    .card img {\r\n      width: 100%;\r\n      height: 200px;\r\n      object-fit: cover;\r\n      border-radius: 15px;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .card h2 {\r\n      font-size: 1.75rem;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .card ul {\r\n      flex-grow: 1;\r\n      margin: 16px 0;\r\n      list-style: none;\r\n    }\r\n\r\n    .card li {\r\n      padding: 12px 0;\r\n      display: flex;\r\n      align-items: flex-start;\r\n      gap: 12px;\r\n      border-bottom: 1px solid rgba(255,255,255,0.18);\r\n      cursor: pointer;\r\n    }\r\n    .card li:last-child {\r\n      border-bottom: none;\r\n    }\r\n\r\n    .card li i {\r\n      font-size: 1.4rem;\r\n      margin-top: 3px;\r\n      min-width: 28px;\r\n    }\r\n\r\n    .main-text {\r\n      font-weight: 600;\r\n      font-size: 1.05rem;\r\n      line-height: 1.4;\r\n    }\r\n    .sub-text {\r\n      display: none;\r\n      font-size: 0.92rem;\r\n      opacity: 0.93;\r\n      line-height: 1.45;\r\n      margin-top: 5px;\r\n    }\r\n    .card li:hover .sub-text {\r\n      display: block;\r\n    }\r\n\r\n    .join-btn {\r\n      margin-top: auto;\r\n      width: 100%;\r\n      background: white;\r\n      color: #783585;\r\n      padding: 16px 0;\r\n      font-size: 1.25rem;\r\n      font-weight: 600;\r\n      border: none;\r\n      border-radius: 50px;\r\n      cursor: pointer;\r\n      transition: all 0.4s ease;\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 10px;\r\n      box-shadow: 0 8px 20px rgba(223, 97, 74, 0.35);\r\n      text-decoration: none;\r\n    }\r\n    .join-btn:hover {\r\n      background: linear-gradient(135deg, #c54f3a, #DF614A);\r\n      color: white;\r\n      transform: translateY(-4px);\r\n      box-shadow: 0 15px 28px rgba(223, 97, 74, 0.45);\r\n    }\r\n\r\n    \/* Responsive for tablets and desktops *\/\r\n    @media (min-width: 768px) {\r\n      .container {\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 30px;\r\n        padding: 0 20px;\r\n      }\r\n      .tit {\r\n        font-size: 2.4rem;\r\n        margin-bottom: 50px;\r\n      }\r\n      .card img {\r\n        height: 230px;\r\n      }\r\n      .card h2 {\r\n        font-size: 1.95rem;\r\n      }\r\n    }\r\n\r\n    \/* Extra optimization for small mobile screens *\/\r\n    @media (max-width: 480px) {\r\n      .tit {\r\n        font-size: 1.85rem;\r\n      }\r\n      .card {\r\n        padding: 20px;\r\n      }\r\n      .card h2 {\r\n        font-size: 1.6rem;\r\n      }\r\n      .main-text {\r\n        font-size: 1rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"tit\">\r\n        <h1>IT Programs<\/h1>\r\n        <p style=\"font-size:1.25rem; color:#694176; margin-top:10px;\">Here's everything about our IT programs<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <!-- Cybersecurity -->\r\n        <div class=\"card card-left\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/images.unsplash.com\/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=600&q=80\" alt=\"Cybersecurity\">\r\n            <h2>Cybersecurity Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-shield-halved\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Network Security<\/div>\r\n                        <div class=\"sub-text\">Securing networks, configuring firewalls, and preventing unauthorized intrusions.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-user-secret\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Ethical Hacking<\/div>\r\n                        <div class=\"sub-text\">Conducting penetration testing and identifying system vulnerabilities.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-key\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Cryptography & Data Protection<\/div>\r\n                        <div class=\"sub-text\">Implementing encryption standards to protect sensitive information.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-file-shield\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Incident Response<\/div>\r\n                        <div class=\"sub-text\">Detecting threats, managing breaches, and system recovery.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Programming -->\r\n        <div class=\"card card-right\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/images.unsplash.com\/photo-1542831371-29b0f74f9713?auto=format&fit=crop&w=600&q=80\" alt=\"Programming\">\r\n            <h2>Programming Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-code\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Software Development<\/div>\r\n                        <div class=\"sub-text\">Mastering Python, Java, and C# for scalable applications.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-laptop-code\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Web & App Development<\/div>\r\n                        <div class=\"sub-text\">Building responsive websites and cross-platform mobile apps.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-database\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Database Systems<\/div>\r\n                        <div class=\"sub-text\">Designing databases and writing optimized SQL queries.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-gears\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Algorithms & Data Structures<\/div>\r\n                        <div class=\"sub-text\">Problem-solving and code optimization techniques.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Data Analysis -->\r\n        <div class=\"card card-right\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/images.unsplash.com\/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=600&q=80\" alt=\"Data Analysis\">\r\n            <h2>Data Analysis Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-chart-pie\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Statistical Analysis<\/div>\r\n                        <div class=\"sub-text\">Applying statistical methods to discover data patterns.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-chart-gantt\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Data Visualization<\/div>\r\n                        <div class=\"sub-text\">Creating dashboards using Power BI and Tableau.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-brain\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Predictive Modeling<\/div>\r\n                        <div class=\"sub-text\">Building machine learning models with Python.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-broom\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Data Wrangling & Cleaning<\/div>\r\n                        <div class=\"sub-text\">Cleaning and preparing data for analysis.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Networking -->\r\n        <div class=\"card card-left\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/images.unsplash.com\/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=600&q=80\" alt=\"Networking\">\r\n            <h2>Networking Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-server\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Network Architecture<\/div>\r\n                        <div class=\"sub-text\">Designing enterprise LAN\/WAN infrastructures.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-cloud\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Cloud Infrastructure<\/div>\r\n                        <div class=\"sub-text\">Deploying secure networks on AWS and Azure.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-network-wired\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Routing & Switching<\/div>\r\n                        <div class=\"sub-text\">Configuring routers, switches, and VLANs.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-wrench\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Network Troubleshooting<\/div>\r\n                        <div class=\"sub-text\">Diagnosing connectivity issues and performance problems.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>IT Programs &#8211; S-Tech IT Programs Here&#8217;s everything about our IT &#8230; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3065","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages\/3065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/comments?post=3065"}],"version-history":[{"count":28,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages\/3065\/revisions"}],"predecessor-version":[{"id":3373,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages\/3065\/revisions\/3373"}],"wp:attachment":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/media?parent=3065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}