<!-- BASS YAHI COPY KARNA HAI DOST - BODY TAG KE ANDAR -->
<div class="max-w-sm w-full rounded-3xl p-5 md:p-6 bg-gradient-to-br from-[#dae8f7] to-[#d6e5f7] dark:from-slate-800 dark:to-slate-900 shadow-[-1px_-1px_0px_0px_#ffffff,3px_3px_5px_0px_rgba(79,156,232,0.7),5px_5px_20px_0px_rgba(79,156,232,0.7)] dark:shadow-[-1px_-1px_0px_0px_rgba(255,255,255,0.15),3px_3px_5px_0px_rgba(0,0,0,0.4),5px_5px_20px_0px_rgba(0,0,0,0.5)] transition-all duration-300 border border-transparent dark:border-white/5 relative overflow-hidden group">
<!-- Background Magic Glow (Thoda chamak dene ke liye) -->
<div class="absolute -right-10 -top-10 w-32 h-32 bg-[#7faeed]/20 dark:bg-slate-700/30 rounded-full blur-2xl pointer-events-none transition-all duration-500 group-hover:scale-150"></div>
<div class="relative z-10">
<!-- Heading -->
<h2 class="text-[18px] md:text-[20px] font-bold mb-2 text-[#4f9ce8] dark:text-white drop-shadow-sm flex items-center gap-2">
<!-- Ek chota sa cookie icon laga diya hai maza aayega (agar fontawesome hai toh dikhega varna skip ho jayega) -->
<i class="fa-solid fa-cookie-bite text-[#7faeed] dark:text-slate-400"></i>
Hello Traveler,
</h2>
<!-- Description -->
<p class="text-[14px] md:text-[15px] mb-6 text-[#6e9bc7] dark:text-slate-300 leading-relaxed font-medium">
This website uses cookies to enhance user experience and to analyze performance and traffic on our website.
</p>
<!-- Buttons Container -->
<div class="flex items-center justify-end gap-3 md:gap-4">
<!-- Decline Button (Ghost Button - Simple and Clean) -->
<button class="px-4 py-2 rounded-xl text-[15px] font-bold text-[#8eb8e6] dark:text-slate-400 hover:text-[#4f9ce8] dark:hover:text-white hover:bg-white/40 dark:hover:bg-white/5 transition-all duration-300 active:scale-95">
Decline
</button>
<!-- Accept Button (Neumorphic Pop 3D Button) -->
<button class="px-5 py-2 rounded-xl text-[15px] font-bold text-[#4f9ce8] dark:text-white bg-gradient-to-br from-[#dae8f7] to-[#d6e5f7] dark:from-slate-700 dark:to-slate-800 shadow-[3px_3px_6px_rgba(79,156,232,0.4),-3px_-3px_6px_#ffffff] dark:shadow-[3px_3px_6px_rgba(0,0,0,0.4),-3px_-3px_6px_rgba(255,255,255,0.1)] hover:scale-105 active:scale-95 transition-all duration-300 border border-transparent dark:border-white/5">
Accept
</button>
</div>
</div>
</div>