{"id":225,"date":"2026-04-28T13:45:15","date_gmt":"2026-04-28T12:45:15","guid":{"rendered":"https:\/\/sdking.in\/?page_id=225"},"modified":"2026-05-03T10:08:27","modified_gmt":"2026-05-03T09:08:27","slug":"home1","status":"publish","type":"page","link":"https:\/\/sdking.in\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!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>SD KING WebTech \u2014 Digital Excellence<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *{margin:0;padding:0;box-sizing:border-box}\n  :root{\n    --gold:#C9A84C;\n    --gold-light:#E8C97A;\n    --dark:#0A0A0F;\n    --darker:#050508;\n    --mid:#12121A;\n    --white:#F8F6F0;\n    --muted:#9A9A8A;\n    --accent:#1A6EFF;\n    --font-head:'Playfair Display',serif;\n    --font-body:'DM Sans',sans-serif;\n  }\n  html{scroll-behavior:smooth}\n  body{background:var(--dark);color:var(--white);font-family:var(--font-body);overflow-x:hidden}\n\n  \/* NAV *\/\n  nav{position:fixed;top:0;left:0;right:0;z-index:999;padding:18px 60px;display:flex;align-items:center;justify-content:space-between;background:rgba(10,10,15,0.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,0.15)}\n  .logo{display:flex;align-items:center;gap:10px}\n  .logo-icon{width:38px;height:38px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:900;font-size:16px;color:#0A0A0F}\n  .logo-text{font-family:var(--font-head);font-size:20px;font-weight:700;letter-spacing:0.5px}\n  .logo-text span{color:var(--gold)}\n  .nav-links{display:flex;gap:32px;list-style:none}\n  .nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:0.3px;transition:color 0.3s}\n  .nav-links a:hover{color:var(--gold)}\n  .nav-cta{background:var(--gold);color:#0A0A0F;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.3s}\n  .nav-cta:hover{background:var(--gold-light);transform:translateY(-1px)}\n\n  \/* HERO *\/\n  .hero{min-height:100vh;display:flex;align-items:center;position:relative;padding:120px 60px 80px;overflow:hidden}\n  .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 60% 50%,rgba(201,168,76,0.06) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(26,110,255,0.04) 0%,transparent 60%),var(--darker)}\n  .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.03) 1px,transparent 1px);background-size:60px 60px}\n  .hero-content{position:relative;max-width:680px;animation:fadeUp 1s ease both}\n  .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,0.1);border:1px solid rgba(201,168,76,0.25);border-radius:40px;padding:8px 18px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:28px}\n  .hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite}\n  h1{font-family:var(--font-head);font-size:72px;font-weight:900;line-height:1.05;margin-bottom:24px}\n  h1 em{color:var(--gold);font-style:normal;position:relative}\n  .hero-sub{font-size:18px;color:var(--muted);line-height:1.7;max-width:520px;margin-bottom:40px}\n  .hero-btns{display:flex;gap:16px;flex-wrap:wrap}\n  .btn-primary{background:var(--gold);color:#0A0A0F;padding:14px 32px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:all 0.3s;letter-spacing:0.2px}\n  .btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 12px 40px rgba(201,168,76,0.25)}\n  .btn-outline{border:1px solid rgba(201,168,76,0.4);color:var(--gold);padding:14px 32px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;transition:all 0.3s}\n  .btn-outline:hover{border-color:var(--gold);background:rgba(201,168,76,0.05)}\n  .hero-stats{display:flex;gap:48px;margin-top:56px;padding-top:40px;border-top:1px solid rgba(255,255,255,0.06)}\n  .stat-item{}\n  .stat-num{font-family:var(--font-head);font-size:36px;font-weight:700;color:var(--gold)}\n  .stat-label{font-size:13px;color:var(--muted);margin-top:4px}\n  .hero-visual{position:absolute;right:60px;top:50%;transform:translateY(-50%);width:440px;animation:fadeLeft 1.2s ease both}\n  .hero-card-stack{position:relative;height:420px;width:100%}\n  .hcard{position:absolute;border-radius:16px;padding:24px;backdrop-filter:blur(10px)}\n  .hcard-main{background:rgba(255,255,255,0.04);border:1px solid rgba(201,168,76,0.2);width:340px;top:40px;right:0;padding:28px}\n  .hcard-stat1{background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.2);width:180px;bottom:60px;left:0;padding:20px}\n  .hcard-stat2{background:rgba(26,110,255,0.08);border:1px solid rgba(26,110,255,0.2);width:160px;top:0;left:20px;padding:16px}\n  .hcard-label{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .hcard-title{font-family:var(--font-head);font-size:22px;font-weight:700;margin-bottom:8px}\n  .hcard-big{font-family:var(--font-head);font-size:32px;font-weight:700;color:var(--gold)}\n  .hcard-body{font-size:13px;color:var(--muted);line-height:1.6}\n  .hcard-row{display:flex;align-items:center;gap:10px;margin-top:12px}\n  .dot{width:8px;height:8px;border-radius:50%;background:#22C55E}\n  .live-tag{font-size:11px;color:#22C55E;font-weight:500}\n  .hcard-blue{font-family:var(--font-head);font-size:24px;font-weight:700;color:#6AB0FF}\n\n  \/* TICKER *\/\n  .ticker{background:rgba(201,168,76,0.06);border-top:1px solid rgba(201,168,76,0.1);border-bottom:1px solid rgba(201,168,76,0.1);padding:12px 0;overflow:hidden;white-space:nowrap}\n  .ticker-inner{display:inline-flex;animation:ticker 30s linear infinite;gap:0}\n  .ticker-item{display:inline-flex;align-items:center;gap:16px;padding:0 40px;font-size:13px;font-weight:500;letter-spacing:0.5px;color:var(--muted)}\n  .ticker-item span{color:var(--gold)}\n  .ticker-sep{color:rgba(201,168,76,0.3)}\n\n  \/* SERVICES *\/\n  .section{padding:100px 60px}\n  .section-tag{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:16px}\n  .section-title{font-family:var(--font-head);font-size:52px;font-weight:700;line-height:1.1;margin-bottom:16px}\n  .section-sub{font-size:17px;color:var(--muted);max-width:560px;line-height:1.7}\n  .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:60px;background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.08);border-radius:16px;overflow:hidden}\n  .service-card{background:var(--mid);padding:40px 36px;position:relative;transition:all 0.3s;cursor:default}\n  .service-card:hover{background:#16161F;z-index:2}\n  .service-card:hover .svc-icon-wrap{background:rgba(201,168,76,0.15);border-color:rgba(201,168,76,0.4)}\n  .svc-icon-wrap{width:52px;height:52px;border-radius:12px;background:rgba(201,168,76,0.06);border:1px solid rgba(201,168,76,0.15);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all 0.3s}\n  .svc-icon{font-size:22px}\n  .svc-num{position:absolute;top:24px;right:28px;font-family:var(--font-head);font-size:48px;font-weight:700;color:rgba(201,168,76,0.06);line-height:1}\n  .svc-title{font-family:var(--font-head);font-size:22px;font-weight:700;margin-bottom:12px}\n  .svc-desc{font-size:14px;color:var(--muted);line-height:1.75}\n  .svc-link{display:inline-flex;align-items:center;gap:6px;color:var(--gold);font-size:13px;font-weight:600;margin-top:20px;text-decoration:none;letter-spacing:0.3px}\n  .svc-link:hover{gap:10px}\n\n  \/* WHY US *\/\n  .why-section{padding:100px 60px;background:var(--mid)}\n  .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:60px}\n  .why-visual{position:relative;height:480px}\n  .why-img-main{width:100%;height:320px;border-radius:16px;background:linear-gradient(135deg,rgba(201,168,76,0.08),rgba(26,110,255,0.05));border:1px solid rgba(201,168,76,0.15);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}\n  .globe-svg{width:220px;height:220px}\n  .why-badge-card{position:absolute;bottom:-20px;right:-20px;background:rgba(10,10,15,0.95);border:1px solid rgba(201,168,76,0.25);border-radius:12px;padding:16px 20px}\n  .why-badge-num{font-family:var(--font-head);font-size:28px;font-weight:700;color:var(--gold)}\n  .why-badge-label{font-size:12px;color:var(--muted);margin-top:2px}\n  .why-points{display:flex;flex-direction:column;gap:28px;margin-top:40px}\n  .why-point{display:flex;gap:20px;align-items:flex-start}\n  .why-point-icon{width:44px;height:44px;border-radius:10px;background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}\n  .why-point-title{font-weight:600;font-size:16px;margin-bottom:6px}\n  .why-point-text{font-size:14px;color:var(--muted);line-height:1.7}\n\n  \/* PORTFOLIO *\/\n  .portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}\n  .port-card{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,0.06);transition:transform 0.3s}\n  .port-card:hover{transform:translateY(-6px);border-color:rgba(201,168,76,0.2)}\n  .port-img{height:180px;display:flex;align-items:center;justify-content:center;font-size:32px;position:relative;overflow:hidden}\n  .port-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(10,10,15,0.8))}\n  .port-cat{position:absolute;top:14px;left:14px;background:rgba(201,168,76,0.9);color:#0A0A0F;font-size:10px;font-weight:700;padding:4px 10px;border-radius:30px;text-transform:uppercase;letter-spacing:0.8px;z-index:1}\n  .port-body{background:rgba(255,255,255,0.02);padding:20px}\n  .port-title{font-weight:600;font-size:16px;margin-bottom:6px}\n  .port-sub{font-size:13px;color:var(--muted)}\n  .p1{background:linear-gradient(135deg,#1a1a2e,#16213e)}\n  .p2{background:linear-gradient(135deg,#0d1b2a,#1b2838)}\n  .p3{background:linear-gradient(135deg,#1a0a2e,#2d1657)}\n  .p4{background:linear-gradient(135deg,#0a1a0a,#143d14)}\n  .p5{background:linear-gradient(135deg,#2a0a0a,#4d1515)}\n  .p6{background:linear-gradient(135deg,#1a1600,#3d3500)}\n\n  \/* PROCESS *\/\n  .process-section{padding:100px 60px;background:var(--mid)}\n  .process-steps{display:flex;gap:0;margin-top:60px;position:relative}\n  .process-steps::after{content:'';position:absolute;top:28px;left:28px;right:28px;height:1px;background:linear-gradient(to right,var(--gold),rgba(201,168,76,0.1));z-index:0}\n  .process-step{flex:1;text-align:center;position:relative;z-index:1;padding:0 16px}\n  .step-num{width:56px;height:56px;border-radius:50%;background:var(--dark);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--gold);margin:0 auto 20px}\n  .step-title{font-weight:600;font-size:16px;margin-bottom:8px}\n  .step-desc{font-size:13px;color:var(--muted);line-height:1.6}\n\n  \/* TESTIMONIALS *\/\n  .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}\n  .testi-card{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:14px;padding:28px;transition:border-color 0.3s}\n  .testi-card:hover{border-color:rgba(201,168,76,0.2)}\n  .stars{color:var(--gold);font-size:14px;margin-bottom:16px;letter-spacing:2px}\n  .testi-text{font-size:15px;color:rgba(248,246,240,0.8);line-height:1.75;margin-bottom:20px;font-style:italic}\n  .testi-author{display:flex;align-items:center;gap:12px}\n  .testi-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:14px;font-weight:700;color:#0A0A0F}\n  .testi-name{font-weight:600;font-size:15px}\n  .testi-role{font-size:12px;color:var(--muted)}\n\n  \/* CTA *\/\n  .cta-section{padding:100px 60px;text-align:center;position:relative;overflow:hidden}\n  .cta-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(201,168,76,0.08) 0%,transparent 70%),var(--darker)}\n  .cta-border{position:absolute;inset:40px;border:1px solid rgba(201,168,76,0.08);border-radius:24px;pointer-events:none}\n  .cta-content{position:relative}\n  .cta-title{font-family:var(--font-head);font-size:60px;font-weight:900;line-height:1.05;margin-bottom:20px}\n  .cta-sub{font-size:18px;color:var(--muted);max-width:500px;margin:0 auto 40px;line-height:1.7}\n  .cta-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}\n  .cta-trust{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:48px;flex-wrap:wrap}\n  .cta-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}\n  .cta-trust-icon{color:var(--gold)}\n\n  \/* CONTACT *\/\n  .contact-section{padding:100px 60px;background:var(--mid)}\n  .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:60px;align-items:start}\n  .contact-info{display:flex;flex-direction:column;gap:28px}\n  .contact-item{display:flex;gap:16px;align-items:flex-start}\n  .contact-icon{width:44px;height:44px;border-radius:10px;background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.15);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}\n  .contact-item-title{font-weight:600;font-size:15px;margin-bottom:4px}\n  .contact-item-val{font-size:14px;color:var(--muted)}\n  .contact-form{display:flex;flex-direction:column;gap:16px}\n  .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}\n  .form-field{display:flex;flex-direction:column;gap:8px}\n  .form-label{font-size:13px;font-weight:500;color:var(--muted);letter-spacing:0.3px}\n  .form-input{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:8px;padding:12px 16px;color:var(--white);font-size:14px;font-family:var(--font-body);transition:border-color 0.3s;resize:vertical}\n  .form-input:focus{outline:none;border-color:rgba(201,168,76,0.4);background:rgba(201,168,76,0.02)}\n  .form-input::placeholder{color:rgba(154,154,138,0.4)}\n  .form-submit{background:var(--gold);color:#0A0A0F;padding:14px 32px;border-radius:8px;font-weight:700;font-size:15px;border:none;cursor:pointer;transition:all 0.3s;font-family:var(--font-body)}\n  .form-submit:hover{background:var(--gold-light);transform:translateY(-2px)}\n\n  \/* FOOTER *\/\n  footer{background:var(--darker);border-top:1px solid rgba(201,168,76,0.1);padding:60px 60px 32px}\n  .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:48px}\n  .footer-brand .logo-text{font-size:22px}\n  .footer-desc{font-size:14px;color:var(--muted);line-height:1.75;margin-top:16px;max-width:280px}\n  .footer-social{display:flex;gap:12px;margin-top:24px}\n  .social-btn{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all 0.3s;text-decoration:none;color:var(--white)}\n  .social-btn:hover{border-color:rgba(201,168,76,0.3);background:rgba(201,168,76,0.06)}\n  .footer-col-title{font-family:var(--font-head);font-size:16px;font-weight:700;margin-bottom:20px;color:var(--white)}\n  .footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}\n  .footer-links a{font-size:14px;color:var(--muted);text-decoration:none;transition:color 0.3s}\n  .footer-links a:hover{color:var(--gold)}\n  .footer-bottom{border-top:1px solid rgba(255,255,255,0.05);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}\n  .footer-copy{font-size:13px;color:var(--muted)}\n  .footer-copy span{color:var(--gold)}\n\n  \/* ANIMATIONS *\/\n  @keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}\n  @keyframes fadeLeft{from{opacity:0;transform:translateX(40px) translateY(-50%)}to{opacity:1;transform:translateX(0) translateY(-50%)}}\n  @keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.8)}}\n  @keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n  @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}\n  @keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\n\n  .float-anim{animation:float 6s ease-in-out infinite}\n\n  \/* NAV ACTIVE *\/\n  .nav-active{color:var(--gold) !important}\n\n  \/* MOBILE MENU *\/\n  .hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}\n  .hamburger span{width:24px;height:2px;background:var(--white);display:block;transition:all 0.3s;border-radius:2px}\n\n  \/* Responsive *\/\n  @media(max-width:900px){\n    nav{padding:16px 24px}\n    .nav-links{display:none}\n    .hamburger{display:flex}\n    h1{font-size:42px}\n    .hero{padding:100px 24px 60px}\n    .hero-visual{display:none}\n    .hero-stats{gap:24px;flex-wrap:wrap}\n    .section{padding:70px 24px}\n    .services-grid{grid-template-columns:1fr}\n    .why-section{padding:70px 24px}\n    .why-grid{grid-template-columns:1fr;gap:40px}\n    .portfolio-grid{grid-template-columns:1fr 1fr}\n    .process-steps{flex-direction:column}\n    .process-steps::after{display:none}\n    .testi-grid{grid-template-columns:1fr}\n    .cta-title{font-size:36px}\n    .cta-section{padding:70px 24px}\n    .contact-section{padding:70px 24px}\n    .contact-grid{grid-template-columns:1fr;gap:40px}\n    .form-row{grid-template-columns:1fr}\n    footer{padding:50px 24px 28px}\n    .footer-grid{grid-template-columns:1fr 1fr;gap:40px}\n    .footer-bottom{flex-direction:column;text-align:center}\n    .section-title{font-size:36px}\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAVIGATION -->\n<nav id=\"navbar\">\n  <div class=\"logo\">\n    \n    <div class=\"logo-text\">SD <span>KING<\/span> WebTech<\/div>\n  <\/div>\n  <ul class=\"nav-links\">\n    <li><a href=\"#services\">Services<\/a><\/li>\n    <li><a href=\"#why\">Why Us<\/a><\/li>\n    <li><a href=\"#portfolio\">Portfolio<\/a><\/li>\n    <li><a href=\"#process\">Process<\/a><\/li>\n    <li><a href=\"#testimonials\">Testimonials<\/a><\/li>\n    <li><a href=\"#contact\">Contact<\/a><\/li>\n  <\/ul>\n  <a href=\"#contact\" class=\"nav-cta\">Get Free Quote<\/a>\n  <div class=\"hamburger\" onclick=\"toggleMenu()\">\n    <span><\/span><span><\/span><span><\/span>\n  <\/div>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\" id=\"home\">\n  <div class=\"hero-bg\"><\/div>\n  <div class=\"hero-grid\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-badge\">\n      <span><\/span>\n      Trusted by Clients Worldwide\n    <\/div>\n    <h1>We Build <em>Digital<\/em> Empires That <em>Convert<\/em><\/h1>\n    <p class=\"hero-sub\">SD KING WebTech delivers world-class web design, development, SEO, branding &#038; digital marketing solutions that help businesses grow nationally and internationally.<\/p>\n    <div class=\"hero-btns\">\n      <a href=\"#contact\" class=\"btn-primary\">Start Your Project \u2192<\/a>\n      <a href=\"#portfolio\" class=\"btn-outline\">View Our Work<\/a>\n    <\/div>\n    <div class=\"hero-stats\">\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">500+<\/div>\n        <div class=\"stat-label\">Projects Delivered<\/div>\n      <\/div>\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">12+<\/div>\n        <div class=\"stat-label\">Years Experience<\/div>\n      <\/div>\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">98%<\/div>\n        <div class=\"stat-label\">Client Satisfaction<\/div>\n      <\/div>\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">30+<\/div>\n        <div class=\"stat-label\">Countries Served<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"hero-visual\">\n    <div class=\"hero-card-stack float-anim\">\n      <div class=\"hcard hcard-stat2\">\n        <div class=\"hcard-label\">Global Reach<\/div>\n        <div class=\"hcard-blue\">30+ Nations<\/div>\n      <\/div>\n      <div class=\"hcard hcard-main\">\n        <div class=\"hcard-label\">Latest Project<\/div>\n        <div class=\"hcard-title\">E-Commerce Platform<\/div>\n        <div class=\"hcard-body\">Full-stack development with SEO optimization. Achieved 340% traffic growth in 3 months for our international client.<\/div>\n        <div class=\"hcard-row\">\n          <div class=\"dot\"><\/div>\n          <span class=\"live-tag\">Live &#038; Running<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"hcard hcard-stat1\">\n        <div class=\"hcard-label\">Revenue Growth<\/div>\n        <div class=\"hcard-big\">+340%<\/div>\n        <div class=\"hcard-body\" style=\"font-size:12px;margin-top:4px\">For our clients<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TICKER -->\n<div class=\"ticker\">\n  <div class=\"ticker-inner\">\n    <span class=\"ticker-item\">Website Design <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Software Development <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Social Media Marketing <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Web Development <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">SEO Optimization <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Logo &#038; Brand Design <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">National &#038; International Projects <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Website Design <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Software Development <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Social Media Marketing <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Web Development <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">SEO Optimization <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">Logo &#038; Brand Design <span>\u2726<\/span><\/span>\n    <span class=\"ticker-item\">National &#038; International Projects <span>\u2726<\/span><\/span>\n  <\/div>\n<\/div>\n\n<!-- SERVICES -->\n<section class=\"section\" id=\"services\">\n  <div class=\"section-tag\">Our Expertise<\/div>\n  <h2 class=\"section-title\">Services That Drive<br>Real Business Results<\/h2>\n  <p class=\"section-sub\">Every service we offer is engineered to maximize your brand&#8217;s visibility, credibility, and revenue \u2014 both domestically and on the global stage.<\/p>\n  <div class=\"services-grid\">\n    <div class=\"service-card\">\n      <div class=\"svc-num\">01<\/div>\n      <div class=\"svc-icon-wrap\"><span class=\"svc-icon\">\ud83c\udfa8<\/span><\/div>\n      <div class=\"svc-title\">Website Design<\/div>\n      <p class=\"svc-desc\">Stunning, conversion-focused designs that captivate your audience. We craft visually compelling websites that represent your brand with global standards \u2014 mobile-first, fast-loading &#038; pixel-perfect.<\/p>\n      <a class=\"svc-link\">Explore Service \u2192<\/a>\n    <\/div>\n    <div class=\"service-card\">\n      <div class=\"svc-num\">02<\/div>\n      <div class=\"svc-icon-wrap\"><span class=\"svc-icon\">\u2699\ufe0f<\/span><\/div>\n      <div class=\"svc-title\">Software Development<\/div>\n      <p class=\"svc-desc\">Custom software solutions built to solve real business challenges. From enterprise applications to SaaS platforms, we develop scalable, secure, and high-performance software tailored to your needs.<\/p>\n      <a class=\"svc-link\">Explore Service \u2192<\/a>\n    <\/div>\n    <div class=\"service-card\">\n      <div class=\"svc-num\">03<\/div>\n      <div class=\"svc-icon-wrap\"><span class=\"svc-icon\">\ud83d\udcf1<\/span><\/div>\n      <div class=\"svc-title\">Social Media Marketing<\/div>\n      <p class=\"svc-desc\">Data-driven social strategies that build communities and convert followers into customers. We manage your brand presence across all major platforms with content that resonates and campaigns that deliver ROI.<\/p>\n      <a class=\"svc-link\">Explore Service \u2192<\/a>\n    <\/div>\n    <div class=\"service-card\">\n      <div class=\"svc-num\">04<\/div>\n      <div class=\"svc-icon-wrap\"><span class=\"svc-icon\">\ud83d\udcbb<\/span><\/div>\n      <div class=\"svc-title\">Web Development<\/div>\n      <p class=\"svc-desc\">Robust, scalable web applications built on modern technology stacks. React, Node.js, PHP, WordPress \u2014 we master every platform and deliver websites that perform flawlessly under any traffic load.<\/p>\n      <a class=\"svc-link\">Explore Service \u2192<\/a>\n    <\/div>\n    <div class=\"service-card\">\n      <div class=\"svc-num\">05<\/div>\n      <div class=\"svc-icon-wrap\"><span class=\"svc-icon\">\ud83d\udd0d<\/span><\/div>\n      <div class=\"svc-title\">SEO Optimization<\/div>\n      <p class=\"svc-desc\">Dominate search rankings nationally and internationally. Our white-hat SEO strategies combine technical optimization, content excellence, and authoritative link building to drive sustainable organic traffic growth.<\/p>\n      <a class=\"svc-link\">Explore Service \u2192<\/a>\n    <\/div>\n    <div class=\"service-card\">\n      <div class=\"svc-num\">06<\/div>\n      <div class=\"svc-icon-wrap\"><span class=\"svc-icon\">\u270f\ufe0f<\/span><\/div>\n      <div class=\"svc-title\">Logo &#038; Brand Design<\/div>\n      <p class=\"svc-desc\">Your logo is the face of your business. We design memorable, versatile brand identities that communicate trust, professionalism, and uniqueness \u2014 helping you stand out in competitive national and global markets.<\/p>\n      <a class=\"svc-link\">Explore Service \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHY US -->\n<section class=\"why-section\" id=\"why\">\n  <div class=\"section-tag\">Why SD KING WebTech<\/div>\n  <h2 class=\"section-title\">A Partner You Can<br>Trust Completely<\/h2>\n  <div class=\"why-grid\">\n    <div class=\"why-visual\">\n      <div class=\"why-img-main\">\n        <svg class=\"globe-svg\" viewBox=\"0 0 200 200\" fill=\"none\">\n          <circle cx=\"100\" cy=\"100\" r=\"80\" stroke=\"rgba(201,168,76,0.25)\" stroke-width=\"1\"\/>\n          <circle cx=\"100\" cy=\"100\" r=\"60\" stroke=\"rgba(201,168,76,0.15)\" stroke-width=\"1\"\/>\n          <circle cx=\"100\" cy=\"100\" r=\"40\" stroke=\"rgba(201,168,76,0.1)\" stroke-width=\"1\"\/>\n          <ellipse cx=\"100\" cy=\"100\" rx=\"80\" ry=\"30\" stroke=\"rgba(201,168,76,0.2)\" stroke-width=\"1\"\/>\n          <ellipse cx=\"100\" cy=\"100\" rx=\"80\" ry=\"60\" stroke=\"rgba(201,168,76,0.1)\" stroke-width=\"1\"\/>\n          <line x1=\"100\" y1=\"20\" x2=\"100\" y2=\"180\" stroke=\"rgba(201,168,76,0.2)\" stroke-width=\"1\"\/>\n          <line x1=\"20\" y1=\"100\" x2=\"180\" y2=\"100\" stroke=\"rgba(201,168,76,0.2)\" stroke-width=\"1\"\/>\n          <circle cx=\"100\" cy=\"100\" r=\"6\" fill=\"#C9A84C\"\/>\n          <circle cx=\"140\" cy=\"70\" r=\"4\" fill=\"rgba(201,168,76,0.6)\"\/>\n          <circle cx=\"60\" cy=\"80\" r=\"4\" fill=\"rgba(201,168,76,0.6)\"\/>\n          <circle cx=\"130\" cy=\"130\" r=\"4\" fill=\"rgba(201,168,76,0.6)\"\/>\n          <circle cx=\"70\" cy=\"140\" r=\"3\" fill=\"rgba(201,168,76,0.4)\"\/>\n          <circle cx=\"155\" cy=\"100\" r=\"3\" fill=\"rgba(26,110,255,0.6)\"\/>\n          <line x1=\"100\" y1=\"100\" x2=\"140\" y2=\"70\" stroke=\"rgba(201,168,76,0.3)\" stroke-width=\"0.8\" stroke-dasharray=\"4,3\"\/>\n          <line x1=\"100\" y1=\"100\" x2=\"60\" y2=\"80\" stroke=\"rgba(201,168,76,0.3)\" stroke-width=\"0.8\" stroke-dasharray=\"4,3\"\/>\n          <line x1=\"100\" y1=\"100\" x2=\"130\" y2=\"130\" stroke=\"rgba(201,168,76,0.3)\" stroke-width=\"0.8\" stroke-dasharray=\"4,3\"\/>\n          <line x1=\"100\" y1=\"100\" x2=\"155\" y2=\"100\" stroke=\"rgba(26,110,255,0.3)\" stroke-width=\"0.8\" stroke-dasharray=\"4,3\"\/>\n        <\/svg>\n        <div style=\"position:absolute;top:16px;left:16px;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(201,168,76,0.7);font-weight:600\">Global Network<\/div>\n      <\/div>\n      <div class=\"why-badge-card\">\n        <div class=\"why-badge-num\">500+<\/div>\n        <div class=\"why-badge-label\">Projects Completed<\/div>\n      <\/div>\n    <\/div>\n    <div>\n      <p class=\"section-sub\">We don&#8217;t just build websites \u2014 we build digital foundations for lasting business success. Our team combines technical mastery with strategic thinking to deliver outcomes that matter.<\/p>\n      <div class=\"why-points\">\n        <div class=\"why-point\">\n          <div class=\"why-point-icon\">\ud83c\udfc6<\/div>\n          <div>\n            <div class=\"why-point-title\">Award-Winning Quality<\/div>\n            <div class=\"why-point-text\">Our designs and development work meet international standards. We&#8217;ve delivered projects for clients across 30+ countries with consistent five-star ratings.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"why-point\">\n          <div class=\"why-point-icon\">\u26a1<\/div>\n          <div>\n            <div class=\"why-point-title\">On-Time Delivery, Every Time<\/div>\n            <div class=\"why-point-text\">We respect your deadlines. Our agile workflow ensures transparent progress tracking and on-schedule delivery without compromising quality.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"why-point\">\n          <div class=\"why-point-icon\">\ud83d\udd12<\/div>\n          <div>\n            <div class=\"why-point-title\">100% Transparent Process<\/div>\n            <div class=\"why-point-text\">No hidden costs. No surprises. From project kickoff to final delivery, you have complete visibility into every stage of your project&#8217;s development.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"why-point\">\n          <div class=\"why-point-icon\">\ud83c\udf0d<\/div>\n          <div>\n            <div class=\"why-point-title\">Global Standards, Local Understanding<\/div>\n            <div class=\"why-point-text\">We blend international best practices with a deep understanding of both local and global markets, giving your brand the edge it needs anywhere in the world.<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PORTFOLIO -->\n<section class=\"section\" id=\"portfolio\">\n  <div class=\"section-tag\">Our Work<\/div>\n  <h2 class=\"section-title\">Projects That Speak<br>For Themselves<\/h2>\n  <p class=\"section-sub\">A selection of our finest work across industries and geographies \u2014 each project a testament to our commitment to excellence.<\/p>\n  <div class=\"portfolio-grid\">\n    <div class=\"port-card\">\n      <div class=\"port-img p1\">\n        <span class=\"port-cat\">E-Commerce<\/span>\n        <span style=\"font-size:48px;position:relative;z-index:1\">\ud83d\udecd\ufe0f<\/span>\n      <\/div>\n      <div class=\"port-body\">\n        <div class=\"port-title\">LuxMart \u2014 Premium E-Store<\/div>\n        <div class=\"port-sub\">Full-stack development \u00b7 340% traffic growth \u00b7 International reach<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"port-card\">\n      <div class=\"port-img p2\">\n        <span class=\"port-cat\">Corporate<\/span>\n        <span style=\"font-size:48px;position:relative;z-index:1\">\ud83c\udfe2<\/span>\n      <\/div>\n      <div class=\"port-body\">\n        <div class=\"port-title\">Nexus Corp \u2014 Enterprise Portal<\/div>\n        <div class=\"port-sub\">Web design &#038; SEO \u00b7 Ranked #1 for 50+ keywords<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"port-card\">\n      <div class=\"port-img p3\">\n        <span class=\"port-cat\">SaaS<\/span>\n        <span style=\"font-size:48px;position:relative;z-index:1\">\ud83d\ude80<\/span>\n      <\/div>\n      <div class=\"port-body\">\n        <div class=\"port-title\">TaskFlow \u2014 SaaS Dashboard<\/div>\n        <div class=\"port-sub\">Software development \u00b7 12,000+ active users \u00b7 US client<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"port-card\">\n      <div class=\"port-img p4\">\n        <span class=\"port-cat\">Healthcare<\/span>\n        <span style=\"font-size:48px;position:relative;z-index:1\">\ud83c\udfe5<\/span>\n      <\/div>\n      <div class=\"port-body\">\n        <div class=\"port-title\">MediCare \u2014 Health Platform<\/div>\n        <div class=\"port-sub\">Custom software \u00b7 Appointment system \u00b7 5,000+ patients<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"port-card\">\n      <div class=\"port-img p5\">\n        <span class=\"port-cat\">Branding<\/span>\n        <span style=\"font-size:48px;position:relative;z-index:1\">\u270f\ufe0f<\/span>\n      <\/div>\n      <div class=\"port-body\">\n        <div class=\"port-title\">Velora Brand Identity<\/div>\n        <div class=\"port-sub\">Logo design \u00b7 Brand guidelines \u00b7 Social media kit<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"port-card\">\n      <div class=\"port-img p6\">\n        <span class=\"port-cat\">Real Estate<\/span>\n        <span style=\"font-size:48px;position:relative;z-index:1\">\ud83c\udfe1<\/span>\n      <\/div>\n      <div class=\"port-body\">\n        <div class=\"port-title\">PropVista \u2014 Property Portal<\/div>\n        <div class=\"port-sub\">Web development \u00b7 SEO \u00b7 800% lead increase in 6 months<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div style=\"text-align:center;margin-top:40px\">\n    <a href=\"#contact\" class=\"btn-outline\">View All Projects \u2192<\/a>\n  <\/div>\n<\/section>\n\n<!-- PROCESS -->\n<section class=\"process-section\" id=\"process\">\n  <div class=\"section-tag\">How We Work<\/div>\n  <h2 class=\"section-title\">Our Proven Process<\/h2>\n  <p class=\"section-sub\">A structured, transparent workflow that guarantees quality outcomes and keeps you informed at every milestone.<\/p>\n  <div class=\"process-steps\">\n    <div class=\"process-step\">\n      <div class=\"step-num\">01<\/div>\n      <div class=\"step-title\">Discovery &#038; Strategy<\/div>\n      <div class=\"step-desc\">We deep-dive into your business goals, target audience, and competitive landscape to craft a winning digital strategy.<\/div>\n    <\/div>\n    <div class=\"process-step\">\n      <div class=\"step-num\">02<\/div>\n      <div class=\"step-title\">Design &#038; Prototyping<\/div>\n      <div class=\"step-desc\">Our designers create stunning mockups and prototypes for your approval before a single line of code is written.<\/div>\n    <\/div>\n    <div class=\"process-step\">\n      <div class=\"step-num\">03<\/div>\n      <div class=\"step-title\">Development &#038; Build<\/div>\n      <div class=\"step-desc\">Our engineers build your solution with clean code, best practices, and rigorous quality assurance testing.<\/div>\n    <\/div>\n    <div class=\"process-step\">\n      <div class=\"step-num\">04<\/div>\n      <div class=\"step-title\">Launch &#038; Optimize<\/div>\n      <div class=\"step-desc\">We deploy, monitor, and continuously optimize your digital asset to maximize performance and ROI long-term.<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TESTIMONIALS -->\n<section class=\"section\" id=\"testimonials\">\n  <div class=\"section-tag\">Client Success<\/div>\n  <h2 class=\"section-title\">What Our Clients Say<\/h2>\n  <p class=\"section-sub\">Don&#8217;t take our word for it. Here&#8217;s what business leaders from around the world say about working with SD KING WebTech.<\/p>\n  <div class=\"testi-grid\">\n    <div class=\"testi-card\">\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"testi-text\">&#8220;SD KING WebTech completely transformed our online presence. Our organic traffic tripled in just four months. Absolutely professional team with a global outlook.&#8221;<\/p>\n      <div class=\"testi-author\">\n        <div class=\"testi-avatar\">RK<\/div>\n        <div>\n          <div class=\"testi-name\">Rajiv Kumar<\/div>\n          <div class=\"testi-role\">CEO, TechBridge India<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"testi-card\">\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"testi-text\">&#8220;Outstanding work on our SaaS platform. The team delivered ahead of schedule with zero compromise on quality. Our US customers love the new interface!&#8221;<\/p>\n      <div class=\"testi-author\">\n        <div class=\"testi-avatar\">SM<\/div>\n        <div>\n          <div class=\"testi-name\">Sarah Mitchell<\/div>\n          <div class=\"testi-role\">Founder, CloudFlow \u2014 USA<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"testi-card\">\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"testi-text\">&#8220;Our e-commerce revenue grew by 280% after their redesign and SEO campaign. They truly understand both design and marketing. Highly recommended globally!&#8221;<\/p>\n      <div class=\"testi-author\">\n        <div class=\"testi-avatar\">AP<\/div>\n        <div>\n          <div class=\"testi-name\">Ahmed Patel<\/div>\n          <div class=\"testi-role\">Director, LuxMart \u2014 UAE<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta-section\" id=\"cta\">\n  <div class=\"cta-bg\"><\/div>\n  <div class=\"cta-border\"><\/div>\n  <div class=\"cta-content\">\n    <div class=\"section-tag\" style=\"justify-content:center;display:flex\">Ready to Grow?<\/div>\n    <h2 class=\"cta-title\">Let&#8217;s Build Something<br><em style=\"color:var(--gold);font-style:normal\">Extraordinary<\/em> Together<\/h2>\n    <p class=\"cta-sub\">Join 500+ businesses worldwide who trust SD KING WebTech to power their digital growth. Get a free consultation today.<\/p>\n    <div class=\"cta-btns\">\n      <a href=\"#contact\" class=\"btn-primary\">Get Free Consultation \u2192<\/a>\n      <a href=\"mailto:info@sdkingwebtech.com\" class=\"btn-outline\">Email Us Directly<\/a>\n    <\/div>\n    <div class=\"cta-trust\">\n      <div class=\"cta-trust-item\"><span class=\"cta-trust-icon\">\u2713<\/span> Free project consultation<\/div>\n      <div class=\"cta-trust-item\"><span class=\"cta-trust-icon\">\u2713<\/span> No hidden charges<\/div>\n      <div class=\"cta-trust-item\"><span class=\"cta-trust-icon\">\u2713<\/span> 100% satisfaction guarantee<\/div>\n      <div class=\"cta-trust-item\"><span class=\"cta-trust-icon\">\u2713<\/span> On-time delivery promise<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section class=\"contact-section\" id=\"contact\">\n  <div class=\"section-tag\">Get In Touch<\/div>\n  <h2 class=\"section-title\">Start Your Project Today<\/h2>\n  <p class=\"section-sub\">Tell us about your project and our team will get back to you within 24 hours with a custom strategy and quote.<\/p>\n  <div class=\"contact-grid\">\n    <div>\n      <div class=\"contact-info\">\n        <div class=\"contact-item\">\n          <div class=\"contact-icon\">\ud83d\udce7<\/div>\n          <div>\n            <div class=\"contact-item-title\">Email Us<\/div>\n            <div class=\"contact-item-val\">info@sdkingwebtech.com<\/div>\n            <div class=\"contact-item-val\">projects@sdkingwebtech.com<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-item\">\n          <div class=\"contact-icon\">\ud83d\udcde<\/div>\n          <div>\n            <div class=\"contact-item-title\">Call \/ WhatsApp<\/div>\n            <div class=\"contact-item-val\">+91 8877883643<\/div>\n            <div class=\"contact-item-val\">Available Mon\u2013Sat, 9AM\u20137PM IST<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-item\">\n          <div class=\"contact-icon\">\ud83d\udccd<\/div>\n          <div>\n            <div class=\"contact-item-title\">Office Location<\/div>\n            <div class=\"contact-item-val\">India (Serving Clients Globally)<\/div>\n            <div class=\"contact-item-val\">Remote collaboration worldwide<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-item\">\n          <div class=\"contact-icon\">\u26a1<\/div>\n          <div>\n            <div class=\"contact-item-title\">Response Time<\/div>\n            <div class=\"contact-item-val\">We respond to all inquiries within 24 hours guaranteed.<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"contact-form\">\n      <div class=\"form-row\">\n        <div class=\"form-field\">\n          <label class=\"form-label\">Full Name<\/label>\n          <input class=\"form-input\" type=\"text\" placeholder=\"Your name\">\n        <\/div>\n        <div class=\"form-field\">\n          <label class=\"form-label\">Email Address<\/label>\n          <input class=\"form-input\" type=\"email\" placeholder=\"your@email.com\">\n        <\/div>\n      <\/div>\n      <div class=\"form-row\">\n        <div class=\"form-field\">\n          <label class=\"form-label\">Phone \/ WhatsApp<\/label>\n          <input class=\"form-input\" type=\"text\" placeholder=\"+91 or international\">\n        <\/div>\n        <div class=\"form-field\">\n          <label class=\"form-label\">Service Required<\/label>\n          <select class=\"form-input\">\n            <option value=\"\">Select a service<\/option>\n            <option>Website Design<\/option>\n            <option>Software Development<\/option>\n            <option>Social Media Marketing<\/option>\n            <option>Web Development<\/option>\n            <option>SEO Optimization<\/option>\n            <option>Logo &#038; Brand Design<\/option>\n            <option>Multiple Services<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n      <div class=\"form-field\">\n        <label class=\"form-label\">Project Budget<\/label>\n        <select class=\"form-input\">\n          <option value=\"\">Select budget range<\/option>\n          <option>Under \u20b925,000 \/ $500<\/option>\n          <option>\u20b925,000\u2013\u20b91,00,000 \/ $500\u2013$2,000<\/option>\n          <option>\u20b91,00,000\u2013\u20b95,00,000 \/ $2,000\u2013$10,000<\/option>\n          <option>Above \u20b95,00,000 \/ $10,000+<\/option>\n        <\/select>\n      <\/div>\n      <div class=\"form-field\">\n        <label class=\"form-label\">Tell Us About Your Project<\/label>\n        <textarea class=\"form-input\" rows=\"5\" placeholder=\"Describe your project, goals, timeline, and any specific requirements...\"><\/textarea>\n      <\/div>\n      <button class=\"form-submit\" onclick=\"submitForm()\">Send Message &#038; Get Free Quote \u2192<\/button>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-grid\">\n    <div class=\"footer-brand\">\n      <div class=\"logo\">\n        \n        <div class=\"logo-text\">SD <span>KING<\/span> WebTech<\/div>\n      <\/div>\n      <p class=\"footer-desc\">Your trusted digital partner for world-class web design, software development, SEO, social media marketing, and brand design. Serving clients nationally and internationally since our founding.<\/p>\n      <div class=\"footer-social\">\n        <a class=\"social-btn\" href=\"#\" title=\"Facebook\">f<\/a>\n        <a class=\"social-btn\" href=\"#\" title=\"Twitter\/X\">\ud835\udd4f<\/a>\n        <a class=\"social-btn\" href=\"#\" title=\"LinkedIn\">in<\/a>\n        <a class=\"social-btn\" href=\"#\" title=\"Instagram\">ig<\/a>\n        <a class=\"social-btn\" href=\"#\" title=\"WhatsApp\">W<\/a>\n      <\/div>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Services<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"#services\">Website Design<\/a><\/li>\n        <li><a href=\"#services\">Software Development<\/a><\/li>\n        <li><a href=\"#services\">Social Media Marketing<\/a><\/li>\n        <li><a href=\"#services\">Web Development<\/a><\/li>\n        <li><a href=\"#services\">SEO Optimization<\/a><\/li>\n        <li><a href=\"#services\">Logo &#038; Brand Design<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Company<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"#why\">About Us<\/a><\/li>\n        <li><a href=\"#portfolio\">Our Portfolio<\/a><\/li>\n        <li><a href=\"#process\">Our Process<\/a><\/li>\n        <li><a href=\"#testimonials\">Client Reviews<\/a><\/li>\n        <li><a href=\"#contact\">Careers<\/a><\/li>\n        <li><a href=\"#contact\">Blog<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Contact<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"mailto:info@sdkingwebtech.com\">info@sdkingwebtech.com<\/a><\/li>\n        <li><a href=\"#\">+91 8877883643 , 7250703832 <\/a><\/li>\n        <li><a href=\"#\">WhatsApp Us<\/a><\/li>\n        <li><a href=\"#contact\">Get Free Quote<\/a><\/li>\n        <li><a href=\"#\">Privacy Policy<\/a><\/li>\n        <li><a href=\"#\">Terms of Service<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <div class=\"footer-copy\">\u00a9 2025 <span>SD KING WebTech<\/span>. All rights reserved. Designed with excellence for global clients.<\/div>\n    <div class=\"footer-copy\">Made with \u2665 in India \u00b7 Serving the World<\/div>\n  <\/div>\n<\/footer>\n\n<script>\nfunction submitForm(){\n  alert('Thank you! We have received your project inquiry. Our team will contact you within 24 hours.');\n}\nfunction toggleMenu(){\n  const links = document.querySelector('.nav-links');\n  if(links.style.display === 'flex'){\n    links.style.display = 'none';\n  } else {\n    links.style.cssText = 'display:flex;flex-direction:column;position:fixed;top:60px;left:0;right:0;background:rgba(10,10,15,0.98);padding:24px;gap:20px;border-bottom:1px solid rgba(201,168,76,0.15)';\n  }\n}\nwindow.addEventListener('scroll',()=>{\n  const nav = document.getElementById('navbar');\n  if(window.scrollY > 50){\n    nav.style.background = 'rgba(5,5,8,0.97)';\n  } else {\n    nav.style.background = 'rgba(10,10,15,0.92)';\n  }\n});\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>SD KING WebTech \u2014 Digital Excellence SD KING WebTech Services Why Us Portfolio Process Testimonials Contact Get Free Quote Trusted by Clients Worldwide We Build Digital Empires That Convert SD KING WebTech delivers world-class web design, development, SEO, branding &#038; digital marketing solutions that help businesses grow nationally and internationally. Start Your Project \u2192 View [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/sdking.in\/index.php?rest_route=\/wp\/v2\/pages\/225"}],"collection":[{"href":"https:\/\/sdking.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sdking.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sdking.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdking.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=225"}],"version-history":[{"count":4,"href":"https:\/\/sdking.in\/index.php?rest_route=\/wp\/v2\/pages\/225\/revisions"}],"predecessor-version":[{"id":238,"href":"https:\/\/sdking.in\/index.php?rest_route=\/wp\/v2\/pages\/225\/revisions\/238"}],"wp:attachment":[{"href":"https:\/\/sdking.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}