<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>amratricare - Take Your Online Store to New Heights with amratricare's Expertise</title>

    <script src="https://cdn.tailwindcss.com"></script>
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">

    <style>
        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        .gradient-text {
            background: linear-gradient(135deg, var(--tw-gradient-from), var(--tw-gradient-to));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .glass-effect {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .hover-lift {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .hover-lift:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        .animate-float {
            animation: float 6s ease-in-out infinite;
        }

        .pattern-dots {
            background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
            background-size: 20px 20px;
        }

        .section-divider {
            position: relative;
            overflow: hidden;
        }

        .section-divider::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -10%;
            width: 120%;
            height: 200%;
            background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,0.03) 50%, transparent 55%);
            transform: rotate(-5deg);
        }
    </style>
    <link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">

<nav class="bg-gradient-to-r from-rose-600 to-red-600 text-white fixed w-full z-50 top-0">
    <div class="max-w-screen-xl mx-auto px-6 py-2 flex items-center justify-between">
        <a href="./" class="flex items-center space-x-3">
            <span class="text-3xl font-black tracking-tight">amratricare</span>
            <span class="px-3 py-1 text-xs font-semibold uppercase bg-white/20 rounded-full">Since 2021</span>
        </a>
        <div class="hidden md:flex items-center space-x-8">
            <a href="#services" class="font-semibold hover:text-white/80 transition">Services</a>
            <a href="#features" class="font-semibold hover:text-white/80 transition">Features</a>
            <a href="#about" class="font-semibold hover:text-white/80 transition">About</a>
            <a href="#testimonials" class="font-semibold hover:text-white/80 transition">Testimonials</a>
        </div>
        <div class="hidden md:flex items-center space-x-4">
            <a href="mailto:email@amratricare.com" class="text-sm text-white/80">email@amratricare.com</a>
            <a href="#contact" class="px-6 py-3 bg-white text-rose-600 font-bold rounded-full shadow-lg hover:shadow-xl transition">Book a Call</a>
        </div>
        <button data-collapse-toggle="navbar-14" type="button" class="md:hidden inline-flex items-center justify-center w-11 h-11 rounded-xl bg-white/10">
            <svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
            </svg>
        </button>
    </div>
    <div class="hidden bg-white text-gray-900" id="navbar-14">
        <div class="px-6 py-4 space-y-4">
            <a href="#services" class="block font-semibold">Services</a>
            <a href="#features" class="block font-semibold">Features</a>
            <a href="#about" class="block font-semibold">About</a>
            <a href="#testimonials" class="block font-semibold">Testimonials</a>
            <a href="#contact" class="inline-flex justify-center items-center w-full px-5 py-3 rounded-lg bg-gradient-to-r from-rose-600 to-red-600 text-white font-semibold">Book a Call</a>
        </div>
    </div>
</nav>

