<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>custardbythedam - Achieve Remarkable eCommerce Growth with Our Industry-Leading Marketing Solutions</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-white fixed w-full z-50 top-0 shadow-md">
    <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
        <a href="./" class="flex items-center space-x-3">
            <div class="w-12 h-12 bg-gradient-to-br from-red-500 to-orange-600 rounded-xl flex items-center justify-center shadow-lg">
                <span class="text-white font-bold text-xl">c</span>
            </div>
            <span class="self-center text-2xl font-bold text-gray-900">
                custardbythedam            </span>
        </a>
        <button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100">
            <svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
            </svg>
        </button>
        <div class="hidden w-full md:block md:w-auto" id="navbar-default">
            <ul class="font-semibold flex flex-col md:flex-row md:space-x-6 items-center">
                <li><a href="#services" class="block py-2 px-3 text-gray-700 hover:text-red-600 transition-colors">Services</a></li>
                <li><a href="#features" class="block py-2 px-3 text-gray-700 hover:text-red-600 transition-colors">Features</a></li>
                <li><a href="#about" class="block py-2 px-3 text-gray-700 hover:text-red-600 transition-colors">About</a></li>
                <li><a href="#testimonials" class="block py-2 px-3 text-gray-700 hover:text-red-600 transition-colors">Testimonials</a></li>
                <li>
                    <a href="#contact" class="block py-2.5 px-6 text-white bg-red-600 rounded-full hover:bg-red-700 transition-all shadow-md">
                        Contact Us
                    </a>
                </li>
            </ul>
        </div>
    </div>
</nav>


<section class="relative bg-white mt-16">
    <div class="grid max-w-screen-xl px-4 py-8 mx-auto lg:gap-12 xl:gap-16 lg:py-24 lg:grid-cols-12">
        <div class="mr-auto place-self-center lg:col-span-6">
            <div class="inline-block px-4 py-2 mb-6 bg-red-100 text-red-800 rounded-full text-sm font-semibold">
                Performance Enhancers            </div>
            
            <h1 class="max-w-2xl mb-6 text-4xl font-extrabold tracking-tight leading-tight text-gray-900 md:text-5xl xl:text-6xl">
                Achieve Remarkable eCommerce Growth with Our Industry-Leading Marketing Solutions            </h1>
            
            <p class="max-w-2xl mb-8 font-normal text-gray-600 text-lg lg:text-xl">
                Unlock the power of eCommerce and achieve success with our proven digital marketing tactics. Get access to powerful tools and strategies that will help you grow your online store. Stay ahead of the competition with our cutting-edge eCommerce marketing techniques.            </p>
            
            <div class="space-y-4 mb-8">
                                <div class="flex items-center space-x-3">
                    <div class="flex-shrink-0 w-8 h-8 bg-red-100 rounded-full flex items-center justify-center">
                        <i class="fas fa-briefcase text-red-600"></i>
                    </div>
                    <span class="text-gray-700 font-medium">
                        Industry-leading expertise                    </span>
                </div>
                                <div class="flex items-center space-x-3">
                    <div class="flex-shrink-0 w-8 h-8 bg-red-100 rounded-full flex items-center justify-center">
                        <i class="fas fa-chart-line text-red-600"></i>
                    </div>
                    <span class="text-gray-700 font-medium">
                        24/7 dedicated support                    </span>
                </div>
                                <div class="flex items-center space-x-3">
                    <div class="flex-shrink-0 w-8 h-8 bg-red-100 rounded-full flex items-center justify-center">
                        <i class="fas fa-handshake text-red-600"></i>
                    </div>
                    <span class="text-gray-700 font-medium">
                        Guaranteed results                    </span>
                </div>
                            </div>
            
            <div class="flex flex-col sm:flex-row gap-4">
                <a href="#contact" class="inline-flex items-center justify-center px-8 py-4 text-base font-semibold text-white rounded-full bg-gradient-to-r from-red-600 to-orange-600 hover:shadow-xl transition-all">
                    Realize Your Business Dreams                    <i class="fas fa-arrow-right ml-2"></i>
                </a>
                <a href="#services" class="inline-flex items-center justify-center px-8 py-4 text-base font-semibold text-gray-900 border-2 border-gray-300 rounded-full hover:bg-gray-50 transition-all">
                    View Services
                </a> 
            </div>
        </div>
        
        <div class="lg:mt-0 lg:col-span-6 lg:flex relative">
            <div class="absolute -inset-4 bg-gradient-to-r from-red-600 to-orange-600 rounded-2xl blur-3xl opacity-10"></div>
            <img src="https://images.pexels.com/photos/35532972/pexels-photo-35532972.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="custardbythedam" class="relative rounded-2xl shadow-2xl">
        </div>
    </div>
