{"id":2765,"date":"2025-07-18T16:51:10","date_gmt":"2025-07-18T16:51:10","guid":{"rendered":"https:\/\/praveendigitals.in\/?page_id=2765"},"modified":"2025-07-18T17:37:09","modified_gmt":"2025-07-18T17:37:09","slug":"about-us","status":"publish","type":"page","link":"https:\/\/praveendigitals.in\/?page_id=2765","title":{"rendered":"ABOUT US"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2765\" class=\"elementor elementor-2765\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42d540f e-flex e-con-boxed e-con e-parent\" data-id=\"42d540f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16fd35d elementor-widget elementor-widget-html\" data-id=\"16fd35d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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    <title>Digital Marketing Services - Praveen Digitals<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@700&family=Poppins:wght@300;400;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        \/* General Body Styles *\/\r\n        body {\r\n            margin: 0;\r\n            font-family: 'Poppins', sans-serif;\r\n            background-color: #0f0f12;\r\n            color: #e0e0e0;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: flex-start; \/* Align to top to see content better on long pages *\/\r\n            min-height: 100vh;\r\n            padding: 2rem 1rem; \/* Responsive padding *\/\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        \/* Main container *\/\r\n        .services-container {\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            text-align: center;\r\n        }\r\n\r\n        \/* Main Title Styling with animated gradient *\/\r\n        .main-title {\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-size: clamp(2.2rem, 7vw, 4rem); \/* Fluid font size *\/\r\n            font-weight: 700;\r\n            background: linear-gradient(90deg, #00aaff, #ff2f9a, #39ff14, #00aaff);\r\n            background-size: 400% 400%;\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            animation: gradient-flow 10s ease infinite;\r\n            margin-block: 1rem 3rem; \/* Vertical margin *\/\r\n        }\r\n\r\n        @keyframes gradient-flow {\r\n            0% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n            100% { background-position: 0% 50%; }\r\n        }\r\n\r\n        \/* Grid layout for the city cards *\/\r\n        .city-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: clamp(1.5rem, 4vw, 2rem); \/* Fluid gap size *\/\r\n            justify-items: center;\r\n        }\r\n\r\n        \/* Individual city card styling *\/\r\n        .city-card {\r\n            background: rgba(255, 255, 255, 0.05);\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            border-radius: 15px;\r\n            padding: clamp(1.5rem, 5vw, 2rem); \/* Fluid padding *\/\r\n            width: 100%;\r\n            box-sizing: border-box;\r\n            position: relative;\r\n            overflow: hidden;\r\n            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;\r\n            will-change: transform; \/* Performance optimization *\/\r\n        }\r\n\r\n        \/* The glowing orb effect on hover *\/\r\n        .city-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            width: 300px;\r\n            height: 300px;\r\n            background: var(--glow-color, #00aaff);\r\n            border-radius: 50%;\r\n            filter: blur(120px); \/* Increased blur for softer glow *\/\r\n            transform: translate(-50%, -50%) scale(0);\r\n            transition: transform 0.6s cubic-bezier(0.23, 1, 0.320, 1);\r\n            opacity: 0.25;\r\n            z-index: 0;\r\n        }\r\n\r\n        .city-card:hover {\r\n            transform: translateY(-10px) scale(1.03); \/* More dynamic hover effect *\/\r\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);\r\n        }\r\n        \r\n        .city-card:hover::before {\r\n            transform: translate(-50%, -50%) scale(1.2);\r\n        }\r\n\r\n        \/* Ensure content is above the glow *\/\r\n        .card-content {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .city-card h2 {\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-size: clamp(1.5rem, 5vw, 1.8rem); \/* Fluid font size for card titles *\/\r\n            margin-top: 0;\r\n            color: #ffffff;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .city-card p {\r\n            font-size: clamp(0.9rem, 2.5vw, 1rem); \/* Fluid font size for paragraphs *\/\r\n            line-height: 1.7; \/* Increased line-height for better readability *\/\r\n            color: #c0c0c0;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* Assigning different glow colors to each card *\/\r\n        .city-card:nth-child(1) { --glow-color: #00aaff; } \/* Mulugu - Blue *\/\r\n        .city-card:nth-child(2) { --glow-color: #ff2f9a; } \/* Bhupalpally - Pink *\/\r\n        .city-card:nth-child(3) { --glow-color: #39ff14; } \/* Hanamkonda - Green *\/\r\n        .city-card:nth-child(4) { --glow-color: #f9a825; } \/* Warangal - Yellow *\/\r\n        .city-card:nth-child(5) { --glow-color: #9b59b6; } \/* Kazipet - Purple *\/\r\n\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <main class=\"services-container\">\r\n        <h1 class=\"main-title\">Serving the Heart of Telangana<\/h1>\r\n        \r\n        <div class=\"city-grid\">\r\n            <!-- Mulugu Card -->\r\n            <div class=\"city-card\">\r\n                <div class=\"card-content\">\r\n                    <h2>MULUGU<\/h2>\r\n                    <p>Boosting local tourism and businesses with targeted SEO and social media campaigns, connecting the region's natural beauty with a global audience.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Bhupalpally Card -->\r\n            <div class=\"city-card\">\r\n                <div class=\"card-content\">\r\n                    <h2>BHUPALPALLY<\/h2>\r\n                    <p>Empowering industrial and local enterprises through robust B2B digital strategies and performance marketing to drive growth and expand market reach.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Hanamkonda Card -->\r\n            <div class=\"city-card\">\r\n                <div class=\"card-content\">\r\n                    <h2>HANAMKONDA<\/h2>\r\n                    <p>Providing cutting-edge digital solutions for educational institutions and urban businesses, from web development to comprehensive online branding.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Warangal Card -->\r\n            <div class=\"city-card\">\r\n                <div class=\"card-content\">\r\n                    <h2>WARANGAL<\/h2>\r\n                    <p>Fusing heritage with technology, we offer complete digital marketing services to preserve culture and promote modern commerce in the historic city.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Kazipet Card -->\r\n            <div class=\"city-card\">\r\n                <div class=\"card-content\">\r\n                    <h2>KAZIPET<\/h2>\r\n                    <p>Fueling the commercial hub with dynamic e-commerce solutions and local SEO to ensure businesses thrive in this bustling transport and trade junction.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/main>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Digital Marketing Services &#8211; Praveen Digitals Serving the Heart of Telangana MULUGU Boosting local tourism and businesses with targeted SEO and social media campaigns, connecting the region&#8217;s natural beauty with a global audience. BHUPALPALLY Empowering industrial and local enterprises through robust B2B digital strategies and performance marketing to drive growth and expand market reach. HANAMKONDA [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-2765","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Praveen","author_link":"https:\/\/praveendigitals.in\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Digital Marketing Services &#8211; Praveen Digitals Serving the Heart of Telangana MULUGU Boosting local tourism and businesses with targeted SEO and social media campaigns, connecting the region&#8217;s natural beauty with a global audience. BHUPALPALLY Empowering industrial and local enterprises through robust B2B digital strategies and performance marketing to drive growth and expand market reach. HANAMKONDA&hellip;","_links":{"self":[{"href":"https:\/\/praveendigitals.in\/index.php?rest_route=\/wp\/v2\/pages\/2765","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/praveendigitals.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/praveendigitals.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/praveendigitals.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/praveendigitals.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2765"}],"version-history":[{"count":7,"href":"https:\/\/praveendigitals.in\/index.php?rest_route=\/wp\/v2\/pages\/2765\/revisions"}],"predecessor-version":[{"id":2790,"href":"https:\/\/praveendigitals.in\/index.php?rest_route=\/wp\/v2\/pages\/2765\/revisions\/2790"}],"wp:attachment":[{"href":"https:\/\/praveendigitals.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}