<section class="mt-16 bg-gradient-to-b from-gray-50 to-white">
    <div class="max-w-screen-xl mx-auto px-4 pt-20 pb-32 lg:pt-32 lg:pb-48">
        <div class="text-center mb-16">
            <span class="inline-block mb-6">
                <span class="px-8 py-3 bg-gradient-to-r from-rose-600 to-red-600 text-white font-black text-sm uppercase tracking-widest rounded-full shadow-lg">
                    Performance Enhancers                </span>
            </span>
            
            <h1 class="text-4xl md:text-5xl lg:text-6xl font-black text-gray-900 mb-8 leading-[0.95] max-w-5xl mx-auto">
                Take Your Online Store to New Heights with amratricare's Expertise            </h1>
            
            <p class="text-xl md:text-2xl text-gray-600 max-w-3xl mx-auto mb-12 font-light">
                Transform your eCommerce business with our advanced digital marketing techniques. Achieve eCommerce success with our comprehensive marketing services. Empower your eCommerce business with our innovative marketing strategies.            </p>
            
            <div class="flex flex-col sm:flex-row gap-4 justify-center mb-16">
                <a href="#contact" class="px-8 py-4 bg-gradient-to-r from-rose-600 to-red-600 text-white font-bold text-lg rounded-full hover:shadow-2xl hover:scale-105 transition-all">
                    Join the eCommerce Revolution                </a>
                <a href="#services" class="px-8 py-4 bg-white text-gray-900 font-bold text-lg rounded-full border-2 border-gray-300 hover:border-rose-600 hover:text-rose-600 transition-all">
                    Learn More
                </a>
            </div>
            
            <div class="flex items-center justify-center space-x-8 text-sm text-gray-600">
                <div class="flex items-center space-x-2">
                    <i class="fas fa-check-circle text-green-500"></i>
                    <span>Free trial</span>
                </div>
                <div class="flex items-center space-x-2">
                    <i class="fas fa-check-circle text-green-500"></i>
                    <span>No credit card</span>
                </div>
                <div class="flex items-center space-x-2">
                    <i class="fas fa-check-circle text-green-500"></i>
                    <span>Cancel anytime</span>
                </div>
            </div>
        </div>
        
        <div class="relative max-w-6xl mx-auto">
            <div class="absolute -inset-8 bg-gradient-to-r from-rose-600 to-red-600 rounded-3xl blur-3xl opacity-20"></div>
            <div class="relative bg-white rounded-2xl shadow-2xl p-3 border-8 border-white">
                <img src="https://images.pexels.com/photos/35493218/pexels-photo-35493218.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Product" class="w-full rounded-xl">
            </div>
        </div>
    </div>
</section>


<section class="bg-white py-16">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
            <div>
                <div class="text-4xl font-extrabold text-rose-600 mb-2">500+</div>
                <div class="text-gray-600">Happy Clients</div>
            </div>
            <div>
                <div class="text-4xl font-extrabold text-rose-600 mb-2">98%</div>
                <div class="text-gray-600">Satisfaction Rate</div>
            </div>
            <div>
                <div class="text-4xl font-extrabold text-rose-600 mb-2">24/7</div>
                <div class="text-gray-600">Support Available</div>
            </div>
            <div>
                <div class="text-4xl font-extrabold text-rose-600 mb-2">15+</div>
                <div class="text-gray-600">Years Experience</div>
            </div>
        </div>
    </div>
</section>

<section class="relative bg-gray-900 py-20 overflow-hidden" id="services">
    <div class="absolute inset-0 bg-gradient-to-br from-rose-900/20 to-red-900/20"></div>
    
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="text-center mb-16">
            <span class="inline-block px-4 py-2 bg-white/10 text-white rounded-full text-sm font-semibold mb-4">Services</span>
            <h2 class="text-5xl font-extrabold text-white mb-4"></h2>
            <p class="text-xl text-gray-300 max-w-2xl mx-auto">Professional solutions for every need</p>
        </div>
        
        <div class="grid md:grid-cols-3 gap-6">
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-briefcase text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service</h3>
                <p class="text-gray-300 leading-relaxed">Service description</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-chart-line text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service</h3>
                <p class="text-gray-300 leading-relaxed">Service description</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-handshake text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service</h3>
                <p class="text-gray-300 leading-relaxed">Service description</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-building text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service</h3>
                <p class="text-gray-300 leading-relaxed">Service description</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-users text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service</h3>
                <p class="text-gray-300 leading-relaxed">Service description</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-trophy text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service</h3>
                <p class="text-gray-300 leading-relaxed">Service description</p>
            </div>
                    </div>
    </div>
</section>