</section>


<section class="bg-white py-20">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="bg-gradient-to-br from-red-600 to-orange-600 rounded-3xl p-12 lg:p-16">
            <div class="grid md:grid-cols-4 gap-10 text-center text-white">
                                <div>
                    <i class="fas fa-calendar-check text-4xl mb-4 opacity-80"></i>
                    <div class="text-5xl font-black mb-3">12+</div>
                    <div class="text-lg font-medium text-white/90">Years in Business</div>
                </div>
                                <div>
                    <i class="fas fa-rocket text-4xl mb-4 opacity-80"></i>
                    <div class="text-5xl font-black mb-3">8K+</div>
                    <div class="text-lg font-medium text-white/90">Projects Done</div>
                </div>
                                <div>
                    <i class="fas fa-thumbs-up text-4xl mb-4 opacity-80"></i>
                    <div class="text-5xl font-black mb-3">97%</div>
                    <div class="text-lg font-medium text-white/90">Client Satisfaction</div>
                </div>
                                <div>
                    <i class="fas fa-users text-4xl mb-4 opacity-80"></i>
                    <div class="text-5xl font-black mb-3">50+</div>
                    <div class="text-lg font-medium text-white/90">Team Members</div>
                </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-red-900/20 to-orange-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-red-500 to-orange-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-red-500 to-orange-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-red-500 to-orange-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-red-500 to-orange-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-red-500 to-orange-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-red-500 to-orange-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="py-24 bg-white" id="features">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-16">
            <div class="flex items-center justify-center gap-3 mb-6">
                <div class="h-1 w-12 bg-gradient-to-r from-red-600 to-orange-600"></div>
                <span class="text-red-600 font-bold text-sm uppercase tracking-wider">
                    Features
                </span>
                <div class="h-1 w-12 bg-gradient-to-r from-orange-600 to-red-600"></div>
            </div>
            <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-4">Why Choose Us</h2>
            <p class="text-xl text-gray-600 max-w-3xl mx-auto">Everything you need to succeed, all in one place</p>
        </div>
        <div class="grid md:grid-cols-2 gap-8">
                        <div class="relative group">
                <div class="absolute -inset-1 bg-gradient-to-r from-red-600 to-orange-600 rounded-2xl blur opacity-25 group-hover:opacity-75 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border-t-4 border-red-500">
                    <div class="flex gap-4">
                        <div class="w-12 h-12 bg-red-100 rounded-xl flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-rocket text-red-600"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-black text-gray-900 mb-2">Fast Performance</h3>
                            <p class="text-gray-600">Lightning-fast results</p>
                        </div>
                    </div>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute -inset-1 bg-gradient-to-r from-red-600 to-orange-600 rounded-2xl blur opacity-25 group-hover:opacity-75 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border-t-4 border-red-500">
                    <div class="flex gap-4">
                        <div class="w-12 h-12 bg-red-100 rounded-xl flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-shield-alt text-red-600"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-black text-gray-900 mb-2">Secure & Safe</h3>
                            <p class="text-gray-600">Your data protected</p>
                        </div>
                    </div>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute -inset-1 bg-gradient-to-r from-red-600 to-orange-600 rounded-2xl blur opacity-25 group-hover:opacity-75 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border-t-4 border-red-500">
                    <div class="flex gap-4">
                        <div class="w-12 h-12 bg-red-100 rounded-xl flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-headset text-red-600"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-black text-gray-900 mb-2">24/7 Support</h3>
                            <p class="text-gray-600">Always here to help</p>
                        </div>
                    </div>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute -inset-1 bg-gradient-to-r from-red-600 to-orange-600 rounded-2xl blur opacity-25 group-hover:opacity-75 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border-t-4 border-red-500">
                    <div class="flex gap-4">
                        <div class="w-12 h-12 bg-red-100 rounded-xl flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-chart-line text-red-600"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-black text-gray-900 mb-2">Proven Results</h3>
                            <p class="text-gray-600">Track your success</p>
                        </div>
                    </div>
                </div>
            </div>
                    </div>
    </div>
