{"id":11769,"date":"2025-07-16T10:45:30","date_gmt":"2025-07-16T10:45:30","guid":{"rendered":"https:\/\/elusivedata.io\/?page_id=11769"},"modified":"2026-03-19T10:18:14","modified_gmt":"2026-03-19T10:18:14","slug":"example-mega-menu","status":"publish","type":"page","link":"https:\/\/elusivedata.io\/ar\/example-mega-menu\/","title":{"rendered":"\u0645\u062b\u0627\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0636\u062e\u0645\u0629"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"11769\" class=\"elementor elementor-11769\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47be472 e-flex e-con-boxed e-con e-parent\" data-id=\"47be472\" 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-a8187d5 elementor-widget elementor-widget-html\" data-id=\"a8187d5\" 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>\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>\u0642\u0627\u0626\u0645\u0629 \u0625\u0644\u0648\u0633\u064a\u0641\u064a\u062f\u0627\u062a\u0627 \u0627\u0644\u0636\u062e\u0645\u0629<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Saira:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/js\/all.min.js\"><\/script>\n  <style>\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      margin: 0;\n      font-family: 'Saira', sans-serif;\n      background: #0f172a;\n      font-weight: 400;\n    }\n\n    .navbar {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #0f172a;\n      padding: 14px 40px;\n      position: relative;\n      z-index: 100;\n    }\n\n    .navbar ul {\n      list-style: none;\n      display: flex;\n      margin: 0;\n      padding: 0;\n    }\n\n    .navbar li {\n      position: relative;\n    }\n\n    .navbar a {\n      color: #fff;\n      text-decoration: none;\n      padding: 12px 18px;\n      display: flex;\n      align-items: center;\n      font-size: 15px;\n      font-weight: 400;\n      transition: color 0.3s ease;\n      white-space: nowrap;\n    }\n\n    .navbar a:hover {\n      color: #4c7bfa;\n    }\n\n    .navbar a .arrow {\n      margin-left: 5px;\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      border-right: 2px solid currentColor;\n      border-bottom: 2px solid currentColor;\n      transform: rotate(45deg);\n      margin-top: -3px;\n      transition: transform 0.3s ease;\n    }\n\n    .navbar li:hover .arrow {\n      transform: rotate(225deg);\n      margin-top: 1px;\n    }\n\n    .megamenu {\n      position: absolute;\n      top: 100%;\n      left: 0;\n      background: #f3f4f6;\n      padding: 30px 40px;\n      display: none;\n      width: 100vw;\n      margin-left: -20px;\n      color: #1e293b;\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);\n      border-radius: 0 0 8px 8px;\n      z-index: 1000;\n    }\n\n    .navbar li:hover .megamenu {\n      display: flex;\n    }\n\n    @keyframes fadeInDown {\n      from {\n        opacity: 0;\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .megamenu-content {\n      display: flex;\n      gap: 40px;\n      flex-wrap: wrap;\n      max-width: 1200px;\n      margin: 0 auto;\n      width: 100%;\n    }\n\n    .megamenu-column {\n      flex: 1;\n      min-width: 200px;\n      max-width: 250px;\n    }\n\n    .megamenu-column h4 {\n      font-size: 14px;\n      color: #4c7bfa;\n      margin-bottom: 15px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .megamenu-column a {\n      display: block;\n      padding: 8px 0;\n      font-size: 15px;\n      color: #1e293b;\n      text-decoration: none;\n      transition: color 0.3s ease, padding-left 0.3s ease;\n      border-bottom: 1px solid transparent;\n    }\n\n    .megamenu-column a:hover {\n      color: #2b64f8;\n      padding-left: 8px;\n    }\n\n    .megamenu-feature {\n      flex: 1;\n      background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);\n      padding: 20px;\n      border-radius: 8px;\n      max-width: 280px;\n      margin-left: 20px;\n      border: 1px solid #d1d5db;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .megamenu-feature:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    .megamenu-feature h4 {\n      font-size: 16px;\n      color: #2563eb;\n      margin-bottom: 10px;\n      font-weight: 600;\n    }\n\n    .megamenu-feature p {\n      font-size: 14px;\n      color: #374151;\n      margin-bottom: 15px;\n      line-height: 1.5;\n    }\n\n    .megamenu-feature a.btn {\n      display: inline-block;\n      padding: 10px 16px;\n      background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);\n      color: #fff;\n      border-radius: 6px;\n      font-size: 14px;\n      text-decoration: none;\n      font-weight: 500;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);\n    }\n\n    .megamenu-feature a.btn:hover {\n      background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);\n    }\n\n    .nav-icons {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .nav-icons a {\n      color: #fff;\n      font-size: 18px;\n      padding: 8px;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n    }\n\n    .nav-icons a:hover {\n      color: #4c7bfa;\n      background: rgba(76, 123, 250, 0.1);\n    }\n\n    .lang-select {\n      color: #fff;\n      font-size: 14px;\n      margin-left: 10px;\n      cursor: pointer;\n      padding: 8px 12px;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n    }\n\n    .lang-select:hover {\n      background: rgba(76, 123, 250, 0.1);\n      color: #4c7bfa;\n    }\n\n    .contact-btn {\n      background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);\n      color: #fff;\n      padding: 10px 18px;\n      border-radius: 6px;\n      text-decoration: none;\n      font-size: 15px;\n      margin-left: 20px;\n      font-weight: 500;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);\n    }\n\n    .contact-btn:hover {\n      background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);\n    }\n\n    \/* Responsive design *\/\n    @media (max-width: 768px) {\n      .navbar {\n        padding: 10px 20px;\n        flex-direction: column;\n        gap: 10px;\n      }\n\n      .megamenu {\n        position: static;\n        width: 100%;\n        left: 0;\n        border-radius: 8px;\n        margin-top: 10px;\n      }\n\n      .megamenu-content {\n        flex-direction: column;\n        gap: 20px;\n      }\n\n      .megamenu-feature {\n        margin-left: 0;\n        max-width: 100%;\n      }\n\n      .nav-icons {\n        flex-wrap: wrap;\n        gap: 10px;\n      }\n\n      .contact-btn {\n        margin-left: 0;\n      }\n    }\n\n    \/* Fade in animation for menu items *\/\n    .megamenu-column a {\n      transition: color 0.3s ease, padding-left 0.3s ease;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"navbar\">\n    <ul>\n      <li>\n        <a href=\"#\">\u0627\u0644\u062a\u062f\u0631\u064a\u0628 <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>\u0644\u0645\u062d\u0629 \u0639\u0627\u0645\u0629<\/h4>\n              <a href=\"#\">\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0648\u0627\u0644\u0623\u0633\u0639\u0627\u0631<\/a>\n              <a href=\"#\">\u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0639\u0644\u0645 (CTF)<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>\u0627\u0644\u0628\u0631\u0627\u0645\u062c<\/h4>\n              <a href=\"#\">\u0645\u0642\u062f\u0645\u0629 \u0641\u064a \u0627\u0644\u0637\u0628 \u0627\u0644\u0634\u0631\u0639\u064a \u0627\u0644\u0631\u0642\u0645\u064a<\/a>\n              <a href=\"#\">\u0627\u0644\u0637\u0628 \u0627\u0644\u0634\u0631\u0639\u064a \u0644\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629<\/a>\n              <a href=\"#\">\u0627\u0644\u0637\u0628 \u0627\u0644\u0634\u0631\u0639\u064a \u0644 SQLite<\/a>\n              <a href=\"#\">\u0628\u0627\u064a\u062b\u0648\u0646 \u0644\u0644\u0623\u062f\u0644\u0629 \u0627\u0644\u062c\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0645\u062a\u0646\u0642\u0644\u0629<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0645\u0635\u063a\u0651\u0631<\/h4>\n              <a href=\"#\">\u0647\u064a\u0627\u0643\u0644 \u0628\u064a\u0627\u0646\u0627\u062a SQLite<\/a>\n              <a href=\"#\">\u0645\u0624\u0634\u0631 WAL &amp; SHM<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>\u062f\u0648\u0631\u0629 \u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0645\u0645\u064a\u0632\u0629<\/h4>\n              <p>\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0627\u0644\u0631\u0624\u0649 \u0645\u0646 \u0625\u0637\u0627\u0631\u0627\u062a WAL \u0648\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 \u0641\u064a SQLite.<\/p>\n              <a href=\"#\" class=\"btn\">\u0639\u0631\u0636 \u0627\u0644\u062f\u0648\u0631\u0629<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629 <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>\u0627\u0644\u0645\u0642\u0627\u0644\u0627\u062a<\/h4>\n              <a href=\"#\">\u0627\u0644\u0645\u062f\u0648\u0646\u0629 \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u064a\u0629<\/a>\n              <a href=\"#\">\u0643\u062a\u0628 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>\u0627\u0644\u0623\u062f\u0648\u0627\u062a<\/h4>\n              <a href=\"#\">\u0623\u062f\u0627\u0629 \u0627\u0644\u0646\u0633\u062e \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0637\u064a 2FS<\/a>\n              <a href=\"#\">\u062d\u0627\u0633\u0628\u0629 \u0641\u0627\u0631\u064a\u0646\u062a<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>\u0641\u0643 \u062a\u0634\u0641\u064a\u0631 \u0645\u0644\u0627\u062d\u0638\u0627\u062a iOS<\/h4>\n              <p>\u062f\u0644\u064a\u0644 \u062e\u0637\u0648\u0629 \u0628\u062e\u0637\u0648\u0629 \u0644\u0641\u0643 \u062a\u0634\u0641\u064a\u0631 Apple Notes \u0641\u064a \u062a\u062d\u0642\u064a\u0642\u0627\u062a \u0627\u0644\u0637\u0628 \u0627\u0644\u0634\u0631\u0639\u064a.<\/p>\n              <a href=\"#\" class=\"btn\">\u0627\u0639\u0631\u0641 \u0627\u0644\u0645\u0632\u064a\u062f<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>\u0623\u062f\u0627\u0629 \u0641\u0627\u0631\u064a\u0646\u062a<\/h4>\n              <p>\u0627\u062d\u0633\u0628 \u0648\u062a\u0635\u0648\u0631 \u0645\u062a\u063a\u064a\u0631\u0627\u062a SQLite \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a. \u0645\u062c\u0627\u0646\u064a \u0648\u0628\u062f\u064a\u0647\u064a.<\/p>\n              <a href=\"#\" class=\"btn\">\u0623\u062f\u0627\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">\u0627\u0644\u0645\u062a\u062c\u0631 <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629<\/h4>\n              <a href=\"#\">\u0627\u0644\u0637\u0628 \u0627\u0644\u0634\u0631\u0639\u064a \u0644 SQLite (\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628)<\/a>\n              <a href=\"#\">\u0647\u064a\u0627\u0643\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a (\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628)<\/a>\n              <a href=\"#\">WAL &amp; SHM (\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628)<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>\u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a<\/h4>\n              <a href=\"#\">\u062d\u0642\u064a\u0628\u0629 \u0641\u0627\u0631\u0627\u062f\u0627\u064a<\/a>\n              <a href=\"#\">\u0627\u0644\u062e\u0632\u0627\u0646\u0629 7<\/a>\n              <a href=\"#\">\u062f\u0631\u0639 \u0627\u0644\u0646\u0628\u0636\u0627\u062a \u0627\u0644\u0643\u0647\u0631\u0648\u0645\u063a\u0646\u0627\u0637\u064a\u0633\u064a\u0629 \u0627\u0644\u0643\u0647\u0631\u0648\u0645\u063a\u0646\u0627\u0637\u064a\u0633\u064a\u0629<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>\u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u0627\u064b<\/h4>\n              <p>\u062d\u0642\u064a\u0628\u0629 \u0641\u0627\u0631\u0627\u062f\u0627\u064a \u0644\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629 \u2122Mission Darkness\u2122 Mission Darkness \u0644\u0644\u0647\u0648\u0627\u062a\u0641 - \u062f\u0644\u064a\u0644 \u0622\u0645\u0646 \u0644\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629.<\/p>\n              <a href=\"#\" class=\"btn\">\u0639\u0631\u0636<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">\u0646\u0628\u0630\u0629 \u0639\u0646 <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>\u0627\u0644\u0634\u0631\u0643\u0629<\/h4>\n              <a href=\"#\">\u0642\u0635\u062a\u0646\u0627<\/a>\n              <a href=\"#\">\u0627\u0644\u0634\u0631\u0643\u0627\u0621<\/a>\n              <a href=\"#\">\u0627\u0644\u0648\u0638\u0627\u0626\u0641<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>\u0646\u062d\u0646 \u0646\u062a\u0648\u0633\u0639<\/h4>\n              <p>\u0646\u062d\u0646 \u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u0639\u0632\u064a\u0632 \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0644\u062f\u064a\u0646\u0627 \u0641\u064a \u062c\u0645\u064a\u0639 \u0623\u0646\u062d\u0627\u0621 \u0623\u0648\u0631\u0648\u0628\u0627. \u0625\u0630\u0627 \u0643\u0646\u062a \u0645\u0646 \u0630\u0648\u064a \u0627\u0644\u062e\u0628\u0631\u0629 \u0648\u0627\u0644\u0634\u063a\u0641 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.<\/p>\n              <a href=\"#\" class=\"btn\">\u0627\u0639\u0631\u0641 \u0627\u0644\u0645\u0632\u064a\u062f<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>\u0645\u0635\u0648\u0631 SQLite<\/h4>\n              <p>\u0627\u0644\u0625\u0637\u0644\u0627\u0642 \u0641\u064a \u0623\u063a\u0633\u0637\u0633. \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0648\u062a\u0635\u0648\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0644\u062a\u062d\u0644\u064a\u0644 SQLite \u0627\u0644\u062c\u0646\u0627\u0626\u064a.<\/p>\n              <a href=\"#\" class=\"btn\">\u0623\u062f\u0627\u0629 \u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0629<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <div class=\"nav-icons\">\n      <a href=\"#\"><i class=\"fas fa-user\"><\/i><\/a>\n      <a href=\"#\"><i class=\"fas fa-heart\"><\/i><\/a>\n      <a href=\"#\"><i class=\"fas fa-shopping-cart\"><\/i><\/a>\n      <div class=\"lang-select\"><i class=\"fas fa-globe\"><\/i> EN<\/div>\n      <a href=\"#\" class=\"contact-btn\">\u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/a>\n    <\/div>\n  <\/div>\n<\/body>\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>","protected":false},"excerpt":{"rendered":"<p>Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-11769","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Example Mega Menu - Elusive Data<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Example Mega Menu\" \/>\n<meta property=\"og:description\" content=\"Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elusivedata.io\/ar\/example-mega-menu\/\" \/>\n<meta property=\"og:site_name\" content=\"Elusive Data\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T10:18:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\",\"name\":\"Example Mega Menu - Elusive Data\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\"},\"datePublished\":\"2025-07-16T10:45:30+00:00\",\"dateModified\":\"2026-03-19T10:18:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elusivedata.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Example Mega Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"name\":\"ElusiveData\",\"description\":\"Excellence in Digital Forensics Training and Consulting\",\"publisher\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elusivedata.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\",\"name\":\"ElusiveData\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"width\":2560,\"height\":370,\"caption\":\"ElusiveData\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@elusivedata\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0645\u062b\u0627\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0636\u062e\u0645\u0629 - \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0631\u0627\u0648\u063a\u0629","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"ar_AR","og_type":"article","og_title":"Example Mega Menu","og_description":"Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]","og_url":"https:\/\/elusivedata.io\/ar\/example-mega-menu\/","og_site_name":"Elusive Data","article_modified_time":"2026-03-19T10:18:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elusivedata.io\/example-mega-menu\/","url":"https:\/\/elusivedata.io\/example-mega-menu\/","name":"\u0645\u062b\u0627\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0636\u062e\u0645\u0629 - \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0631\u0627\u0648\u063a\u0629","isPartOf":{"@id":"https:\/\/elusivedata.io\/#website"},"datePublished":"2025-07-16T10:45:30+00:00","dateModified":"2026-03-19T10:18:14+00:00","breadcrumb":{"@id":"https:\/\/elusivedata.io\/example-mega-menu\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elusivedata.io\/example-mega-menu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elusivedata.io\/example-mega-menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elusivedata.io\/"},{"@type":"ListItem","position":2,"name":"Example Mega Menu"}]},{"@type":"WebSite","@id":"https:\/\/elusivedata.io\/#website","url":"https:\/\/elusivedata.io\/","name":"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0648\u063a\u0629","description":"\u0627\u0644\u062a\u0645\u064a\u0632 \u0641\u064a \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0627\u062a \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0623\u062f\u0644\u0629 \u0627\u0644\u062c\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629","publisher":{"@id":"https:\/\/elusivedata.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elusivedata.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/elusivedata.io\/#organization","name":"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0648\u063a\u0629","url":"https:\/\/elusivedata.io\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","width":2560,"height":370,"caption":"ElusiveData"},"image":{"@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@elusivedata"]}]}},"_links":{"self":[{"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/pages\/11769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/comments?post=11769"}],"version-history":[{"count":8,"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/pages\/11769\/revisions"}],"predecessor-version":[{"id":13545,"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/pages\/11769\/revisions\/13545"}],"wp:attachment":[{"href":"https:\/\/elusivedata.io\/ar\/wp-json\/wp\/v2\/media?parent=11769"}],"curies":[{"name":"\u062f\u0628\u0644\u064a\u0648 \u0628\u064a","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}