<section class="py-20 bg-gray-900 text-white" id="testimonials">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-16">
            <span class="inline-block px-5 py-2 bg-white/10 backdrop-blur-sm border border-white/20 rounded-full text-sm font-semibold mb-6">
                Testimonials
            </span>
            <h2 class="text-5xl md:text-6xl font-black mb-4">What Our Clients Say</h2>
        </div>
        <div class="grid md:grid-cols-3 gap-8">
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                    </div>
                <p class="text-gray-300 mb-6 leading-relaxed">
                    "Outstanding service and exceptional results. Highly recommended for anyone seeking excellence."
                </p>
                <div class="flex items-center gap-4">
                    <img src="https://randomuser.me/api/portraits/men/88.jpg" alt="John Anderson" class="w-12 h-12 rounded-full object-cover border-2 border-white/20">
                    <div>
                        <div class="font-bold text-white">John Anderson</div>
                        <div class="text-sm text-gray-400">CEO, Success Corp</div>
                    </div>
                </div>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                    </div>
                <p class="text-gray-300 mb-6 leading-relaxed">
                    "Professional team that delivers beyond expectations. True partners in our success."
                </p>
                <div class="flex items-center gap-4">
                    <img src="https://randomuser.me/api/portraits/men/44.jpg" alt="Sarah Williams" class="w-12 h-12 rounded-full object-cover border-2 border-white/20">
                    <div>
                        <div class="font-bold text-white">Sarah Williams</div>
                        <div class="text-sm text-gray-400">Director, Growth Enterprises</div>
                    </div>
                </div>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                    </div>
                <p class="text-gray-300 mb-6 leading-relaxed">
                    "Transformed our operations completely. ROI was evident within the first month."
                </p>
                <div class="flex items-center gap-4">
                    <img src="https://randomuser.me/api/portraits/men/13.jpg" alt="Michael Davis" class="w-12 h-12 rounded-full object-cover border-2 border-white/20">
                    <div>
                        <div class="font-bold text-white">Michael Davis</div>
                        <div class="text-sm text-gray-400">Founder, Innovation Hub</div>
                    </div>
                </div>
            </div>
                    </div>
    </div>
</section>


<section class="bg-gray-900 py-24" id="features">
    <div class="max-w-screen-xl mx-auto px-4">
        <h2 class="text-6xl font-black text-white text-center mb-20">Everything You Need</h2>
        
        <div class="grid lg:grid-cols-3 gap-12">
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-rose-600 rounded-lg flex items-center justify-center mb-6">
                    <i class="fas fa-bolt text-white text-xl"></i>
                </div>
                <h3 class="text-2xl font-bold text-white mb-4">Lightning Fast</h3>
                <p class="text-gray-400">Optimized for maximum speed and performance</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-rose-600 rounded-lg flex items-center justify-center mb-6">
                    <i class="fas fa-lock text-white text-xl"></i>
                </div>
                <h3 class="text-2xl font-bold text-white mb-4">Bank-Level Security</h3>
                <p class="text-gray-400">Enterprise-grade protection for your data</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-rose-600 rounded-lg flex items-center justify-center mb-6">
                    <i class="fas fa-mobile-alt text-white text-xl"></i>
                </div>
                <h3 class="text-2xl font-bold text-white mb-4">Mobile Ready</h3>
                <p class="text-gray-400">Perfect experience on any device</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-rose-600 rounded-lg flex items-center justify-center mb-6">
                    <i class="fas fa-sync text-white text-xl"></i>
                </div>
                <h3 class="text-2xl font-bold text-white mb-4">Auto Updates</h3>
                <p class="text-gray-400">Always up-to-date with latest features</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-rose-600 rounded-lg flex items-center justify-center mb-6">
                    <i class="fas fa-users text-white text-xl"></i>
                </div>
                <h3 class="text-2xl font-bold text-white mb-4">Team Collaboration</h3>
                <p class="text-gray-400">Work together seamlessly</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-rose-600 rounded-lg flex items-center justify-center mb-6">
                    <i class="fas fa-chart-bar text-white text-xl"></i>
                </div>
                <h3 class="text-2xl font-bold text-white mb-4">Analytics</h3>
                <p class="text-gray-400">Deep insights into your performance</p>
            </div>
                    </div>
    </div>
</section>