</section>


<section class="py-20 bg-white" id="about">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid lg:grid-cols-2 gap-16 items-center">
            <div class="space-y-8">
                <div class="flex items-center gap-3">
                    <div class="h-1 w-20 bg-gradient-to-r from-red-600 to-orange-600"></div>
                    <span class="text-red-600 font-bold text-sm uppercase tracking-wider">
                        Performance Enhancers                    </span>
                </div>
                <h2 class="text-4xl md:text-5xl font-black text-gray-900 leading-tight">
                    Drive Sustainable Growth with Our Expert eCommerce Solutions                </h2>
                <p class="text-lg 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 class="grid grid-cols-2 gap-4">
                    <div class="p-5 bg-red-50 rounded-xl border-2 border-red-100">
                        <div class="text-3xl font-black text-red-600 mb-1">500+</div>
                        <div class="text-sm text-gray-600 font-semibold">Projects</div>
                    </div>
                    <div class="p-5 bg-orange-50 rounded-xl border-2 border-orange-100">
                        <div class="text-3xl font-black text-orange-600 mb-1">15+</div>
                        <div class="text-sm text-gray-600 font-semibold">Years</div>
                    </div>
                </div>
                <a href="#contact" class="group inline-flex items-center gap-3 px-8 py-4 bg-gradient-to-r from-red-600 to-orange-600 text-white font-bold rounded-xl hover:shadow-2xl transition-all">
                    Find More Answers                    <i class="fas fa-arrow-right group-hover:translate-x-2 transition-transform"></i>
                </a>
            </div>
            <div class="relative">
                <div class="relative">
                    <img src="https://images.pexels.com/photos/35536753/pexels-photo-35536753.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="About" class="rounded-2xl shadow-xl">
                </div>
                <div class="absolute -bottom-6 -right-6 p-6 bg-white rounded-2xl shadow-xl border-4 border-red-200">
                    <div class="flex items-center gap-3 mb-2">
                        <div class="w-10 h-10 bg-red-100 rounded-lg flex items-center justify-center">
                            <i class="fas fa-star text-red-600"></i>
                        </div>
                        <div>
                            <div class="text-2xl font-black text-gray-900">4.9★</div>
                            <div class="text-xs text-gray-600">Client Rating</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>


