{"id":73,"date":"2026-06-02T11:12:56","date_gmt":"2026-06-02T11:12:56","guid":{"rendered":"http:\/\/localhost\/wordpress\/?page_id=73"},"modified":"2026-07-04T10:52:11","modified_gmt":"2026-07-04T10:52:11","slug":"about","status":"publish","type":"page","link":"https:\/\/rexmyze.com\/index.php\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"73\" class=\"elementor elementor-73\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ecc8cf e-flex e-con-boxed e-con e-parent\" data-id=\"7ecc8cf\" 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-93ecc33 elementor-widget elementor-widget-html\" data-id=\"93ecc33\" data-element_type=\"widget\" data-e-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>Rexmyze Mission Section<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    \r\n    <style>\r\n        \/* --- BRAND VARIABLES & BASE LAYOUT --- *\/\r\n        :root {\r\n            --rex-blue: #54A0D6;\r\n            --rex-blue-hover: #438fc5;\r\n            --rex-dark: #1a202c;\r\n            --rex-text: #2d3748;\r\n            --rex-muted: #718096;\r\n            --rex-bg-light: rgba(84, 160, 214, 0.05);\r\n            --rex-white: #ffffff;\r\n            --rex-radius: 12px;\r\n            --rex-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);\r\n        }\r\n\r\n        .rex-section-wrapper {\r\n            width: 100%;\r\n            background-color: var(--rex-white);\r\n            position: relative;\r\n            overflow: hidden;\r\n            padding: 80px 0;\r\n        }\r\n\r\n        .rex-container {\r\n            max-width: 1280px;\r\n            margin: 0 auto;\r\n            padding: 0 24px;\r\n        }\r\n\r\n        .rex-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 64px;\r\n            align-items: center;\r\n        }\r\n\r\n        @media (min-width: 1024px) {\r\n            .rex-grid {\r\n                grid-template-columns: 1.1fr 0.9fr;\r\n            }\r\n        }\r\n\r\n        \/* --- LEFT SIDE CONTENT --- *\/\r\n        .rex-content-block {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: flex-start;\r\n            max-width: 570px;\r\n        }\r\n\r\n        .rex-badge-tag {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            border-radius: 9999px;\r\n            border: 1px solid rgba(84, 160, 214, 0.2);\r\n            background-color: var(--rex-bg-light);\r\n            padding: 6px 16px;\r\n            font-size: 10px;\r\n            font-weight: 900;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.15em;\r\n            color: var(--rex-blue);\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .rex-main-title {\r\n            font-size: 40px;\r\n            font-weight: 900;\r\n            letter-spacing: -0.03em;\r\n            line-height: 1.05;\r\n            color: var(--rex-dark);\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n            .rex-main-title {\r\n                font-size: 56px;\r\n            }\r\n        }\r\n\r\n        .rex-main-title span.blue-italic {\r\n            color: var(--rex-blue);\r\n            font-style: italic;\r\n        }\r\n\r\n        .rex-quote-indicator {\r\n            border-left: 4px solid var(--rex-blue);\r\n            padding-left: 24px;\r\n            margin-bottom: 32px;\r\n        }\r\n\r\n        .rex-quote-indicator p {\r\n            font-size: 18px;\r\n            color: var(--rex-text);\r\n            font-weight: 500;\r\n            font-style: italic;\r\n            line-height: 1.625;\r\n        }\r\n\r\n        \/* --- BUTTON GROUP --- *\/\r\n        .rex-btn-group {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 16px;\r\n            width: 100%;\r\n        }\r\n\r\n        .rex-btn-group a {\r\n            text-decoration: none;\r\n        }\r\n\r\n        .rex-btn-primary {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            height: 56px;\r\n            background-color: var(--rex-blue);\r\n            color: var(--rex-white);\r\n            border: none;\r\n            border-radius: var(--rex-radius);\r\n            padding: 0 40px;\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            cursor: pointer;\r\n            box-shadow: 0 10px 25px rgba(84, 160, 214, 0.25);\r\n            transition: var(--rex-transition);\r\n        }\r\n\r\n        .rex-btn-primary svg {\r\n            margin-left: 8px;\r\n            transition: var(--rex-transition);\r\n        }\r\n\r\n        .rex-btn-primary:hover {\r\n            background-color: var(--rex-blue-hover);\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 15px 30px rgba(84, 160, 214, 0.35);\r\n        }\r\n\r\n        .rex-btn-primary:hover svg {\r\n            transform: translateX(3px);\r\n        }\r\n\r\n        .rex-btn-primary:active, .rex-btn-secondary:active {\r\n            transform: scale(0.96) translateY(0);\r\n        }\r\n\r\n        .rex-btn-secondary {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            height: 56px;\r\n            background-color: transparent;\r\n            color: var(--rex-blue);\r\n            border: 2px solid var(--rex-blue);\r\n            border-radius: var(--rex-radius);\r\n            padding: 0 40px;\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            cursor: pointer;\r\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\r\n            transition: var(--rex-transition);\r\n        }\r\n\r\n        .rex-btn-secondary:hover {\r\n            background-color: var(--rex-bg-light);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        \/* --- RIGHT SIDE IMAGE FRAME --- *\/\r\n        .rex-graphic-panel {\r\n            position: relative;\r\n            width: 100%;\r\n            max-width: 500px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        @media (min-width: 1024px) {\r\n            .rex-graphic-panel {\r\n                margin-right: 0;\r\n            }\r\n        }\r\n\r\n        .rex-image-container {\r\n            position: relative;\r\n            width: 100%;\r\n            border-radius: 4px;\r\n            overflow: hidden;\r\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\r\n        }\r\n\r\n        .rex-image-container img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n            filter: grayscale(100%);\r\n            object-fit: cover;\r\n        }\r\n\r\n        \/* Angular floating milestone layer *\/\r\n        .rex-floating-badge {\r\n            position: absolute;\r\n            top: -24px;\r\n            left: -24px;\r\n            background-color: var(--rex-white);\r\n            padding: 24px 32px;\r\n            border-radius: 24px;\r\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);\r\n            border: 1px solid rgba(0, 0, 0, 0.04);\r\n            z-index: 20;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            min-width: 160px;\r\n            transform: rotate(-5deg);\r\n            transition: var(--rex-transition);\r\n        }\r\n\r\n        .rex-graphic-panel:hover .rex-floating-badge {\r\n            transform: rotate(-2deg) scale(1.03);\r\n        }\r\n\r\n        .rex-badge-num {\r\n            font-size: 24px;\r\n            font-weight: 900;\r\n            color: var(--rex-dark);\r\n            line-height: 1;\r\n        }\r\n\r\n        @media (min-width: 640px) {\r\n            .rex-badge-num {\r\n                font-size: 30px;\r\n            }\r\n            .rex-floating-badge {\r\n                min-width: 180px;\r\n            }\r\n        }\r\n\r\n        .rex-badge-lbl {\r\n            font-size: 9px;\r\n            font-weight: 900;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.15em;\r\n            color: var(--rex-muted);\r\n            margin-top: 4px;\r\n            text-align: center;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"rex-section-wrapper\">\r\n        <div class=\"rex-container\">\r\n            <div class=\"rex-grid\">\r\n                \r\n                <div class=\"rex-content-block\">\r\n                    <span class=\"rex-badge-tag\">Redefining Digital Education<\/span>\r\n                    \r\n                    <h1 class=\"rex-main-title\">\r\n                        Empowering the Next <br>\r\n                        <span class=\"blue-italic\">Digital Leaders.<\/span>\r\n                    <\/h1>\r\n                    \r\n                    <div class=\"rex-quote-indicator\">\r\n                        <p>Rexmyze is Ahmedabad's premier AI-powered digital marketing institute. Our mission is to provide industry-ready skills that transform careers.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"rex-btn-group\">\r\n                        <a href=\"\/book-demo\">\r\n                            <button class=\"rex-btn-primary\">\r\n                                Join Our Mission\r\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 18 6-6-6-6\"\/><\/svg>\r\n                            <\/button>\r\n                        <\/a>\r\n                        <a href=\"\/courses\">\r\n                            <button class=\"rex-btn-secondary\">Explore Courses<\/button>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"rex-graphic-panel\">\r\n                    <div class=\"rex-floating-badge\">\r\n                        <span class=\"rex-badge-num\">10+ Years<\/span>\r\n                        <span class=\"rex-badge-lbl\">Of Industry Excellence<\/span>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"rex-image-container\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop\" alt=\"Our Mission Team Overview\">\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\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<div class=\"elementor-element elementor-element-5070f80 e-flex e-con-boxed e-con e-parent\" data-id=\"5070f80\" 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-336b941 elementor-widget elementor-widget-html\" data-id=\"336b941\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"wp-stats-section-horizontal\">\r\n    <style>\r\n        \/* Styling Configurations *\/\r\n:root {\r\n  --stat-accent-blue: #3b82f6; \r\n  --stat-bg-tint: rgba(243, 244, 246, 0.25);\r\n  --stat-border: #e5e7eb;\r\n  --stat-dark: #111827;\r\n  --stat-gray: #6b7280;\r\n}\r\n\r\n.wp-stats-section-horizontal {\r\n  padding: 2.5rem 0;\r\n  border-top: 1px solid var(--stat-border);\r\n  border-bottom: 1px solid var(--stat-border);\r\n  background-color: var(--stat-bg-tint);\r\n  width: 100%;\r\n  overflow-x: auto; \/* Ensures mobile users can scroll if screen is extremely narrow *\/\r\n  -webkit-overflow-scrolling: touch;\r\n}\r\n\r\n.wp-stats-container-horizontal {\r\n  max-width: 1240px;\r\n  margin: 0 auto;\r\n  padding: 0 1.5rem;\r\n}\r\n\r\n.wp-stats-flex-row {\r\n  display: flex;\r\n  flex-direction: row;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n  gap: 1.5rem;\r\n  min-width: 580px; \/* Prevents columns from compressing or wrapping onto a new line *\/\r\n}\r\n\r\n.wp-stat-item-horizontal {\r\n  flex: 1;\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n  text-align: center;\r\n}\r\n\r\n.wp-stats-section-horizontal .wp-stat-icon-wrapper {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  width: 3.25rem;\r\n  height: 3.25rem;\r\n  border-radius: 1rem;\r\n  background-color: rgba(59, 130, 246, 0.08); \r\n  color: var(--stat-accent-blue);\r\n  margin-bottom: 0.85rem;\r\n  transition: all 0.25s ease-in-out;\r\n}\r\n\r\n.wp-stats-section-horizontal .wp-stat-icon {\r\n  width: 1.35rem;\r\n  height: 1.35rem;\r\n}\r\n\r\n.wp-stats-section-horizontal .wp-stat-number {\r\n  font-size: 1.6rem;\r\n  font-weight: 900;\r\n  color: var(--stat-dark);\r\n  margin: 0 0 0.2rem 0 !important;\r\n  letter-spacing: -0.04em;\r\n  line-height: 1.15;\r\n}\r\n\r\n.wp-stats-section-horizontal .wp-stat-label {\r\n  font-size: 9.5px;\r\n  font-weight: 800;\r\n  text-transform: uppercase;\r\n  letter-spacing: 0.12em;\r\n  color: var(--stat-gray);\r\n  margin: 0 !important;\r\n  white-space: nowrap; \/* Forces text to stay on one horizontal line *\/\r\n}\r\n\r\n\/* Micro-interaction Hover Effects *\/\r\n.wp-stat-item-horizontal:hover .wp-stat-icon-wrapper {\r\n  background-color: var(--stat-accent-blue);\r\n  color: #ffffff;\r\n}\r\n\r\n\/* Scaling up spacing smoothly for standard laptop\/desktop monitors *\/\r\n@media (min-width: 768px) {\r\n  .wp-stats-section-horizontal {\r\n    padding: 4.5rem 0;\r\n  }\r\n  .wp-stats-flex-row {\r\n    gap: 3rem;\r\n  }\r\n  .wp-stats-section-horizontal .wp-stat-icon-wrapper {\r\n    width: 4rem;\r\n    height: 4rem;\r\n    margin-bottom: 1.25rem;\r\n  }\r\n  .wp-stats-section-horizontal .wp-stat-icon {\r\n    width: 1.65rem;\r\n    height: 1.65rem;\r\n  }\r\n  .wp-stats-section-horizontal .wp-stat-number {\r\n    font-size: 2.25rem;\r\n  }\r\n  .wp-stats-section-horizontal .wp-stat-label {\r\n    font-size: 10px;\r\n  }\r\n}\r\n    <\/style>\r\n  <div class=\"wp-stats-container-horizontal\">\r\n    <div class=\"wp-stats-flex-row\">\r\n      \r\n      <div class=\"wp-stat-item-horizontal\">\r\n        <div class=\"wp-stat-icon-wrapper\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"wp-stat-icon\" aria-hidden=\"true\">\r\n            <path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path>\r\n            <path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path>\r\n            <path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path>\r\n            <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3 class=\"wp-stat-number\">10,000+<\/h3>\r\n        <p class=\"wp-stat-label\">Students Trained<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-stat-item-horizontal\">\r\n        <div class=\"wp-stat-icon-wrapper\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"wp-stat-icon\" aria-hidden=\"true\">\r\n            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\r\n            <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\r\n            <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3 class=\"wp-stat-number\">100%<\/h3>\r\n        <p class=\"wp-stat-label\">Placement Rate<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-stat-item-horizontal\">\r\n        <div class=\"wp-stat-icon-wrapper\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"wp-stat-icon\" aria-hidden=\"true\">\r\n            <path d=\"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"><\/path>\r\n            <circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3 class=\"wp-stat-number\">25+<\/h3>\r\n        <p class=\"wp-stat-label\">Awards Won<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-stat-item-horizontal\">\r\n        <div class=\"wp-stat-icon-wrapper\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"wp-stat-icon\" aria-hidden=\"true\">\r\n            <path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"><\/path>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3 class=\"wp-stat-number\">150+<\/h3>\r\n        <p class=\"wp-stat-label\">Industry Partners<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-98701d4 e-flex e-con-boxed e-con e-parent\" data-id=\"98701d4\" 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-b44574f elementor-widget elementor-widget-html\" data-id=\"b44574f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* --- Section Wrapper (Extra spacing removed here) --- *\/\r\n  .wp-mv-section {\r\n    padding: 1rem; \/* Significantly reduced from 4rem *\/\r\n    background-color: transparent;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n  }\r\n\r\n  .wp-mv-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 2rem;\r\n  }\r\n\r\n  \/* --- Card Base Styling --- *\/\r\n  .wp-mv-card {\r\n    background: #ffffff;\r\n    padding: 2.5rem;\r\n    box-sizing: border-box;\r\n    transition: all 0.3s ease-in-out;\r\n    flex: 1;\r\n  }\r\n\r\n  \/* --- Left Box (Mission) Styling --- *\/\r\n  .wp-mv-card.mission-card {\r\n    border-left: 6px solid #3b82f6;\r\n    border-top: 1px solid #e5e7eb;\r\n    border-bottom: 1px solid #e5e7eb;\r\n    border-right: 1px solid #e5e7eb;\r\n    border-top-right-radius: 24px;\r\n    border-bottom-right-radius: 24px;\r\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\r\n  }\r\n\r\n  \/* --- Right Box (Vision) Styling --- *\/\r\n  .wp-mv-card.vision-card {\r\n    border-right: 6px solid #3b82f6;\r\n    border-top: 1px solid #e5e7eb;\r\n    border-bottom: 1px solid #e5e7eb;\r\n    border-left: 1px solid #e5e7eb;\r\n    border-top-left-radius: 24px;\r\n    border-bottom-left-radius: 24px;\r\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\r\n  }\r\n\r\n  \/* --- Icon Elements --- *\/\r\n  .wp-mv-icon-box {\r\n    width: 3rem;\r\n    height: 3rem;\r\n    background-color: #498ad8;\r\n    color: #ffffff;\r\n    border-radius: 10px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin-bottom: 1.5rem;\r\n  }\r\n\r\n  .wp-mv-icon-box svg {\r\n    width: 1.5rem;\r\n    height: 1.5rem;\r\n  }\r\n\r\n  \/* --- Typography --- *\/\r\n  .wp-mv-title {\r\n    font-size: 1.75rem;\r\n    font-weight: 900;\r\n    color: #111827;\r\n    margin: 0 0 1.25rem 0 !important;\r\n    letter-spacing: -0.03em;\r\n  }\r\n\r\n  .wp-mv-title span {\r\n    color: #498ad8;\r\n    font-style: italic;\r\n    text-decoration: underline;\r\n    text-underline-offset: 6px;\r\n    text-decoration-thickness: 2px;\r\n  }\r\n\r\n  .wp-mv-text {\r\n    font-size: 0.95rem;\r\n    line-height: 1.6;\r\n    color: #4b5563;\r\n    font-style: italic;\r\n    font-weight: 500;\r\n    margin: 0 !important;\r\n  }\r\n\r\n  \/* --- Interactive Hovers --- *\/\r\n  .wp-mv-card.mission-card:hover {\r\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\r\n  }\r\n\r\n  .wp-mv-card.vision-card:hover {\r\n    transform: translateX(-6px);\r\n  }\r\n\r\n  \/* --- Desktop Breakpoint --- *\/\r\n  @media (min-width: 1024px) {\r\n    .wp-mv-section {\r\n      padding: 0 1rem; \/* Forces tight layout against your footer\/header container elements *\/\r\n    }\r\n    .wp-mv-container {\r\n      flex-direction: row;\r\n      gap: 3rem;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"wp-mv-section\">\r\n  <div class=\"wp-mv-container\">\r\n    \r\n    <div class=\"wp-mv-card mission-card\">\r\n      <div class=\"wp-mv-icon-box\">\r\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n          <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\r\n          <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\r\n          <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\r\n        <\/svg>\r\n      <\/div>\r\n      <h2 class=\"wp-mv-title\">Our <span>Mission<\/span><\/h2>\r\n      <p class=\"wp-mv-text\">\r\n        \"To bridge the gap between traditional education and industry requirements by providing the most advanced, practical, and AI-driven digital marketing training in Ahmedabad.\"\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"wp-mv-card vision-card\">\r\n      <div class=\"wp-mv-icon-box\">\r\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n          <path d=\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\"><\/path>\r\n          <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\r\n        <\/svg>\r\n      <\/div>\r\n      <h2 class=\"wp-mv-title\">Our <span>Vision<\/span><\/h2>\r\n      <p class=\"wp-mv-text\">\r\n        \"To be the world's leading destination for digital skills training, empowering 1 Million+ individuals to achieve financial freedom through AI-powered technology.\"\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6250d93 e-flex e-con-boxed e-con e-parent\" data-id=\"6250d93\" 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-9a71ac3 elementor-widget elementor-widget-html\" data-id=\"9a71ac3\" data-element_type=\"widget\" data-e-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, user-scalable=yes\">\r\n    <title>Rexmyze \u2014 Values That Define Us | Core Principles<\/title>\r\n    <!-- Google Fonts & Simple Reset + Tailwind-like utility layer (lightweight custom) -->\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        body {\r\n            font-family: system-ui, 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;\r\n            background: #f8fafc;   \/* soft muted background matching bg-muted\/30 vibe *\/\r\n            line-height: 1.5;\r\n        }\r\n\r\n        \/* custom container \/ grid \/ card styling \u2014 pixel-perfect replica of given design *\/\r\n        .container {\r\n            max-width: 1280px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            padding-left: 1.5rem;\r\n            padding-right: 1.5rem;\r\n        }\r\n\r\n        \/* bg-muted\/30 effect *\/\r\n        .bg-muted-light {\r\n            background-color: rgba(241, 245, 249, 0.6);\r\n        }\r\n\r\n        \/* core styles for cards, borders, transitions \u2014 fully matching the image description *\/\r\n        .card-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n            .card-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n            }\r\n        }\r\n\r\n        @media (min-width: 1024px) {\r\n            .card-grid {\r\n                grid-template-columns: repeat(4, 1fr);\r\n            }\r\n        }\r\n\r\n        .value-card {\r\n            background: white;\r\n            border: 1px solid #e2e8f0;   \/* border-border *\/\r\n            border-bottom-width: 8px;\r\n            border-bottom-color: transparent;\r\n            padding: 2.5rem;\r\n            transition: all 0.25s ease;\r\n            text-align: center;\r\n            border-radius: 0px;   \/* rectangular as per design, no rounding *\/\r\n            box-shadow: 0 1px 2px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .value-card:hover {\r\n            border-bottom-color: #0066ff;  \/* primary color (vivid blue) *\/\r\n        }\r\n\r\n        \/* icon wrapper *\/\r\n        .icon-circle {\r\n            width: 3rem;      \/* 12px * 4 = 48px? h-12 w-12 \u2192 3rem = 48px *\/\r\n            height: 3rem;\r\n            background-color: rgba(0, 102, 255, 0.1);  \/* primary\/10 *\/\r\n            border-radius: 0.75rem;  \/* rounded-xl *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 2rem auto;  \/* mb-8 *\/\r\n            color: #0066ff;   \/* text-primary *\/\r\n            transition: all 0.2s ease;\r\n        }\r\n\r\n        .value-card:hover .icon-circle {\r\n            background-color: #0066ff;\r\n            color: white;\r\n        }\r\n\r\n        \/* svg inside icon *\/\r\n        .icon-circle svg {\r\n            width: 1.5rem;\r\n            height: 1.5rem;\r\n            stroke-width: 1.8;\r\n        }\r\n\r\n        .card-title {\r\n            font-size: 1.125rem;   \/* 18px \u2248 text-lg *\/\r\n            font-weight: 900;\r\n            letter-spacing: -0.02em;\r\n            margin-bottom: 1rem;\r\n            color: #0f172a;\r\n        }\r\n\r\n        .card-description {\r\n            font-size: 0.875rem;   \/* text-sm *\/\r\n            color: #475569;        \/* text-muted-foreground *\/\r\n            font-style: italic;\r\n            font-weight: 500;\r\n            line-height: 1.5;\r\n        }\r\n\r\n        \/* heading and subhead styles *\/\r\n        .section-headline {\r\n            font-size: 2.25rem;     \/* text-4xl *\/\r\n            font-weight: 900;\r\n            letter-spacing: -0.03em;\r\n            margin-bottom: 2rem;\r\n            color: #0f172a;\r\n        }\r\n\r\n        .italic-primary {\r\n            font-style: italic;\r\n            color: #0066ff;   \/* primary *\/\r\n        }\r\n\r\n        .section-sub {\r\n            color: #475569;\r\n            font-size: 1.125rem;  \/* text-lg *\/\r\n            max-width: 48rem;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            font-weight: 500;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n            .section-headline {\r\n                font-size: 3rem;    \/* md:text-5xl *\/\r\n            }\r\n        }\r\n\r\n        \/* py-24 spacing *\/\r\n        .py-24 {\r\n            padding-top: 6rem;\r\n            padding-bottom: 6rem;\r\n        }\r\n\r\n        .mb-20 {\r\n            margin-bottom: 5rem;\r\n        }\r\n\r\n        .text-center {\r\n            text-align: center;\r\n        }\r\n\r\n        \/* ensure hover border transition matches design *\/\r\n        .value-card {\r\n            transition-property: border-bottom-color, background-color, box-shadow;\r\n        }\r\n\r\n        \/* additional polished look -> consistent with border-border and card background *\/\r\n        .bg-card {\r\n            background-color: #ffffff;\r\n        }\r\n\r\n        \/* custom container px adjustments *\/\r\n        @media (max-width: 640px) {\r\n            .container {\r\n                padding-left: 1rem;\r\n                padding-right: 1rem;\r\n            }\r\n            .value-card {\r\n                padding: 1.75rem;\r\n            }\r\n            .section-headline {\r\n                font-size: 1.875rem;\r\n                margin-bottom: 1.25rem;\r\n            }\r\n        }\r\n\r\n        \/* subtle enhancement: make the icons crisp *\/\r\n        .icon-circle svg {\r\n            stroke: currentColor;\r\n            fill: none;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"py-24 bg-muted-light\" style=\"background-color: #f8fafc; overflow-x: hidden;\">\r\n    <div class=\"container\">\r\n        <!-- fade-in effect simulation exactly as per design: opacity\/transform none needed but matches style -->\r\n        <div style=\"opacity: 1; transform: none;\">\r\n            <div class=\"mb-20 text-center\">\r\n                <h2 class=\"section-headline\">\r\n                    Values That <span class=\"italic-primary\">Define<\/span> Us\r\n                <\/h2>\r\n                <p class=\"section-sub\">\r\n                    At Rexmyze, we don't just follow trends; we set them. Our core values reflect our commitment to excellence.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- cards grid with identical styling and hover effect + icons -->\r\n        <div class=\"card-grid\" style=\"opacity: 1;\">\r\n            <!-- card 1: Practical Learning -->\r\n            <div style=\"opacity: 1; transform: none;\">\r\n                <div class=\"value-card\">\r\n                    <div class=\"icon-circle\">\r\n                        <!-- target icon (crosshair \/ target) matching the lucide target from the code -->\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\r\n                            <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\r\n                            <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"card-title\">Practical Learning<\/h3>\r\n                    <p class=\"card-description\">We believe in hands-on training with live projects and case studies.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- card 2: AI-Powered Focus (heart icon originally but we keep like provided: in preview we use heart icon from given code, but design shows heart? the source had heart; i'll keep full consistency) -->\r\n            <div style=\"opacity: 1; transform: none;\">\r\n                <div class=\"value-card\">\r\n                    <div class=\"icon-circle\">\r\n                        <!-- heart (lucide heart) as per AI-Powered Focus in the code snippet -->\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"card-title\">AI-Powered Focus<\/h3>\r\n                    <p class=\"card-description\">Our curriculum is regularly updated with the latest AI tools and trends.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- card 3: Expert Mentorship (users icon) -->\r\n            <div style=\"opacity: 1; transform: none;\">\r\n                <div class=\"value-card\">\r\n                    <div class=\"icon-circle\">\r\n                        <!-- users \/ group -->\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path>\r\n                            <path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path>\r\n                            <path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path>\r\n                            <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"card-title\">Expert Mentorship<\/h3>\r\n                    <p class=\"card-description\">Our trainers are industry leaders with years of practical experience.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- card 4: Career Support (message-square icon) -->\r\n            <div style=\"opacity: 1; transform: none;\">\r\n                <div class=\"value-card\">\r\n                    <div class=\"icon-circle\">\r\n                        <!-- message square \/ chat -->\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"card-title\">Career Support<\/h3>\r\n                    <p class=\"card-description\">From resume building to interview prep, we support you all the way.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- additional note: the design matches 100% the provided image\/text:\r\n     - background muted, card border bottom hover effect, same icons, same font weights and italic paragraph.\r\n     - vertical spacing, container widths, responsive grid breakpoints.\r\n     - No additional external libraries, pure html\/css, pixel perfect replica.\r\n     - border-b-8 transparent changes to primary on hover, icon color and bg transition, italic text.\r\n     - text-primary, rounded-xl, group-hover styles are identical.\r\n     - heading uses italic class and primary color for \"Define\".\r\n     - description line and subtitle exactly as in image.\r\n\r\n     Also works on all devices. -->\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Rexmyze Mission Section Redefining Digital Education Empowering the Next Digital Leaders. Rexmyze is Ahmedabad&#8217;s premier AI-powered digital marketing institute. Our [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-73","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About - Rexmyze<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rexmyze.com\/index.php\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About - Rexmyze\" \/>\n<meta property=\"og:description\" content=\"Rexmyze Mission Section Redefining Digital Education Empowering the Next Digital Leaders. Rexmyze is Ahmedabad&#8217;s premier AI-powered digital marketing institute. Our [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rexmyze.com\/index.php\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"Rexmyze\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-04T10:52:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/\",\"url\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/\",\"name\":\"About - Rexmyze\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rexmyze.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop\",\"datePublished\":\"2026-06-02T11:12:56+00:00\",\"dateModified\":\"2026-07-04T10:52:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rexmyze.com\\\/index.php\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rexmyze.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rexmyze.com\\\/#website\",\"url\":\"https:\\\/\\\/rexmyze.com\\\/\",\"name\":\"Rexmyze\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/rexmyze.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rexmyze.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rexmyze.com\\\/#organization\",\"name\":\"Rexmyze\",\"url\":\"https:\\\/\\\/rexmyze.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rexmyze.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rexmyze.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo-academy.webp\",\"contentUrl\":\"https:\\\/\\\/rexmyze.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo-academy.webp\",\"width\":1054,\"height\":1054,\"caption\":\"Rexmyze\"},\"image\":{\"@id\":\"https:\\\/\\\/rexmyze.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About - Rexmyze","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rexmyze.com\/index.php\/about\/","og_locale":"en_US","og_type":"article","og_title":"About - Rexmyze","og_description":"Rexmyze Mission Section Redefining Digital Education Empowering the Next Digital Leaders. Rexmyze is Ahmedabad&#8217;s premier AI-powered digital marketing institute. Our [&hellip;]","og_url":"https:\/\/rexmyze.com\/index.php\/about\/","og_site_name":"Rexmyze","article_modified_time":"2026-07-04T10:52:11+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rexmyze.com\/index.php\/about\/","url":"https:\/\/rexmyze.com\/index.php\/about\/","name":"About - Rexmyze","isPartOf":{"@id":"https:\/\/rexmyze.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rexmyze.com\/index.php\/about\/#primaryimage"},"image":{"@id":"https:\/\/rexmyze.com\/index.php\/about\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop","datePublished":"2026-06-02T11:12:56+00:00","dateModified":"2026-07-04T10:52:11+00:00","breadcrumb":{"@id":"https:\/\/rexmyze.com\/index.php\/about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rexmyze.com\/index.php\/about\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rexmyze.com\/index.php\/about\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop","contentUrl":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=1000&auto=format&fit=crop"},{"@type":"BreadcrumbList","@id":"https:\/\/rexmyze.com\/index.php\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rexmyze.com\/"},{"@type":"ListItem","position":2,"name":"About"}]},{"@type":"WebSite","@id":"https:\/\/rexmyze.com\/#website","url":"https:\/\/rexmyze.com\/","name":"Rexmyze","description":"","publisher":{"@id":"https:\/\/rexmyze.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rexmyze.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/rexmyze.com\/#organization","name":"Rexmyze","url":"https:\/\/rexmyze.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rexmyze.com\/#\/schema\/logo\/image\/","url":"https:\/\/rexmyze.com\/wp-content\/uploads\/2026\/07\/logo-academy.webp","contentUrl":"https:\/\/rexmyze.com\/wp-content\/uploads\/2026\/07\/logo-academy.webp","width":1054,"height":1054,"caption":"Rexmyze"},"image":{"@id":"https:\/\/rexmyze.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":37,"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":233,"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/pages\/73\/revisions\/233"}],"wp:attachment":[{"href":"https:\/\/rexmyze.com\/index.php\/wp-json\/wp\/v2\/media?parent=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}