{"id":3228,"date":"2025-03-10T10:18:43","date_gmt":"2025-03-10T10:18:43","guid":{"rendered":"https:\/\/wp.xpressbuddy.com\/innomax\/?page_id=3228"},"modified":"2026-05-27T07:00:45","modified_gmt":"2026-05-27T07:00:45","slug":"about-us","status":"publish","type":"page","link":"https:\/\/sdmarketer.com\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3228\" class=\"elementor elementor-3228\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef6439b e-con-full e-flex e-con e-parent\" data-id=\"ef6439b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4c1fa5 e-con-full e-flex e-con e-parent\" data-id=\"e4c1fa5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c90e6ed elementor-widget elementor-widget-html\" data-id=\"c90e6ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --color-primary: #d44a00;\n    --color-primary-two: #0f55dc;\n    --color-primary-three: #9a4497;\n    --color-primary-four: #ff6a00;\n    --color-primary-five: #1438bc;\n    --color-heading: #111112;\n    --color-heading-two: #0c111d;\n    --color-heading-four: #212877;\n    --color-default: #49515b;\n    --color-default-two: #494d57;\n    --color-yellow: #ffd600;\n    --color-white: #fff;\n    --color-black: #000;\n    --color-body: #eaeef0;\n\n    \/* Mapped aliases used throughout *\/\n    --blue: #0f55dc;\n    --blue-dark: #1438bc;\n    --blue-light: #e8eefb;\n    --blue-mid: #0f55dc;\n    --accent: #d44a00;\n    --accent-dark: #b03d00;\n    --accent-light: #fdeee6;\n    --yellow: #ffd600;\n    --yellow-dark: #c9aa00;\n    --black: #111112;\n    --dark: #0c111d;\n    --text: #49515b;\n    --muted: #7a8494;\n    --light: #eaeef0;\n    --white: #ffffff;\n    --border: #dde1e7;\n    --purple: #9a4497;\n    --font-head: 'Plus Jakarta Sans', sans-serif;\n    --font-body: 'Manrope', sans-serif;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: var(--font-body);\n    color: var(--text);\n    background: var(--white);\n    line-height: 1.6;\n    overflow-x: hidden;\n  }\n\n  \/* NAV *\/\n  nav {\n    position: fixed; top: 0; left: 0; right: 0;\n    background: rgba(255,255,255,0.97);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--border);\n    z-index: 1000;\n    padding: 0 5%;\n    display: flex; align-items: center; justify-content: space-between;\n    height: 72px;\n  }\n  .nav-logo {\n    font-family: var(--font-head);\n    font-size: 22px; font-weight: 800;\n    color: var(--black);\n    text-decoration: none;\n    letter-spacing: -0.5px;\n  }\n  .nav-logo span { color: var(--accent); }\n  .nav-links { display: flex; gap: 32px; list-style: none; }\n  .nav-links a {\n    font-size: 14px; font-weight: 500;\n    color: var(--text); text-decoration: none;\n    transition: color 0.2s;\n  }\n  .nav-links a:hover { color: var(--accent); }\n  .nav-links a.active { color: var(--accent); }\n  .nav-cta {\n    background: var(--accent);\n    color: white; font-size: 14px; font-weight: 600;\n    padding: 10px 22px; border-radius: 8px;\n    text-decoration: none; border: none; cursor: pointer;\n    transition: background 0.2s;\n  }\n  .nav-cta:hover { background: var(--accent-dark); }\n\n  \/* HERO *\/\n  .hero {\n    padding: 140px 5% 80px;\n    background: var(--white);\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; top: -200px; right: -200px;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(212,74,0,0.06) 0%, transparent 70%);\n    border-radius: 50%; pointer-events: none;\n  }\n  .hero-inner {\n    max-width: 1200px; margin: 0 auto;\n    display: grid; grid-template-columns: 1fr 1fr; gap: 64px;\n    align-items: center;\n  }\n  .hero-eyebrow {\n    font-size: 13px; font-weight: 600; letter-spacing: 2px;\n    text-transform: uppercase; color: var(--accent);\n    margin-bottom: 20px;\n  }\n  .hero h1 {\n    font-family: var(--font-head);\n    font-size: clamp(36px, 4vw, 54px);\n    font-weight: 800; line-height: 1.1;\n    letter-spacing: -1.5px;\n    color: var(--black);\n    margin-bottom: 28px;\n  }\n  .hero h1 em {\n    font-style: normal;\n    color: var(--accent);\n  }\n  .hero-desc {\n    font-size: 16px; color: var(--muted);\n    line-height: 1.75; margin-bottom: 36px;\n    max-width: 480px;\n  }\n  .hero-cta-row { display: flex; gap: 12px; align-items: center; }\n  .btn-primary {\n    background: var(--accent); color: white;\n    font-size: 15px; font-weight: 600;\n    padding: 14px 28px; border-radius: 10px;\n    text-decoration: none; border: none; cursor: pointer;\n    transition: background 0.2s, transform 0.15s;\n    display: inline-flex; align-items: center; gap: 8px;\n  }\n  .btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }\n  .btn-outline {\n    background: transparent; color: var(--text);\n    font-size: 15px; font-weight: 600;\n    padding: 14px 28px; border-radius: 10px;\n    text-decoration: none; border: 1.5px solid var(--border);\n    cursor: pointer; transition: border-color 0.2s, color 0.2s;\n  }\n  .btn-outline:hover { border-color: var(--accent); color: var(--accent); }\n\n  .hero-badge {\n    position: absolute; top: 32px; right: 0;\n    background: var(--accent);\n    color: white; border-radius: 16px 0 0 16px;\n    padding: 14px 28px 14px 24px;\n    font-family: var(--font-head);\n    font-size: 13px; font-weight: 700;\n    letter-spacing: 1px; text-transform: uppercase;\n    box-shadow: 0 8px 32px rgba(212,74,0,0.35);\n    line-height: 1.3; text-align: center;\n  }\n  .hero-badge span { display: block; font-size: 22px; font-weight: 800; letter-spacing: -0.5px; }\n\n  .hero-visual {\n    position: relative;\n  }\n  .hero-img-wrap {\n    border-radius: 20px;\n    overflow: hidden;\n    aspect-ratio: 4\/3;\n    background: linear-gradient(135deg, #d44a00 0%, #b03d00 40%, #7a2800 100%);\n    display: flex; align-items: center; justify-content: center;\n    position: relative;\n  }\n  .hero-img-placeholder {\n    color: white; text-align: center; padding: 40px;\n  }\n  .hero-img-placeholder .icon-row {\n    display: flex; gap: 16px; justify-content: center; margin-bottom: 20px;\n  }\n  .hero-img-placeholder .avatar {\n    width: 52px; height: 52px; border-radius: 50%;\n    border: 3px solid rgba(255,255,255,0.3);\n    background: rgba(255,255,255,0.15);\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; font-size: 14px;\n  }\n  .hero-img-placeholder h3 {\n    font-family: var(--font-head);\n    font-size: 20px; font-weight: 700; margin-bottom: 8px;\n  }\n  .hero-img-placeholder p { font-size: 13px; opacity: 0.8; }\n  .hero-stat-card {\n    position: absolute; bottom: -20px; left: -20px;\n    background: white; border-radius: 14px;\n    padding: 16px 20px; box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n    border: 1px solid var(--border);\n    min-width: 160px;\n  }\n  .hero-stat-card .num {\n    font-family: var(--font-head); font-size: 28px; font-weight: 800;\n    color: var(--accent); letter-spacing: -1px;\n  }\n  .hero-stat-card .label { font-size: 12px; color: var(--muted); font-weight: 500; }\n\n  \/* SECTION COMMON *\/\n  section { padding: 80px 5%; }\n  .section-inner { max-width: 1200px; margin: 0 auto; }\n  .section-eyebrow {\n    font-size: 13px; font-weight: 600; letter-spacing: 2px;\n    text-transform: uppercase; color: var(--accent);\n    margin-bottom: 12px;\n  }\n  .section-heading {\n    font-family: var(--font-head);\n    font-size: clamp(28px, 3vw, 42px);\n    font-weight: 800; letter-spacing: -1px;\n    color: var(--black); line-height: 1.15;\n    margin-bottom: 16px;\n  }\n  .section-sub {\n    font-size: 16px; color: var(--muted);\n    max-width: 560px; line-height: 1.75;\n    margin-bottom: 48px;\n  }\n\n  \/* VALUE PILLARS *\/\n  .pillars { background: var(--light); }\n  .pillars-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n  }\n  .pillar-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 32px 24px;\n    transition: box-shadow 0.25s, transform 0.25s;\n  }\n  .pillar-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-3px); }\n  .pillar-icon {\n    width: 52px; height: 52px; border-radius: 14px;\n    background: var(--accent-light);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 20px;\n  }\n  .pillar-icon svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }\n  .pillar-card h3 {\n    font-family: var(--font-head);\n    font-size: 17px; font-weight: 700;\n    color: var(--black); margin-bottom: 10px;\n  }\n  .pillar-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }\n\n  \/* FOUNDER CARDS *\/\n  .founder-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 28px;\n  }\n  .founder-card {\n    border-radius: 20px; overflow: hidden;\n    border: 1px solid var(--border);\n    background: white;\n  }\n  .founder-card-top {\n    height: 200px;\n    background: linear-gradient(135deg, #d44a00 0%, #7a2800 100%);\n    display: flex; align-items: flex-end; padding: 28px;\n    position: relative;\n  }\n  .founder-card-top.alt { background: linear-gradient(135deg, #0c111d 0%, #1438bc 100%); }\n  .founder-quote {\n    font-family: var(--font-head);\n    font-size: 20px; font-weight: 700;\n    color: white; line-height: 1.3;\n    position: relative;\n  }\n  .founder-quote::before {\n    content: '\"';\n    font-size: 80px; line-height: 0.8;\n    position: absolute; top: 0; left: -10px;\n    color: rgba(255,255,255,0.15);\n    font-family: Georgia, serif;\n  }\n  .founder-avatar {\n    position: absolute; top: 24px; right: 24px;\n    width: 56px; height: 56px; border-radius: 50%;\n    background: rgba(255,255,255,0.2);\n    border: 2px solid rgba(255,255,255,0.4);\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; color: white; font-size: 16px;\n  }\n  .founder-card-body { padding: 28px; }\n  .founder-card-body p { font-size: 15px; color: var(--muted); line-height: 1.8; }\n\n  \/* STATS *\/\n  .stats-strip {\n    background: var(--accent);\n    padding: 60px 5%;\n  }\n  .stats-grid {\n    max-width: 1200px; margin: 0 auto;\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 1px; background: rgba(255,255,255,0.15);\n    border-radius: 20px; overflow: hidden;\n  }\n  .stat-item {\n    background: var(--accent);\n    padding: 48px 40px; text-align: center;\n  }\n  .stat-num {\n    font-family: var(--font-head);\n    font-size: clamp(36px, 4vw, 56px);\n    font-weight: 800; color: white;\n    letter-spacing: -2px; line-height: 1;\n    margin-bottom: 12px;\n  }\n  .stat-label {\n    font-size: 12px; font-weight: 700; letter-spacing: 2px;\n    text-transform: uppercase; color: rgba(255,255,255,0.75);\n  }\n  .stat-note {\n    max-width: 1200px; margin: 20px auto 0;\n    font-size: 12px; color: rgba(255,255,255,0.6);\n    text-align: center;\n  }\n\n  \/* TIMELINE *\/\n  .timeline-section { background: var(--white); }\n  .timeline-heading-wrap { text-align: center; margin-bottom: 64px; }\n  .timeline-heading-wrap .section-sub { margin: 0 auto; }\n  .timeline-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0;\n    position: relative;\n  }\n  .timeline-grid::before {\n    content: '';\n    position: absolute; top: 40px; left: 5%; right: 5%;\n    height: 2px; background: var(--border);\n    z-index: 0;\n  }\n  .timeline-item {\n    position: relative; padding: 0 20px;\n    z-index: 1;\n  }\n  .timeline-dot {\n    width: 24px; height: 24px; border-radius: 50%;\n    background: white; border: 3px solid var(--accent);\n    margin: 28px auto 24px;\n    position: relative; z-index: 2;\n  }\n  .timeline-dot.active { background: var(--accent); }\n  .timeline-year {\n    font-family: var(--font-head);\n    font-size: 13px; font-weight: 700; letter-spacing: 1px;\n    color: var(--accent); text-transform: uppercase;\n    text-align: center; margin-bottom: 8px;\n  }\n  .timeline-card {\n    background: var(--light);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px;\n  }\n  .timeline-card h4 {\n    font-family: var(--font-head);\n    font-size: 16px; font-weight: 700;\n    color: var(--black); margin-bottom: 10px;\n  }\n  .timeline-card p { font-size: 13px; color: var(--muted); line-height: 1.75; }\n\n  \/* AWARDS *\/\n  .awards-section { background: var(--light); }\n  .awards-heading-wrap { text-align: center; }\n  .awards-subtext {\n    font-size: 15px; color: var(--muted);\n    max-width: 580px; margin: 0 auto 48px;\n    line-height: 1.75;\n  }\n  .awards-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 48px;\n  }\n  .award-badge {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 20px;\n    display: flex; align-items: center; gap: 16px;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .award-badge:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }\n  .award-icon {\n    width: 48px; height: 48px; border-radius: 12px;\n    background: var(--accent-light);\n    flex-shrink: 0; display: flex;\n    align-items: center; justify-content: center;\n    font-size: 20px;\n  }\n  .award-badge-info h4 {\n    font-family: var(--font-head);\n    font-size: 14px; font-weight: 700; color: var(--black);\n    margin-bottom: 3px;\n  }\n  .award-badge-info span { font-size: 12px; color: var(--muted); }\n  .awards-cta-row { text-align: center; }\n\n  .btn-yellow {\n    background: var(--yellow); color: var(--black);\n    font-size: 15px; font-weight: 700;\n    padding: 14px 32px; border-radius: 10px;\n    text-decoration: none; border: none; cursor: pointer;\n    transition: background 0.2s, transform 0.15s;\n    display: inline-flex; align-items: center; gap: 8px;\n  }\n  .btn-yellow:hover { background: var(--yellow-dark); transform: translateY(-1px); }\n\n  \/* GALLERY *\/\n  .gallery-section { background: white; }\n  .gallery-heading-wrap { text-align: center; margin-bottom: 48px; }\n  .masonry-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    grid-auto-rows: 140px;\n    gap: 12px;\n  }\n  .gallery-item {\n    border-radius: 14px; overflow: hidden;\n    background: linear-gradient(135deg, #d44a00, #b03d00);\n    display: flex; align-items: center; justify-content: center;\n    position: relative;\n    transition: transform 0.3s;\n  }\n  .gallery-item:hover { transform: scale(1.02); z-index: 2; }\n  .gallery-item.tall { grid-row: span 2; }\n  .gallery-item.wide { grid-column: span 2; }\n  .gallery-item:nth-child(2) { background: linear-gradient(135deg, #0c111d, #1438bc); }\n  .gallery-item:nth-child(3) { background: linear-gradient(135deg, #b03d00, #ff6a00); }\n  .gallery-item:nth-child(4) { background: linear-gradient(135deg, #1438bc, #0f55dc); }\n  .gallery-item:nth-child(5) { background: linear-gradient(135deg, #111112, #212877); }\n  .gallery-item:nth-child(6) { background: linear-gradient(135deg, #d44a00, #ff6a00); }\n  .gallery-item:nth-child(7) { background: linear-gradient(135deg, #0c111d, #1438bc); }\n  .gallery-item:nth-child(8) { background: linear-gradient(135deg, #9a4497, #1438bc); }\n  .gallery-label {\n    color: rgba(255,255,255,0.9); text-align: center; padding: 16px;\n  }\n  .gallery-label .icon { font-size: 28px; margin-bottom: 8px; }\n  .gallery-label p { font-size: 12px; font-weight: 600; opacity: 0.85; }\n\n  \/* FINAL CTA *\/\n  .cta-section { background: var(--light); }\n  .cta-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;\n  }\n  .cta-card {\n    border-radius: 24px; padding: 52px 48px;\n    position: relative; overflow: hidden;\n  }\n  .cta-card.yellow-card {\n    background: #fff8e1;\n    border: 2px solid var(--yellow);\n  }\n  .cta-card.dark-card {\n    background: linear-gradient(135deg, #0c111d 0%, #1438bc 60%, #0f55dc 100%);\n  }\n  .cta-card::before {\n    content: '';\n    position: absolute;\n    width: 300px; height: 300px; border-radius: 50%;\n    top: -80px; right: -80px;\n    pointer-events: none;\n  }\n  .cta-card.yellow-card::before { background: radial-gradient(circle, rgba(255,214,0,0.25) 0%, transparent 70%); }\n  .cta-card.dark-card::before { background: radial-gradient(circle, rgba(15,85,220,0.4) 0%, transparent 70%); }\n  .cta-card h2 {\n    font-family: var(--font-head);\n    font-size: clamp(24px, 2.5vw, 34px);\n    font-weight: 800; letter-spacing: -1px;\n    line-height: 1.2; margin-bottom: 20px;\n  }\n  .cta-card.yellow-card h2 { color: var(--black); }\n  .cta-card.dark-card h2 { color: white; }\n  .cta-card p { font-size: 15px; line-height: 1.75; margin-bottom: 32px; }\n  .cta-card.yellow-card p { color: var(--muted); }\n  .cta-card.dark-card p { color: rgba(255,255,255,0.7); }\n  .btn-dark-outline {\n    background: transparent; color: white;\n    font-size: 15px; font-weight: 600;\n    padding: 14px 28px; border-radius: 10px;\n    text-decoration: none; border: 1.5px solid rgba(255,255,255,0.4);\n    cursor: pointer; transition: border-color 0.2s, background 0.2s;\n    display: inline-flex; align-items: center; gap: 8px;\n  }\n  .btn-dark-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }\n\n  \/* FOOTER *\/\n  footer {\n    background: var(--dark);\n    padding: 40px 5%;\n    text-align: center;\n  }\n  footer p { color: rgba(255,255,255,0.4); font-size: 13px; }\n  footer a { color: rgba(255,255,255,0.6); text-decoration: none; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 1024px) {\n    .pillars-grid { grid-template-columns: repeat(2, 1fr); }\n    .timeline-grid { grid-template-columns: repeat(2, 1fr); }\n    .timeline-grid::before { display: none; }\n    .awards-grid { grid-template-columns: repeat(2, 1fr); }\n    .masonry-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 768px) {\n    .hero-inner { grid-template-columns: 1fr; gap: 40px; }\n    .hero-badge { display: none; }\n    .founder-grid { grid-template-columns: 1fr; }\n    .stats-grid { grid-template-columns: 1fr; background: none; }\n    .cta-grid { grid-template-columns: 1fr; }\n    .timeline-grid { grid-template-columns: 1fr; }\n    .awards-grid { grid-template-columns: 1fr; }\n    nav .nav-links { display: none; }\n    .masonry-grid { grid-template-columns: 1fr 1fr; }\n    .gallery-item.wide { grid-column: span 1; }\n  }\n\n  \/* FADE IN ANIMATION *\/\n  .fade-up {\n    opacity: 0; transform: translateY(24px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  @keyframes fadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .delay-1 { animation-delay: 0.1s; }\n  .delay-2 { animation-delay: 0.2s; }\n  .delay-3 { animation-delay: 0.3s; }\n  .delay-4 { animation-delay: 0.4s; }\n<\/style>\n<body>\n\n<!-- NAV -->\n\n\n<!-- SECTION 01: HERO -->\n<section class=\"hero\">\n  <div class=\"hero-badge\">\n    <span>12+<\/span>\n    Years of<br>Experience\n  <\/div>\n  <div class=\"hero-inner\">\n    <div class=\"fade-up\">\n      <p class=\"hero-eyebrow\">About SD Agency<\/p>\n      <h1>Your customers are searching.<br><em>We make sure<\/em> they find you first.<\/h1>\n      <p class=\"hero-desc\">Since 2012, we've helped over 200 businesses build search authority, generate qualified leads, and grow sustainably \u2014 without gimmicks or guesswork.<\/p>\n      <div class=\"hero-cta-row\">\n        <a href=\"#\" class=\"btn-primary\">Book a Free Consultation \u2192<\/a>\n        <a href=\"#journey\" class=\"btn-outline\">Our Story<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-visual fade-up delay-2\">\n      <div class=\"hero-img-wrap\">\n        <div class=\"hero-img-placeholder\">\n          <div class=\"icon-row\">\n            <div class=\"avatar\">AK<\/div>\n            <div class=\"avatar\">SR<\/div>\n            <div class=\"avatar\">MJ<\/div>\n            <div class=\"avatar\">PL<\/div>\n          <\/div>\n          <h3>The Team Behind Your Growth<\/h3>\n          <p>40+ specialists. One mission: your rankings.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"hero-stat-card\">\n        <div class=\"num\">200+<\/div>\n        <div class=\"label\">Active Clients<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 02: VALUE PILLARS -->\n<section class=\"pillars\">\n  <div class=\"section-inner\">\n    <div style=\"text-align:center; margin-bottom:48px;\">\n      <p class=\"section-eyebrow\">How we work<\/p>\n      <h2 class=\"section-heading\">Built on four core commitments<\/h2>\n    <\/div>\n    <div class=\"pillars-grid\">\n      <div class=\"pillar-card fade-up\">\n        <div class=\"pillar-icon\">\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle><\/svg>\n        <\/div>\n        <h3>Deliver Results<\/h3>\n        <p>Organic visibility success starts with proven strategies delivering measurable outcomes.<\/p>\n      <\/div>\n      <div class=\"pillar-card fade-up delay-1\">\n        <div class=\"pillar-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n        <\/div>\n        <h3>Being Proactive<\/h3>\n        <p>We anticipate market shifts and stay ahead, solving problems before they impact your business.<\/p>\n      <\/div>\n      <div class=\"pillar-card fade-up delay-2\">\n        <div class=\"pillar-icon\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"><\/polyline><polyline points=\"17 6 23 6 23 12\"><\/polyline><\/svg>\n        <\/div>\n        <h3>Sustainable Growth<\/h3>\n        <p>Long-term success over quick wins. We build strategies that compound results year after year.<\/p>\n      <\/div>\n      <div class=\"pillar-card fade-up delay-3\">\n        <div class=\"pillar-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"><\/path><\/svg>\n        <\/div>\n        <h3>Maximize Speed<\/h3>\n        <p>Fast execution meets strategic precision. We deliver quality work without unnecessary delays.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 03: FOUNDER STORY -->\n<section style=\"background:white; padding:80px 5%;\">\n  <div class=\"section-inner\">\n    <div style=\"margin-bottom:48px;\">\n      <p class=\"section-eyebrow\">Our story<\/p>\n      <h2 class=\"section-heading\">Built by marketers,<br>for businesses that demand more<\/h2>\n    <\/div>\n    <div class=\"founder-grid\">\n      <div class=\"founder-card fade-up\">\n        <div class=\"founder-card-top\">\n          <div class=\"founder-avatar\">SD<\/div>\n          <div class=\"founder-quote\">If something goes wrong, we'll quickly fix it.<\/div>\n        <\/div>\n        <div class=\"founder-card-body\">\n          <p>When we started SD Marketing Agency in 2012, the promise was simple: treat every client's business like it's our own. That means transparency when things break, speed when fixes are needed, and accountability when results fall short. We're not here to make excuses. We're here to make your SEO work.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"founder-card fade-up delay-2\">\n        <div class=\"founder-card-top alt\">\n          <div class=\"founder-avatar\">DP<\/div>\n          <div class=\"founder-quote\">We created our own SEO tools to fill in the gaps.<\/div>\n        <\/div>\n        <div class=\"founder-card-body\">\n          <p>Generic tools give generic results. When we couldn't find software that tracked local rankings accurately or reported on technical SEO at scale, we built our own. Our proprietary tools now power campaigns for over 200 clients, giving us insights and speed that off-the-shelf platforms can't match.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 04: STATS -->\n<div class=\"stats-strip\">\n  <div class=\"stats-grid\">\n    <div class=\"stat-item\">\n      <div class=\"stat-num\">120+<\/div>\n      <div class=\"stat-label\">Success Stories<\/div>\n    <\/div>\n    <div class=\"stat-item\">\n      <div class=\"stat-num\">1.2k<\/div>\n      <div class=\"stat-label\">Companies Trust Us<\/div>\n    <\/div>\n    <div class=\"stat-item\">\n      <div class=\"stat-num\">100%<\/div>\n      <div class=\"stat-label\">Results Guaranteed*<\/div>\n    <\/div>\n  <\/div>\n  <p class=\"stat-note\">*Results guaranteed based on agreed performance benchmarks outlined in your contract.<\/p>\n<\/div>\n\n<!-- SECTION 05: TIMELINE -->\n<section class=\"timeline-section\" id=\"journey\">\n  <div class=\"section-inner\">\n    <div class=\"timeline-heading-wrap\">\n      <p class=\"section-eyebrow\">Our history<\/p>\n      <h2 class=\"section-heading\">Our Journey: 0 to 200 Clients<\/h2>\n      <p class=\"section-sub\">From a co-working desk to a 40-person team powering 200+ businesses worldwide.<\/p>\n    <\/div>\n    <div class=\"timeline-grid\">\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-year\">2012<\/div>\n        <div class=\"timeline-card\">\n          <h4>Inception<\/h4>\n          <p>SD Marketing Agency was founded by two former in-house SEO managers tired of agencies that overpromise. We started with three clients, a shared office, and a commitment to transparent reporting.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-year\">2015<\/div>\n        <div class=\"timeline-card\">\n          <h4>Expertise Globally<\/h4>\n          <p>We expanded beyond local SEO into enterprise search, managing campaigns across North America and Europe. We hired our first technical SEO specialist and built proprietary crawling tools.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot active\"><\/div>\n        <div class=\"timeline-year\">2018<\/div>\n        <div class=\"timeline-card\">\n          <h4>Quality = Scale<\/h4>\n          <p>We hit 100 active clients. Instead of celebrating, we paused and rebuilt our internal systems \u2014 standardizing processes, investing in training, and creating frameworks that scale without sacrificing quality.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot active\"><\/div>\n        <div class=\"timeline-year\">2020\u20132024<\/div>\n        <div class=\"timeline-card\">\n          <h4>Present Day<\/h4>\n          <p>Today, SD Marketing Agency manages SEO and PPC for 200+ businesses \u2014 from local services to Fortune 500 enterprises. Our 40+ specialist team continues to refine tools built on millions of data points.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 06: AWARDS -->\n<section class=\"awards-section\">\n  <div class=\"section-inner\">\n    <div class=\"awards-heading-wrap\">\n      <p class=\"section-eyebrow\">Recognition<\/p>\n      <h2 class=\"section-heading\">Our awards<\/h2>\n      <p class=\"awards-subtext\">We constantly establish standards for our work to be recognised worldwide. Here are a few prestigious awards highlighting our commitment to excellence.<\/p>\n    <\/div>\n    <div class=\"awards-grid\">\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83c\udfc6<\/div><div class=\"award-badge-info\"><h4>Top SEO Company 2024<\/h4><span>Clutch<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83e\udd47<\/div><div class=\"award-badge-info\"><h4>Best PPC Agency 2023<\/h4><span>DesignRush<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\u2b50<\/div><div class=\"award-badge-info\"><h4>Top Digital Marketing<\/h4><span>GoodFirms<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83d\udd35<\/div><div class=\"award-badge-info\"><h4>Google Premier Partner<\/h4><span>Official Badge<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\u2705<\/div><div class=\"award-badge-info\"><h4>Top Rated Agency<\/h4><span>Trustpilot<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83d\udcca<\/div><div class=\"award-badge-info\"><h4>Excellence in SEO<\/h4><span>Search Engine Journal<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83d\ude80<\/div><div class=\"award-badge-info\"><h4>Inc 5000 Fastest Growing<\/h4><span>2023<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83c\udfc5<\/div><div class=\"award-badge-info\"><h4>Best Enterprise SEO<\/h4><span>Manifest<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83d\udca1<\/div><div class=\"award-badge-info\"><h4>Customer Choice Award<\/h4><span>Gartner<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83c\udf1f<\/div><div class=\"award-badge-info\"><h4>Top B2B Company<\/h4><span>Clutch<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83d\udcc8<\/div><div class=\"award-badge-info\"><h4>Rising Star Agency<\/h4><span>UpCity<\/span><\/div><\/div>\n      <div class=\"award-badge\"><div class=\"award-icon\">\ud83c\udfaf<\/div><div class=\"award-badge-info\"><h4>Innovation in Marketing<\/h4><span>Martech<\/span><\/div><\/div>\n    <\/div>\n    <div class=\"awards-cta-row\">\n      <a href=\"#\" class=\"btn-yellow\">Book a Free Consultation \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 07: GALLERY -->\n<section class=\"gallery-section\">\n  <div class=\"section-inner\">\n    <div class=\"gallery-heading-wrap\">\n      <p class=\"section-eyebrow\">Our culture<\/p>\n      <h2 class=\"section-heading\">Explore stunning moments<\/h2>\n      <p class=\"section-sub\" style=\"margin:0 auto;\">Behind every great campaign is a team that genuinely cares \u2014 about strategy, about each other, and about your results.<\/p>\n    <\/div>\n    <div class=\"masonry-grid\">\n      <div class=\"gallery-item tall\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83d\udca1<\/div><p>Strategy Sessions<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83d\udcca<\/div><p>Client Presentations<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item\">\n        <div class=\"gallery-label\"><div class=\"icon\">\u2615<\/div><p>Team Collaboration<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item tall\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83c\udfaf<\/div><p>Campaign Workshops<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item wide\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83c\udfc6<\/div><p>Celebrating Wins Together<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83d\udcbb<\/div><p>Remote Team Calls<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83c\udfa4<\/div><p>Conference Talks<\/p><\/div>\n      <\/div>\n      <div class=\"gallery-item wide\">\n        <div class=\"gallery-label\"><div class=\"icon\">\ud83c\udf0d<\/div><p>Global Team Culture<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 08: FINAL CTA -->\n<section class=\"cta-section\">\n  <div class=\"section-inner\">\n    <div class=\"cta-grid\">\n      <div class=\"cta-card yellow-card\">\n        <h2>Stop wasting money on bad SEO.<\/h2>\n        <p>Let's audit what's costing you rankings and revenue \u2014 and show you exactly what we'd do differently. No fluff, no sales pitch. Just answers.<\/p>\n        <a href=\"#\" class=\"btn-yellow\">Book a Free Consultation \u2192<\/a>\n      <\/div>\n      <div class=\"cta-card dark-card\">\n        <h2>Not ready yet? Let's talk when you are.<\/h2>\n        <p>Schedule a no-pressure consultation at a time that works for you. We'll review your current performance and share exactly what we'd do differently.<\/p>\n        <a href=\"#\" class=\"btn-dark-outline\">Choose Your Time \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n\n\n\n\n<\/body>\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>12+ Years ofExperience About SD Agency Your customers are searching.We make sure they find you first. Since 2012, we&#8217;ve helped over 200 businesses build search authority, generate qualified leads, and grow sustainably \u2014 without gimmicks or guesswork. Book a Free Consultation \u2192 Our Story AK SR MJ PL The Team Behind Your Growth 40+ specialists. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"innomax-template.php","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3228","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/pages\/3228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/comments?post=3228"}],"version-history":[{"count":13,"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/pages\/3228\/revisions"}],"predecessor-version":[{"id":5102,"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/pages\/3228\/revisions\/5102"}],"wp:attachment":[{"href":"https:\/\/sdmarketer.com\/index.php\/wp-json\/wp\/v2\/media?parent=3228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}