diff --git a/assets/css/style-new.css b/assets/css/style-new.css index ecf8338..597f9cb 100644 --- a/assets/css/style-new.css +++ b/assets/css/style-new.css @@ -911,7 +911,6 @@ button.next_arrow { .cmm-inputs-main input, -.cmm-inputs-main select, .cmm-inputs-main textarea { border: none; background-color: transparent; @@ -928,7 +927,6 @@ button.next_arrow { } .cmm-inputs-main input:focus, -.cmm-inputs-main select:focus, .cmm-inputs-main textarea:focus { outline: none; box-shadow: none; @@ -952,10 +950,46 @@ input:-webkit-autofill { } -.cmm-inputs-main select:focus option { +/* .cmm-inputs-main select:focus option { background-color: #555; +} */ + + + +.cmm-inputs-main select { + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + background: transparent url(../images/new-img/arrow-down-bold.svg) no-repeat right 10px center; + background-size: 18px 18px; /* Adjust as per your image size */ + border: none; + border-bottom: 1px solid #4b4b4b; + padding: 12px; + width: 100%; + color: #fff; + font-size: 16px; + cursor: pointer; } +.cmm-inputs-main select:focus { + outline: none; + box-shadow: none; + border-bottom: 1px solid #fff; +} + +.cmm-inputs-main select option { + color: #000; + background-color: #fff; +} + + + + + + + + + .get-in-touch-sec .opts-choose { display: grid; grid-template-columns: repeat(4, 1fr); @@ -3220,6 +3254,10 @@ p.btn-sym { grid-template-columns: repeat(3, 1fr); } + .four-grid .transform-box-main .transform-box .transform-inn-content .mid-para { + min-height: 100%; + } + .mobile-download-main { gap: 30px; } diff --git a/assets/css/style.css b/assets/css/style.css index 970414f..b248484 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1892,7 +1892,7 @@ button.pdf.btn { .home-form .form-group textarea { width: 100%; outline: none; - background: none; + /* background: none; */ resize: none; } diff --git a/assets/images/new-img/arrow-down-bold.svg b/assets/images/new-img/arrow-down-bold.svg new file mode 100644 index 0000000..05a67e6 --- /dev/null +++ b/assets/images/new-img/arrow-down-bold.svg @@ -0,0 +1,3 @@ + diff --git a/assets/images/new-img/cloudify-p.png b/assets/images/new-img/cloudify-p.png new file mode 100644 index 0000000..851fef1 Binary files /dev/null and b/assets/images/new-img/cloudify-p.png differ diff --git a/assets/images/new-img/dayal-logo.png b/assets/images/new-img/dayal-logo.png new file mode 100644 index 0000000..c3022a3 Binary files /dev/null and b/assets/images/new-img/dayal-logo.png differ diff --git a/assets/images/new-img/dayal-p.png b/assets/images/new-img/dayal-p.png new file mode 100644 index 0000000..1e6b540 Binary files /dev/null and b/assets/images/new-img/dayal-p.png differ diff --git a/assets/images/new-img/equilab-logo.png b/assets/images/new-img/equilab-logo.png new file mode 100644 index 0000000..1cc708c Binary files /dev/null and b/assets/images/new-img/equilab-logo.png differ diff --git a/assets/images/new-img/equilab-p.png b/assets/images/new-img/equilab-p.png new file mode 100644 index 0000000..c385579 Binary files /dev/null and b/assets/images/new-img/equilab-p.png differ diff --git a/assets/images/new-img/food-special-p.png b/assets/images/new-img/food-special-p.png new file mode 100644 index 0000000..df66f18 Binary files /dev/null and b/assets/images/new-img/food-special-p.png differ diff --git a/assets/images/new-img/gas-buddy-p.png b/assets/images/new-img/gas-buddy-p.png new file mode 100644 index 0000000..7e9ade4 Binary files /dev/null and b/assets/images/new-img/gas-buddy-p.png differ diff --git a/assets/images/new-img/gotcha-p.png b/assets/images/new-img/gotcha-p.png new file mode 100644 index 0000000..5058d19 Binary files /dev/null and b/assets/images/new-img/gotcha-p.png differ diff --git a/assets/images/new-img/gsf-p.png b/assets/images/new-img/gsf-p.png new file mode 100644 index 0000000..fc940c7 Binary files /dev/null and b/assets/images/new-img/gsf-p.png differ diff --git a/assets/images/new-img/medinet-logo.png b/assets/images/new-img/medinet-logo.png new file mode 100644 index 0000000..0f17f11 Binary files /dev/null and b/assets/images/new-img/medinet-logo.png differ diff --git a/assets/images/new-img/medinet-p.png b/assets/images/new-img/medinet-p.png new file mode 100644 index 0000000..1467ea5 Binary files /dev/null and b/assets/images/new-img/medinet-p.png differ diff --git a/assets/images/new-img/pink-bout-logo.png b/assets/images/new-img/pink-bout-logo.png new file mode 100644 index 0000000..354723c Binary files /dev/null and b/assets/images/new-img/pink-bout-logo.png differ diff --git a/assets/images/new-img/pink-bout-p.png b/assets/images/new-img/pink-bout-p.png new file mode 100644 index 0000000..06da933 Binary files /dev/null and b/assets/images/new-img/pink-bout-p.png differ diff --git a/assets/images/new-img/plum-logo.png b/assets/images/new-img/plum-logo.png new file mode 100644 index 0000000..31a1717 Binary files /dev/null and b/assets/images/new-img/plum-logo.png differ diff --git a/assets/images/new-img/plum-p.png b/assets/images/new-img/plum-p.png new file mode 100644 index 0000000..b0aaec4 Binary files /dev/null and b/assets/images/new-img/plum-p.png differ diff --git a/assets/images/new-img/prosperty-p.png b/assets/images/new-img/prosperty-p.png new file mode 100644 index 0000000..d5745a7 Binary files /dev/null and b/assets/images/new-img/prosperty-p.png differ diff --git a/assets/images/new-img/reforma-logo.png b/assets/images/new-img/reforma-logo.png new file mode 100644 index 0000000..80209c1 Binary files /dev/null and b/assets/images/new-img/reforma-logo.png differ diff --git a/assets/images/new-img/reforma-p.png b/assets/images/new-img/reforma-p.png new file mode 100644 index 0000000..57b34fc Binary files /dev/null and b/assets/images/new-img/reforma-p.png differ diff --git a/assets/images/new-img/regroup-p.png b/assets/images/new-img/regroup-p.png new file mode 100644 index 0000000..198cb85 Binary files /dev/null and b/assets/images/new-img/regroup-p.png differ diff --git a/assets/images/new-img/sai-p.png b/assets/images/new-img/sai-p.png new file mode 100644 index 0000000..a528c5c Binary files /dev/null and b/assets/images/new-img/sai-p.png differ diff --git a/assets/images/new-img/tc-p.png b/assets/images/new-img/tc-p.png new file mode 100644 index 0000000..29e258a Binary files /dev/null and b/assets/images/new-img/tc-p.png differ diff --git a/pages/homepage.php b/pages/homepage.php index 5c4b111..5e77ed3 100644 --- a/pages/homepage.php +++ b/pages/homepage.php @@ -1133,6 +1133,7 @@ +
Hybrid App Development
-Transforming concepts into captivating mobile experiences with our expert - App - developments Service
+Combine web app flexibility and native app power to deliver outstanding + mobile solutions, tailored to business needs. +
Native App Development
-Transforming concepts into captivating mobile experiences with our expert - App - developments Service
+Develop fully-optimized apps tapping into the very best of what iOS or + Android has to offer, for incredible performance and satisfied users. +
Progressive Web Apps (PWA)
-Transforming concepts into captivating mobile experiences with our expert - App - developments Service
+Bridge between web and mobile with PWAs that deliver great app-like + experience, ensuring an accessible and faster experience on all devices.
Why Choose WDIPL for your
next AI project?
"Choose WDIPL for your next project and experience excellence in web development. - With a proven track record of delivering innovative solutions, WDIPL combines cutting-edge - technology, skilled professionals, and a client-centric approach to bring your vision to life.
-From custom web applications to e-commerce platforms, WDIPL is committed to - delivering high-quality
+Modernize Your Legacy Systems With WDI's Application + Modernization
+Feeling held back by the datedness of your system? Upgrade into scalable solutions, + future-ready, from the WDI application modernization service. Our experts get things streamlined, + improve performance, and are ready for tomorrow's demand. +
diff --git a/pages/portfolio.php b/pages/portfolio.php index 94b492b..6e412b5 100644 --- a/pages/portfolio.php +++ b/pages/portfolio.php @@ -359,6 +359,8 @@
@@ -410,6 +412,822 @@
+
+ India's First Fractional Investment Platform
+Your Pathway to Passive Income.
++ Prosperty, a cutting-edge online platform, revolutionizes the way investors engage with + real estate. Our mission is to democratize access to high-quality, Grade A commercial + properties, residential properties and luxury destination homes. +
+Technologies
+
+
+
+
+ Best L1 Public Blockchain
+Unlimited Object Chains. Scaling in parallel
++ The first green blockchain platform in the world, Rubix is a shared, decentralized and + secure Web3 and Web5 platform designed to eliminate the limitations and setbacks of + traditional blockchains. +
+Technologies
+
+
+
+
+ Best L1 Public Blockchain
+Unlimited Object Chains. Scaling in parallel
++ The first green blockchain platform in the world, Rubix is a shared, decentralized and + secure Web3 and Web5 platform designed to eliminate the limitations and setbacks of + traditional blockchains. +
+Technologies
+
+
+
+
+ Best L1 Public Blockchain
+Unlimited Object Chains. Scaling in parallel
++ The first green blockchain platform in the world, Rubix is a shared, decentralized and + secure Web3 and Web5 platform designed to eliminate the limitations and setbacks of + traditional blockchains. +
+Technologies
+
+
+
+
+ Unite Sports Fans from Around the World with Regroup
+Connect, Share, and Join Teams Around the World
++ Break all barriers in sports networking. Regroup aggregates sports fans + and teams and lets you communicate, collaborate, and keep track of events in one active + space +
+Technologies
+
+
+
+
+ Empower India's Millennials & Gen Z with Smarter Investments
+Seamless Investment, Ultra-personalized financial planning
++ Unlock a new dimension of investment decisions in the booming Indian + market. With every move handcrafted for your unique needs, Trader Circuit ensures every + step is nailed to your financial future. +
+Technologies
+
+
+
+
+ Best L1 Public Blockchain
+Unlimited Object Chains. Scaling in parallel
++ The first green blockchain platform in the world, Rubix is a shared, decentralized and + secure Web3 and Web5 platform designed to eliminate the limitations and setbacks of + traditional blockchains. +
+Technologies
+
+
+
+
+ That'l get you noticed for all the right reasons
+That'l get you noticed for all the right reasons
++ Shop smokin’ hot celeb-inspired clothing at competitive prices using the all-new Pink + Boutique app. At PB you’ll find the *sexiest* party dresses and other gorgeous styles +
+Technologies
+
+
+
+
+ One-stop, online mental well-being platform
+Offering a diverse range of services
++ Plumm is a one-stop, online mental well-being solution offering a diverse range of + services to clients worldwide. Ensuring that your workforce receives the support they + need is now easier than ever before +
+Technologies
+
+
+
+
+ Equliab - World’s leading app for equestrians
+Empowering equestrians everywhere
++ Equilab empowers you to track your rides and connect with other equestrians, so you and + your horse can enjoy riding even more +
+Technologies
+
+
+
+
+ Medinet - Bridging the healthcare experience gap
+With software solutions
++ The Medinet Patient App allows you to:- Consult with an actual doctor for scripts and + medical certificates- Book an appointment with medical centres on our platform- Self + check-in of your appointment using your personal QR code with medical centres on our + platform +
+Technologies
+
+
+
+
+ GSF - Most Advanced Fitness Tracking System
+AI/ML Algorithms and IoT Integrated Fitness App Fitness
++ Transform your fitness journey with GetSetFit, your ultimate companion for achieving + your health and wellness goals. GetSetFit provides you with all the tools, guidance, and + motivation you need to lead a healthier and more active lifestyle. +
+Technologies
+
+
+
+
+ Dayal + India's Premier Corporate Travel +
+Making every step of your travel
++ Experience smooth + Dayal Tours & Travels ( I ) Pvt. Ltd. is a leading Corporate Travel Management Company + with an annual turnover of 300+ crore that believes in the policy of 'Money saved is + Money earned' catering to 100+ high end corporates & A+ categories of production & media + houses. + +
+Technologies
+
+
+
+
+ No 1 Suzuki Car Seller in India
+Maruti Suzuki Arena & Nexa cars Authorised Dealer Sai Service
++ The Sai Service Group is the largest selling Maruti Suzuki dealership in India and has a + presence in Pune, Kolhapur, Mumbai, Goa, Telengana and Kerala. The Sai Service Group + started its journey in 1985 and has completed 34 years in the market till now. +
+Technologies
+
+
+
+
+ Spain's Largest Renovation Service Platform
+Big Data Will Come here
++ The platform offers robust data organization capabilities, allowing users to categorize + and structure files based on projects. This ensures efficient retrieval and management + of design data. +
+Technologies
+
+
+ Our Fintech Services
-The financial industry is undergoing a paradigm shift with technology - at its - core. From - digital wallets to blockchain-enabled secure transactions, fintech is reshaping how - businesses - and - individuals handle money
+We develop state-of-the-art fintech applications that make operations + easier, enhance the security of transactions, and improve efficiency. From digital wallets + and blockchain integration to scalable lending platforms, our customised solutions meet your + unique business requirements-future-proof, secure, and scalable.
Digital Wallet Development
-Over 1,000 articles on emerging tech trends and breakthroughs. +
We build secure, customised digital wallets with frictionless + integration and compliance-first architecture, thus enabling smooth transactions for + both your business and customers.
Digital Wallet Development
-Over 1,000 articles on emerging tech trends and breakthroughs. +
Blockchain Solutions
+Unlock the potential of blockchain using features such as + transparency, trust, and automation by smart contracts and cryptocurrency.
Digital Wallet Development
-Over 1,000 articles on emerging tech trends and breakthroughs. +
Payment Gateway Integration
+An easy payment gateway is designed to be efficient and compliant, + with user-friendly interfaces to ensure secure transactions.
Digital Wallet Development
-Over 1,000 articles on emerging tech trends and breakthroughs. +
Robo-Advisory Solutions
+Financial planning through AI-powered robo advisory solutions + optimised with advanced algorithms toward attaining specific goals on individual + investment.
Digital Wallet Development
-Over 1,000 articles on emerging tech trends and breakthroughs. +
Banking Solution
+Scaling up into high-performance and customer-centric banking + operations through scalable security.
Digital Wallet Development
-Over 1,000 articles on emerging tech trends and breakthroughs. +
Lending Platform
+Develop lending platforms with comprehensive features for loan + origination, management, and repayment, but most of all, a user experience.
Let's Start Your Game-Changing Product Development Journey
-Your concept needs an iOS app to give results. Whether it is building a - breathtaking user experience or a secure, high-performing app, we turn your vision into reality. - Every step from the custom iOS development process to App Store deployment is planned to bring - success.
+Is your product future-ready? Allow WDI's expert team to enhance and fine-tune + your + product so that you may scale it for rapid changing market requirements. You can develop wiser, + quicker, and more agile with our service.