<section class="py-24 bg-white" id="blog">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-16">
            <div class="inline-block px-6 py-3 bg-gradient-to-r from-red-600 to-orange-600 text-white rounded-full text-sm font-bold mb-6 shadow-lg">
                Latest Blog Posts
            </div>
            <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-4">Our Articles</h2>
            <p class="text-xl text-gray-600 max-w-2xl mx-auto">Discover insights, tips, and industry news</p>
        </div>
        <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                        <article class="group relative bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all border-2 border-transparent hover:border-red-200">
                <div class="relative overflow-hidden h-60">
                    <img src="https://images.pexels.com/photos/3861961/pexels-photo-3861961.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="10 Essential Tips for Business Growth" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent"></div>
                    <div class="absolute top-4 left-4">
                        <div class="px-4 py-2 bg-red-600 text-white text-xs font-bold rounded-lg shadow-xl backdrop-blur-sm">
                            Business                        </div>
                    </div>
                    <div class="absolute bottom-4 left-4 right-4">
                        <h3 class="text-xl font-black text-white mb-2 line-clamp-2 group-hover:text-red-300 transition-colors">
                            <a href="/blog/10-essential-tips-for-business-growth/">10 Essential Tips for Business Growth</a>
                        </h3>
                    </div>
                </div>
                <div class="p-6">
                    <div class="flex items-center justify-between text-xs text-gray-500 mb-4">
                        <div class="flex items-center gap-2">
                            <i class="fas fa-user text-red-600"></i>
                            <span>John Smith</span>
                        </div>
                        <div class="flex items-center gap-2">
                            <i class="fas fa-calendar text-red-600"></i>
                            <span>January 2, 2026</span>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-4 leading-relaxed text-sm line-clamp-3">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-4 py-2 bg-red-50 text-red-700 font-bold rounded-lg hover:bg-red-100 transition-all group">
                        Read More
                        <i class="fas fa-arrow-right group-hover:translate-x-1 transition-transform"></i>
                    </a>
                </div>
            </article>
                        <article class="group relative bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all border-2 border-transparent hover:border-red-200">
                <div class="relative overflow-hidden h-60">
                    <img src="https://images.pexels.com/photos/5716032/pexels-photo-5716032.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="The Future of Digital Innovation" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent"></div>
                    <div class="absolute top-4 left-4">
                        <div class="px-4 py-2 bg-red-600 text-white text-xs font-bold rounded-lg shadow-xl backdrop-blur-sm">
                            Innovation                        </div>
                    </div>
                    <div class="absolute bottom-4 left-4 right-4">
                        <h3 class="text-xl font-black text-white mb-2 line-clamp-2 group-hover:text-red-300 transition-colors">
                            <a href="/blog/the-future-of-digital-innovation/">The Future of Digital Innovation</a>
                        </h3>
                    </div>
                </div>
                <div class="p-6">
                    <div class="flex items-center justify-between text-xs text-gray-500 mb-4">
                        <div class="flex items-center gap-2">
                            <i class="fas fa-user text-red-600"></i>
                            <span>Sarah Johnson</span>
                        </div>
                        <div class="flex items-center gap-2">
                            <i class="fas fa-calendar text-red-600"></i>
                            <span>December 28, 2025</span>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-4 leading-relaxed text-sm line-clamp-3">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-4 py-2 bg-red-50 text-red-700 font-bold rounded-lg hover:bg-red-100 transition-all group">
                        Read More
                        <i class="fas fa-arrow-right group-hover:translate-x-1 transition-transform"></i>
                    </a>
                </div>
            </article>
                        <article class="group relative bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all border-2 border-transparent hover:border-red-200">
                <div class="relative overflow-hidden h-60">
                    <img src="https://images.pexels.com/photos/210574/pexels-photo-210574.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Maximizing Your Marketing ROI" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent"></div>
                    <div class="absolute top-4 left-4">
                        <div class="px-4 py-2 bg-red-600 text-white text-xs font-bold rounded-lg shadow-xl backdrop-blur-sm">
                            Marketing                        </div>
                    </div>
                    <div class="absolute bottom-4 left-4 right-4">
                        <h3 class="text-xl font-black text-white mb-2 line-clamp-2 group-hover:text-red-300 transition-colors">
                            <a href="/blog/maximizing-your-marketing-roi/">Maximizing Your Marketing ROI</a>
                        </h3>
                    </div>
                </div>
                <div class="p-6">
                    <div class="flex items-center justify-between text-xs text-gray-500 mb-4">
                        <div class="flex items-center gap-2">
                            <i class="fas fa-user text-red-600"></i>
                            <span>Michael Chen</span>
                        </div>
                        <div class="flex items-center gap-2">
                            <i class="fas fa-calendar text-red-600"></i>
                            <span>December 23, 2025</span>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-4 leading-relaxed text-sm line-clamp-3">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-4 py-2 bg-red-50 text-red-700 font-bold rounded-lg hover:bg-red-100 transition-all group">
                        Read More
                        <i class="fas fa-arrow-right group-hover:translate-x-1 transition-transform"></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-gradient-to-r from-red-600 to-orange-600 text-white font-bold rounded-full hover:shadow-2xl hover:scale-105 transition-all">
                Explore All Articles
                <i class="fas fa-arrow-right"></i>
            </a>
        </div>
    </div>
