{"id":83,"date":"2026-05-27T13:09:13","date_gmt":"2026-05-27T07:39:13","guid":{"rendered":"https:\/\/growthyourbusiness.in\/?page_id=83"},"modified":"2026-05-27T13:14:51","modified_gmt":"2026-05-27T07:44:51","slug":"about-us","status":"publish","type":"page","link":"https:\/\/growthyourbusiness.in\/?page_id=83","title":{"rendered":"about us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"83\" class=\"elementor elementor-83\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a25ab54 e-con-full e-flex e-con e-parent\" data-id=\"a25ab54\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28ce38c elementor-widget elementor-widget-html\" data-id=\"28ce38c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>About Us<\/title>\r\n\r\n<!-- GOOGLE FONT -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- FONT AWESOME -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\"\/>\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n}\r\n\r\nbody{\r\n    font-family:'Poppins',sans-serif;\r\n    background:#021108;\r\n    color:#fff;\r\n    overflow-x:hidden;\r\n}\r\n\r\n\/* HERO SECTION *\/\r\n\r\n.about-hero{\r\n    position:relative;\r\n    min-height:100vh;\r\n    padding:120px 8%;\r\n    display:flex;\r\n    align-items:center;\r\n\r\n    background:\r\n    linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.82)),\r\n    url('https:\/\/images.unsplash.com\/photo-1497366754035-f200968a6e72?q=80&w=2070&auto=format&fit=crop');\r\n\r\n    background-size:cover;\r\n    background-position:center;\r\n    overflow:hidden;\r\n}\r\n\r\n\/* GLOW EFFECT *\/\r\n\r\n.about-hero::before{\r\n    content:'';\r\n    position:absolute;\r\n    width:600px;\r\n    height:600px;\r\n    background:#15803D;\r\n    border-radius:50%;\r\n    top:-250px;\r\n    left:-150px;\r\n    filter:blur(120px);\r\n    opacity:0.25;\r\n}\r\n\r\n.about-hero::after{\r\n    content:'';\r\n    position:absolute;\r\n    width:500px;\r\n    height:500px;\r\n    background:#22c55e;\r\n    border-radius:50%;\r\n    bottom:-200px;\r\n    right:-120px;\r\n    filter:blur(120px);\r\n    opacity:0.15;\r\n}\r\n\r\n\/* CONTENT *\/\r\n\r\n.hero-content{\r\n    position:relative;\r\n    z-index:2;\r\n    max-width:850px;\r\n}\r\n\r\n\/* TAG *\/\r\n\r\n.hero-tag{\r\n    display:inline-block;\r\n    padding:12px 24px;\r\n    border-radius:50px;\r\n    background:rgba(21,128,61,0.20);\r\n    border:1px solid rgba(255,255,255,0.08);\r\n    color:#bbf7d0;\r\n    font-size:14px;\r\n    margin-bottom:30px;\r\n}\r\n\r\n\/* HEADING *\/\r\n\r\n.hero-content h1{\r\n    font-size:82px;\r\n    line-height:1.05;\r\n    margin-bottom:30px;\r\n    font-weight:800;\r\n\r\n    background:linear-gradient(135deg,#ecfdf5,#bbf7d0,#4ade80);\r\n    -webkit-background-clip:text;\r\n    -webkit-text-fill-color:transparent;\r\n}\r\n\r\n\/* TEXT *\/\r\n\r\n.hero-content p{\r\n    color:#d1d5db;\r\n    line-height:1.9;\r\n    font-size:18px;\r\n    max-width:780px;\r\n}\r\n\r\n\/* ABOUT SECTION *\/\r\n\r\n.about-section{\r\n    padding:120px 8%;\r\n}\r\n\r\n\/* GRID *\/\r\n\r\n.about-grid{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:50px;\r\n    align-items:center;\r\n}\r\n\r\n\/* IMAGE *\/\r\n\r\n.about-image{\r\n    position:relative;\r\n    overflow:hidden;\r\n    border-radius:35px;\r\n}\r\n\r\n.about-image img{\r\n    width:100%;\r\n    display:block;\r\n    border-radius:35px;\r\n}\r\n\r\n\/* CONTENT *\/\r\n\r\n.about-content h2{\r\n    font-size:58px;\r\n    margin-bottom:25px;\r\n\r\n    background:linear-gradient(135deg,#dcfce7,#86efac,#22c55e);\r\n    -webkit-background-clip:text;\r\n    -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.about-content p{\r\n    color:#d1d5db;\r\n    line-height:1.9;\r\n    margin-bottom:22px;\r\n    font-size:16px;\r\n}\r\n\r\n\/* HIGHLIGHTS *\/\r\n\r\n.about-highlights{\r\n    display:grid;\r\n    grid-template-columns:repeat(2,1fr);\r\n    gap:20px;\r\n    margin-top:35px;\r\n}\r\n\r\n.highlight-box{\r\n    padding:25px;\r\n    border-radius:25px;\r\n    background:rgba(255,255,255,0.05);\r\n    border:1px solid rgba(255,255,255,0.08);\r\n    transition:0.4s ease;\r\n}\r\n\r\n.highlight-box:hover{\r\n    transform:translateY(-8px);\r\n    border-color:#22c55e;\r\n}\r\n\r\n.highlight-icon{\r\n    width:70px;\r\n    height:70px;\r\n    border-radius:20px;\r\n    background:linear-gradient(135deg,#15803D,#22c55e);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    font-size:28px;\r\n    margin-bottom:20px;\r\n}\r\n\r\n.highlight-box h3{\r\n    font-size:24px;\r\n    margin-bottom:12px;\r\n\r\n    background:linear-gradient(135deg,#dcfce7,#86efac,#22c55e);\r\n    -webkit-background-clip:text;\r\n    -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.highlight-box p{\r\n    margin:0;\r\n    font-size:14px;\r\n}\r\n\r\n\/* STATS SECTION *\/\r\n\r\n.stats-section{\r\n    padding:100px 8%;\r\n    background:#07110a;\r\n}\r\n\r\n.stats-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\r\n    gap:30px;\r\n}\r\n\r\n.stat-box{\r\n    text-align:center;\r\n    padding:45px 25px;\r\n    border-radius:30px;\r\n    background:rgba(255,255,255,0.05);\r\n    border:1px solid rgba(255,255,255,0.08);\r\n    transition:0.4s ease;\r\n}\r\n\r\n.stat-box:hover{\r\n    transform:translateY(-10px);\r\n    border-color:#22c55e;\r\n}\r\n\r\n.stat-box h3{\r\n    font-size:60px;\r\n    margin-bottom:12px;\r\n    color:#4ade80;\r\n}\r\n\r\n.stat-box p{\r\n    color:#d1d5db;\r\n    font-size:16px;\r\n}\r\n\r\n\/* MISSION SECTION *\/\r\n\r\n.mission-section{\r\n    padding:120px 8%;\r\n}\r\n\r\n.mission-box{\r\n    position:relative;\r\n    overflow:hidden;\r\n    padding:70px;\r\n    border-radius:40px;\r\n\r\n    background:\r\n    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)),\r\n    url('https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?q=80&w=2070&auto=format&fit=crop');\r\n\r\n    background-size:cover;\r\n    background-position:center;\r\n}\r\n\r\n.mission-box h2{\r\n    font-size:64px;\r\n    margin-bottom:25px;\r\n\r\n    background:linear-gradient(135deg,#ecfdf5,#bbf7d0,#4ade80);\r\n    -webkit-background-clip:text;\r\n    -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.mission-box p{\r\n    max-width:900px;\r\n    color:#d1d5db;\r\n    line-height:1.9;\r\n    font-size:17px;\r\n}\r\n\r\n\/* CTA *\/\r\n\r\n.cta-section{\r\n    padding:120px 8%;\r\n    text-align:center;\r\n}\r\n\r\n.cta-section h2{\r\n    font-size:62px;\r\n    margin-bottom:25px;\r\n\r\n    background:linear-gradient(135deg,#ecfdf5,#bbf7d0,#4ade80);\r\n    -webkit-background-clip:text;\r\n    -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.cta-section p{\r\n    max-width:850px;\r\n    margin:auto;\r\n    color:#d1d5db;\r\n    line-height:1.9;\r\n    margin-bottom:40px;\r\n}\r\n\r\n\/* BUTTONS *\/\r\n\r\n.hero-buttons{\r\n    display:flex;\r\n    justify-content:center;\r\n    gap:20px;\r\n    flex-wrap:wrap;\r\n}\r\n\r\n.primary-btn{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    padding:16px 36px;\r\n    border-radius:60px;\r\n    background:#15803D;\r\n    color:#fff;\r\n    text-decoration:none;\r\n    font-weight:600;\r\n    transition:0.4s ease;\r\n    box-shadow:0 15px 35px rgba(21,128,61,0.35);\r\n}\r\n\r\n.primary-btn:hover{\r\n    background:#22c55e;\r\n    transform:translateY(-5px);\r\n}\r\n\r\n.secondary-btn{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    padding:16px 36px;\r\n    border-radius:60px;\r\n    border:1px solid rgba(255,255,255,0.15);\r\n    color:#fff;\r\n    text-decoration:none;\r\n    font-weight:600;\r\n    transition:0.4s ease;\r\n}\r\n\r\n.secondary-btn:hover{\r\n    background:#fff;\r\n    color:#111;\r\n}\r\n\r\n\/* MOBILE *\/\r\n\r\n@media(max-width:1100px){\r\n\r\n.about-grid{\r\n    grid-template-columns:1fr;\r\n}\r\n\r\n}\r\n\r\n@media(max-width:768px){\r\n\r\n.about-hero,\r\n.about-section,\r\n.stats-section,\r\n.mission-section,\r\n.cta-section{\r\n    padding:80px 5%;\r\n}\r\n\r\n.hero-content h1{\r\n    font-size:48px;\r\n}\r\n\r\n.about-content h2,\r\n.mission-box h2,\r\n.cta-section h2{\r\n    font-size:38px;\r\n}\r\n\r\n.about-highlights{\r\n    grid-template-columns:1fr;\r\n}\r\n\r\n.mission-box{\r\n    padding:40px 30px;\r\n}\r\n\r\n.hero-buttons{\r\n    flex-direction:column;\r\n}\r\n\r\n.primary-btn,\r\n.secondary-btn{\r\n    width:100%;\r\n}\r\n\r\n}\r\n\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<!-- HERO SECTION -->\r\n\r\n<section class=\"about-hero\">\r\n\r\n<div class=\"hero-content\">\r\n\r\n<div class=\"hero-tag\">\r\nABOUT OUR COMPANY\r\n<\/div>\r\n\r\n<h1>\r\nWe Create Powerful <br>\r\nDigital Experiences\r\n<\/h1>\r\n\r\n<p>\r\nWe are a modern digital growth agency helping brands scale with luxury website development, AI automation, Meta advertising, Google ads, SEO strategies, creative branding, and high-converting marketing systems.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- ABOUT SECTION -->\r\n\r\n<section class=\"about-section\">\r\n\r\n<div class=\"about-grid\">\r\n\r\n<!-- IMAGE -->\r\n\r\n<div class=\"about-image\">\r\n\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop\" alt=\"About Us\">\r\n\r\n<\/div>\r\n\r\n<!-- CONTENT -->\r\n\r\n<div class=\"about-content\">\r\n\r\n<h2>\r\nWho We Are\r\n<\/h2>\r\n\r\n<p>\r\nWe are passionate creators, marketers, developers, and strategists dedicated to building premium digital experiences that help businesses grow online.\r\n<\/p>\r\n\r\n<p>\r\nOur focus is on combining modern technology, luxury design, automation systems, and performance marketing to deliver high-impact results for brands and businesses worldwide.\r\n<\/p>\r\n\r\n<div class=\"about-highlights\">\r\n\r\n<div class=\"highlight-box\">\r\n\r\n<div class=\"highlight-icon\">\r\n<i class=\"fa-solid fa-globe\"><\/i>\r\n<\/div>\r\n\r\n<h3>Modern Solutions<\/h3>\r\n\r\n<p>\r\nCreative digital systems built with modern technology and innovation.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<div class=\"highlight-box\">\r\n\r\n<div class=\"highlight-icon\">\r\n<i class=\"fa-solid fa-chart-line\"><\/i>\r\n<\/div>\r\n\r\n<h3>Business Growth<\/h3>\r\n\r\n<p>\r\nStrategies focused on increasing leads, sales, and online visibility.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<div class=\"highlight-box\">\r\n\r\n<div class=\"highlight-icon\">\r\n<i class=\"fa-solid fa-robot\"><\/i>\r\n<\/div>\r\n\r\n<h3>AI Automation<\/h3>\r\n\r\n<p>\r\nAdvanced automation systems designed for efficiency and scaling.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<div class=\"highlight-box\">\r\n\r\n<div class=\"highlight-icon\">\r\n<i class=\"fa-solid fa-pen-ruler\"><\/i>\r\n<\/div>\r\n\r\n<h3>Luxury Branding<\/h3>\r\n\r\n<p>\r\nPremium branding and visual identity for modern businesses.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- STATS SECTION -->\r\n\r\n<section class=\"stats-section\">\r\n\r\n<div class=\"stats-grid\">\r\n\r\n<div class=\"stat-box\">\r\n\r\n<h3>500+<\/h3>\r\n\r\n<p>\r\nProjects Completed\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<div class=\"stat-box\">\r\n\r\n<h3>98%<\/h3>\r\n\r\n<p>\r\nClient Satisfaction\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<div class=\"stat-box\">\r\n\r\n<h3>10M+<\/h3>\r\n\r\n<p>\r\nAd Reach Generated\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<div class=\"stat-box\">\r\n\r\n<h3>24\/7<\/h3>\r\n\r\n<p>\r\nSupport Available\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- MISSION SECTION -->\r\n\r\n<section class=\"mission-section\">\r\n\r\n<div class=\"mission-box\">\r\n\r\n<h2>\r\nOur Mission\r\n<\/h2>\r\n\r\n<p>\r\nOur mission is to help businesses grow faster through premium digital marketing, creative branding, automation systems, and innovative online experiences. We believe every brand deserves a powerful digital presence that creates trust, engagement, and long-term success.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- CTA SECTION -->\r\n\r\n<section class=\"cta-section\">\r\n\r\n<h2>\r\nLet\u2019s Build Something Amazing\r\n<\/h2>\r\n\r\n<p>\r\nTransform your business with luxury digital marketing, premium website development, AI automation, and performance-driven growth strategies.\r\n<\/p>\r\n\r\n<div class=\"hero-buttons\">\r\n\r\n<a href=\"#\" class=\"primary-btn\">\r\nGet Started\r\n<\/a>\r\n\r\n<a href=\"https:\/\/growthyourbusiness.in\/\" class=\"secondary-btn\">\r\nContact Us\r\n<\/a>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\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>About Us ABOUT OUR COMPANY We Create Powerful Digital Experiences We are a modern digital growth agency helping brands scale [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-83","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=\/wp\/v2\/pages\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=83"}],"version-history":[{"count":4,"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=\/wp\/v2\/pages\/83\/revisions"}],"predecessor-version":[{"id":87,"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=\/wp\/v2\/pages\/83\/revisions\/87"}],"wp:attachment":[{"href":"https:\/\/growthyourbusiness.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}