<section class="relative py-24 overflow-hidden bg-white" id="about">
    <div class="absolute inset-0 bg-gradient-to-br from-rose-50/30 via-transparent to-red-50/30"></div>
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="grid lg:grid-cols-2 gap-16 items-center">
            <div class="order-2 lg:order-1">
                <div class="inline-flex items-center gap-2 px-4 py-2 bg-rose-100 text-rose-700 rounded-full text-sm font-semibold mb-6">
                    <i class="fas fa-sparkles"></i>
                    Performance Enhancers                </div>
                <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-6 leading-tight">
                    Drive Sustainable Growth with Our Expert eCommerce Solutions                </h2>
                <div class="space-y-4 mb-8">
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Experience the profound impact of as ecommerce experts, we know that understanding your target audience is key to driving sales and revenue. our digital marketing agency offers a range of solutions designed to help you connect with your target customers, from personalized email marketing campaigns to influencer partnerships and more. with our help, you can build lasting relationships with your customers and achieve long-term growth for your business. on your journey.                    </p>
                </div>
                <div class="grid grid-cols-2 gap-6 mb-8">
                    <div class="p-6 bg-gradient-to-br from-rose-50 to-white rounded-2xl border border-rose-100">
                        <div class="text-3xl font-black text-rose-600 mb-2">15+</div>
                        <div class="text-sm text-gray-600 font-semibold">Years Experience</div>
                    </div>
                    <div class="p-6 bg-gradient-to-br from-red-50 to-white rounded-2xl border border-red-100">
                        <div class="text-3xl font-black text-red-600 mb-2">500+</div>
                        <div class="text-sm text-gray-600 font-semibold">Happy Clients</div>
                    </div>
                </div>
                <a href="#contact" class="inline-flex items-center gap-3 px-8 py-4 bg-gradient-to-r from-rose-600 to-red-600 text-white font-bold rounded-xl hover:shadow-2xl hover:scale-105 transition-all">
                    Find More Answers                    <i class="fas fa-arrow-right"></i>
                </a>
            </div>
            <div class="order-1 lg:order-2 relative">
                <div class="relative z-10">
                    <div class="absolute -inset-6 bg-gradient-to-r from-rose-400 to-red-500 rounded-3xl blur-3xl opacity-30"></div>
                    <img src="https://images.pexels.com/photos/35454190/pexels-photo-35454190.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="About" class="relative rounded-3xl shadow-2xl border-4 border-white">
                </div>
                <div class="absolute -bottom-6 -left-6 w-32 h-32 bg-rose-200 rounded-full blur-2xl opacity-50"></div>
                <div class="absolute -top-6 -right-6 w-40 h-40 bg-red-200 rounded-full blur-2xl opacity-50"></div>
            </div>
        </div>
    </div>
</section>


