{"id":2071,"date":"2025-07-07T10:40:53","date_gmt":"2025-07-07T10:40:53","guid":{"rendered":"https:\/\/genbecloud.com\/mastrly\/?page_id=2071"},"modified":"2026-01-27T11:06:31","modified_gmt":"2026-01-27T05:36:31","slug":"ai-tools","status":"publish","type":"page","link":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/","title":{"rendered":"AI Tools"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2071\" class=\"elementor elementor-2071\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c65c2a9 e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"c65c2a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7380fd elementor-widget elementor-widget-html\" data-id=\"d7380fd\" 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    <style>\r\n      \/* Apply base fonts *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n\r\n      \/* === MODIFICATION START: Enhanced Futuristic Styling === *\/\r\n      .hero-section {\r\n        background-color: #09263d; \/* Mastrly dark blue *\/\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      \r\n      \/* New Matrix background canvas *\/\r\n      #matrix-canvas {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        z-index: 0;\r\n      }\r\n\r\n      \/* Animated background shapes *\/\r\n      .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 1;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .nebula-1 { \r\n        width: 400px;\r\n        height: 400px;\r\n        top: -10%; \r\n        left: -15%; \r\n        background: rgba(253, 191, 42, 0.1); \/* Mastrly Yellow *\/\r\n        animation-delay: 0s;\r\n      }\r\n      .nebula-2 { \r\n        width: 500px;\r\n        height: 500px;\r\n        bottom: -15%; \r\n        right: -20%; \r\n        background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n        animation-delay: 5s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(40px, -40px) scale(1.2); }\r\n      }\r\n      \r\n      \/* New Glass Effect Container *\/\r\n      .glass-container {\r\n        background: rgba(9, 38, 61, 0.5);\r\n        backdrop-filter: blur(10px);\r\n        -webkit-backdrop-filter: blur(10px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 1.5rem; \/* 24px *\/\r\n        padding: 2rem;\r\n        box-shadow: 0 20px 50px rgba(0,0,0,0.4);\r\n      }\r\n      \r\n      @media (min-width: 1024px) {\r\n        .glass-container {\r\n            padding: 4rem;\r\n        }\r\n      }\r\n\r\n      \/* Highlighted text style *\/\r\n      .highlight-text {\r\n        color: #5ed5e4; \/* Mastrly Cyan *\/\r\n        text-shadow: 0 0 20px rgba(94, 213, 228, 0.7);\r\n      }\r\n\r\n      \/* Enhanced Button Styling with scanline effect *\/\r\n      .btn-hero {\r\n        background-color: #fdbf2a; \/* Mastrly Yellow *\/\r\n        color: #09263d; \/* Mastrly Dark Blue *\/\r\n        transition: all 0.3s ease-in-out;\r\n        border: 2px solid #fdbf2a;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      .btn-hero:hover {\r\n        background-color: transparent;\r\n        color: #fdbf2a;\r\n        box-shadow: 0 0 25px rgba(253, 191, 42, 0.6);\r\n        transform: scale(1.05);\r\n      }\r\n      .btn-hero::after {\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: repeating-linear-gradient(\r\n            45deg,\r\n            transparent,\r\n            transparent 5px,\r\n            rgba(255, 255, 255, 0.1) 5px,\r\n            rgba(255, 255, 255, 0.1) 10px\r\n        );\r\n        opacity: 0;\r\n        transition: opacity 0.5s ease;\r\n        transform: rotate(45deg);\r\n      }\r\n      .btn-hero:hover::after {\r\n        opacity: 1;\r\n      }\r\n      \r\n      \/* New \"flicker-in\" animation for text *\/\r\n      @keyframes flicker-in {\r\n        0% { opacity: 0; text-shadow: 0 0 10px rgba(94, 213, 228, 0.5); }\r\n        10% { opacity: 0.5; text-shadow: 0 0 15px rgba(94, 213, 228, 0.7); }\r\n        20% { opacity: 0.2; text-shadow: 0 0 10px rgba(94, 213, 228, 0.5); }\r\n        30% { opacity: 1; text-shadow: 0 0 20px rgba(94, 213, 228, 1); }\r\n        100% { opacity: 1; text-shadow: none; }\r\n      }\r\n      .animate-flicker-in {\r\n        animation: flicker-in 1.5s ease-out forwards;\r\n        opacity: 0;\r\n      }\r\n      .delay-1 { animation-delay: 0.3s; }\r\n      .delay-2 { animation-delay: 0.6s; }\r\n      .delay-3 { animation-delay: 0.9s; }\r\n      \r\n      \/* Animated AI Brain SVG *\/\r\n      .ai-brain-svg .node {\r\n        animation: pulse-node 3s infinite ease-in-out;\r\n      }\r\n      .ai-brain-svg .connection {\r\n        stroke-dasharray: 1000;\r\n        stroke-dashoffset: 1000;\r\n        animation: draw-line 5s infinite ease-in-out;\r\n      }\r\n      \r\n      @keyframes pulse-node {\r\n        0%, 100% { r: 6; opacity: 0.7; }\r\n        50% { r: 8; opacity: 1; }\r\n      }\r\n      @keyframes draw-line {\r\n        0% { stroke-dashoffset: 1000; }\r\n        50% { stroke-dashoffset: 0; }\r\n        100% { stroke-dashoffset: -1000; }\r\n      }\r\n\r\n      \/* Staggered animations for SVG elements *\/\r\n      .ai-brain-svg .node-1 { animation-delay: 0s; }\r\n      .ai-brain-svg .node-2 { animation-delay: 0.5s; }\r\n      .ai-brain-svg .node-3 { animation-delay: 1s; }\r\n      .ai-brain-svg .node-4 { animation-delay: 1.5s; }\r\n      .ai-brain-svg .node-5 { animation-delay: 2s; }\r\n      .ai-brain-svg .node-6 { animation-delay: 2.5s; }\r\n      \r\n      .ai-brain-svg .line-1 { animation-delay: 0.2s; }\r\n      .ai-brain-svg .line-2 { animation-delay: 0.7s; }\r\n      .ai-brain-svg .line-3 { animation-delay: 1.2s; }\r\n      .ai-brain-svg .line-4 { animation-delay: 1.7s; }\r\n      .ai-brain-svg .line-5 { animation-delay: 2.2s; }\r\n      .ai-brain-svg .line-6 { animation-delay: 2.7s; }\r\n      \r\n      \r\n      \r\n      \/* === BUTTON SINGLE-LINE FIX FOR MOBILE === *\/\r\n@media (max-width: 640px) {\r\n  .btn-hero {\r\n    display: inline-block;           \/* keeps it natural width *\/\r\n    white-space: nowrap !important;  \/* force single line *\/\r\n    padding: 14px 32px;              \/* balanced horizontal space *\/\r\n    font-size: 16px;\r\n    font-weight: 700;\r\n    border-radius: 10px;\r\n    text-align: center;\r\n    margin: 1rem auto 0;\r\n    transform: none;\r\n    box-shadow: none;\r\n  }\r\n\r\n  .btn-hero:hover {\r\n    transform: none;\r\n    box-shadow: 0 0 20px rgba(253,191,42,0.4);\r\n  }\r\n}\r\n\r\n\r\n      \/* === MODIFICATION END === *\/\r\n    <\/style>\r\n<section class=\"hero-section w-full\">\r\n    <canvas id=\"matrix-canvas\"><\/canvas>\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"relative z-10 flex items-center min-h-screen py-20\">\r\n        <div class=\"container mx-auto px-6\">\r\n            <div class=\"glass-container\">\r\n                <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\r\n                    \r\n                    <!-- Left Column: Text Content -->\r\n                    <div class=\"text-center lg:text-left\">\r\n                        <h1 class=\"font-orbitron text-4xl md:text-6xl lg:text-7xl font-black leading-tight text-white animate-flicker-in delay-1\">\r\n                            Master the Age of <span class=\"highlight-text\">Intelligence<\/span>\r\n                        <\/h1>\r\n                        <p class=\"mt-6 text-lg md:text-xl max-w-xl mx-auto lg:mx-0 text-gray-300 animate-flicker-in delay-2\">\r\n                            Our exclusive e-books are your key to mastering the most powerful AI tools. Elevate your skills for personal and professional growth.\r\n                        <\/p>\r\n                        <div class=\"animate-flicker-in delay-3\">\r\n                            <a href=\"https:\/\/genbecloud.com\/mastrly\/shop\/\" class=\"btn-hero inline-block mt-10 px-10 py-4 text-lg font-bold rounded-lg shadow-lg\">\r\n                                Begin Your Journey\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Right Column: Animated SVG -->\r\n                    <div class=\"flex items-center justify-center animate-flicker-in delay-3\">\r\n                        <svg class=\"w-full max-w-md ai-brain-svg\" viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <defs>\r\n                                <filter id=\"glow\">\r\n                                    <feGaussianBlur stdDeviation=\"3.5\" result=\"coloredBlur\"\/>\r\n                                    <feMerge>\r\n                                        <feMergeNode in=\"coloredBlur\"\/>\r\n                                        <feMergeNode in=\"SourceGraphic\"\/>\r\n                                    <\/feMerge>\r\n                                <\/filter>\r\n                            <\/defs>\r\n                            <!-- Connections -->\r\n                            <path class=\"connection line-1\" d=\"M 50 50 L 100 20\" stroke=\"#5ed5e4\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-2\" d=\"M 50 50 L 150 50\" stroke=\"#5ed5e4\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-3\" d=\"M 100 20 L 100 100\" stroke=\"#fdbf2a\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-4\" d=\"M 150 50 L 100 100\" stroke=\"#fdbf2a\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-5\" d=\"M 50 150 L 100 180\" stroke=\"#ff8c61\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-6\" d=\"M 150 150 L 100 180\" stroke=\"#ff8c61\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-1\" d=\"M 50 50 L 50 150\" stroke=\"#5ed5e4\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            <path class=\"connection line-2\" d=\"M 150 50 L 150 150\" stroke=\"#fdbf2a\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\"\/>\r\n                            \r\n                            <!-- Nodes -->\r\n                            <circle class=\"node node-1\" cx=\"50\" cy=\"50\" r=\"6\" fill=\"#5ed5e4\" filter=\"url(#glow)\"\/>\r\n                            <circle class=\"node node-2\" cx=\"100\" cy=\"20\" r=\"6\" fill=\"#5ed5e4\" filter=\"url(#glow)\"\/>\r\n                            <circle class=\"node node-3\" cx=\"150\" cy=\"50\" r=\"6\" fill=\"#fdbf2a\" filter=\"url(#glow)\"\/>\r\n                            <circle class=\"node node-4\" cx=\"100\" cy=\"100\" r=\"8\" fill=\"#fdbf2a\" filter=\"url(#glow)\"\/>\r\n                            <circle class=\"node node-5\" cx=\"50\" cy=\"150\" r=\"6\" fill=\"#ff8c61\" filter=\"url(#glow)\"\/>\r\n                            <circle class=\"node node-6\" cx=\"150\" cy=\"150\" r=\"6\" fill=\"#ff8c61\" filter=\"url(#glow)\"\/>\r\n                            <circle class=\"node node-1\" cx=\"100\" cy=\"180\" r=\"6\" fill=\"#ff8c61\" filter=\"url(#glow)\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ JavaScript for the Matrix background effect\r\n    const canvas = document.getElementById('matrix-canvas');\r\n    const ctx = canvas.getContext('2d');\r\n\r\n    canvas.width = window.innerWidth;\r\n    canvas.height = window.innerHeight;\r\n\r\n    \/\/ === MODIFICATION START: Removed Katakana characters ===\r\n    let latin = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';\r\n    let nums = '0123456789';\r\n    let alphabet = latin + nums;\r\n    \/\/ === MODIFICATION END ===\r\n\r\n    let fontSize = 16;\r\n    let columns = canvas.width \/ fontSize;\r\n\r\n    let rainDrops = [];\r\n    for (let x = 0; x < columns; x++) {\r\n        rainDrops[x] = 1;\r\n    }\r\n\r\n    const draw = () => {\r\n        ctx.fillStyle = 'rgba(9, 38, 61, 0.05)';\r\n        ctx.fillRect(0, 0, canvas.width, canvas.height);\r\n\r\n        ctx.fillStyle = '#5ed5e4'; \/\/ Mastrly Cyan\r\n        ctx.font = fontSize + 'px monospace';\r\n\r\n        for (let i = 0; i < rainDrops.length; i++) {\r\n            let text = alphabet.charAt(Math.floor(Math.random() * alphabet.length));\r\n            ctx.fillText(text, i * fontSize, rainDrops[i] * fontSize);\r\n\r\n            if (rainDrops[i] * fontSize > canvas.height && Math.random() > 0.975) {\r\n                rainDrops[i] = 0;\r\n            }\r\n            rainDrops[i]++;\r\n        }\r\n    };\r\n\r\n    setInterval(draw, 30);\r\n\r\n    window.addEventListener('resize', () => {\r\n        canvas.width = window.innerWidth;\r\n        canvas.height = window.innerHeight;\r\n        columns = canvas.width \/ fontSize;\r\n        rainDrops = [];\r\n        for (let x = 0; x < columns; x++) {\r\n            rainDrops[x] = 1;\r\n        }\r\n    });\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88e6352 e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"88e6352\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bedae7 elementor-widget elementor-widget-html\" data-id=\"5bedae7\" 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    <!-- Font Awesome for icons -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\r\n\r\n    <style>\r\n\r\n\/* === Reduce top & bottom whitespace for 'Supercharge Your Skills' section === *\/\r\n.benefits-section {\r\n  padding-top: 2rem !important;   \/* reduced from 4rem *\/\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n.benefits-section .container {\r\n  padding-top: 2rem !important;   \/* reduced from 4rem or md:py-24 *\/\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n\/* Tighter spacing on mobile *\/\r\n@media (max-width: 640px) {\r\n  .benefits-section {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  .benefits-section .container {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  \/* Optionally tighten the space below heading *\/\r\n  .benefits-section .text-center.mb-16 {\r\n    margin-bottom: 1.5rem !important;\r\n  }\r\n}\r\n\r\n\r\n\r\n        \/* === Layout Styling === *\/\r\n        .benefits-section {\r\n            background-color: #0f2231; \/* Darker shade for contrast *\/\r\n            position: relative;\r\n            overflow: hidden;\r\n            padding: 4rem 1.5rem;\r\n            color: #ffffff;\r\n        }\r\n        \r\n        \/* Animated background nebula blobs *\/\r\n        .benefits-section .nebula {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            filter: blur(120px);\r\n            z-index: 0;\r\n            animation: nebula-float 15s infinite ease-in-out alternate;\r\n        }\r\n        .benefits-section .nebula-1 {  \r\n            width: 300px;\r\n            height: 300px;\r\n            top: 0%;  \r\n            right: -10%;  \r\n            background: rgba(253, 191, 42, 0.1); \/* Mastrly Yellow *\/\r\n        }\r\n        .benefits-section .nebula-2 {  \r\n            width: 400px;\r\n            height: 400px;\r\n            bottom: 0%;  \r\n            left: -15%;  \r\n            background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n            animation-delay: 3s;\r\n        }\r\n\r\n        @keyframes nebula-float {\r\n            0% { transform: translate(0, 0) scale(1); }\r\n            100% { transform: translate(30px, -30px) scale(1.1); }\r\n        }\r\n        \r\n        \/* Styling for the title underline *\/\r\n        .title-underline {\r\n            position: relative;\r\n            display: inline-block;\r\n            padding-bottom: 0.75rem; \/* 12px *\/\r\n        }\r\n        .title-underline::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background-color: #ff8c61; \/* Mastrly Orange *\/\r\n            border-radius: 2px;\r\n            box-shadow: 0 0 15px rgba(255, 140, 97, 0.5);\r\n        }\r\n\r\n        \/* Wrapper for the 3D card stack *\/\r\n        .card-stack-wrapper {\r\n            perspective: 2000px;\r\n            min-height: 450px; \/* Ensure space for cards on desktop *\/\r\n        }\r\n        \r\n        .card-stack {\r\n            position: relative;\r\n            width: 100%;\r\n            max-width: 400px;\r\n            height: 350px;\r\n            margin: auto;\r\n            transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            transform-style: preserve-3d;\r\n        }\r\n        \r\n        \/* Individual card styling *\/\r\n        .advantage-card {\r\n            background: rgba(9, 38, 61, 0.7); \/* Glassy effect *\/\r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            border: 1px solid rgba(94, 213, 228, 0.2);\r\n            border-radius: 1.5rem;\r\n            padding: 2.5rem;\r\n            transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            position: absolute;\r\n            width: 100%;\r\n            height: 100%;\r\n            top: 0;\r\n            left: 0;\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        \/* Initial stacked state for desktop *\/\r\n        .card-1 { transform: rotateY(0deg) translateZ(0); z-index: 3; }\r\n        .card-2 { transform: rotateY(-5deg) translateZ(-40px); z-index: 2; }\r\n        .card-3 { transform: rotateY(-10deg) translateZ(-80px); z-index: 1; }\r\n        \r\n        \/* Fanned-out state on desktop when visible *\/\r\n        .card-stack-wrapper.visible .card-1 {\r\n            transform: rotateY(20deg) translateX(-120%) translateZ(100px);\r\n            transition-delay: 0.2s;\r\n        }\r\n        .card-stack-wrapper.visible .card-2 {\r\n            transform: rotateY(0deg) translateZ(120px) scale(1.1);\r\n            border-color: #fdbf2a;\r\n            transition-delay: 0s;\r\n        }\r\n        .card-stack-wrapper.visible .card-3 {\r\n            transform: rotateY(-20deg) translateX(120%) translateZ(100px);\r\n            transition-delay: 0.2s;\r\n        }\r\n\r\n        .icon-container {\r\n            width: 4rem; \/* 64px *\/\r\n            height: 4rem; \/* 64px *\/\r\n            margin-bottom: 1.5rem;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            border-radius: 0.75rem;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .icon-container i {\r\n            font-size: 1.75rem; \/* text-3xl *\/\r\n        }\r\n\r\n        \/* Unique colors for each card icon *\/\r\n        .card-1 .icon-container { background-color: rgba(94, 213, 228, 0.1); }\r\n        .card-1 .icon-container i { color: #5ed5e4; }\r\n\r\n        .card-2 .icon-container { background-color: rgba(253, 191, 42, 0.1); }\r\n        .card-2 .icon-container i { color: #fdbf2a; }\r\n\r\n        .card-3 .icon-container { background-color: rgba(255, 140, 97, 0.1); }\r\n        .card-3 .icon-container i { color: #ff8c61; }\r\n        \r\n        \/* Fade-in animation class *\/\r\n        .animate-fade-in-up {\r\n            animation: fade-in-up 1s ease-out forwards;\r\n            opacity: 0;\r\n        }\r\n\r\n        @keyframes fade-in-up {\r\n            0% { opacity: 0; transform: translateY(30px); }\r\n            100% { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* === MOBILE & TABLET RESPONSIVE STYLES === *\/\r\n        @media (max-width: 1024px) {\r\n            .card-stack-wrapper {\r\n                perspective: none; \/* No 3D needed for flat layout *\/\r\n                min-height: auto; \/* Adjust height for content *\/\r\n            }\r\n\r\n            \/* FIX: Make cards visible by default on mobile\/tablet by overriding the fade-in animation *\/\r\n            .card-stack-wrapper.animate-fade-in-up {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n                animation: none;\r\n            }\r\n\r\n            .card-stack {\r\n                position: static; \/* Remove absolute positioning context *\/\r\n                height: auto;\r\n                display: flex;\r\n                flex-direction: column;\r\n                gap: 2rem; \/* Add space between cards *\/\r\n                transform-style: flat; \/* No 3D needed *\/\r\n            }\r\n\r\n            .advantage-card {\r\n                position: static; \/* Stack cards vertically *\/\r\n                transform: none !important; \/* Override all transforms *\/\r\n                width: 100%;\r\n                height: auto;\r\n                z-index: auto;\r\n                margin-bottom: 0;\r\n            }\r\n            \r\n            \/* Disable the fanning animation on mobile\/tablet *\/\r\n            .card-stack-wrapper.visible .advantage-card {\r\n                transform: none !important;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n<section class=\"benefits-section w-full\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10 py-16 md:py-24\">\r\n        <!-- Text Content -->\r\n        <div class=\"text-center mb-16 animate-fade-in-up\">\r\n            <h2 class=\"title-underline font-orbitron text-3xl md:text-4xl lg:text-5xl font-bold text-white\">\r\n                Supercharge Your Skills\r\n            <\/h2>\r\n            <p class=\"mt-8 max-w-2xl mx-auto text-lg text-gray-300\">\r\n                Our e-books are designed to give you a competitive edge. Here\u2019s how you\u2019ll benefit.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Card Stack Layout -->\r\n        <div class=\"card-stack-wrapper animate-fade-in-up\" style=\"animation-delay: 0.5s;\">\r\n            <div class=\"card-stack\">\r\n                <!-- Benefit 1: Boost Productivity -->\r\n                <div class=\"advantage-card card-1\">\r\n                    <div class=\"icon-container\">\r\n                        <i class=\"fas fa-rocket\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold mb-3 text-white\">Boost Productivity<\/h3>\r\n                    <p class=\"text-base text-gray-300\">Automate tasks, streamline workflows, and achieve more in less time.<\/p>\r\n                <\/div>\r\n                <!-- Benefit 2: Spark Creativity -->\r\n                <div class=\"advantage-card card-2\">\r\n                    <div class=\"icon-container\">\r\n                        <i class=\"fas fa-lightbulb\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold mb-3 text-white\">Spark Creativity<\/h3>\r\n                    <p class=\"text-base text-gray-300\">Overcome creative blocks and generate novel ideas with generative AI.<\/p>\r\n                <\/div>\r\n                <!-- Benefit 3: Future-Proof Career -->\r\n                <div class=\"advantage-card card-3\">\r\n                    <div class=\"icon-container\">\r\n                        <i class=\"fas fa-shield-alt\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold mb-3 text-white\">Future-Proof Career<\/h3>\r\n                    <p class=\"text-base text-gray-300\">Stay ahead of the technology curve and become an indispensable asset.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ Only apply complex 3D animations on screens wider than 1024px (desktops)\r\n        if (window.innerWidth > 1024) {\r\n            const cardWrapper = document.querySelector('.card-stack-wrapper');\r\n            \r\n            if (cardWrapper) {\r\n                const observer = new IntersectionObserver((entries) => {\r\n                    entries.forEach(entry => {\r\n                        if (entry.isIntersecting) {\r\n                            entry.target.classList.add('visible');\r\n                            observer.unobserve(entry.target);\r\n                        }\r\n                    });\r\n                }, {\r\n                    threshold: 0.4 \/\/ Trigger when 40% of the element is visible\r\n                });\r\n                observer.observe(cardWrapper);\r\n            }\r\n        }\r\n\r\n        \/\/ General fade-in for text content (and card wrapper on desktop)\r\n        const animatedElements = document.querySelectorAll('.animate-fade-in-up');\r\n        const textObserver = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    \/\/ This class application is handled by CSS, but we'll set style directly for robustness\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                    textObserver.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.1 });\r\n\r\n        animatedElements.forEach(el => textObserver.observe(el));\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4616a3b e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"4616a3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83d3b06 elementor-widget elementor-widget-html\" data-id=\"83d3b06\" 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    <style>\r\n      \/* Apply base fonts and background *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n\r\n\r\n\/* === Reduce top & bottom whitespace for 'Our AI Offerings' section === *\/\r\n.offerings-section {\r\n  padding-top: 0rem !important;   \/* reduced from py-16 (4rem) *\/\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n.offerings-section .container {\r\n  padding-top: 2rem !important;\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n\/* Tighter spacing on mobile *\/\r\n@media (max-width: 640px) {\r\n  .offerings-section {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  .offerings-section .container {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  \/* Reduce space between heading and grid *\/\r\n  .offerings-section .text-center.mb-16 {\r\n    margin-bottom: 1.5rem !important;\r\n  }\r\n\r\n  \/* Reduce gap between cards and CTA button *\/\r\n  .offerings-section .mt-20 {\r\n    margin-top: 2rem !important;\r\n  }\r\n}\r\n\r\n\r\n      \/* === Offerings Section Styling === *\/\r\n      .offerings-section {\r\n        background-color: #0f2231; \/* Darker shade for contrast *\/\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      \r\n      \/* Animated background shapes from Mastrly branding *\/\r\n      .offerings-section .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 0;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .offerings-section .nebula-1 { \r\n        width: 300px;\r\n        height: 300px;\r\n        top: 0%; \r\n        right: -10%; \r\n        background: rgba(253, 191, 42, 0.1); \/* Mastrly Yellow *\/\r\n      }\r\n      .offerings-section .nebula-2 { \r\n        width: 400px;\r\n        height: 400px;\r\n        bottom: 0%; \r\n        left: -15%; \r\n        background: rgba(94, 213, 228, 0.1); \/* Mastrly Cyan *\/\r\n        animation-delay: 3s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(30px, -30px) scale(1.1); }\r\n      }\r\n      \r\n      .title-underline {\r\n        position: relative;\r\n        display: inline-block;\r\n        padding-bottom: 0.75rem; \/* 12px *\/\r\n      }\r\n      .title-underline::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background-color: #ff8c61; \/* Mastrly Orange *\/\r\n        border-radius: 2px;\r\n        box-shadow: 0 0 15px rgba(255, 140, 97, 0.5);\r\n      }\r\n\r\n      .offering-card {\r\n        background: rgba(9, 38, 61, 0.7); \/* Glassy effect *\/\r\n        backdrop-filter: blur(5px);\r\n        -webkit-backdrop-filter: blur(5px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 1.5rem; \/* More rounded *\/\r\n        padding: 2.5rem;\r\n        transition: all 0.3s ease-in-out;\r\n        height: 100%;\r\n        text-align: center;\r\n      }\r\n      .offering-card:hover {\r\n        transform: translateY(-12px);\r\n        box-shadow: 0 15px 35px rgba(0,0,0,0.4);\r\n      }\r\n\r\n      \/* === MODIFICATION START: Updated Icon Styling === *\/\r\n      .icon-container {\r\n        margin-bottom: 1.5rem;\r\n        transition: all 0.3s ease;\r\n      }\r\n      .offering-card:hover .icon-container {\r\n        transform: scale(1.1) rotate(5deg);\r\n      }\r\n      .icon-container i {\r\n        font-size: 3.5rem; \/* 56px *\/\r\n        transition: all 0.3s ease;\r\n      }\r\n      \/* === MODIFICATION END === *\/\r\n\r\n      \/* Unique colors for each card's icon and hover state *\/\r\n      .card-1 .icon-container i { color: #5ed5e4; text-shadow: 0 0 15px rgba(94, 213, 228, 0.5); }\r\n      .card-1:hover { border-color: #5ed5e4; }\r\n      .card-1:hover .icon-container i { text-shadow: 0 0 25px rgba(94, 213, 228, 0.8); }\r\n      \r\n      .card-2 .icon-container i { color: #ff8c61; text-shadow: 0 0 15px rgba(255, 140, 97, 0.5); }\r\n      .card-2:hover { border-color: #ff8c61; }\r\n      .card-2:hover .icon-container i { text-shadow: 0 0 25px rgba(255, 140, 97, 0.8); }\r\n      \r\n      .card-3 .icon-container i { color: #fdbf2a; text-shadow: 0 0 15px rgba(253, 191, 42, 0.5); }\r\n      .card-3:hover { border-color: #fdbf2a; }\r\n      .card-3:hover .icon-container i { text-shadow: 0 0 25px rgba(253, 191, 42, 0.8); }\r\n      \r\n      .card-4 .icon-container i { color: #81e6d9; text-shadow: 0 0 15px rgba(129, 230, 217, 0.5); }\r\n      .card-4:hover { border-color: #81e6d9; }\r\n      .card-4:hover .icon-container i { text-shadow: 0 0 25px rgba(129, 230, 217, 0.8); }\r\n      \r\n      \/* CTA Button *\/\r\n      .btn-offerings {\r\n        background-color: #fdbf2a; \/* Mastrly Yellow *\/\r\n        color: #09263d;\r\n        transition: all 0.3s ease;\r\n      }\r\n      .btn-offerings:hover {\r\n        background-color: #e9a90c;\r\n        transform: scale(1.05);\r\n        box-shadow: 0 10px 20px rgba(253, 191, 42, 0.3);\r\n      }\r\n\r\n      .animate-fade-in-up {\r\n        animation: fade-in-up 1s ease-out forwards;\r\n        opacity: 0;\r\n      }\r\n\r\n      @keyframes fade-in-up {\r\n        0% { opacity: 0; transform: translateY(30px); }\r\n        100% { opacity: 1; transform: translateY(0); }\r\n      }\r\n\r\n      .delay-1 { animation-delay: 0.2s; }\r\n      .delay-2 { animation-delay: 0.4s; }\r\n      .delay-3 { animation-delay: 0.6s; }\r\n      .delay-4 { animation-delay: 0.8s; }\r\n      .delay-5 { animation-delay: 1.0s; }\r\n      .delay-6 { animation-delay: 1.2s; }\r\n    <\/style>\r\n\r\n<section class=\"offerings-section w-full py-16 md:py-24\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10\">\r\n        <div class=\"text-center mb-16 animate-fade-in-up delay-1\">\r\n            <h2 class=\"title-underline font-orbitron text-3xl md:text-4xl font-bold text-white\">\r\n                Our AI Offerings\r\n            <\/h2>\r\n            <p class=\"mt-8 max-w-2xl mx-auto text-lg text-gray-300\">\r\n                A complete suite of resources designed for every learning style and professional need.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8\">\r\n            <!-- Offering 1: PDFs & eBooks -->\r\n            <div class=\"offering-card card-1 animate-fade-in-up delay-2\">\r\n                <div class=\"icon-container\">\r\n                    <i class=\"fas fa-file-pdf\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Insightful eBooks<\/h3>\r\n                <p class=\"text-base text-gray-400\">For deep dives and foundational knowledge on complex AI topics.<\/p>\r\n            <\/div>\r\n            <!-- Offering 2: Video Courses -->\r\n            <div class=\"offering-card card-2 animate-fade-in-up delay-3\">\r\n                <div class=\"icon-container\">\r\n                    <i class=\"fas fa-video\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">In-Depth Videos<\/h3>\r\n                <p class=\"text-base text-gray-400\">For visual, step-by-step learning from industry experts.<\/p>\r\n            <\/div>\r\n            <!-- Offering 3: Workbooks -->\r\n            <div class=\"offering-card card-3 animate-fade-in-up delay-4\">\r\n                <div class=\"icon-container\">\r\n                    <i class=\"fas fa-edit\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Interactive Workbooks<\/h3>\r\n                <p class=\"text-base text-gray-400\">For hands-on practice and applying your skills to real-world scenarios.<\/p>\r\n            <\/div>\r\n            <!-- Offering 4: Templates -->\r\n            <div class=\"offering-card card-4 animate-fade-in-up delay-5\">\r\n                <div class=\"icon-container\">\r\n                    <i class=\"fas fa-layer-group\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Professional Templates<\/h3>\r\n                <p class=\"text-base text-gray-400\">For immediate implementation and boosting your productivity.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- CTA Button -->\r\n        <div class=\"text-center mt-20 animate-fade-in-up delay-6\">\r\n            <a href=\"https:\/\/genbecloud.com\/mastrly\/shop\/\" class=\"btn-offerings inline-block px-10 py-4 text-lg font-bold rounded-lg shadow-lg\">\r\n                Explore All Resources\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    const observer = new IntersectionObserver((entries) => {\r\n      entries.forEach((entry) => {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, {\r\n        threshold: 0.1\r\n    });\r\n\r\n    const elementsToAnimate = document.querySelectorAll('.animate-fade-in-up');\r\n    elementsToAnimate.forEach((el) => observer.observe(el));\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1894a3 e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"e1894a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9756946 elementor-widget elementor-widget-html\" data-id=\"9756946\" 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\r\n    <style>\r\n      \/* Apply base fonts and background *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n\r\n\/* === Reduce top & bottom whitespace for 'How It Works' section === *\/\r\n.how-it-works-section {\r\n  padding-top: 2rem !important;   \/* reduced from py-16 (4rem) *\/\r\n  padding-bottom: 0rem !important;\r\n}\r\n\r\n.how-it-works-section .container {\r\n  padding-top: 2rem !important;\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n\/* Tighter spacing on mobile *\/\r\n@media (max-width: 640px) {\r\n  .how-it-works-section {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  .how-it-works-section .container {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  \/* Reduce space below heading *\/\r\n  .how-it-works-section .text-center.mb-20 {\r\n    margin-bottom: 1.5rem !important;\r\n  }\r\n\r\n  \/* Reduce vertical gaps between cards *\/\r\n  .how-it-works-section .grid {\r\n    gap-y: 2rem !important;\r\n  }\r\n}\r\n\r\n      \/* === How It Works Section Styling === *\/\r\n      .how-it-works-section {\r\n        background-color: #09263d; \/* Mastrly dark blue *\/\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      \r\n      \/* Animated background shapes *\/\r\n      .how-it-works-section .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 0;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .how-it-works-section .nebula-1 { \r\n        width: 300px;\r\n        height: 300px;\r\n        top: 50%; \r\n        left: -15%; \r\n        background: rgba(94, 213, 228, 0.1); \/* Mastrly Cyan *\/\r\n      }\r\n      .how-it-works-section .nebula-2 { \r\n        width: 400px;\r\n        height: 400px;\r\n        bottom: 50%; \r\n        right: -15%; \r\n        background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n        animation-delay: 3s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(30px, -30px) scale(1.1); }\r\n      }\r\n      \r\n      .title-underline {\r\n        position: relative;\r\n        display: inline-block;\r\n        padding-bottom: 0.75rem; \/* 12px *\/\r\n      }\r\n      .title-underline::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background-color: #ff8c61; \/* Mastrly Orange *\/\r\n        border-radius: 2px;\r\n        box-shadow: 0 0 15px rgba(255, 140, 97, 0.5);\r\n      }\r\n      \r\n      \/* === MODIFICATION START: Enhanced Glass Effect === *\/\r\n      .step-card {\r\n        background: rgba(15, 34, 49, 0.6); \/* More transparent background *\/\r\n        backdrop-filter: blur(12px); \/* Increased blur *\/\r\n        -webkit-backdrop-filter: blur(12px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 1.5rem;\r\n        padding: 2.5rem;\r\n        transition: all 0.3s ease-in-out;\r\n        height: 100%;\r\n        text-align: center;\r\n        position: relative;\r\n        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05); \/* Inner shadow for depth *\/\r\n      }\r\n      .step-card:hover {\r\n        transform: translateY(-10px);\r\n        border-color: var(--hover-color, #5ed5e4);\r\n        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), 0 15px 35px rgba(0,0,0,0.4);\r\n      }\r\n      \/* === MODIFICATION END === *\/\r\n      \r\n      .step-number {\r\n        position: absolute;\r\n        top: -1.25rem;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 2.5rem;\r\n        height: 2.5rem;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-family: 'Orbitron', sans-serif;\r\n        font-weight: 900;\r\n        font-size: 1.25rem;\r\n        border: 2px solid;\r\n      }\r\n      \r\n      .step-icon {\r\n        font-size: 3rem;\r\n        margin-bottom: 1.5rem;\r\n        transition: transform 0.3s ease;\r\n      }\r\n      .step-card:hover .step-icon {\r\n        transform: scale(1.1);\r\n      }\r\n\r\n      \/* Unique colors for each card *\/\r\n      .card-1 { --hover-color: #5ed5e4; }\r\n      .card-1 .step-number { background-color: #5ed5e4; color: #09263d; border-color: #0f2231; }\r\n      .card-1 .step-icon { color: #5ed5e4; }\r\n      \r\n      .card-2 { --hover-color: #fdbf2a; }\r\n      .card-2 .step-number { background-color: #fdbf2a; color: #09263d; border-color: #0f2231; }\r\n      .card-2 .step-icon { color: #fdbf2a; }\r\n\r\n      .card-3 { --hover-color: #ff8c61; }\r\n      .card-3 .step-number { background-color: #ff8c61; color: #09263d; border-color: #0f2231; }\r\n      .card-3 .step-icon { color: #ff8c61; }\r\n\r\n      \/* Animated Connector *\/\r\n      .steps-grid {\r\n        position: relative;\r\n      }\r\n      .connector-path {\r\n        position: absolute;\r\n        top: 2.5rem; \/* Vertically center with icons *\/\r\n        left: 16.66%; \/* (100% \/ 3) \/ 2 *\/\r\n        width: 66.66%; \/* 2\/3 of the container width *\/\r\n        height: 2px;\r\n        z-index: -1;\r\n        display: none; \/* Hidden on mobile *\/\r\n      }\r\n      @media (min-width: 768px) {\r\n        .connector-path {\r\n            display: block;\r\n        }\r\n      }\r\n      .connector-path path {\r\n        stroke-dasharray: 1000;\r\n        stroke-dashoffset: 1000;\r\n        animation: draw-path 2s ease-out forwards;\r\n        animation-delay: 0.5s;\r\n      }\r\n      @keyframes draw-path {\r\n        to {\r\n            stroke-dashoffset: 0;\r\n        }\r\n      }\r\n      \r\n      .animate-fade-in-up {\r\n        animation: fade-in-up 1s ease-out forwards;\r\n        opacity: 0;\r\n      }\r\n\r\n      @keyframes fade-in-up {\r\n        0% { opacity: 0; transform: translateY(30px); }\r\n        100% { opacity: 1; transform: translateY(0); }\r\n      }\r\n\r\n      .delay-1 { animation-delay: 0.2s; }\r\n      .delay-2 { animation-delay: 0.4s; }\r\n      .delay-3 { animation-delay: 0.6s; }\r\n      .delay-4 { animation-delay: 0.8s; }\r\n    <\/style>\r\n\r\n<section class=\"how-it-works-section w-full py-16 md:py-24\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10\">\r\n        <div class=\"text-center mb-20 animate-fade-in-up delay-1\">\r\n            <h2 class=\"title-underline font-orbitron text-3xl md:text-4xl font-bold text-white\">\r\n                How It Works\r\n            <\/h2>\r\n            <p class=\"mt-8 max-w-2xl mx-auto text-lg text-gray-300\">\r\n                Getting started is simple. Follow these three easy steps to begin innovating.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-x-10 gap-y-16 steps-grid\">\r\n            <!-- Animated SVG Connector -->\r\n            <svg class=\"connector-path\" width=\"100%\" height=\"100%\" viewBox=\"0 0 100 2\" preserveAspectRatio=\"none\">\r\n                <path d=\"M 0 1 L 100 1\" stroke=\"url(#gradient)\" stroke-width=\"2\" \/>\r\n                <defs>\r\n                    <linearGradient id=\"gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\r\n                        <stop offset=\"0%\" stop-color=\"#5ed5e4\" \/>\r\n                        <stop offset=\"50%\" stop-color=\"#fdbf2a\" \/>\r\n                        <stop offset=\"100%\" stop-color=\"#ff8c61\" \/>\r\n                    <\/linearGradient>\r\n                <\/defs>\r\n            <\/svg>\r\n\r\n            <!-- Step 1 -->\r\n            <div class=\"step-card card-1 animate-fade-in-up delay-2\">\r\n                <div class=\"step-number\">1<\/div>\r\n                <div class=\"step-icon\">\r\n                    <i class=\"fas fa-book\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Choose Your Resource<\/h3>\r\n                <p class=\"text-base text-gray-400\">Select from our library of expertly crafted guides, courses, and templates.<\/p>\r\n            <\/div>\r\n            <!-- Step 2 -->\r\n            <div class=\"step-card card-2 animate-fade-in-up delay-3\">\r\n                <div class=\"step-number\">2<\/div>\r\n                <div class=\"step-icon\">\r\n                    <i class=\"fas fa-download\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Learn Instantly<\/h3>\r\n                <p class=\"text-base text-gray-400\">Get immediate access to your purchase and start learning from practical examples.<\/p>\r\n            <\/div>\r\n            <!-- Step 3 -->\r\n            <div class=\"step-card card-3 animate-fade-in-up delay-4\">\r\n                <div class=\"step-number\">3<\/div>\r\n                <div class=\"step-icon\">\r\n                    <i class=\"fas fa-rocket\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Apply & Innovate<\/h3>\r\n                <p class=\"text-base text-gray-400\">Implement your new skills to enhance projects, boost creativity, and drive results.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    const observer = new IntersectionObserver((entries) => {\r\n      entries.forEach((entry) => {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, {\r\n        threshold: 0.1\r\n    });\r\n\r\n    const elementsToAnimate = document.querySelectorAll('.animate-fade-in-up');\r\n    elementsToAnimate.forEach((el) => observer.observe(el));\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7529546 e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"7529546\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e530a8 elementor-widget elementor-widget-html\" data-id=\"6e530a8\" 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\r\n    \r\n    <style>\r\n      \/* Apply base fonts and background *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n      \r\n      \r\n\r\n      \/* === Section Styling === *\/\r\n      .who-benefits-section {\r\n        background-color: #09263d; \/* Mastrly dark blue *\/\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      \r\n      \/* Animated background shapes *\/\r\n      .who-benefits-section .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 0;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .who-benefits-section .nebula-1 { \r\n        width: 300px;\r\n        height: 300px;\r\n        top: 10%; \r\n        left: -10%; \r\n        background: rgba(94, 213, 228, 0.1); \/* Mastrly Cyan *\/\r\n      }\r\n      .who-benefits-section .nebula-2 { \r\n        width: 400px;\r\n        height: 400px;\r\n        bottom: 10%; \r\n        right: -10%; \r\n        background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n        animation-delay: 3s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(30px, -30px) scale(1.1); }\r\n      }\r\n      \r\n      .title-underline {\r\n        position: relative;\r\n        display: inline-block;\r\n        padding-bottom: 0.75rem; \/* 12px *\/\r\n      }\r\n      .title-underline::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background-color: #ff8c61; \/* Mastrly Orange *\/\r\n        border-radius: 2px;\r\n        box-shadow: 0 0 15px rgba(255, 140, 97, 0.5);\r\n      }\r\n      \r\n      \/* Enhanced Benefit Card Styling *\/\r\n      .benefit-card {\r\n        background: rgba(15, 34, 49, 0.6); \/* Glassy effect *\/\r\n        backdrop-filter: blur(12px);\r\n        -webkit-backdrop-filter: blur(12px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 1.5rem;\r\n        padding: 2rem;\r\n        transition: all 0.3s ease-in-out;\r\n        height: 100%;\r\n        text-align: center;\r\n        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);\r\n      }\r\n      .benefit-card:hover {\r\n        transform: translateY(-10px);\r\n        border-color: var(--hover-color, #5ed5e4);\r\n        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), 0 15px 35px rgba(0,0,0,0.4);\r\n      }\r\n      \r\n      .benefit-card i {\r\n        font-size: 3rem;\r\n        margin-bottom: 1rem;\r\n        transition: transform 0.3s ease, text-shadow 0.3s ease;\r\n      }\r\n      .benefit-card:hover i {\r\n        transform: scale(1.1);\r\n        text-shadow: 0 0 20px var(--hover-color, #5ed5e4);\r\n      }\r\n\r\n      \/* Unique colors for each card's icon and hover state *\/\r\n      .card-1 { --hover-color: #5ed5e4; }\r\n      .card-1 i { color: #5ed5e4; }\r\n      \r\n      .card-2 { --hover-color: #fdbf2a; }\r\n      .card-2 i { color: #fdbf2a; }\r\n\r\n      .card-3 { --hover-color: #ff8c61; }\r\n      .card-3 i { color: #ff8c61; }\r\n\r\n      .card-4 { --hover-color: #81e6d9; }\r\n      .card-4 i { color: #81e6d9; }\r\n      \r\n      \/* === MODIFICATION START: Marquee Styling === *\/\r\n      .marquee-wrapper {\r\n        width: 100%;\r\n        overflow: hidden;\r\n        position: relative;\r\n        -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);\r\n        mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);\r\n      }\r\n      .marquee {\r\n        display: flex;\r\n        width: max-content;\r\n        animation: marquee-scroll 40s linear infinite;\r\n      }\r\n      .marquee:hover {\r\n        animation-play-state: paused;\r\n      }\r\n      \r\n      @keyframes marquee-scroll {\r\n        from { transform: translateX(0); }\r\n        to { transform: translateX(-50%); }\r\n      }\r\n\r\n      .marquee-chip {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 0.75rem;\r\n        background: rgba(9, 38, 61, 0.7);\r\n        padding: 0.5rem 1rem;\r\n        border-radius: 9999px;\r\n        border: 1px solid rgba(94, 213, 228, 0.1);\r\n        margin: 0 0.5rem;\r\n        flex-shrink: 0;\r\n        transition: all 0.3s ease;\r\n      }\r\n      .marquee-chip:hover {\r\n        background: rgba(94, 213, 228, 0.1);\r\n        border-color: #5ed5e4;\r\n        transform: scale(1.05);\r\n      }\r\n      .marquee-chip i {\r\n        color: #5ed5e4;\r\n      }\r\n      \/* === MODIFICATION END === *\/\r\n\r\n      .animate-fade-in-up {\r\n        animation: fade-in-up 1s ease-out forwards;\r\n        opacity: 0;\r\n      }\r\n\r\n      @keyframes fade-in-up {\r\n        0% { opacity: 0; transform: translateY(30px); }\r\n        100% { opacity: 1; transform: translateY(0); }\r\n      }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"who-benefits-section w-full py-16 md:py-14\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10\">\r\n        <div class=\"text-center mb-16 animate-fade-in-up\" style=\"animation-delay: 0.2s;\">\r\n            <h2 class=\"title-underline font-orbitron text-3xl md:text-4xl font-bold text-white\">\r\n                Built for Innovators Like You\r\n            <\/h2>\r\n            <p class=\"mt-8 max-w-2xl mx-auto text-lg text-gray-300\">\r\n                Our resources are designed to empower a wide range of professionals and creators.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8 mb-16\">\r\n            <!-- Card 1: Developers -->\r\n            <div class=\"benefit-card card-1 animate-fade-in-up\" style=\"animation-delay: 0.4s;\">\r\n                <i class=\"fas fa-code\"><\/i>\r\n                <h3 class=\"text-xl font-bold text-white\">Developers<\/h3>\r\n            <\/div>\r\n            <!-- Card 2: Marketers -->\r\n            <div class=\"benefit-card card-2 animate-fade-in-up\" style=\"animation-delay: 0.6s;\">\r\n                <i class=\"fas fa-chart-bar\"><\/i>\r\n                <h3 class=\"text-xl font-bold text-white\">Marketers<\/h3>\r\n            <\/div>\r\n            <!-- Card 3: Entrepreneurs -->\r\n            <div class=\"benefit-card card-3 animate-fade-in-up\" style=\"animation-delay: 0.8s;\">\r\n                <i class=\"fas fa-briefcase\"><\/i>\r\n                <h3 class=\"text-xl font-bold text-white\">Entrepreneurs<\/h3>\r\n            <\/div>\r\n            <!-- Card 4: Students -->\r\n            <div class=\"benefit-card card-4 animate-fade-in-up\" style=\"animation-delay: 1.0s;\">\r\n                <i class=\"fas fa-graduation-cap\"><\/i>\r\n                <h3 class=\"text-xl font-bold text-white\">Students<\/h3>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Marquee Section -->\r\n        <div class=\"mt-16 animate-fade-in-up\" style=\"animation-delay: 1.2s;\">\r\n            <p class=\"text-center text-lg text-gray-400 mb-8\">...and many more, including:<\/p>\r\n            <div class=\"marquee-wrapper\">\r\n                <div class=\"marquee\">\r\n                    <!-- List of roles (duplicated for seamless loop) -->\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-pen-nib\"><\/i><span>Content Creators<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-palette\"><\/i><span>Designers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-search-dollar\"><\/i><span>Researchers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-project-diagram\"><\/i><span>Project Managers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-headset\"><\/i><span>Support Agents<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-chart-pie\"><\/i><span>Data Analysts<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-camera\"><\/i><span>Photographers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-music\"><\/i><span>Musicians<\/span><\/div>\r\n                    <!-- Duplicate -->\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-pen-nib\"><\/i><span>Content Creators<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-palette\"><\/i><span>Designers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-search-dollar\"><\/i><span>Researchers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-project-diagram\"><\/i><span>Project Managers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-headset\"><\/i><span>Support Agents<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-chart-pie\"><\/i><span>Data Analysts<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-camera\"><\/i><span>Photographers<\/span><\/div>\r\n                    <div class=\"marquee-chip\"><i class=\"fas fa-music\"><\/i><span>Musicians<\/span><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    const observer = new IntersectionObserver((entries) => {\r\n      entries.forEach((entry) => {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, {\r\n        threshold: 0.1\r\n    });\r\n\r\n    const elementsToAnimate = document.querySelectorAll('.animate-fade-in-up');\r\n    elementsToAnimate.forEach((el) => observer.observe(el));\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e85830 e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"2e85830\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-329d2b5 elementor-widget elementor-widget-html\" data-id=\"329d2b5\" 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    <style>\r\n      \/* Apply base fonts and background *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n      \/* === Reduce top & bottom whitespace for 'Why Choose' (Applied Intelligence) section === *\/\r\n.why-choose-section {\r\n  padding-top: 2rem !important;   \/* reduced from py-16 (4rem) *\/\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n.why-choose-section .container {\r\n  padding-top: 2rem !important;\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n\/* Tighter spacing for heading and grid on desktop and mobile *\/\r\n.why-choose-section .text-center.mb-16 {\r\n  margin-bottom: 1.5rem !important;\r\n}\r\n\r\n\/* Compact layout on mobile *\/\r\n@media (max-width: 640px) {\r\n  .why-choose-section {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  .why-choose-section .container {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  \/* Reduce spacing between heading and paragraph *\/\r\n  .why-choose-section .text-center.mb-16 {\r\n    margin-bottom: 1.25rem !important;\r\n  }\r\n\r\n  \/* Reduce grid gaps for tighter mobile layout *\/\r\n  .why-choose-section .grid {\r\n    gap: 1.5rem !important;\r\n  }\r\n}\r\n\r\n\r\n      \/* === Section Styling === *\/\r\n      .why-choose-section {\r\n        background-color: #0f2231; \/* Darker shade for contrast *\/\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      \r\n      \/* Animated background shapes *\/\r\n      .why-choose-section .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 0;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .why-choose-section .nebula-1 { \r\n        width: 300px;\r\n        height: 300px;\r\n        top: 10%; \r\n        left: -10%; \r\n        background: rgba(94, 213, 228, 0.1); \/* Mastrly Cyan *\/\r\n      }\r\n      .why-choose-section .nebula-2 { \r\n        width: 400px;\r\n        height: 400px;\r\n        bottom: 10%; \r\n        right: -10%; \r\n        background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n        animation-delay: 3s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(30px, -30px) scale(1.1); }\r\n      }\r\n      \r\n      .title-underline {\r\n        position: relative;\r\n        display: inline-block;\r\n        padding-bottom: 0.75rem; \/* 12px *\/\r\n      }\r\n      .title-underline::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background-color: #ff8c61; \/* Mastrly Orange *\/\r\n        border-radius: 2px;\r\n        box-shadow: 0 0 15px rgba(255, 140, 97, 0.5);\r\n      }\r\n      \r\n      \/* === MODIFICATION START: Simplified Glassy Card Grid === *\/\r\n      .feature-card {\r\n        background: rgba(9, 38, 61, 0.7); \/* Glassy effect *\/\r\n        backdrop-filter: blur(8px);\r\n        -webkit-backdrop-filter: blur(8px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 1.5rem;\r\n        padding: 2.5rem;\r\n        transition: all 0.3s ease-in-out;\r\n        height: 100%;\r\n        text-align: center;\r\n        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);\r\n      }\r\n      .feature-card:hover {\r\n        transform: translateY(-10px);\r\n        border-color: var(--hover-color, #5ed5e4);\r\n        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), 0 15px 35px rgba(0,0,0,0.4);\r\n      }\r\n      \r\n      .feature-card i {\r\n        font-size: 3rem;\r\n        margin-bottom: 1.5rem;\r\n        transition: transform 0.3s ease, text-shadow 0.3s ease;\r\n      }\r\n      .feature-card:hover i {\r\n        transform: scale(1.1);\r\n        text-shadow: 0 0 20px var(--hover-color, #5ed5e4);\r\n      }\r\n\r\n      \/* Unique colors for each card's icon and hover state *\/\r\n      .card-1 { --hover-color: #5ed5e4; }\r\n      .card-1 i { color: #5ed5e4; }\r\n      \r\n      .card-2 { --hover-color: #fdbf2a; }\r\n      .card-2 i { color: #fdbf2a; }\r\n\r\n      .card-3 { --hover-color: #ff8c61; }\r\n      .card-3 i { color: #ff8c61; }\r\n\r\n      .card-4 { --hover-color: #81e6d9; }\r\n      .card-4 i { color: #81e6d9; }\r\n      \/* === MODIFICATION END === *\/\r\n      \r\n      .animate-fade-in-up {\r\n        opacity: 0;\r\n        transition: opacity 0.8s ease-out, transform 0.8s ease-out;\r\n        transform: translateY(30px);\r\n      }\r\n\r\n      .animate-fade-in-up.visible {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n    <\/style>\r\n\r\n<section class=\"why-choose-section w-full py-16 md:py-24\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10\">\r\n        <div class=\"text-center mb-16 animate-fade-in-up\" style=\"transition-delay: 0.2s;\">\r\n            <h2 class=\"title-underline font-orbitron text-3xl md:text-4xl font-bold text-white\">\r\n                The Edge in Applied Intelligence\r\n            <\/h2>\r\n             <p class=\"mt-8 max-w-2xl mx-auto text-lg text-gray-300\">\r\n                Our resources are designed to empower a wide range of professionals and creators.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <!-- === MODIFICATION START: Reverted to a clean grid layout === -->\r\n        <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8\">\r\n            <!-- Card 1: Accelerated Skill Acquisition -->\r\n            <div class=\"feature-card card-1 animate-fade-in-up\" style=\"transition-delay: 0.4s;\">\r\n                <i class=\"fas fa-rocket\"><\/i>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Accelerated Skill Acquisition<\/h3>\r\n                <p class=\"text-gray-400\">Rapidly grasp complex AI concepts and techniques with our streamlined, focused learning paths.<\/p>\r\n            <\/div>\r\n            <!-- Card 2: Real-World Application Focus -->\r\n            <div class=\"feature-card card-2 animate-fade-in-up\" style=\"transition-delay: 0.6s;\">\r\n                <i class=\"fas fa-code-branch\"><\/i>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Real-World Application<\/h3>\r\n                <p class=\"text-gray-400\">Our resources emphasize practical implementation for immediate impact on your projects.<\/p>\r\n            <\/div>\r\n            <!-- Card 3: Curated by Industry Experts -->\r\n            <div class=\"feature-card card-3 animate-fade-in-up\" style=\"transition-delay: 0.8s;\">\r\n                <i class=\"fas fa-brain\"><\/i>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Curated by Experts<\/h3>\r\n                <p class=\"text-gray-400\">Content is meticulously crafted and validated by leading AI professionals with hands-on experience.<\/p>\r\n            <\/div>\r\n            <!-- Card 4: Future-Proof Your Career -->\r\n            <div class=\"feature-card card-4 animate-fade-in-up\" style=\"transition-delay: 1.0s;\">\r\n                <i class=\"fas fa-shield-alt\"><\/i>\r\n                <h3 class=\"text-xl font-bold mb-3 text-white\">Future-Proof Your Career<\/h3>\r\n                <p class=\"text-gray-400\">Stay ahead of the curve with insights into the latest AI trends, tools, and methodologies.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <!-- === MODIFICATION END === -->\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    const observer = new IntersectionObserver((entries) => {\r\n      entries.forEach((entry) => {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, {\r\n        threshold: 0.1\r\n    });\r\n\r\n    const elementsToAnimate = document.querySelectorAll('.animate-fade-in-up');\r\n    elementsToAnimate.forEach((el) => observer.observe(el));\r\n<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fef143e e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"fef143e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b6e9be elementor-widget elementor-widget-html\" data-id=\"8b6e9be\" 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    <style>\r\n      \/* Apply base fonts and background *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n      \r\n\/* === Reduce top & bottom whitespace for 'Testimonials' section === *\/\r\n.testimonials-section {\r\n  padding-top: 1rem !important;   \/* reduced from py-16 (4rem) *\/\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n.testimonials-section .container {\r\n  padding-top: 2rem !important;\r\n  padding-bottom: 2rem !important;\r\n}\r\n\r\n\/* Reduce spacing for heading and content *\/\r\n.testimonials-section .text-center.mb-16 {\r\n  margin-bottom: 1.5rem !important;\r\n}\r\n\r\n\/* Mobile optimization *\/\r\n@media (max-width: 640px) {\r\n  .testimonials-section {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  .testimonials-section .container {\r\n    padding-top: 1.5rem !important;\r\n    padding-bottom: 1.5rem !important;\r\n  }\r\n\r\n  .testimonials-section .text-center.mb-16 {\r\n    margin-bottom: 1.25rem !important;\r\n  }\r\n\r\n  \/* Slightly smaller cards and tighter gaps on mobile *\/\r\n  .testimonial-card {\r\n    width: 320px !important;\r\n    padding: 1.5rem !important;\r\n    margin: 0 0.75rem !important;\r\n  }\r\n\r\n  .quote-icon {\r\n    font-size: 1.5rem !important;\r\n  }\r\n}\r\n\r\n      \/* === Section Styling === *\/\r\n      .testimonials-section {\r\n        background-color: #0f2231; \/* Darker shade for contrast *\/\r\n        position: relative;\r\n        overflow:visible !Important;\r\n        }\r\n      \r\n      \/* Animated background shapes *\/\r\n      .testimonials-section .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 0;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .testimonials-section .nebula-1 { \r\n        width: 300px;\r\n        height: 300px;\r\n        top: 10%; \r\n        left: -10%; \r\n        background: rgba(94, 213, 228, 0.1); \/* Mastrly Cyan *\/\r\n      }\r\n      .testimonials-section .nebula-2 { \r\n        width: 400px;\r\n        height: 400px;\r\n        bottom: 10%; \r\n        right: -10%; \r\n        background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n        animation-delay: 3s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(30px, -30px) scale(1.1); }\r\n      }\r\n      \r\n      .title-underline {\r\n        position: relative;\r\n        display: inline-block;\r\n        padding-bottom: 0.75rem; \/* 12px *\/\r\n      }\r\n      .title-underline::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background-color: #ff8c61; \/* Mastrly Orange *\/\r\n        border-radius: 2px;\r\n        box-shadow: 0 0 15px rgba(255, 140, 97, 0.5);\r\n      }\r\n      \r\n      \/* === MODIFICATION START: Marquee Layout Styling === *\/\r\n      .marquee-wrapper {\r\n        width: 100%;\r\n        overflow: hidden;\r\n        position: relative;\r\n        -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);\r\n        mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);\r\n      }\r\n      .marquee {\r\n        display: flex;\r\n        width: max-content;\r\n        animation: marquee-scroll 60s linear infinite;\r\n      }\r\n      .marquee-wrapper:hover .marquee {\r\n        animation-play-state: paused;\r\n      }\r\n      \r\n      @keyframes marquee-scroll {\r\n        from { transform: translateX(0); }\r\n        to { transform: translateX(-50%); }\r\n      }\r\n\r\n      .testimonial-card {\r\n        background: rgba(9, 38, 61, 0.7); \/* Glassy effect *\/\r\n        backdrop-filter: blur(8px);\r\n        -webkit-backdrop-filter: blur(8px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 1.5rem;\r\n        padding: 2rem;\r\n        transition: all 0.3s ease-in-out;\r\n        width: 400px; \/* Fixed width for consistent sizing *\/\r\n        margin: 0 1rem;\r\n        flex-shrink: 0;\r\n        display: flex;\r\n        flex-direction: column;\r\n      }\r\n      .testimonial-card:hover {\r\n        transform: translateY(-10px) scale(1.02);\r\n        border-color: #5ed5e4;\r\n        box-shadow: 0 15px 35px rgba(0,0,0,0.4);\r\n      }\r\n      \r\n      .quote-icon {\r\n        font-size: 2rem;\r\n        color: #5ed5e4;\r\n        opacity: 0.5;\r\n        margin-bottom: 1rem;\r\n      }\r\n      \/* === MODIFICATION END === *\/\r\n      \r\n      .animate-fade-in-up {\r\n        opacity: 0;\r\n        transition: opacity 0.8s ease-out, transform 0.8s ease-out;\r\n        transform: translateY(30px);\r\n      }\r\n\r\n      .animate-fade-in-up.visible {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n    <\/style>\r\n\r\n<section class=\"testimonials-section w-full py-16 md:py-24\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10\">\r\n        <div class=\"text-center mb-16 animate-fade-in-up\" style=\"transition-delay: 0.2s;\">\r\n            <h2 class=\"title-underline font-orbitron text-3xl md:text-4xl font-bold text-white\">\r\n                Voices from the AI Frontier\r\n            <\/h2>\r\n        <\/div>\r\n        \r\n        <!-- === MODIFICATION START: Marquee Layout === -->\r\n        <div class=\"marquee-wrapper animate-fade-in-up\" style=\"transition-delay: 0.4s;\">\r\n            <div class=\"marquee\">\r\n                <!-- Testimonial Set 1 -->\r\n                <div class=\"testimonial-card\">\r\n                    <i class=\"fas fa-quote-left quote-icon\"><\/i>\r\n                    <p class=\"text-gray-300 mb-6 flex-grow\">\"Mastrly's learning journeys are unparalleled. The depth of content combined with practical exercises has significantly accelerated my understanding of complex neural networks.\"<\/p>\r\n                    <div class=\"flex items-center mt-auto pt-4 border-t border-white\/10\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD\" alt=\"Jane Doe\" class=\"w-12 h-12 rounded-full mr-4 border-2 border-[#5ed5e4]\">\r\n                        <div>\r\n                            <p class=\"font-semibold text-white\">Jane Doe<\/p>\r\n                            <p class=\"text-sm text-gray-400\">Senior ML Engineer<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card\">\r\n                    <i class=\"fas fa-quote-left quote-icon\"><\/i>\r\n                    <p class=\"text-gray-300 mb-6 flex-grow\">\"The practical application frameworks saved us weeks in our latest project. They are incredibly well-structured and immediately applicable. A game-changer for our workflow.\"<\/p>\r\n                    <div class=\"flex items-center mt-auto pt-4 border-t border-white\/10\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/48x48\/ff8c61\/09263d?text=AS\" alt=\"Alex Smith\" class=\"w-12 h-12 rounded-full mr-4 border-2 border-[#ff8c61]\">\r\n                        <div>\r\n                            <p class=\"font-semibold text-white\">Alex Smith<\/p>\r\n                            <p class=\"text-sm text-gray-400\">AI Architect, Innovate Corp.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card\">\r\n                    <i class=\"fas fa-quote-left quote-icon\"><\/i>\r\n                    <p class=\"text-gray-300 mb-6 flex-grow\">\"As someone constantly seeking to future-proof my skills, Mastrly's digital compendiums are a goldmine. The insights are cutting-edge and easy to digest.\"<\/p>\r\n                    <div class=\"flex items-center mt-auto pt-4 border-t border-white\/10\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/48x48\/fdbf2a\/09263d?text=MP\" alt=\"Maria Perez\" class=\"w-12 h-12 rounded-full mr-4 border-2 border-[#fdbf2a]\">\r\n                        <div>\r\n                            <p class=\"font-semibold text-white\">Maria Perez<\/p>\r\n                            <p class=\"text-sm text-gray-400\">Data Scientist, Global Analytics<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Testimonial Set 2 (Duplicate for seamless loop) -->\r\n                <div class=\"testimonial-card\">\r\n                    <i class=\"fas fa-quote-left quote-icon\"><\/i>\r\n                    <p class=\"text-gray-300 mb-6 flex-grow\">\"Mastrly's learning journeys are unparalleled. The depth of content combined with practical exercises has significantly accelerated my understanding of complex neural networks.\"<\/p>\r\n                    <div class=\"flex items-center mt-auto pt-4 border-t border-white\/10\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD\" alt=\"Jane Doe\" class=\"w-12 h-12 rounded-full mr-4 border-2 border-[#5ed5e4]\">\r\n                        <div>\r\n                            <p class=\"font-semibold text-white\">Jane Doe<\/p>\r\n                            <p class=\"text-sm text-gray-400\">Senior ML Engineer<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card\">\r\n                    <i class=\"fas fa-quote-left quote-icon\"><\/i>\r\n                    <p class=\"text-gray-300 mb-6 flex-grow\">\"The practical application frameworks saved us weeks in our latest project. They are incredibly well-structured and immediately applicable. A game-changer for our workflow.\"<\/p>\r\n                    <div class=\"flex items-center mt-auto pt-4 border-t border-white\/10\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/48x48\/ff8c61\/09263d?text=AS\" alt=\"Alex Smith\" class=\"w-12 h-12 rounded-full mr-4 border-2 border-[#ff8c61]\">\r\n                        <div>\r\n                            <p class=\"font-semibold text-white\">Alex Smith<\/p>\r\n                            <p class=\"text-sm text-gray-400\">AI Architect, Innovate Corp.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card\">\r\n                    <i class=\"fas fa-quote-left quote-icon\"><\/i>\r\n                    <p class=\"text-gray-300 mb-6 flex-grow\">\"As someone constantly seeking to future-proof my skills, Mastrly's digital compendiums are a goldmine. The insights are cutting-edge and easy to digest.\"<\/p>\r\n                    <div class=\"flex items-center mt-auto pt-4 border-t border-white\/10\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/48x48\/fdbf2a\/09263d?text=MP\" alt=\"Maria Perez\" class=\"w-12 h-12 rounded-full mr-4 border-2 border-[#fdbf2a]\">\r\n                        <div>\r\n                            <p class=\"font-semibold text-white\">Maria Perez<\/p>\r\n                            <p class=\"text-sm text-gray-400\">Data Scientist, Global Analytics<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <!-- === MODIFICATION END === -->\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    const observer = new IntersectionObserver((entries) => {\r\n      entries.forEach((entry) => {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, {\r\n        threshold: 0.1\r\n    });\r\n\r\n    const elementsToAnimate = document.querySelectorAll('.animate-fade-in-up');\r\n    elementsToAnimate.forEach((el) => observer.observe(el));\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45606c6 e-con-full wd-section-stretch-content e-flex e-con e-parent\" data-id=\"45606c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58ff029 elementor-widget elementor-widget-html\" data-id=\"58ff029\" 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    <style>\r\n      \/* Apply base fonts and background *\/\r\n      body {\r\n        font-family: 'Inter', sans-serif;\r\n        background-color: #09263d;\r\n      }\r\n      .font-orbitron {\r\n        font-family: 'Orbitron', sans-serif;\r\n      }\r\n\/* === FIX: Center content + restore inner padding === *\/\r\n\r\n\/* Ensure section container is perfectly centered *\/\r\n.final-cta-section .container {\r\n  padding-left: 1.25rem !important; \/* balanced horizontal padding *\/\r\n  padding-right: 1.25rem !important;\r\n  text-align: center;\r\n  box-sizing: border-box;\r\n}\r\n\r\n\/* Tighten the CTA card alignment *\/\r\n.final-cta-section .cta-container {\r\n  margin: 0 auto;\r\n  padding: 2rem 1.75rem !important; \/* restore inner padding evenly *\/\r\n  border-radius: 1.5rem;\r\n  text-align: center;\r\n  max-width: 90%;\r\n}\r\n\r\n\/* Fix button padding & full centering *\/\r\n.btn-accent {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  gap: 0.6rem;\r\n  background: linear-gradient(45deg, #fdbf2a, #ff8c61);\r\n  color: #09263d;\r\n  font-family: 'Inter', sans-serif;\r\n  font-weight: 800;\r\n  text-transform: uppercase;\r\n  letter-spacing: 1px;\r\n  border: none;\r\n  border-radius: 10px;\r\n  padding: 14px 42px; \/* \u2705 fixed equal inner padding *\/\r\n  font-size: 15.5px;\r\n  transition: all 0.3s ease-in-out;\r\n  cursor: pointer;\r\n  white-space: nowrap;\r\n  box-shadow: 0 5px 15px rgba(253, 191, 42, 0.3);\r\n}\r\n\r\n\/* === Mobile View Fixes === *\/\r\n@media (max-width: 640px) {\r\n  .final-cta-section {\r\n    padding-top: 2rem !important;\r\n    padding-bottom: 2rem !important;\r\n  }\r\n\r\n  .final-cta-section .cta-container {\r\n    max-width: 95%;\r\n    padding: 1.75rem 1.25rem !important;\r\n  }\r\n\r\n  .btn-accent {\r\n    width: 100%;\r\n    max-width: 300px;\r\n    margin: 1.5rem auto 0;\r\n    padding: 14px 0;\r\n    font-size: 15px;\r\n    text-align: center;\r\n  }\r\n\r\n  \/* Text alignment fix *\/\r\n  .final-cta-section p {\r\n    text-align: center !important;\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n}\r\n\r\n\r\n      \/* === Section Styling === *\/\r\n      .final-cta-section {\r\n        background-color: #09263d; \/* Mastrly dark blue *\/\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n      \r\n      \/* Animated background shapes *\/\r\n      .final-cta-section .nebula {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(120px);\r\n        z-index: 0;\r\n        animation: nebula-float 15s infinite ease-in-out alternate;\r\n      }\r\n      .final-cta-section .nebula-1 { \r\n        width: 400px;\r\n        height: 400px;\r\n        top: -20%; \r\n        left: -10%; \r\n        background: rgba(94, 213, 228, 0.1); \/* Mastrly Cyan *\/\r\n      }\r\n      .final-cta-section .nebula-2 { \r\n        width: 400px;\r\n        height: 400px;\r\n        bottom: -20%; \r\n        right: -10%; \r\n        background: rgba(255, 140, 97, 0.1); \/* Mastrly Orange *\/\r\n        animation-delay: 3s;\r\n      }\r\n\r\n      @keyframes nebula-float {\r\n        0% { transform: translate(0, 0) scale(1); }\r\n        100% { transform: translate(30px, -30px) scale(1.1); }\r\n      }\r\n      \r\n      \/* Glassy Container *\/\r\n      .cta-container {\r\n        background: rgba(15, 34, 49, 0.6); \/* Glassy effect *\/\r\n        backdrop-filter: blur(12px);\r\n        -webkit-backdrop-filter: blur(12px);\r\n        border: 1px solid rgba(94, 213, 228, 0.2);\r\n        border-radius: 2rem; \/* 32px *\/\r\n        padding: 4rem;\r\n        box-shadow: 0 20px 50px rgba(0,0,0,0.4);\r\n      }\r\n      \r\n      \/* Enhanced button styling *\/\r\n      .btn-accent {\r\n        background: linear-gradient(45deg, #fdbf2a, #ff8c61);\r\n        color: #ffffff;\r\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        border: none;\r\n        box-shadow: 0 5px 15px rgba(255, 140, 97, 0.3);\r\n      }\r\n      .btn-accent:hover {\r\n        transform: translateY(-5px) scale(1.05);\r\n        box-shadow: 0 10px 25px rgba(253, 191, 42, 0.4);\r\n      }\r\n      .btn-icon {\r\n        transition: transform 0.3s ease;\r\n        margin-left: 0.75rem;\r\n      }\r\n      .btn-accent:hover .btn-icon {\r\n        transform: translateX(5px);\r\n      }\r\n      \r\n      .animate-fade-in-up {\r\n        opacity: 0;\r\n        transition: opacity 0.8s ease-out, transform 0.8s ease-out;\r\n        transform: translateY(30px);\r\n      }\r\n\r\n      .animate-fade-in-up.visible {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n\r\n      \/* === MODIFICATION START: Animated Data Orb SVG === *\/\r\n      .data-orb-svg .ring {\r\n        transform-origin: center;\r\n        animation: rotate-ring 30s linear infinite;\r\n      }\r\n      .data-orb-svg .sparkle {\r\n        animation: sparkle-anim 2s infinite ease-in-out;\r\n      }\r\n      @keyframes rotate-ring {\r\n        from { transform: rotate(0deg); }\r\n        to { transform: rotate(360deg); }\r\n      }\r\n      @keyframes sparkle-anim {\r\n        0%, 100% { opacity: 0.2; }\r\n        50% { opacity: 1; }\r\n      }\r\n      \/* === MODIFICATION END === *\/\r\n    <\/style>\r\n\r\n<section class=\"final-cta-section w-full py-16 md:py-24\">\r\n    <div class=\"nebula nebula-1\"><\/div>\r\n    <div class=\"nebula nebula-2\"><\/div>\r\n    <div class=\"container mx-auto px-6 relative z-10\">\r\n        <div class=\"cta-container max-w-6xl mx-auto\">\r\n            <!-- === MODIFICATION START: New 2-Column Layout === -->\r\n            <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\r\n                <!-- Left Column: Animated Graphic -->\r\n                <div class=\"animate-fade-in-up\" style=\"transition-delay: 0.2s;\">\r\n                    <svg class=\"w-full max-w-sm mx-auto data-orb-svg\" viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                        <defs>\r\n                            <radialGradient id=\"orbGradient\" cx=\"50%\" cy=\"50%\" r=\"50%\" fx=\"50%\" fy=\"50%\">\r\n                                <stop offset=\"0%\" stop-color=\"#fdbf2a\" stop-opacity=\"1\"\/>\r\n                                <stop offset=\"100%\" stop-color=\"#ff8c61\" stop-opacity=\"1\"\/>\r\n                            <\/radialGradient>\r\n                            <filter id=\"orbGlow\">\r\n                                <feGaussianBlur stdDeviation=\"5\" result=\"coloredBlur\"\/>\r\n                                <feMerge>\r\n                                    <feMergeNode in=\"coloredBlur\"\/>\r\n                                    <feMergeNode in=\"SourceGraphic\"\/>\r\n                                <\/feMerge>\r\n                            <\/filter>\r\n                        <\/defs>\r\n                        <circle cx=\"100\" cy=\"100\" r=\"50\" fill=\"url(#orbGradient)\" filter=\"url(#orbGlow)\"\/>\r\n                        <circle class=\"ring\" cx=\"100\" cy=\"100\" r=\"70\" stroke=\"#5ed5e4\" stroke-width=\"1\" fill=\"none\" opacity=\"0.5\" style=\"animation-duration: 20s;\"\/>\r\n                        <circle class=\"ring\" cx=\"100\" cy=\"100\" r=\"90\" stroke=\"#ff8c61\" stroke-width=\"1\" fill=\"none\" opacity=\"0.4\" style=\"animation-direction: reverse; animation-duration: 30s;\"\/>\r\n                        \r\n                        <circle class=\"sparkle\" cx=\"30\" cy=\"100\" r=\"2\" fill=\"#fff\" style=\"animation-delay: 0s;\"\/>\r\n                        <circle class=\"sparkle\" cx=\"170\" cy=\"100\" r=\"2\" fill=\"#fff\" style=\"animation-delay: 1s;\"\/>\r\n                        <circle class=\"sparkle\" cx=\"100\" cy=\"30\" r=\"2\" fill=\"#fff\" style=\"animation-delay: 0.5s;\"\/>\r\n                        <circle class=\"sparkle\" cx=\"100\" cy=\"170\" r=\"2\" fill=\"#fff\" style=\"animation-delay: 1.5s;\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n\r\n                <!-- Right Column: Text Content -->\r\n                <div class=\"text-center lg:text-left animate-fade-in-up\" style=\"transition-delay: 0.4s;\">\r\n                    <h2 class=\"font-orbitron text-4xl md:text-5xl font-bold text-white\">\r\n                        Ready to Master AI?\r\n                    <\/h2>\r\n                    <p class=\"mt-6 text-lg md:text-xl max-w-3xl mx-auto lg:mx-0 text-gray-300\">\r\n                        Your journey into the future of technology starts now. Explore our insightful PDFs, in-depth video courses, and practical workbooks & templates to stay ahead of the curve.\r\n                    <\/p>\r\n                    <div class=\"mt-10\">\r\n                        <a href=\"https:\/\/genbecloud.com\/mastrly\/shop\/\" class=\"btn-accent inline-flex items-center px-10 py-4 text-lg font-bold rounded-lg shadow-lg\">\r\n                            <span>View All Resources<\/span>\r\n                            <i class=\"fas fa-arrow-right btn-icon\"><\/i>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- === MODIFICATION END === -->\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Intersection Observer for scroll animations\r\n    const observer = new IntersectionObserver((entries) => {\r\n      entries.forEach((entry) => {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, {\r\n        threshold: 0.1\r\n    });\r\n\r\n    const elementsToAnimate = document.querySelectorAll('.animate-fade-in-up');\r\n    elementsToAnimate.forEach((el) => observer.observe(el));\r\n<\/script>\r\n\t\t\t\t<\/div>\n\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>Master the Age of Intelligence Our exclusive e-books are your key to mastering the most powerful AI tools. Elevate your<\/p>\n","protected":false},"author":37,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2071","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Explore Mastrly AI Tools for Winning Business Strategy<\/title>\n<meta name=\"description\" content=\"Access smarter search and downloads with Mastrly\u2019s AI tools. Find top business ebooks instantly, explore PDF libraries, read online using advanced technology!\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Explore Mastrly AI Tools for Winning Business Strategy\" \/>\n<meta property=\"og:description\" content=\"Access smarter search and downloads with Mastrly\u2019s AI tools. Find top business ebooks instantly, explore PDF libraries, read online using advanced technology!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"Mastrly\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T05:36:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/\",\"url\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/\",\"name\":\"Explore Mastrly AI Tools for Winning Business Strategy\",\"isPartOf\":{\"@id\":\"https:\/\/genbecloud.com\/mastrly\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD\",\"datePublished\":\"2025-07-07T10:40:53+00:00\",\"dateModified\":\"2026-01-27T05:36:31+00:00\",\"description\":\"Access smarter search and downloads with Mastrly\u2019s AI tools. Find top business ebooks instantly, explore PDF libraries, read online using advanced technology!\",\"breadcrumb\":{\"@id\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#primaryimage\",\"url\":\"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD\",\"contentUrl\":\"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/genbecloud.com\/mastrly\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/genbecloud.com\/mastrly\/#website\",\"url\":\"https:\/\/genbecloud.com\/mastrly\/\",\"name\":\"Mastrly\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/genbecloud.com\/mastrly\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Explore Mastrly AI Tools for Winning Business Strategy","description":"Access smarter search and downloads with Mastrly\u2019s AI tools. Find top business ebooks instantly, explore PDF libraries, read online using advanced technology!","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Explore Mastrly AI Tools for Winning Business Strategy","og_description":"Access smarter search and downloads with Mastrly\u2019s AI tools. Find top business ebooks instantly, explore PDF libraries, read online using advanced technology!","og_url":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/","og_site_name":"Mastrly","article_modified_time":"2026-01-27T05:36:31+00:00","og_image":[{"url":"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/","url":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/","name":"Explore Mastrly AI Tools for Winning Business Strategy","isPartOf":{"@id":"https:\/\/genbecloud.com\/mastrly\/#website"},"primaryImageOfPage":{"@id":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#primaryimage"},"image":{"@id":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD","datePublished":"2025-07-07T10:40:53+00:00","dateModified":"2026-01-27T05:36:31+00:00","description":"Access smarter search and downloads with Mastrly\u2019s AI tools. Find top business ebooks instantly, explore PDF libraries, read online using advanced technology!","breadcrumb":{"@id":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/genbecloud.com\/mastrly\/ai-tools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#primaryimage","url":"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD","contentUrl":"https:\/\/placehold.co\/48x48\/5ed5e4\/09263d?text=JD"},{"@type":"BreadcrumbList","@id":"https:\/\/genbecloud.com\/mastrly\/ai-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/genbecloud.com\/mastrly\/"},{"@type":"ListItem","position":2,"name":"AI Tools"}]},{"@type":"WebSite","@id":"https:\/\/genbecloud.com\/mastrly\/#website","url":"https:\/\/genbecloud.com\/mastrly\/","name":"Mastrly","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/genbecloud.com\/mastrly\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/pages\/2071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/comments?post=2071"}],"version-history":[{"count":226,"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/pages\/2071\/revisions"}],"predecessor-version":[{"id":3386,"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/pages\/2071\/revisions\/3386"}],"wp:attachment":[{"href":"https:\/\/genbecloud.com\/mastrly\/wp-json\/wp\/v2\/media?parent=2071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}