{"id":3534,"date":"2023-10-14T02:22:15","date_gmt":"2023-10-13T20:52:15","guid":{"rendered":"https:\/\/digitalmarketingguru.info\/new\/?page_id=3534"},"modified":"2026-05-27T16:33:09","modified_gmt":"2026-05-27T11:03:09","slug":"home","status":"publish","type":"page","link":"https:\/\/digitalmarketingguru.info\/new\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-c36b805\" id=\"gspb_row-id-gsbp-c36b805\">\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-7b3a364\" id=\"gspb_col-id-gsbp-7b3a364\">\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Digital Marketing GURU \u2014 Learn. Grow. Earn.<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap\" rel=\"stylesheet\">\n<style>\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --orange: #F69333;\n  --blue: #00A4DE;\n  --navy: #0A1F3D;\n  --navy-mid: #112a52;\n  --gray-bg: #f5f7fa;\n  --white: #ffffff;\n  --text-dark: #111827;\n  --text-mid: #374151;\n  --text-light: #6b7280;\n  --font: 'Poppins', sans-serif;\n}\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n  font-family: var(--font);\n  font-size: 18px;\n  color: var(--text-dark);\n  background: var(--white);\n  line-height: 1.6;\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.hero {\n  background: var(--navy);\n  position: relative;\n  overflow: hidden;\n  padding: 80px 24px 72px;\n}\n\n.hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(0,164,222,0.13) 0%, transparent 70%),\n    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(246,147,51,0.09) 0%, transparent 60%);\n  pointer-events: none;\n}\n\n\/* diagonal accent bar *\/\n.hero::after {\n  content: '';\n  position: absolute;\n  top: 0; right: -60px;\n  width: 320px; height: 100%;\n  background: linear-gradient(135deg, transparent 40%, rgba(246,147,51,0.06) 100%);\n  transform: skewX(-8deg);\n  pointer-events: none;\n}\n\n.hero-inner {\n  max-width: 1290px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 380px;\n  gap: 64px;\n  align-items: center;\n  position: relative;\n  z-index: 1;\n}\n\n.hero-eyebrow {\n  display: inline-block;\n  background: rgba(0,164,222,0.15);\n  border: 1px solid rgba(0,164,222,0.4);\n  color: var(--blue);\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  padding: 6px 16px;\n  border-radius: 100px;\n  margin-bottom: 24px;\n}\n\n.hero-headline {\n  font-size: clamp(34px, 5vw, 58px);\n  font-weight: 900;\n  color: var(--white);\n  line-height: 1.1;\n  margin-bottom: 20px;\n  letter-spacing: -0.02em;\n}\n\n.hero-headline span {\n  color: var(--orange);\n  position: relative;\n}\n\n.hero-sub {\n  font-size: 18px;\n  color: rgba(255,255,255,0.72);\n  max-width: 500px;\n  margin-bottom: 36px;\n  line-height: 1.65;\n}\n\n.hero-ctas {\n  display: flex;\n  gap: 16px;\n  flex-wrap: wrap;\n  margin-bottom: 44px;\n}\n\n.btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--orange);\n  color: var(--white);\n  font-family: var(--font);\n  font-size: 15px;\n  font-weight: 700;\n  padding: 15px 28px;\n  border-radius: 6px;\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  transition: background 0.2s, transform 0.15s;\n  letter-spacing: 0.01em;\n}\n\n.btn-primary:hover { background: #e0821e; transform: translateY(-2px); }\n\n.btn-ghost {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: transparent;\n  color: var(--white);\n  font-family: var(--font);\n  font-size: 15px;\n  font-weight: 600;\n  padding: 14px 28px;\n  border-radius: 6px;\n  text-decoration: none;\n  border: 2px solid rgba(255,255,255,0.28);\n  cursor: pointer;\n  transition: border-color 0.2s, background 0.2s, transform 0.15s;\n}\n\n.btn-ghost:hover {\n  border-color: rgba(255,255,255,0.6);\n  background: rgba(255,255,255,0.06);\n  transform: translateY(-2px);\n}\n\n\/* proof strip inside hero *\/\n.hero-proof {\n  display: flex;\n  gap: 32px;\n  flex-wrap: wrap;\n}\n\n.proof-item {\n  display: flex;\n  flex-direction: column;\n}\n\n.proof-num {\n  font-size: 28px;\n  font-weight: 800;\n  color: var(--orange);\n  line-height: 1;\n}\n\n.proof-label {\n  font-size: 13px;\n  color: rgba(255,255,255,0.55);\n  font-weight: 500;\n  margin-top: 3px;\n}\n\n\/* right panel \u2014 dual track cards *\/\n.hero-tracks {\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n}\n\n.track-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  border-radius: 12px;\n  padding: 28px 28px 24px;\n  transition: border-color 0.2s, background 0.2s, transform 0.2s;\n  text-decoration: none;\n  display: block;\n}\n\n.track-card:hover {\n  background: rgba(255,255,255,0.1);\n  border-color: rgba(255,255,255,0.25);\n  transform: translateX(4px);\n}\n\n.track-card.orange-track { border-top: 3px solid var(--orange); }\n.track-card.blue-track   { border-top: 3px solid var(--blue); }\n\n.track-icon {\n  width: 40px; height: 40px;\n  border-radius: 8px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 20px;\n  margin-bottom: 14px;\n}\n\n.track-icon.orange-icon { background: rgba(246,147,51,0.18); }\n.track-icon.blue-icon   { background: rgba(0,164,222,0.18); }\n\n.track-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n\n.track-label.orange { color: var(--orange); }\n.track-label.blue   { color: var(--blue); }\n\n.track-title {\n  font-size: 19px;\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n\n.track-desc {\n  font-size: 14px;\n  color: rgba(255,255,255,0.55);\n  line-height: 1.5;\n}\n\n.track-arrow {\n  display: inline-block;\n  margin-top: 14px;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.02em;\n}\n\n.track-arrow.orange { color: var(--orange); }\n.track-arrow.blue   { color: var(--blue); }\n\n\/* \u2500\u2500\u2500 PROOF BAND \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.proof-band {\n  background: var(--navy-mid);\n  padding: 48px 24px;\n  border-top: 1px solid rgba(255,255,255,0.06);\n  border-bottom: 1px solid rgba(255,255,255,0.06);\n}\n\n.proof-band-inner {\n  max-width: 1290px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 32px;\n  text-align: center;\n}\n\n.proof-stat-num {\n  font-size: 42px;\n  font-weight: 900;\n  color: var(--orange);\n  line-height: 1;\n  margin-bottom: 6px;\n}\n\n.proof-stat-label {\n  font-size: 14px;\n  color: rgba(255,255,255,0.6);\n  font-weight: 500;\n  line-height: 1.4;\n}\n\n\/* \u2500\u2500\u2500 SECTION SHARED \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.section {\n  padding: 88px 24px;\n}\n\n.section-alt {\n  background: var(--gray-bg);\n}\n\n.section-inner {\n  max-width: 1290px;\n  margin: 0 auto;\n}\n\n.section-eyebrow {\n  display: inline-block;\n  color: var(--blue);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  margin-bottom: 14px;\n  padding-left: 2px;\n}\n\n.section-headline {\n  font-size: clamp(26px, 3.5vw, 40px);\n  font-weight: 800;\n  color: var(--navy);\n  line-height: 1.2;\n  margin-bottom: 16px;\n  letter-spacing: -0.02em;\n}\n\n.section-sub {\n  font-size: 17px;\n  color: var(--text-mid);\n  max-width: 560px;\n  line-height: 1.65;\n  margin-bottom: 52px;\n}\n\n\/* \u2500\u2500\u2500 RESULTS SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.results-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n.result-card {\n  background: var(--white);\n  border-radius: 12px;\n  padding: 36px 32px;\n  box-shadow: 0 2px 16px rgba(10,31,61,0.08);\n  border-top: 4px solid var(--orange);\n  position: relative;\n}\n\n.result-card:nth-child(2) { border-top-color: var(--blue); }\n.result-card:nth-child(3) { border-top-color: var(--navy); }\n\n.result-num {\n  font-size: 48px;\n  font-weight: 900;\n  color: var(--orange);\n  line-height: 1;\n  margin-bottom: 4px;\n  letter-spacing: -0.02em;\n}\n\n.result-card:nth-child(2) .result-num { color: var(--blue); }\n.result-card:nth-child(3) .result-num { color: var(--navy); }\n\n.result-client {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--text-light);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  margin-bottom: 14px;\n}\n\n.result-desc {\n  font-size: 16px;\n  color: var(--text-mid);\n  line-height: 1.6;\n  margin-bottom: 18px;\n}\n\n.result-tag {\n  display: inline-block;\n  background: var(--gray-bg);\n  color: var(--text-mid);\n  font-size: 12px;\n  font-weight: 600;\n  padding: 4px 12px;\n  border-radius: 100px;\n}\n\n\/* \u2500\u2500\u2500 TRAINING COURSES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.courses-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n.course-card {\n  background: var(--white);\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 2px 20px rgba(10,31,61,0.08);\n  transition: transform 0.2s, box-shadow 0.2s;\n  display: flex;\n  flex-direction: column;\n}\n\n.course-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 8px 40px rgba(10,31,61,0.13);\n}\n\n.course-header {\n  background: var(--navy);\n  padding: 28px 28px 24px;\n  position: relative;\n  overflow: hidden;\n}\n\n.course-header::after {\n  content: '';\n  position: absolute;\n  bottom: -20px; right: -20px;\n  width: 100px; height: 100px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.04);\n}\n\n.course-card:nth-child(1) .course-header { background: linear-gradient(135deg, #0A1F3D 0%, #0f2d56 100%); }\n.course-card:nth-child(2) .course-header { background: linear-gradient(135deg, #0A1F3D 0%, #0d2848 100%); }\n.course-card:nth-child(3) .course-header { background: linear-gradient(135deg, #0A1F3D 0%, #1a2a40 100%); }\n\n.course-tag {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  padding: 4px 12px;\n  border-radius: 100px;\n  margin-bottom: 12px;\n}\n\n.tag-orange { background: rgba(246,147,51,0.2); color: var(--orange); }\n.tag-blue   { background: rgba(0,164,222,0.2);  color: var(--blue); }\n.tag-green  { background: rgba(52,211,153,0.2); color: #34d399; }\n\n.course-name {\n  font-size: 20px;\n  font-weight: 800;\n  color: var(--white);\n  margin-bottom: 8px;\n  line-height: 1.25;\n}\n\n.course-duration {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  font-weight: 500;\n}\n\n.course-body {\n  padding: 24px 28px 28px;\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n}\n\n.course-outcome {\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 16px;\n  line-height: 1.4;\n}\n\n.course-modules {\n  list-style: none;\n  margin-bottom: 24px;\n  flex: 1;\n}\n\n.course-modules li {\n  font-size: 14px;\n  color: var(--text-mid);\n  padding: 6px 0;\n  border-bottom: 1px solid #f0f0f0;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.course-modules li::before {\n  content: '\u2713';\n  color: var(--orange);\n  font-weight: 700;\n  font-size: 13px;\n  flex-shrink: 0;\n}\n\n.course-cta {\n  display: block;\n  text-align: center;\n  background: var(--navy);\n  color: var(--white);\n  font-family: var(--font);\n  font-size: 14px;\n  font-weight: 700;\n  padding: 13px 20px;\n  border-radius: 6px;\n  text-decoration: none;\n  transition: background 0.2s;\n  letter-spacing: 0.01em;\n}\n\n.course-cta:hover { background: var(--orange); }\n\n\/* \u2500\u2500\u2500 SERVICES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.services-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n.service-card {\n  background: var(--white);\n  border-radius: 12px;\n  padding: 36px 32px;\n  box-shadow: 0 2px 16px rgba(10,31,61,0.07);\n  border: 1px solid #e8ecf0;\n  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;\n  position: relative;\n}\n\n.service-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 32px rgba(10,31,61,0.12);\n  border-color: var(--orange);\n}\n\n.service-icon-wrap {\n  width: 52px; height: 52px;\n  background: rgba(246,147,51,0.1);\n  border-radius: 10px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 24px;\n  margin-bottom: 20px;\n}\n\n.service-name {\n  font-size: 19px;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n\n.service-desc {\n  font-size: 15px;\n  color: var(--text-mid);\n  line-height: 1.6;\n  margin-bottom: 20px;\n}\n\n.service-includes {\n  list-style: none;\n  margin-bottom: 24px;\n}\n\n.service-includes li {\n  font-size: 13px;\n  color: var(--text-mid);\n  padding: 5px 0;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.service-includes li::before {\n  content: '\u2192';\n  color: var(--blue);\n  font-weight: 700;\n  font-size: 12px;\n}\n\n.service-link {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--orange);\n  text-decoration: none;\n  letter-spacing: 0.01em;\n  transition: color 0.2s;\n}\n\n.service-link:hover { color: #c97120; }\n\n\/* \u2500\u2500\u2500 WHY JOGESH \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.why-section {\n  background: var(--navy);\n  padding: 88px 24px;\n  position: relative;\n  overflow: hidden;\n}\n\n.why-section::before {\n  content: '';\n  position: absolute;\n  top: -120px; left: -120px;\n  width: 500px; height: 500px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(0,164,222,0.08) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.why-inner {\n  max-width: 1290px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 340px 1fr;\n  gap: 72px;\n  align-items: start;\n  position: relative;\n  z-index: 1;\n}\n\n.why-photo {\n  position: relative;\n}\n\n.why-photo-box {\n  width: 100%;\n  aspect-ratio: 4\/5;\n  border-radius: 12px;\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,0.12);\n}\n\n.why-photo-box span:first-child {\n  font-size: 32px;\n  opacity: 0.4;\n}\n\n.why-photo-note {\n  font-size: 11px;\n  text-align: center;\n  padding: 0 16px;\n  color: rgba(255,255,255,0.2);\n}\n\n\/* orange accent badge on photo *\/\n.why-badge {\n  position: absolute;\n  bottom: -16px; right: -16px;\n  background: var(--orange);\n  color: var(--white);\n  font-size: 13px;\n  font-weight: 700;\n  padding: 12px 18px;\n  border-radius: 10px;\n  line-height: 1.3;\n  text-align: center;\n  box-shadow: 0 8px 24px rgba(246,147,51,0.35);\n}\n\n.why-content {}\n\n.why-eyebrow {\n  display: inline-block;\n  color: var(--blue);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  margin-bottom: 14px;\n}\n\n.why-headline {\n  font-size: clamp(26px, 3vw, 38px);\n  font-weight: 800;\n  color: var(--white);\n  line-height: 1.2;\n  margin-bottom: 20px;\n  letter-spacing: -0.02em;\n}\n\n.why-headline span { color: var(--orange); }\n\n.why-bio {\n  font-size: 16px;\n  color: rgba(255,255,255,0.68);\n  line-height: 1.7;\n  margin-bottom: 32px;\n}\n\n.why-stats {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-bottom: 32px;\n}\n\n.why-stat {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 10px;\n  padding: 18px 16px;\n  text-align: center;\n}\n\n.why-stat-num {\n  font-size: 28px;\n  font-weight: 800;\n  color: var(--orange);\n  line-height: 1;\n  margin-bottom: 4px;\n}\n\n.why-stat-label {\n  font-size: 12px;\n  color: rgba(255,255,255,0.5);\n  font-weight: 500;\n}\n\n.certs {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.cert-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(0,164,222,0.12);\n  border: 1px solid rgba(0,164,222,0.3);\n  color: var(--blue);\n  font-size: 12px;\n  font-weight: 600;\n  padding: 6px 14px;\n  border-radius: 100px;\n}\n\n\/* \u2500\u2500\u2500 TESTIMONIALS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.testimonials-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 28px;\n  margin-top: 16px;\n}\n\n.testi-card {\n  background: var(--white);\n  border-radius: 12px;\n  padding: 32px;\n  box-shadow: 0 2px 16px rgba(10,31,61,0.07);\n  border: 1px solid #e8ecf0;\n  position: relative;\n}\n\n.testi-card::before {\n  content: '\\201C';\n  position: absolute;\n  top: 20px; right: 28px;\n  font-size: 80px;\n  color: var(--orange);\n  opacity: 0.15;\n  font-family: Georgia, serif;\n  line-height: 1;\n}\n\n.testi-text {\n  font-size: 16px;\n  color: var(--text-mid);\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-style: italic;\n}\n\n.testi-author {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n\n.testi-avatar {\n  width: 46px; height: 46px;\n  border-radius: 50%;\n  background: var(--navy);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--white);\n  flex-shrink: 0;\n}\n\n.testi-name {\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--navy);\n}\n\n.testi-role {\n  font-size: 13px;\n  color: var(--text-light);\n}\n\n.testi-course {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  color: var(--orange);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  margin-top: 3px;\n}\n\n\/* \u2500\u2500\u2500 CLIENT LOGOS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.logos-section {\n  padding: 56px 24px;\n  background: var(--gray-bg);\n  border-top: 1px solid #e8ecf0;\n}\n\n.logos-inner {\n  max-width: 1290px;\n  margin: 0 auto;\n}\n\n.logos-label {\n  text-align: center;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-light);\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  margin-bottom: 32px;\n}\n\n.logos-grid {\n  display: grid;\n  grid-template-columns: repeat(8, 1fr);\n  gap: 16px;\n  align-items: center;\n}\n\n.logo-tile {\n  background: var(--white);\n  border: 1px solid #e0e4e8;\n  border-radius: 8px;\n  height: 60px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--text-light);\n  text-align: center;\n  padding: 8px;\n  line-height: 1.3;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n\n.logo-tile:hover {\n  border-color: var(--blue);\n  box-shadow: 0 2px 12px rgba(0,164,222,0.1);\n}\n\n\/* \u2500\u2500\u2500 CTA BAND \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.cta-band {\n  background: var(--orange);\n  padding: 72px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.cta-band::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: repeating-linear-gradient(\n    45deg,\n    transparent,\n    transparent 40px,\n    rgba(0,0,0,0.025) 40px,\n    rgba(0,0,0,0.025) 80px\n  );\n}\n\n.cta-band-inner {\n  max-width: 680px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n\n.cta-band-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 16px;\n}\n\n.cta-band-headline {\n  font-size: clamp(26px, 4vw, 40px);\n  font-weight: 800;\n  color: var(--white);\n  margin-bottom: 14px;\n  line-height: 1.2;\n  letter-spacing: -0.02em;\n}\n\n.cta-band-sub {\n  font-size: 17px;\n  color: rgba(255,255,255,0.8);\n  margin-bottom: 36px;\n  line-height: 1.6;\n}\n\n.cta-band-buttons {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.btn-white {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--white);\n  color: var(--orange);\n  font-family: var(--font);\n  font-size: 15px;\n  font-weight: 700;\n  padding: 15px 28px;\n  border-radius: 6px;\n  text-decoration: none;\n  transition: background 0.2s, transform 0.15s;\n}\n\n.btn-white:hover { background: #fff8f2; transform: translateY(-2px); }\n\n.btn-outline-white {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: transparent;\n  color: var(--white);\n  font-family: var(--font);\n  font-size: 15px;\n  font-weight: 600;\n  padding: 14px 28px;\n  border-radius: 6px;\n  text-decoration: none;\n  border: 2px solid rgba(255,255,255,0.5);\n  transition: border-color 0.2s, transform 0.15s;\n}\n\n.btn-outline-white:hover {\n  border-color: var(--white);\n  transform: translateY(-2px);\n}\n\n\/* phone display in CTA *\/\n.cta-phone-display {\n  font-size: 22px;\n  font-weight: 800;\n  color: var(--white);\n  margin-bottom: 8px;\n  letter-spacing: 0.02em;\n}\n\n\/* \u2500\u2500\u2500 ANIMATIONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(24px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n.hero-eyebrow  { animation: fadeInUp 0.5s ease both; }\n.hero-headline { animation: fadeInUp 0.5s 0.1s ease both; }\n.hero-sub      { animation: fadeInUp 0.5s 0.2s ease both; }\n.hero-ctas     { animation: fadeInUp 0.5s 0.3s ease both; }\n.hero-proof    { animation: fadeInUp 0.5s 0.4s ease both; }\n.hero-tracks   { animation: fadeInUp 0.5s 0.25s ease both; }\n\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@media (max-width: 968px) {\n  .hero-inner {\n    grid-template-columns: 1fr;\n    gap: 48px;\n  }\n\n  .hero-tracks {\n    flex-direction: row;\n  }\n\n  .track-card { flex: 1; }\n\n  .proof-band-inner {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .results-grid,\n  .courses-grid,\n  .services-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .testimonials-grid { grid-template-columns: 1fr; }\n\n  .why-inner {\n    grid-template-columns: 1fr;\n    gap: 48px;\n  }\n\n  .why-photo { max-width: 300px; margin: 0 auto; }\n\n  .logos-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n}\n\n@media (max-width: 600px) {\n  body { font-size: 17px; }\n\n  .hero { padding: 56px 20px 60px; }\n\n  .hero-headline { font-size: 34px; }\n\n  .hero-ctas { flex-direction: column; }\n  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }\n\n  .hero-proof { gap: 20px; }\n  .proof-num { font-size: 22px; }\n\n  .hero-tracks { flex-direction: column; }\n\n  .proof-band { padding: 40px 20px; }\n  .proof-band-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }\n  .proof-stat-num { font-size: 32px; }\n\n  .section { padding: 64px 20px; }\n\n  .results-grid,\n  .courses-grid,\n  .services-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .why-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }\n  .why-stat-num { font-size: 22px; }\n\n  .logos-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .cta-band-buttons { flex-direction: column; align-items: center; }\n  .btn-white, .btn-outline-white { width: 100%; justify-content: center; }\n}\n<\/style>\n\n\n\n<!-- \u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-left\">\n      <div class=\"hero-eyebrow\">The Digital Marketing Expert Where Careers Start and Businesses Grow<\/div>\n      <h1 class=\"hero-headline\">\n        Get Hired.<br>\n        Get Clients.<br>\n        <span>Get Results.<\/span>\n      <\/h1>\n      <p class=\"hero-sub\">Whether you want a career in digital marketing or more business from online ads, Jogesh Ammu has trained 1000+ students and grown 100+ businesses across India, the US, and Australia.<\/p>\n      <div class=\"hero-ctas\">\n        <a href=\"tel:+917799482828\" class=\"btn-primary\">\n          &#x1f4de; Call +91 77994 82828\n        <\/a>\n        <a href=\"https:\/\/wa.me\/917799482828\" class=\"btn-ghost\" target=\"_blank\">\n          &#x1f4ac; WhatsApp Us\n        <\/a>\n      <\/div>\n      <div class=\"hero-proof\">\n        <div class=\"proof-item\">\n          <span class=\"proof-num\">1000+<\/span>\n          <span class=\"proof-label\">Students Trained<\/span>\n        <\/div>\n        <div class=\"proof-item\">\n          <span class=\"proof-num\">100+<\/span>\n          <span class=\"proof-label\">Businesses Grown<\/span>\n        <\/div>\n        <div class=\"proof-item\">\n          <span class=\"proof-num\">6x<\/span>\n          <span class=\"proof-label\">ROI for Skanda Lab<\/span>\n        <\/div>\n        <div class=\"proof-item\">\n          <span class=\"proof-num\">10+<\/span>\n          <span class=\"proof-label\">Years Teaching<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hero-tracks\">\n      <a href=\"#training\" class=\"track-card orange-track\">\n        <div class=\"track-icon orange-icon\">&#x1f393;<\/div>\n        <div class=\"track-label orange\">For Individuals<\/div>\n        <div class=\"track-title\">Learn Digital Marketing<\/div>\n        <div class=\"track-desc\">Land a job or start freelancing with practical, live training from a working professional.<\/div>\n        <div class=\"track-arrow orange\">Explore Training Courses \u2192<\/div>\n      <\/a>\n      <a href=\"#services\" class=\"track-card blue-track\">\n        <div class=\"track-icon blue-icon\">&#x1f4c8;<\/div>\n        <div class=\"track-label blue\">For Businesses<\/div>\n        <div class=\"track-title\">Grow Your Business<\/div>\n        <div class=\"track-desc\">Google Ads, Meta campaigns, local SEO, and websites \u2014 done for you by someone who actually delivers ROI.<\/div>\n        <div class=\"track-arrow blue\">Explore Services \u2192<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 PROOF BAND \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"proof-band\">\n  <div class=\"proof-band-inner\">\n    <div>\n      <div class=\"proof-stat-num\">\u20b912L<\/div>\n      <div class=\"proof-stat-label\">Revenue generated for<br>Skanda Lab on \u20b92L ad spend<\/div>\n    <\/div>\n    <div>\n      <div class=\"proof-stat-num\">5<\/div>\n      <div class=\"proof-stat-label\">New clients for Sahara<br>Jyothi Foundation in one campaign<\/div>\n    <\/div>\n    <div>\n      <div class=\"proof-stat-num\">25+<\/div>\n      <div class=\"proof-stat-label\">Years in sales, marketing<br>and digital \u2014 combined<\/div>\n    <\/div>\n    <div>\n      <div class=\"proof-stat-num\">3<\/div>\n      <div class=\"proof-stat-label\">Google, HubSpot &amp;<br>YouTube Certifications<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550 RESULTS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-eyebrow\">Real Results<\/div>\n    <h2 class=\"section-headline\">Numbers That Actually Mean Something<\/h2>\n    <p class=\"section-sub\">Not projections. Not case studies written from memory. These are verified results from clients Jogesh has worked with directly.<\/p>\n\n    <div class=\"results-grid\">\n      <div class=\"result-card\">\n        <div class=\"result-num\">6x<\/div>\n        <div class=\"result-client\">Skanda Lab<\/div>\n        <div class=\"result-desc\">\u20b92 lakh in ad spend turned into \u20b912 lakh in revenue through a targeted Google Ads campaign. Every rupee tracked.<\/div>\n        <span class=\"result-tag\">Google Ads<\/span>\n      <\/div>\n      <div class=\"result-card\">\n        <div class=\"result-num\">+5<\/div>\n        <div class=\"result-client\">Sahara Jyothi Foundation<\/div>\n        <div class=\"result-desc\">Five new clients acquired through paid campaigns in a short campaign window \u2014 a sector where most ad agencies struggle to generate leads.<\/div>\n        <span class=\"result-tag\">Paid Campaigns<\/span>\n      <\/div>\n      <div class=\"result-card\">\n        <div class=\"result-num\">\u2713<\/div>\n        <div class=\"result-client\">SBT Global<\/div>\n        <div class=\"result-desc\">Confirmed conversions and measurable business growth. Exact numbers are confidential at the client&#8217;s request \u2014 ask Jogesh directly on a call.<\/div>\n        <span class=\"result-tag\">Conversion Growth<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 TRAINING \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"section section-alt\" id=\"training\">\n  <div class=\"section-inner\">\n    <div class=\"section-eyebrow\">Training Courses<\/div>\n    <h2 class=\"section-headline\">Learn From Someone Who Does This Every Day<\/h2>\n    <p class=\"section-sub\">Not slides and theory. Live sessions, real tools, and a direct path to either employment or freelance income.<\/p>\n\n    <div class=\"courses-grid\">\n      <div class=\"course-card\">\n        <div class=\"course-header\">\n          <div class=\"course-tag tag-orange\">Most Popular<\/div>\n          <div class=\"course-name\">Performance Marketing Mastery<\/div>\n          <div class=\"course-duration\">6 weeks \u00b7 1.2 hrs\/day \u00b7 Live only<\/div>\n        <\/div>\n        <div class=\"course-body\">\n          <div class=\"course-outcome\">Get job-ready or run 5+ client ad accounts.<\/div>\n          <ul class=\"course-modules\">\n            <li>Google Ads \u2014 search, display, shopping<\/li>\n            <li>Meta Ads \u2014 Facebook &amp; Instagram campaigns<\/li>\n            <li>Landing page creation &amp; A\/B testing<\/li>\n            <li>Analytics \u2014 track what matters, cut what doesn&#8217;t<\/li>\n          <\/ul>\n          <a href=\"https:\/\/digitalmarketingguru.info\/new\/performance-marketing-mastery\/\" class=\"course-cta\">Go to Course Page<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"course-card\">\n        <div class=\"course-header\">\n          <div class=\"course-tag tag-blue\">Career Starter<\/div>\n          <div class=\"course-name\">Digital Marketing Fundamentals<\/div>\n          <div class=\"course-duration\">5 weeks \u00b7 1.2 hrs\/day \u00b7 Live only<\/div>\n        <\/div>\n        <div class=\"course-body\">\n          <div class=\"course-outcome\">Land an entry-level role or your first freelance clients.<\/div>\n          <ul class=\"course-modules\">\n            <li>Social media marketing \u2014 content &amp; strategy<\/li>\n            <li>SEO basics \u2014 local and on-page<\/li>\n            <li>Video marketing fundamentals<\/li>\n            <li>Canva for content creation<\/li>\n          <\/ul>\n          <a href=\"https:\/\/digitalmarketingguru.info\/new\/digital-marketing-fundamentals\/\" class=\"course-cta\">Go to Course Page<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"course-card\">\n        <div class=\"course-header\">\n          <div class=\"course-tag tag-green\">Fastest Earner<\/div>\n          <div class=\"course-name\">WordPress Design Mastery<\/div>\n          <div class=\"course-duration\">4 weeks \u00b7 5 hrs\/week \u00b7 Live only<\/div>\n        <\/div>\n        <div class=\"course-body\">\n          <div class=\"course-outcome\">Build client sites and earn \u20b920K\u201350K per project.<\/div>\n          <ul class=\"course-modules\">\n            <li>WordPress \u2014 corporate &amp; business sites<\/li>\n            <li>WooCommerce \u2014 full e-commerce builds<\/li>\n            <li>Landing pages \u2014 high-conversion funnels<\/li>\n          <\/ul>\n          <a href=\"https:\/\/digitalmarketingguru.info\/new\/website-development-mastery\/\" class=\"course-cta\">Go to Course Page<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 SERVICES \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"section\" id=\"services\">\n  <div class=\"section-inner\">\n    <div class=\"section-eyebrow\">Consulting Services<\/div>\n    <h2 class=\"section-headline\">Done-for-You Digital Marketing<br>That Generates Real Business<\/h2>\n    <p class=\"section-sub\">Jogesh works directly with coaches, consultants, and small businesses that are spending on marketing but not seeing returns.<\/p>\n\n    <div class=\"services-grid\">\n      <div class=\"service-card\">\n        <div class=\"service-icon-wrap\">&#x1f4e3;<\/div>\n        <div class=\"service-name\">Lead Generation with Paid Ads<\/div>\n        <div class=\"service-desc\">Meta, Google, or both \u2014 chosen based on your business, not preference. Everything needed to generate and convert leads is included.<\/div>\n        <ul class=\"service-includes\">\n          <li>Meta Ads &amp; Google Ads campaigns<\/li>\n          <li>Landing page creation<\/li>\n          <li>WhatsApp automation setup<\/li>\n          <li>Ongoing management &amp; reporting<\/li>\n        <\/ul>\n        <a href=\"tel:+917799482828\" class=\"service-link\">Discuss Your Business \u2192<\/a>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon-wrap\">&#x1f4cd;<\/div>\n        <div class=\"service-name\">Local SEO &amp; Google Maps Ranking<\/div>\n        <div class=\"service-desc\">Get found when people in your area are searching for what you offer. Google Business Profile, citations, and on-page local SEO.<\/div>\n        <ul class=\"service-includes\">\n          <li>Google Business Profile optimisation<\/li>\n          <li>Local citation building<\/li>\n          <li>Review generation strategy<\/li>\n          <li>On-page local SEO<\/li>\n        <\/ul>\n        <a href=\"tel:+917799482828\" class=\"service-link\">Discuss Your Business \u2192<\/a>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon-wrap\">&#x1f310;<\/div>\n        <div class=\"service-name\">Website Development<\/div>\n        <div class=\"service-desc\">WordPress sites that are built to perform \u2014 corporate, e-commerce, or conversion-focused landing pages. Done-for-you, not templated.<\/div>\n        <ul class=\"service-includes\">\n          <li>Corporate WordPress websites<\/li>\n          <li>WooCommerce e-commerce stores<\/li>\n          <li>High-conversion landing pages<\/li>\n          <li>WhatsApp &amp; CRM integration<\/li>\n        <\/ul>\n        <a href=\"tel:+917799482828\" class=\"service-link\">Discuss Your Business \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 TESTIMONIALS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"section section-alt\">\n  <div class=\"section-inner\">\n    <div class=\"section-eyebrow\">Student Results<\/div>\n    <h2 class=\"section-headline\">What Happens After the Course Ends<\/h2>\n    <p class=\"section-sub\">Most students land their first job or first freelance client within 8 weeks of finishing. Here&#8217;s what two of them said.<\/p>\n\n    <div class=\"testimonials-grid\">\n      <div class=\"testi-card\">\n        <p class=\"testi-text\">Within two months of completing the course, I had a job offer and five freelance clients. Jogesh doesn&#8217;t teach theory \u2014 he teaches what actually works in the market right now.<\/p>\n        <div class=\"testi-author\">\n          <div class=\"testi-avatar\">S<\/div>\n          <div>\n            <div class=\"testi-name\">Sashidhar<\/div>\n            <div class=\"testi-role\">Digital Marketing Executive<\/div>\n            <div class=\"testi-course\">Performance Marketing Mastery<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testi-card\">\n        <p class=\"testi-text\">One month. That&#8217;s how long it took me to land a full-time role after finishing \u2014 plus seven freelance clients on the side. The live sessions made all the difference.<\/p>\n        <div class=\"testi-author\">\n          <div class=\"testi-avatar\">R<\/div>\n          <div>\n            <div class=\"testi-name\">R Wilson<\/div>\n            <div class=\"testi-role\">Freelance Digital Marketer<\/div>\n            <div class=\"testi-course\">Digital Marketing Fundamentals<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 WHY JOGESH \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"why-section\">\n  <div class=\"why-inner\">\n    <div class=\"why-photo\">\n<div class=\"why-photo-box\">\n  <img decoding=\"async\" src=\"https:\/\/digitalmarketingguru.info\/new\/wp-content\/uploads\/2026\/05\/jogesh5.png\" alt=\"Jogesh Ammu \u2014 Chief Mentor &#038; Founder, Digital Marketing GURU\" style=\"width:100%; height:100%; object-fit:cover; border-radius:12px; display:block;\">\n<\/div>\n      <div class=\"why-badge\">\n        100%<br>Money-Back<br>Guarantee\n      <\/div>\n    <\/div>\n\n    <div class=\"why-content\">\n      <div class=\"why-eyebrow\">Why Jogesh<\/div>\n      <h2 class=\"why-headline\">25 Years Getting to<br>the <span>Only Part That Matters<\/span><\/h2>\n      <p class=\"why-bio\">Jogesh started in sales in 1998 \u2014 before Google Ads existed. He spent years in MarCom, ran his own recruitment business, and built DMG in 2015 because every other training institute in Hyderabad was teaching syllabuses, not skills.<\/p>\n      <p class=\"why-bio\" style=\"margin-top: -16px;\">His edge: he works with paying clients while he teaches. What&#8217;s working in Google Ads this quarter is what you learn this week. No outdated case studies.<\/p>\n\n      <div class=\"why-stats\">\n        <div class=\"why-stat\">\n          <div class=\"why-stat-num\">1000+<\/div>\n          <div class=\"why-stat-label\">Students trained<\/div>\n        <\/div>\n        <div class=\"why-stat\">\n          <div class=\"why-stat-num\">100+<\/div>\n          <div class=\"why-stat-label\">Businesses served<\/div>\n        <\/div>\n        <div class=\"why-stat\">\n          <div class=\"why-stat-num\">3<\/div>\n          <div class=\"why-stat-label\">Certifications<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"certs\">\n        <span class=\"cert-badge\">\u2713 Google Ads Certified<\/span>\n        <span class=\"cert-badge\">\u2713 HubSpot Certified<\/span>\n        <span class=\"cert-badge\">\u2713 YouTube Certified<\/span>\n        <span class=\"cert-badge\">\u2713 WordPress Expert<\/span>\n        <span class=\"cert-badge\">\u2713 Former Guest Lecturer, ICBM SBE<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 CLIENT LOGOS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"logos-section\">\n  <div class=\"logos-inner\">\n    <div class=\"logos-label\">Businesses Jogesh has worked with<\/div>\n    <div class=\"logos-grid\">\n      <div class=\"logo-tile\">DAMS Hyderabad<\/div>\n      <div class=\"logo-tile\">CBD Remedies<\/div>\n      <div class=\"logo-tile\">WalkerTown School<\/div>\n      <div class=\"logo-tile\">SBT Global<\/div>\n      <div class=\"logo-tile\">NRich HCM Solutions<\/div>\n      <div class=\"logo-tile\">NRich HR Academy<\/div>\n      <div class=\"logo-tile\">New Lotus Hospital<\/div>\n      <div class=\"logo-tile\">ICBM SBE<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550 CTA BAND \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cta-band\">\n  <div class=\"cta-band-inner\">\n    <div class=\"cta-band-label\">15 Minutes is All It Takes<\/div>\n    <h2 class=\"cta-band-headline\">One Call. Clear Direction. No Pressure.<\/h2>\n    <p class=\"cta-band-sub\">Tell Jogesh where you are and where you want to go. He&#8217;ll tell you exactly which course or service fits \u2014 or whether nothing does. That&#8217;s the call.<\/p>\n    <div class=\"cta-phone-display\">+91 77994 82828<\/div>\n    <div class=\"cta-band-buttons\">\n      <a href=\"tel:+917799482828\" class=\"btn-white\">&#x1f4de; Call Now<\/a>\n      <a href=\"https:\/\/wa.me\/917799482828\" class=\"btn-outline-white\" target=\"_blank\">&#x1f4ac; WhatsApp<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"#gspb_row-id-gsbp-c36b805{justify-content:space-between;margin-top:0;margin-bottom:0;display:flex;flex-wrap:wrap}#gspb_row-id-gsbp-c36b805>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}.gspb_row{position:relative}div[id^=gspb_col-id]{box-sizing:border-box;position:relative;padding:var(--gs-row-column-padding, 15px min(3vw, 20px))}#gspb_col-id-gsbp-7b3a364.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-7b3a364.gspb_row__col--12{width:100%}}.gspb_row #gspb_col-id-gsbp-7b3a364.gspb_row__col--12{padding:0}","footnotes":""},"class_list":["post-3534","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6},"header_scripts":"<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"WebSite\",\n      \"@id\": \"https:\/\/digitalmarketingguru.info\/#website\",\n      \"url\": \"https:\/\/digitalmarketingguru.info\/\",\n      \"name\": \"Digital Marketing GURU\",\n      \"description\": \"Digital marketing training and consulting based in Secunderabad, Hyderabad. Founded by Jogesh Ammu in 2015.\",\n      \"publisher\": {\n        \"@id\": \"https:\/\/digitalmarketingguru.info\/#organization\"\n      },\n      \"potentialAction\": {\n        \"@type\": \"SearchAction\",\n        \"target\": {\n          \"@type\": \"EntryPoint\",\n          \"urlTemplate\": \"https:\/\/digitalmarketingguru.info\/?s={search_term_string}\"\n        },\n        \"query-input\": \"required name=search_term_string\"\n      }\n    },\n    {\n      \"@type\": \"Organization\",\n      \"@id\": \"https:\/\/digitalmarketingguru.info\/#organization\",\n      \"name\": \"Digital Marketing GURU\",\n      \"url\": \"https:\/\/digitalmarketingguru.info\/\",\n      \"logo\": {\n        \"@type\": \"ImageObject\",\n        \"url\": \"https:\/\/digitalmarketingguru.info\/wp-content\/uploads\/dmg-logo.png\",\n        \"width\": 512,\n        \"height\": 112\n      },\n      \"foundingDate\": \"2015\",\n      \"founder\": {\n        \"@type\": \"Person\",\n        \"name\": \"Jogesh Ammu\",\n        \"jobTitle\": \"Chief Mentor & Founder\",\n        \"telephone\": \"+91-7799482828\",\n        \"hasCredential\": [\n          \"Google Ads Certified\",\n          \"HubSpot Certified\",\n          \"YouTube Certified\"\n        ]\n      },\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"addressLocality\": \"Secunderabad\",\n        \"addressRegion\": \"Telangana\",\n        \"addressCountry\": \"IN\"\n      },\n      \"telephone\": \"+91-7799482828\",\n      \"contactPoint\": {\n        \"@type\": \"ContactPoint\",\n        \"telephone\": \"+91-7799482828\",\n        \"contactType\": \"customer service\",\n        \"availableLanguage\": [\"English\", \"Telugu\", \"Hindi\"],\n        \"hoursAvailable\": {\n          \"@type\": \"OpeningHoursSpecification\",\n          \"dayOfWeek\": [\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\n          \"opens\": \"09:00\",\n          \"closes\": \"19:00\"\n        }\n      },\n      \"sameAs\": [\n        \"https:\/\/maps.app.goo.gl\/ft6uPGwMZ7ZLrhPy5\"\n      ],\n      \"areaServed\": [\n        \"Hyderabad\", \"Secunderabad\", \"Telangana\", \"India\", \"United States\", \"Australia\"\n      ],\n      \"knowsAbout\": [\n        \"Digital Marketing\", \"Google Ads\", \"Meta Ads\", \"SEO\", \"WordPress\", \"Lead Generation\", \"Performance Marketing\"\n      ]\n    }\n  ]\n}\n<\/script>"},"_links":{"self":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages\/3534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/comments?post=3534"}],"version-history":[{"count":2,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages\/3534\/revisions"}],"predecessor-version":[{"id":5723,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages\/3534\/revisions\/5723"}],"wp:attachment":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/media?parent=3534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}