</section>


<section class="relative py-32 overflow-hidden">
    <div class="absolute inset-0">
        <img src="https://images.pexels.com/photos/35528108/pexels-photo-35528108.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="CTA BG" class="w-full h-full object-cover">
        <div class="absolute inset-0 bg-gradient-to-r from-red-900/95 to-orange-900/95"></div>
    </div>
    
    <div class="relative z-10 max-w-screen-xl mx-auto px-4 text-center text-white">
        <h2 class="text-6xl lg:text-7xl font-black mb-6">Let's Work Together</h2>
        <p class="text-2xl text-white/90 mb-12 max-w-2xl mx-auto">
            Transform your vision into reality with our expert team
        </p>
        <a href="#contact" class="inline-block px-16 py-7 bg-white text-gray-900 font-black text-xl rounded-full hover:bg-gray-100 transition-all shadow-2xl">
            Start Your Project
        </a>
    </div>
</section>


<section class="bg-white py-20" id="contact">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-12">
            <div class="inline-block px-4 py-2 mb-4 bg-red-100 text-red-800 rounded-full text-sm font-semibold">
                Contact
            </div>
            <h2 class="text-4xl font-extrabold text-gray-900 mb-4">Say Hello</h2>
            <p class="text-xl text-gray-600">Choose how you'd like to connect with us</p>
        </div>
        
        <div class="grid md:grid-cols-3 gap-6 mb-12">
            <div class="group bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl shadow-lg border-2 border-gray-100 hover:border-red-500 transition-all cursor-pointer hover-lift">
                <div class="w-16 h-16 bg-gradient-to-br from-red-500 to-orange-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                    <i class="fas fa-phone-alt text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Phone Support</h3>
                <p class="text-gray-600 mb-4">Speak directly with our team</p>
                <p class="text-red-600 font-bold text-lg">+1-623-411-7663</p>
                <p class="text-sm text-gray-500 mt-2">Mon-Fri, 9AM-6PM EST</p>
            </div>
            
            <div class="group bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl shadow-lg border-2 border-gray-100 hover:border-red-500 transition-all cursor-pointer hover-lift">
                <div class="w-16 h-16 bg-gradient-to-br from-red-500 to-orange-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                    <i class="fas fa-envelope text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Email Us</h3>
                <p class="text-gray-600 mb-4">Get a response within 24 hours</p>
                <p class="text-red-600 font-bold text-lg break-all">cloud@custardbythedam.com</p>
                <p class="text-sm text-gray-500 mt-2">We reply to all emails</p>
            </div>
            
            <div class="group bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl shadow-lg border-2 border-gray-100 hover:border-red-500 transition-all cursor-pointer hover-lift">
                <div class="w-16 h-16 bg-gradient-to-br from-red-500 to-orange-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                    <i class="fas fa-map-marked-alt text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Visit Our Office</h3>
                <p class="text-gray-600 mb-4">Come see us in person</p>
                <p class="text-red-600 font-bold">735 Houston Street, Dallas, TX 75201</p>
                <p class="text-sm text-gray-500 mt-2">Mon-Fri, 9AM-5PM</p>
            </div>
        </div>
        
        <div class="max-w-3xl mx-auto">
            <div class="bg-gradient-to-br from-red-50 to-orange-50 p-8 md:p-12 rounded-3xl border border-red-200">
                <h3 class="text-2xl font-bold text-gray-900 mb-6 text-center">Or send us a message</h3>
                <form action="#" class="space-y-5">
                    <div class="grid md:grid-cols-2 gap-5">
                        <input type="text" placeholder="Your Name" class="bg-white border border-gray-300 rounded-xl p-4 focus:ring-2 focus:ring-red-500 focus:border-transparent" required>
                        <input type="email" placeholder="Your Email" class="bg-white border border-gray-300 rounded-xl p-4 focus:ring-2 focus:ring-red-500 focus:border-transparent" required>
                    </div>
                    <input type="text" placeholder="Subject" class="bg-white border border-gray-300 rounded-xl p-4 w-full focus:ring-2 focus:ring-red-500 focus:border-transparent" required>
                    <textarea rows="4" placeholder="Your Message" class="bg-white border border-gray-300 rounded-xl p-4 w-full focus:ring-2 focus:ring-red-500 focus:border-transparent" required></textarea>
                    <button type="submit" class="w-full py-4 bg-gradient-to-r from-red-600 to-orange-600 text-white font-bold rounded-xl hover:shadow-xl transition-all">
                        Send Message <i class="fas fa-arrow-right ml-2"></i>
                    </button>
                </form>
            </div>
        </div>
    </div>