<section class="py-24 bg-gray-900 text-white" id="blog">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-16">
            <div class="inline-flex items-center gap-4 px-8 py-4 bg-white/10 backdrop-blur-sm border-2 border-white/20 rounded-2xl mb-6">
                <i class="fas fa-newspaper text-rose-400 text-3xl"></i>
                <span class="text-white font-black text-3xl">BLOG</span>
            </div>
            <h2 class="text-6xl md:text-7xl font-black mb-4">Latest Articles</h2>
        </div>
        <div class="space-y-8">
                        <article class="group flex flex-col md:flex-row gap-6 bg-white/5 backdrop-blur-md border border-white/10 rounded-2xl p-6 hover:bg-white/10 transition-all hover:border-rose-500/50">
                <div class="w-full md:w-1/3 relative overflow-hidden rounded-xl">
                    <img src="https://images.pexels.com/photos/208512/pexels-photo-208512.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="10 Essential Tips for Business Growth" class="w-full h-48 md:h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute top-3 left-3">
                        <span class="px-3 py-1 bg-rose-600 text-white text-xs font-black rounded-lg">Business</span>
                    </div>
                </div>
                <div class="w-full md:w-2/3 flex flex-col justify-center">
                    <div class="flex items-center gap-4 mb-3">
                        <span class="text-4xl font-black text-gray-600">01</span>
                        <span class="text-sm text-gray-400">January 1, 2026</span>
                    </div>
                    <h3 class="text-3xl font-black mb-3 group-hover:text-rose-300 transition-colors">
                        <a href="/blog/10-essential-tips-for-business-growth/">10 Essential Tips for Business Growth</a>
                    </h3>
                    <p class="text-gray-300 mb-4 leading-relaxed line-clamp-2">Discover proven strategies to accelerate your business growth and achieve sustainable success in today's competitive mar...</p>
                    <a href="/blog/10-essential-tips-for-business-growth/" class="inline-flex items-center gap-2 px-5 py-2.5 bg-rose-600 text-white font-black rounded-lg hover:bg-rose-700 transition-all w-fit">
                        Read Article
                        <i class="fas fa-arrow-right"></i>
                    </a>
                </div>
            </article>
                        <article class="group flex flex-col md:flex-row gap-6 bg-white/5 backdrop-blur-md border border-white/10 rounded-2xl p-6 hover:bg-white/10 transition-all hover:border-rose-500/50">
                <div class="w-full md:w-1/3 relative overflow-hidden rounded-xl">
                    <img src="https://images.pexels.com/photos/35528721/pexels-photo-35528721.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="The Future of Digital Innovation" class="w-full h-48 md:h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute top-3 left-3">
                        <span class="px-3 py-1 bg-rose-600 text-white text-xs font-black rounded-lg">Innovation</span>
                    </div>
                </div>
                <div class="w-full md:w-2/3 flex flex-col justify-center">
                    <div class="flex items-center gap-4 mb-3">
                        <span class="text-4xl font-black text-gray-600">02</span>
                        <span class="text-sm text-gray-400">December 27, 2025</span>
                    </div>
                    <h3 class="text-3xl font-black mb-3 group-hover:text-rose-300 transition-colors">
                        <a href="/blog/the-future-of-digital-innovation/">The Future of Digital Innovation</a>
                    </h3>
                    <p class="text-gray-300 mb-4 leading-relaxed line-clamp-2">Explore emerging trends and technologies that are shaping the future of digital innovation and transforming industries.</p>
                    <a href="/blog/the-future-of-digital-innovation/" class="inline-flex items-center gap-2 px-5 py-2.5 bg-rose-600 text-white font-black rounded-lg hover:bg-rose-700 transition-all w-fit">
                        Read Article
                        <i class="fas fa-arrow-right"></i>
                    </a>
                </div>
            </article>
                        <article class="group flex flex-col md:flex-row gap-6 bg-white/5 backdrop-blur-md border border-white/10 rounded-2xl p-6 hover:bg-white/10 transition-all hover:border-rose-500/50">
                <div class="w-full md:w-1/3 relative overflow-hidden rounded-xl">
                    <img src="https://images.pexels.com/photos/6998272/pexels-photo-6998272.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Maximizing Your Marketing ROI" class="w-full h-48 md:h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute top-3 left-3">
                        <span class="px-3 py-1 bg-rose-600 text-white text-xs font-black rounded-lg">Marketing</span>
                    </div>
                </div>
                <div class="w-full md:w-2/3 flex flex-col justify-center">
                    <div class="flex items-center gap-4 mb-3">
                        <span class="text-4xl font-black text-gray-600">03</span>
                        <span class="text-sm text-gray-400">December 22, 2025</span>
                    </div>
                    <h3 class="text-3xl font-black mb-3 group-hover:text-rose-300 transition-colors">
                        <a href="/blog/maximizing-your-marketing-roi/">Maximizing Your Marketing ROI</a>
                    </h3>
                    <p class="text-gray-300 mb-4 leading-relaxed line-clamp-2">Learn how to measure and improve your marketing return on investment with data-driven strategies and best practices.</p>
                    <a href="/blog/maximizing-your-marketing-roi/" class="inline-flex items-center gap-2 px-5 py-2.5 bg-rose-600 text-white font-black rounded-lg hover:bg-rose-700 transition-all w-fit">
                        Read Article
                        <i class="fas fa-arrow-right"></i>
                    </a>
                </div>
            </article>
                    </div>
        <div class="text-center mt-12">
            <a href="blog/" class="inline-flex items-center gap-3 px-10 py-5 bg-white text-gray-900 font-black rounded-full hover:bg-gray-100 transition-all shadow-2xl">
                View All Articles
                <i class="fas fa-arrow-right"></i>
            </a>
        </div>
    </div>
