{"id":33,"date":"2025-04-27T20:33:01","date_gmt":"2025-04-27T20:33:01","guid":{"rendered":"https:\/\/aideshitech.com\/services\/"},"modified":"2025-05-02T12:41:59","modified_gmt":"2025-05-02T06:41:59","slug":"services","status":"publish","type":"page","link":"https:\/\/aideshitech.com\/?page_id=33","title":{"rendered":"Services"},"content":{"rendered":"<style>\n\/* Animation Utility *\/\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}<\/p>\n<p>\/* Services Page Body Styles *\/\n.services-page main {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    background: #f5f7fa;\n    color: #1a1a1a;\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}<\/p>\n<p>.services-section {\n    position: relative;\n    padding: 60px 20px;\n    text-align: center;\n    overflow: hidden;\n    background: linear-gradient(180deg, #f5f7fa, #e5e7eb);\n}<\/p>\n<p>.services-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)), url('\/wp-content\/uploads\/2025\/04\/featured-image-0.jpg') no-repeat center\/cover;\n    opacity: 0.4;\n    z-index: 0;\n}<\/p>\n<p>.services-content {\n    position: relative;\n    z-index: 1;\n    max-width: 83%;\n    margin: 0 auto;\n    background: rgba(255, 255, 255, 0.95);\n    padding: 10px;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n}<\/p>\n<p>.services-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1e3a8a;\n    margin-bottom: 15px;\n    animation: fadeInUp 0.8s ease-out;\n}<\/p>\n<p>.services-section p {\n    font-size: 1.1rem;\n    line-height: 1.7;\n    color: #4b5563;\n    margin: 0 auto 10px;\n    animation: fadeInUp 1s ease-out;\n}<\/p>\n<p>.services-section .btn {\n    display: inline-block;\n    padding: 12px 25px;\n    font-size: 1rem;\n    font-weight: 600;\n    border-radius: 50px;\n    text-transform: uppercase;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    animation: fadeInUp 1.2s ease-out;\n}<\/p>\n<p>.services-section .btn-primary {\n    background: #f97316;\n    color: #ffffff;\n    border: none;\n}<\/p>\n<p>.services-section .btn-primary:hover {\n    background: #ea580c;\n    transform: scale(1.05);\n}<\/p>\n<p>\/* Services Grid *\/\n.services-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 20px auto;\n    max-width: 1000px;\n}<\/p>\n<p>.service-card {\n    background: #ffffff;\n    padding: 20px;\n    border-radius: 10px;\n    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    animation: fadeInUp 1.2s ease-out;\n}<\/p>\n<p>.service-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);\n}<\/p>\n<p>.service-card h3 {\n    font-size: 1.6rem;\n    color: #1e3a8a;\n    margin-bottom: 10px;\n}<\/p>\n<p>.service-card p {\n    font-size: 1rem;\n    color: #4b5563;\n}<\/p>\n<p>\/* Why Choose Us Grid *\/\n.why-choose-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 20px auto;\n    max-width: 1000px;\n}<\/p>\n<p>.why-choose-item {\n    background: #f5f7fa;\n    padding: 15px;\n    border-radius: 10px;\n    animation: fadeInUp 1.2s ease-out;\n}<\/p>\n<p>.why-choose-item h3 {\n    font-size: 1.4rem;\n    color: #1e3a8a;\n    margin-bottom: 5px;\n}<\/p>\n<p>.why-choose-item p {\n    font-size: 1rem;\n    color: #4b5563;\n}<\/p>\n<p>\/* Process List *\/\n.process-list {\n    list-style: none;\n    counter-reset: process-counter;\n    max-width: 800px;\n    margin: 20px auto;\n    text-align: left;\n    padding: 0;\n}<\/p>\n<p>.process-list li {\n    font-size: 1.1rem;\n    color: #4b5563;\n    margin-bottom: 15px;\n    padding-left: 40px;\n    position: relative;\n    animation: fadeInUp 1.2s ease-out;\n}<\/p>\n<p>.process-list li::before {\n    counter-increment: process-counter;\n    content: counter(process-counter);\n    position: absolute;\n    left: 0;\n    top: 0;\n    background: #f97316;\n    color: #ffffff;\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 600;\n}<\/p>\n<p>\/* Responsive Design *\/\n@media (max-width: 768px) {\n    .services-section {\n        padding: 40px 15px;\n    }<\/p>\n<p>    .services-content {\n        padding: 20px;\n    }<\/p>\n<p>    .services-section h2 {\n        font-size: 2rem;\n    }<\/p>\n<p>    .services-section p {\n        font-size: 1rem;\n    }<\/p>\n<p>    .services-section .btn {\n        padding: 10px 20px;\n        font-size: 0.9rem;\n    }<\/p>\n<p>    .service-card h3 {\n        font-size: 1.4rem;\n    }<\/p>\n<p>    .why-choose-item h3 {\n        font-size: 1.3rem;\n    }\n}<\/p>\n<p>@media (max-width: 480px) {\n    .services-section {\n        padding: 30px 10px;\n    }<\/p>\n<p>    .services-content {\n        padding: 15px;\n    }<\/p>\n<p>    .services-section h2 {\n        font-size: 1.8rem;\n    }<\/p>\n<p>    .services-section p {\n        font-size: 0.95rem;\n    }<\/p>\n<p>    .services-section .btn {\n        padding: 8px 15px;\n        font-size: 0.85rem;\n    }<\/p>\n<p>    .service-card h3 {\n        font-size: 1.3rem;\n    }<\/p>\n<p>    .why-choose-item h3 {\n        font-size: 1.2rem;\n    }\n}\n<\/style>\n<p><main class=\"services-page\"><br \/>\n    <!-- Overview Section --><\/p>\n<section class=\"services-section\" id=\"services-overview\">\n<div class=\"services-content\">\n<h2>Our Services<\/h2>\n<p>At AiDeshiTech, we deliver transformative AI and technology solutions tailored to your business needs. From advanced AI model training to custom software development, our services empower organizations to thrive in the digital age.<\/p>\n<p>With a focus on innovation, efficiency, and global impact, we combine Bangladesh\u2019s technical expertise with cutting-edge tools to deliver unparalleled results.<\/p>\n<\/p><\/div>\n<\/section>\n<p>    <!-- AI Model Training Section --><\/p>\n<section class=\"services-section\" id=\"ai-model-training\">\n<div class=\"services-content\">\n<h2>AI Model Training<\/h2>\n<p>We build and train custom AI models to tackle your unique challenges, from natural language processing to computer vision. Our expertise ensures high-performance models that drive actionable insights.<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<h3>Custom Model Development<\/h3>\n<p>Design and train bespoke AI models tailored to your industry and data requirements.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>Fine-Tuning &#038; Optimization<\/h3>\n<p>Enhance existing models with advanced techniques to boost accuracy and efficiency.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>Scalable Deployment<\/h3>\n<p>Deploy AI models seamlessly across cloud or on-premises environments.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Intelligent Automation Section --><\/p>\n<section class=\"services-section\" id=\"intelligent-automation\">\n<div class=\"services-content\">\n<h2>Intelligent Automation<\/h2>\n<p>Streamline your operations with intelligent automation solutions that reduce costs and increase productivity. Our automation tools leverage AI to optimize workflows and enhance decision-making.<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<h3>Robotic Process Automation<\/h3>\n<p>Automate repetitive tasks with RPA to free up resources for strategic initiatives.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>AI-Powered Workflows<\/h3>\n<p>Integrate AI into business processes for smarter, faster operations.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>Real-Time Analytics<\/h3>\n<p>Gain insights from automated data processing for proactive decision-making.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Custom Software Development Section --><\/p>\n<section class=\"services-section\" id=\"custom-software\">\n<div class=\"services-content\">\n<h2>Custom Software Development<\/h2>\n<p>We craft bespoke software solutions that align with your business goals, from web and mobile apps to enterprise systems, ensuring scalability and user-centric design.<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<h3>Web &#038; Mobile Apps<\/h3>\n<p>Develop responsive, intuitive applications for seamless user experiences.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>Enterprise Solutions<\/h3>\n<p>Build robust systems to streamline operations and enhance productivity.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>API Integration<\/h3>\n<p>Connect platforms with custom APIs for enhanced functionality.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Data-Driven Solutions Section --><\/p>\n<section class=\"services-section\" id=\"data-solutions\">\n<div class=\"services-content\">\n<h2>Data-Driven Solutions<\/h2>\n<p>Unlock the power of your data with our advanced analytics and AI-driven insights. We provide tools to transform raw data into strategic assets for growth.<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<h3>Data Analytics<\/h3>\n<p>Extract actionable insights with advanced data processing and visualization.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>Predictive Modeling<\/h3>\n<p>Forecast trends and behaviors with AI-powered predictive analytics.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<h3>Data Integration<\/h3>\n<p>Unify disparate data sources for a holistic view of your business.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Why Choose Us Section --><\/p>\n<section class=\"services-section\" id=\"why-choose\">\n<div class=\"services-content\">\n<h2>Why Choose Our Services<\/h2>\n<p>Our services are designed to deliver measurable results, combining innovation with reliability to help your business succeed.<\/p>\n<div class=\"why-choose-grid\">\n<div class=\"why-choose-item\">\n<h3>Tailored Solutions<\/h3>\n<p>Customized services to meet your unique business needs.<\/p>\n<\/p><\/div>\n<div class=\"why-choose-item\">\n<h3>Expert Team<\/h3>\n<p>Skilled professionals with deep AI and tech expertise.<\/p>\n<\/p><\/div>\n<div class=\"why-choose-item\">\n<h3>Global Impact<\/h3>\n<p>Proven results for clients across industries and regions.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Process Section --><\/p>\n<section class=\"services-section\" id=\"process\">\n<div class=\"services-content\">\n<h2>Our Service Delivery Process<\/h2>\n<p>We follow a structured process to ensure high-quality, timely delivery of our services.<\/p>\n<ol class=\"process-list\">\n<li>Discovery: Understand your needs and goals through in-depth consultation.<\/li>\n<li>Design: Create tailored solutions with iterative feedback.<\/li>\n<li>Development: Build and test solutions using cutting-edge technologies.<\/li>\n<li>Deployment: Implement solutions with minimal disruption.<\/li>\n<li>Support: Provide ongoing maintenance and optimization.<\/li>\n<\/ol><\/div>\n<\/section>\n<p>    <!-- CTA Section --><\/p>\n<section class=\"services-section\" id=\"cta\">\n<div class=\"services-content\">\n<h2>Ready to Transform Your Business?<\/h2>\n<p>Contact us today to explore how our AI and technology services can drive your success.<\/p>\n<p>            <a class=\"btn btn-primary\" href=\"\/contact\">Request a Consultation<\/a>\n        <\/div>\n<\/section>\n<p><\/main><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Our Services At AiDeshiTech, we deliver transformative AI and technology solutions tailored to your business needs. From advanced AI model training to custom software development, our services empower organizations to thrive in the digital age. With a focus on innovation, efficiency, and global impact, we combine Bangladesh\u2019s technical expertise with cutting-edge tools to deliver unparalleled [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/aideshitech.com\/index.php?rest_route=\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aideshitech.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aideshitech.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aideshitech.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aideshitech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=33"}],"version-history":[{"count":6,"href":"https:\/\/aideshitech.com\/index.php?rest_route=\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":187,"href":"https:\/\/aideshitech.com\/index.php?rest_route=\/wp\/v2\/pages\/33\/revisions\/187"}],"wp:attachment":[{"href":"https:\/\/aideshitech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}