</section>


<footer class="bg-white border-t-2 border-gray-100 py-16">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid md:grid-cols-4 gap-12 mb-12">
            <div class="md:col-span-2">
                <a href="./" class="flex items-center space-x-3 mb-6">
                    <div class="w-12 h-12 bg-gradient-to-br from-red-500 to-orange-600 rounded-xl flex items-center justify-center">
                        <span class="text-white font-bold text-xl">c</span>
                    </div>
                    <span class="text-2xl font-black text-gray-900">custardbythedam</span>
                </a>
                <p class="text-gray-600 mb-6 max-w-md">Delivering excellence and innovation to help you achieve your goals.</p>
                <div class="flex space-x-3">
                    <a href="#" class="w-10 h-10 bg-gray-100 hover:bg-red-600 hover:text-white rounded-lg flex items-center justify-center transition-all text-gray-600">
                        <i class="fab fa-facebook-f"></i>
                    </a>
                    <a href="#" class="w-10 h-10 bg-gray-100 hover:bg-red-600 hover:text-white rounded-lg flex items-center justify-center transition-all text-gray-600">
                        <i class="fab fa-twitter"></i>
                    </a>
                    <a href="#" class="w-10 h-10 bg-gray-100 hover:bg-red-600 hover:text-white rounded-lg flex items-center justify-center transition-all text-gray-600">
                        <i class="fab fa-linkedin-in"></i>
                    </a>
                    <a href="#" class="w-10 h-10 bg-gray-100 hover:bg-red-600 hover:text-white rounded-lg flex items-center justify-center transition-all text-gray-600">
                        <i class="fab fa-instagram"></i>
                    </a>
                </div>
            </div>
            <div>
                <h3 class="text-lg font-bold mb-6 text-gray-900">Company</h3>
                <ul class="space-y-3 text-gray-600">
                    <li><a href="./about-us.php" class="hover:text-red-600 transition-colors">About</a></li>

                    <li><a href="blog/" class="hover:text-redBlog</a></li>
                    <li><a href="#services" class="hover:text-red-600 transition-colors">Services</a></li>
                    <li><a href="#testimonials" class="hover:text-red-600 transition-colors">Testimonials</a></li>
                    <li><a href="./contact.php" class="hover:text-red-600 transition-colors">Contact</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-lg font-bold mb-6 text-gray-900">Legal</h3>
                <ul class="space-y-3 text-gray-600">
                    <li><a href="./privacy.php" class="hover:text-red-600 transition-colors">Privacy</a></li>
                    <li><a href="./terms.php" class="hover:text-red-600 transition-colors">Terms</a></li>
                    <li><a href="./disclaimer.php" class="hover:text-red-600 transition-colors">Disclaimer</a></li>
                </ul>
            </div>
        </div>
        <div class="border-t border-gray-200 pt-8">
            <p class="text-gray-500 text-sm text-center">© 2026 custardbythedam. All rights reserved.</p>
        </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>