</section>


<section class="relative py-24 bg-gradient-to-br from-rose-600 to-red-600 overflow-hidden">
    <div class="absolute inset-0 opacity-10" style="background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0); background-size: 40px 40px;"></div>
    <div class="max-w-4xl mx-auto px-4 text-center relative z-10">
        <div class="inline-flex items-center gap-2 px-5 py-2.5 bg-white/20 backdrop-blur-sm border border-white/30 text-white rounded-full text-sm font-semibold mb-6">
            <i class="fas fa-rocket"></i>
            Get Started Today
        </div>
        <h2 class="text-5xl md:text-6xl font-black text-white mb-6">Ready to Get Started?</h2>
        <p class="text-xl text-white/90 mb-10 max-w-2xl mx-auto">Join thousands of satisfied clients and transform your business today</p>
        <div class="flex flex-col sm:flex-row gap-6 justify-center">
            <a href="#contact" class="group px-12 py-6 bg-white text-rose-600 font-black text-lg rounded-full hover:shadow-2xl transition-all flex items-center justify-center gap-3">
                Get Started Now
                <i class="fas fa-arrow-right group-hover:translate-x-2 transition-transform"></i>
            </a>
            <a href="#services" class="px-12 py-6 bg-white/10 backdrop-blur-sm border-2 border-white/30 text-white font-black text-lg rounded-full hover:bg-white/20 transition-all">
                Learn More
            </a>
        </div>
    </div>
</section>

<section class="bg-gradient-to-br from-gray-50 to-white py-20" id="contact">
    <div class="max-w-screen-md mx-auto px-4">
        <div class="text-center mb-12">
            <div class="inline-block px-4 py-2 mb-4 bg-rose-100 text-rose-800 rounded-full text-sm font-semibold">
                Get In Touch
            </div>
            <h2 class="text-4xl md:text-5xl font-extrabold text-gray-900 mb-4">Say Hello</h2>
            <p class="text-xl text-gray-600">Fill out the form below and our team will get back to you within 24 hours</p>
        </div>
        
        <form action="#" class="bg-white p-8 md:p-10 rounded-3xl shadow-2xl border border-gray-100">
            <div class="grid md:grid-cols-2 gap-6 mb-6">
                <div>
                    <label for="name" class="block mb-2 text-sm font-semibold text-gray-900">First Name</label>
                    <input type="text" id="name" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="John" required>
                </div>
                <div>
                    <label for="lastname" class="block mb-2 text-sm font-semibold text-gray-900">Last Name</label>
                    <input type="text" id="lastname" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="Doe" required>
                </div>
            </div>
            
            <div class="mb-6">
                <label for="email" class="block mb-2 text-sm font-semibold text-gray-900">Email Address</label>
                <input type="email" id="email" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="john@example.com" required>
            </div>
            
            <div class="mb-6">
                <label for="subject" class="block mb-2 text-sm font-semibold text-gray-900">Subject</label>
                <select id="subject" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5">
                    <option selected>Choose a topic</option>
                    <option value="general">General Inquiry</option>
                    <option value="support">Customer Support</option>
                    <option value="sales">Sales Question</option>
                    <option value="feedback">Feedback</option>
                </select>
            </div>
            
            <div class="mb-6">
                <label for="message" class="block mb-2 text-sm font-semibold text-gray-900">Message</label>
                <textarea id="message" rows="6" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="Your message here..." required></textarea>
            </div>
            
            <button type="submit" class="w-full py-4 text-base font-bold text-white bg-gradient-to-r from-rose-600 to-red-600 rounded-lg hover:shadow-xl transition-all">
                Send Message →
            </button>
        </form>
        
        <div class="grid md:grid-cols-3 gap-6 mt-12 text-center">
            <div class="p-4">
                <div class="w-12 h-12 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-phone text-rose-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">+1-424-728-1567</p>
            </div>
            <div class="p-4">
                <div class="w-12 h-12 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-envelope text-rose-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">email@amratricare.com</p>
            </div>
            <div class="p-4">
                <div class="w-12 h-12 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-map-marker-alt text-rose-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">735 Houston Street, Dallas, TX 75201</p>
            </div>
        </div>
    </div>
