{"id":377,"date":"2025-12-29T04:32:20","date_gmt":"2025-12-29T04:32:20","guid":{"rendered":"http:\/\/shaharukh.xyz\/?page_id=377"},"modified":"2025-12-30T08:31:52","modified_gmt":"2025-12-30T08:31:52","slug":"cv","status":"publish","type":"page","link":"https:\/\/shaharukhahmed.xyz\/index.php\/cv\/","title":{"rendered":"CV"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"377\" class=\"elementor elementor-377\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bfc45f4 e-flex e-con-boxed e-con e-parent\" data-id=\"bfc45f4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da8d600 elementor-widget elementor-widget-html\" data-id=\"da8d600\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Shaharukh Ahmed - Digital Marketing Expert<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        :root {\n            --primary-color: #1a1a2e;\n            --secondary-color: #16213e;\n            --accent-color: #0f3460;\n            --text-color: #333;\n            --text-light: #666;\n            --bg-color: #f8f9fa;\n            --white: #ffffff;\n            --success: #28a745;\n            --info: #17a2b8;\n            --warning: #ffc107;\n            --danger: #dc3545;\n            --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            --gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            --gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n            --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);\n            --shadow-md: 0 4px 6px rgba(0,0,0,0.1);\n            --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);\n            --shadow-xl: 0 20px 25px rgba(0,0,0,0.1);\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            padding: 20px;\n            color: var(--text-color);\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: var(--white);\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            animation: fadeInUp 0.8s ease-out;\n        }\n        \n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        header {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: var(--white);\n            padding: 60px 40px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1440 320\"><path fill=\"%23ffffff\" fill-opacity=\"0.1\" d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,133.3C960,128,1056,96,1152,90.7C1248,85,1344,107,1392,117.3L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"><\/path><\/svg>') no-repeat bottom;\n            background-size: cover;\n        }\n        \n        .header-content {\n            display: flex;\n            align-items: center;\n            gap: 40px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .profile-img {\n            width: 180px;\n            height: 180px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n            position: relative;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0% {\n                box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);\n            }\n            70% {\n                box-shadow: 0 0 0 20px rgba(102, 126, 234, 0);\n            }\n            100% {\n                box-shadow: 0 0 0 0 rgba(102, 126, 234, 0);\n            }\n        }\n        \n        .profile-img i {\n            font-size: 80px;\n            color: var(--white);\n        }\n        \n        .header-text h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 10px;\n            background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .header-text .tagline {\n            font-size: 1.4rem;\n            color: rgba(255,255,255,0.9);\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .contact-item {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            padding: 15px;\n            background: rgba(255,255,255,0.1);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }\n        \n        .contact-item:hover {\n            background: rgba(255,255,255,0.2);\n            transform: translateY(-2px);\n        }\n        \n        .contact-item i {\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(255,255,255,0.2);\n            border-radius: 50%;\n            font-size: 18px;\n        }\n        \n        .contact-item span {\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        .main-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            padding: 60px 40px;\n        }\n        \n        .left-column, .right-column {\n            display: flex;\n            flex-direction: column;\n            gap: 40px;\n        }\n        \n        .section {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: var(--shadow-md);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: var(--gradient-1);\n        }\n        \n        .section:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-xl);\n        }\n        \n        .section-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 25px;\n            position: relative;\n        }\n        \n        .section-title i {\n            width: 50px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: var(--gradient-1);\n            color: var(--white);\n            border-radius: 12px;\n            font-size: 20px;\n        }\n        \n        .section-title h2 {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary-color);\n        }\n        \n        .summary-text {\n            font-size: 16px;\n            line-height: 1.8;\n            color: var(--text-light);\n            text-align: justify;\n        }\n        \n        .experience-item, .education-item {\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 1px solid #eee;\n            position: relative;\n        }\n        \n        .experience-item:last-child, .education-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n        \n        .experience-item h3, .education-item h3 {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n        }\n        \n        .experience-item .company, .education-item .institution {\n            font-size: 1.1rem;\n            color: var(--accent-color);\n            margin-bottom: 5px;\n            font-weight: 500;\n        }\n        \n        .experience-item .date, .education-item .date {\n            font-size: 14px;\n            color: var(--text-light);\n            margin-bottom: 15px;\n            display: inline-block;\n            padding: 5px 12px;\n            background: var(--bg-color);\n            border-radius: 20px;\n        }\n        \n        .experience-item ul {\n            list-style: none;\n            margin-left: 0;\n        }\n        \n        .experience-item li {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 12px;\n            font-size: 15px;\n            color: var(--text-light);\n        }\n        \n        .experience-item li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n        }\n        \n        .skills-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .skill-item {\n            background: var(--bg-color);\n            padding: 20px;\n            border-radius: 12px;\n            text-align: center;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .skill-item::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: var(--gradient-1);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .skill-item:hover::before {\n            opacity: 0.1;\n        }\n        \n        .skill-item:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-lg);\n        }\n        \n        .skill-item i {\n            font-size: 24px;\n            color: var(--accent-color);\n            margin-bottom: 10px;\n            display: block;\n        }\n        \n        .skill-item span {\n            font-size: 14px;\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .project-card {\n            background: var(--bg-color);\n            border-radius: 15px;\n            padding: 30px;\n            margin-bottom: 30px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .project-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: var(--gradient-2);\n        }\n        \n        .project-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-lg);\n        }\n        \n        .project-card h3 {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin-bottom: 20px;\n        }\n        \n        .project-section {\n            margin-bottom: 20px;\n        }\n        \n        .project-section h4 {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--accent-color);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .project-section h4 i {\n            font-size: 14px;\n        }\n        \n        .project-section p {\n            font-size: 15px;\n            color: var(--text-light);\n            line-height: 1.6;\n        }\n        \n        .results-box {\n            background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);\n            border-left: 4px solid var(--success);\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .results-box h4 {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--success);\n            margin-bottom: 15px;\n        }\n        \n        .results-box ul {\n            list-style: none;\n            margin-left: 0;\n        }\n        \n        .results-box li {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 10px;\n            font-size: 14px;\n            color: var(--text-light);\n        }\n        \n        .results-box li::before {\n            content: '\u2192';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n        }\n        \n        .reference-card {\n            background: var(--bg-color);\n            border-radius: 12px;\n            padding: 25px;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            transition: all 0.3s ease;\n        }\n        \n        .reference-card:hover {\n            transform: translateY(-3px);\n            box-shadow: var(--shadow-md);\n        }\n        \n        .reference-avatar {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            background: var(--gradient-3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 24px;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n        \n        .reference-info h3 {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 5px;\n        }\n        \n        .reference-info p {\n            font-size: 14px;\n            color: var(--text-light);\n            margin-bottom: 5px;\n        }\n        \n        .reference-info .contact {\n            font-size: 13px;\n            color: var(--accent-color);\n            font-weight: 500;\n        }\n        \n        .certification-list {\n            list-style: none;\n            margin-left: 0;\n        }\n        \n        .certification-list li {\n            position: relative;\n            padding-left: 35px;\n            margin-bottom: 20px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .certification-list li:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n        \n        .certification-list li::before {\n            content: '\ud83c\udfc6';\n            position: absolute;\n            left: 0;\n            top: 0;\n            font-size: 20px;\n        }\n        \n        .certification-list li strong {\n            display: block;\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 5px;\n        }\n        \n        .certification-list li span {\n            font-size: 14px;\n            color: var(--text-light);\n        }\n        \n        footer {\n            background: var(--primary-color);\n            color: var(--white);\n            text-align: center;\n            padding: 30px;\n            font-size: 14px;\n        }\n        \n        footer p {\n            margin-bottom: 10px;\n        }\n        \n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .social-links a {\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(255,255,255,0.1);\n            color: var(--white);\n            border-radius: 50%;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n        \n        .social-links a:hover {\n            background: var(--white);\n            color: var(--primary-color);\n            transform: translateY(-3px);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .main-content {\n                grid-template-columns: 1fr;\n            }\n            \n            .header-content {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .contact-info {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            body {\n                padding: 10px;\n            }\n            \n            header {\n                padding: 40px 20px;\n            }\n            \n            .header-text h1 {\n                font-size: 2rem;\n            }\n            \n            .header-text .tagline {\n                font-size: 1.1rem;\n            }\n            \n            .main-content {\n                padding: 40px 20px;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .section-title h2 {\n                font-size: 1.5rem;\n            }\n            \n            .skills-grid {\n                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .profile-img {\n                width: 120px;\n                height: 120px;\n            }\n            \n            .profile-img i {\n                font-size: 50px;\n            }\n            \n            .header-text h1 {\n                font-size: 1.5rem;\n            }\n            \n            .header-text .tagline {\n                font-size: 1rem;\n            }\n            \n            .contact-item {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .section {\n                padding: 15px;\n            }\n            \n            .project-card {\n                padding: 20px;\n            }\n            \n            .reference-card {\n                flex-direction: column;\n                text-align: center;\n            }\n        }\n        \n        \/* Print Styles *\/\n        @media print {\n            body {\n                background: var(--white);\n                padding: 0;\n            }\n            \n            .container {\n                box-shadow: none;\n                border-radius: 0;\n            }\n            \n            header {\n                background: var(--white);\n                color: var(--text-color);\n            }\n            \n            header::before {\n                display: none;\n            }\n            \n            .header-text h1 {\n                background: none;\n                -webkit-text-fill-color: var(--text-color);\n            }\n            \n            .header-text .tagline {\n                color: var(--text-light);\n            }\n            \n            .contact-item {\n                background: var(--bg-color);\n            }\n            \n            .contact-item i {\n                background: var(--primary-color);\n                color: var(--white);\n            }\n            \n            footer {\n                background: var(--white);\n                color: var(--text-color);\n            }\n            \n            .section::before {\n                background: var(--primary-color);\n            }\n            \n            .section-title i {\n                background: var(--primary-color);\n            }\n            \n            .skill-item::before {\n                display: none;\n            }\n            \n            .project-card::before {\n                background: var(--primary-color);\n            }\n            \n            .results-box {\n                background: var(--bg-color);\n                border-left-color: var(--primary-color);\n            }\n            \n            .results-box h4 {\n                color: var(--primary-color);\n            }\n            \n            .results-box li::before {\n                color: var(--primary-color);\n            }\n            \n            .reference-avatar {\n                background: var(--primary-color);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <header>\n            <div class=\"header-content\">\n                <div class=\"profile-img\">\n                    <i class=\"fas fa-user\"><\/i>\n                <\/div>\n                <div class=\"header-text\">\n                    <h1>SHAHARUKH AHMED<\/h1>\n                    <p class=\"tagline\">Digital Marketing Expert | ROI-Driven Media Buyer<\/p>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            <span>+8801676781975<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-phone-alt\"><\/i>\n                            <span>+8801765492339<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                            <span>ahmedshahed04@gmail.com<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                            <span>Mirpur-1, Dhaka, Bangladesh<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-globe\"><\/i>\n                            <span>shaharukh.xyz<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/header>\n        \n        <div class=\"main-content\">\n            <div class=\"left-column\">\n                <section class=\"section\">\n                    <div class=\"section-title\">\n                        <i class=\"fas fa-user-circle\"><\/i>\n                        <h2>Professional Summary<\/h2>\n                    <\/div>\n                    <p class=\"summary-text\">\n                        Highly accomplished Remote digital marketing Expert with 5.6+ years of experience managing high-budget ads campaigns ($5,000+\/month) for global clients (US & Asia). Proven expertise in generating 4x\u20135x ROI across Facebook and Google ecosystems. Specialized in optimizing CPC ($0.05\u2013$0.20) and driving 2x\u20135x website traffic growth. Adept at leveraging Performance Max, Search, and Video campaigns to boost brand searches by up to 70%.\n                    <\/p>\n                <\/section>\n                \n                <section class=\"section\">\n                    <div class=\"section-title\">\n                        <i class=\"fas fa-briefcase\"><\/i>\n                        <h2>Work Experience<\/h2>\n                    <\/div>\n                    \n                    <div class=\"experience-item\">\n                        <h3>Digital Marketer<\/h3>\n                        <div class=\"company\">IKONIZ | Dhaka, Bangladesh<\/div>\n                        <div class=\"date\">February 2024 \u2013 Present<\/div>\n                        <ul>\n                            <li>Facebook Ads Authority: Managing substantial monthly budgets (~$5K) to execute high-conversion campaigns.<\/li>\n                            <li>Audience Scaling: Engaged audiences to grow collective social following from 10K to 40K.<\/li>\n                            <li>Traffic Generation: Implemented strategic funneling that increased website traffic by 5x within the first year.<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"experience-item\">\n                        <h3>Digital Marketer & SEO Expert<\/h3>\n                        <div class=\"company\">Phoenix Interior Design | California, USA (Remote)<\/div>\n                        <div class=\"date\">May 2022 \u2013 June 2023<\/div>\n                        <ul>\n                            <li>Google Ads Performance: Managed Search and Display campaigns maintaining low CPV and high view rates.<\/li>\n                            <li>Strategic Planning: Analyzed company goals to create comprehensive digital marketing strategies.<\/li>\n                            <li>SEO & Analytics: Conducted keyword research and link building to enhance organic search rankings.<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"experience-item\">\n                        <h3>Digital Marketer & Graphic Designer<\/h3>\n                        <div class=\"company\">Global Star Ltd | Dhaka, Bangladesh<\/div>\n                        <div class=\"date\">January 2020 \u2013 March 2022<\/div>\n                        <ul>\n                            <li>Social Media Strategy: Developed campaigns to increase brand awareness on LinkedIn, Twitter, and Facebook.<\/li>\n                            <li>Lead Nurturing: Designed email campaigns to nurture leads and retain customers.<\/li>\n                            <li>PPC Execution: Planned and executed online advertising campaigns, such as pay-per-click (PPC).<\/li>\n                            <li>ROI Monitoring: Monitored and optimized Facebook ads performance to achieve maximum ROI.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/section>\n            <\/div>\n            \n            <div class=\"right-column\">\n                <section class=\"section\">\n                    <div class=\"section-title\">\n                        <i class=\"fas fa-graduation-cap\"><\/i>\n                        <h2>Education<\/h2>\n                    <\/div>\n                    \n                    <div class=\"education-item\">\n                        <h3>BSC in Computer Science And Engineering<\/h3>\n                        <div class=\"institution\">University Of Information Technology And Sciences (UITS)<\/div>\n                        <div class=\"date\">2016<\/div>\n                    <\/div>\n                    \n                    <div class=\"education-item\">\n                        <h3>HSC in Science<\/h3>\n                        <div class=\"institution\">Lalpur Degree College<\/div>\n                        <div class=\"date\">2009<\/div>\n                    <\/div>\n                    \n                    <div class=\"education-item\">\n                        <h3>SSC in Science<\/h3>\n                        <div class=\"institution\">Lalpur SS Pilot Highschool<\/div>\n                        <div class=\"date\">2007<\/div>\n                    <\/div>\n                <\/section>\n                \n                <section class=\"section\">\n                    <div class=\"section-title\">\n                        <i class=\"fas fa-certificate\"><\/i>\n                        <h2>Certifications<\/h2>\n                    <\/div>\n                    \n                    <ul class=\"certification-list\">\n                        <li>\n                            <strong>Google Ads Certification Course<\/strong>\n                            <span>Professional certification in Google Ads management<\/span>\n                        <\/li>\n                        <li>\n                            <strong>Facebook Marketing & Advertising<\/strong>\n                            <span>3 Month online course - Simplilearn<\/span>\n                        <\/li>\n                        <li>\n                            <strong>Google Analytics IQ Certification<\/strong>\n                            <span>Advanced analytics and data analysis certification<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/section>\n                \n                <section class=\"section\">\n                    <div class=\"section-title\">\n                        <i class=\"fas fa-tools\"><\/i>\n                        <h2>Skills<\/h2>\n                    <\/div>\n                    \n                    <div class=\"skills-grid\">\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-chart-line\"><\/i>\n                            <span>Performance Max Campaigns<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-share-alt\"><\/i>\n                            <span>Social Media Advertising<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fab fa-google\"><\/i>\n                            <span>Google Ads<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-dollar-sign\"><\/i>\n                            <span>ROI Optimization<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fab fa-facebook\"><\/i>\n                            <span>Facebook API (CAPI)<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-analytics\"><\/i>\n                            <span>Google Analytics (GA4)<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-search\"><\/i>\n                            <span>SEO<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-mouse-pointer\"><\/i>\n                            <span>PPC<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fab fa-wordpress\"><\/i>\n                            <span>WordPress<\/span>\n                        <\/div>\n                        <div class=\"skill-item\">\n                            <i class=\"fas fa-palette\"><\/i>\n                            <span>Graphics Design<\/span>\n                        <\/div>\n                    <\/div>\n                <\/section>\n            <\/div>\n        <\/div>\n        \n        <section class=\"section\" style=\"margin: 0 40px 40px;\">\n            <div class=\"section-title\">\n                <i class=\"fas fa-project-diagram\"><\/i>\n                <h2>Project Highlights & Case Studies<\/h2>\n            <\/div>\n            \n            <div class=\"project-card\">\n                <h3>E-Commerce Revenue Scaling (Fashion Retail)<\/h3>\n                <div class=\"project-section\">\n                    <h4><i class=\"fas fa-exclamation-triangle\"><\/i> Challenge<\/h4>\n                    <p>Scale online sales and social reach for a fashion brand (IKONIZ) with a $5,000 monthly budget.<\/p>\n                <\/div>\n                <div class=\"project-section\">\n                    <h4><i class=\"fas fa-lightbulb\"><\/i> Strategy<\/h4>\n                    <p>Implemented \"Conversion API\" (CAPI) for better tracking and used dynamic creative testing for retargeting.<\/p>\n                <\/div>\n                <div class=\"results-box\">\n                    <h4><i class=\"fas fa-trophy\"><\/i> Results<\/h4>\n                    <ul>\n                        <li>Achieved a consistent 5x ROI (Return on Investment)<\/li>\n                        <li>Traffic Growth: Increased website traffic by 5x within 6 months<\/li>\n                        <li>Cost Efficiency: Optimized campaigns to achieve a low CPC of $0.20<\/li>\n                        <li>Brand Impact: Drove a 70% increase in Brand Search volume<\/li>\n                        <li>Reduced Cost Per Purchase (CPP) by 35% within 3 months<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"project-card\">\n                <h3>US Market Expansion (Health Care - Proprius Health)<\/h3>\n                <div class=\"project-section\">\n                    <h4><i class=\"fas fa-exclamation-triangle\"><\/i> Challenge<\/h4>\n                    <p>Increase brand visibility and traffic in the competitive US market.<\/p>\n                <\/div>\n                <div class=\"project-section\">\n                    <h4><i class=\"fas fa-lightbulb\"><\/i> Strategy<\/h4>\n                    <p>Executed a mix of Search and Performance Max campaigns focusing on long-tail keywords.<\/p>\n                <\/div>\n                <div class=\"results-box\">\n                    <h4><i class=\"fas fa-trophy\"><\/i> Results<\/h4>\n                    <ul>\n                        <li>Achieved a consistent 5x ROI (Return on Investment)<\/li>\n                        <li>Traffic Growth: Increased website traffic by 5x within 6 months<\/li>\n                        <li>Cost Efficiency: Optimized campaigns to achieve a low CPC of $0.20<\/li>\n                        <li>Brand Impact: Drove a 70% increase in Brand Search volume<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"project-card\">\n                <h3>Brand Awareness Video Campaign (YouTube Ads)<\/h3>\n                <div class=\"project-section\">\n                    <h4><i class=\"fas fa-exclamation-triangle\"><\/i> Challenge<\/h4>\n                    <p>Maximize brand recall and reach for a new product launch.<\/p>\n                <\/div>\n                <div class=\"project-section\">\n                    <h4><i class=\"fas fa-lightbulb\"><\/i> Strategy<\/h4>\n                    <p>Deployed YouTube Skippable In-Stream ads focused on broad yet relevant audiences.<\/p>\n                <\/div>\n                <div class=\"results-box\">\n                    <h4><i class=\"fas fa-trophy\"><\/i> Results<\/h4>\n                    <ul>\n                        <li>Reach: Generated massive impressions with a View Rate of 35%+<\/li>\n                        <li>Engagement: Resulted in a 30% uplift in direct traffic during the campaign period<\/li>\n                        <li>Cost: Achieved an exceptionally low CPV (Cost Per View) of $0.01 \u2013 $0.03<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <section class=\"section\" style=\"margin: 0 40px 40px;\">\n            <div class=\"section-title\">\n                <i class=\"fas fa-address-book\"><\/i>\n                <h2>References<\/h2>\n            <\/div>\n            \n            <div class=\"reference-card\">\n                <div class=\"reference-avatar\">OR<\/div>\n                <div class=\"reference-info\">\n                    <h3>Obaidur Rahman<\/h3>\n                    <p>CEO, Globalstar<\/p>\n                    <p class=\"contact\"><i class=\"fas fa-phone\"><\/i> 880 1911342308<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"reference-card\">\n                <div class=\"reference-avatar\">AD<\/div>\n                <div class=\"reference-info\">\n                    <h3>Dr. Andrei N. Dokukin, MD<\/h3>\n                    <p>MD, Proprius Health<\/p>\n                    <p class=\"contact\"><i class=\"fas fa-phone\"><\/i> 562 633 1765<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <footer>\n            <p>&copy; 2024 Shaharukh Ahmed - Digital Marketing Expert<\/p>\n            <p>All rights reserved<\/p>\n            <div class=\"social-links\">\n                <a href=\"#\"><i class=\"fab fa-linkedin\"><\/i><\/a>\n                <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\n                <a href=\"#\"><i class=\"fab fa-facebook\"><\/i><\/a>\n                <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\n            <\/div>\n        <\/footer>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Shaharukh Ahmed &#8211; Digital Marketing Expert SHAHARUKH AHMED Digital Marketing Expert | ROI-Driven Media Buyer +8801676781975 +8801765492339 ahmedshahed04@gmail.com Mirpur-1, Dhaka, Bangladesh shaharukh.xyz Professional Summary Highly accomplished Remote digital marketing Expert with 5.6+ years of experience managing high-budget ads campaigns ($5,000+\/month) for global clients (US &#038; Asia). Proven expertise in generating 4x\u20135x ROI across Facebook and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-377","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/pages\/377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=377"}],"version-history":[{"count":10,"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/pages\/377\/revisions"}],"predecessor-version":[{"id":474,"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/pages\/377\/revisions\/474"}],"wp:attachment":[{"href":"https:\/\/shaharukhahmed.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}