</section>


<footer class="bg-gradient-to-r from-gray-900 via-black to-gray-900 text-white">
    <div class="max-w-screen-xl mx-auto px-6 py-16">
        <div class="grid md:grid-cols-5 gap-10">
            <div class="md:col-span-2 space-y-5">
                <a href="./" class="inline-flex items-center space-x-3">
                    <div class="w-12 h-12 rounded-2xl bg-white text-gray-900 font-black text-xl flex items-center justify-center">
                        a                    </div>
                    <span class="text-3xl font-black tracking-tight">amratricare</span>
                </a>
                <p class="text-white/60 max-w-md">Partnering with pioneers to build scalable health and medicine ecosystems that accelerate engagement and revenue.</p>
                <div class="flex space-x-4 text-white/60 text-sm">
                    <span><i class="fas fa-phone text-emerald-400 mr-2"></i>+1-424-728-1567</span>
                    <span><i class="fas fa-envelope text-emerald-400 mr-2"></i>email@amratricare.com</span>
                </div>
            </div>
            <div>
                <h3 class="text-sm font-bold uppercase tracking-[0.4em] text-white/50 mb-4">Navigation</h3>
                <ul class="space-y-3 text-white/70">
                    <li><a href="#services" class="hover:text-white transition">Services</a></li>
                    <li><a href="#features" class="hover:text-white transition">Platform</a></li>
                    <li><a href="#about" class="hover:text-white transition">About</a></li>

                    <li><a href="blog/" class="hover:text-white transition">Blog</a></li>
                    <li><a href="#testimonials" class="hover:text-white transition">Proof</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-sm font-bold uppercase tracking-[0.4em] text-white/50 mb-4">Legal</h3>
                <ul class="space-y-3 text-white/70">
                    <li><a href="./privacy.php" class="hover:text-white transition">Privacy</a></li>
                    <li><a href="./terms.php" class="hover:text-white transition">Terms</a></li>
                    <li><a href="./disclaimer.php" class="hover:text-white transition">Disclaimer</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-sm font-bold uppercase tracking-[0.4em] text-white/50 mb-4">Download</h3>
                <a href="./contact.php" class="flex items-center justify-between px-5 py-4 rounded-xl bg-white/10 hover:bg-white/20 transition">
                    <div>
                        <div class="text-sm font-semibold">Latest Insights</div>
                        <div class="text-xs text-white/60">Annual trend report</div>
                    </div>
                    <i class="fas fa-download"></i>
                </a>
            </div>
        </div>
        <div class="border-t border-white/10 mt-12 pt-8 flex flex-col md:flex-row md:items-center md:justify-between text-sm text-white/50">
            <span>© 2026 amratricare. Engineered for growth.</span>
            <div class="flex space-x-6 mt-4 md:mt-0">
                <a href="#" class="hover:text-white transition">LinkedIn</a>
                <a href="#" class="hover:text-white transition">Behance</a>
                <a href="#" class="hover:text-white transition">GitHub</a>
            </div>
        </div>
    </div>
</footer>

<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const anchorLinks = document.querySelectorAll('a[href^="#"]');

    anchorLinks.forEach(link => {
        link.addEventListener('click', function(e) {
            const href = this.getAttribute('href');
            if (href === '#' || href === '') return;

            const targetId = href.substring(1);
            const targetElement = document.getElementById(targetId);

            if (targetElement) {
                e.preventDefault();
                const headerOffset = 80;
                const elementPosition = targetElement.getBoundingClientRect().top;
                const offsetPosition = elementPosition + window.pageYOffset - headerOffset;

                window.scrollTo({
                    top: offsetPosition,
                    behavior: 'smooth'
                });
            }
        });
    });
});
</script>

</body>
</html>
