document.addEventListener('DOMContentLoaded', () => { // Mobile menu toggle const mobileBtn = document.querySelector('.mobile'); const nav = document.querySelector('.nav'); if (mobileBtn && nav) { mobileBtn.addEventListener('click', () => { nav.classList.toggle('show-mobile'); }); } // Sticky shadow on scroll const header = document.querySelector('.site-header'); window.addEventListener('scroll', () => { if (window.scrollY > 10) { header.style.boxShadow = '0 10px 30px rgba(0,0,0,.06)'; } else { header.style.boxShadow = 'none'; } }); // Toast function toast(msg, ok = true) { const el = document.createElement('div'); el.textContent = msg; el.style.cssText = ` position:fixed;right:20px;bottom:20px;z-index:9999; padding:14px 18px;border-radius:12px;color:#fff; background:${ok ? '#14b8a6' : '#ef4444'}; box-shadow:0 20px 40px rgba(0,0,0,.18); font-weight:700; `; document.body.appendChild(el); setTimeout(() => el.remove(), 2800); } // AJAX forms document.querySelectorAll('form[data-ajax="true"]').forEach(form => { form.addEventListener('submit', async (e) => { e.preventDefault(); const btn = form.querySelector('button[type="submit"]'); const old = btn ? btn.innerHTML : ''; if (btn) { btn.disabled = true; btn.innerHTML = 'Please wait...'; } try { const fd = new FormData(form); const res = await fetch(form.action, { method: 'POST', body: fd, headers: { 'X-Requested-With': 'XMLHttpRequest' } }); const data = await res.json(); if (data.success) { toast(data.message || 'Success'); form.reset(); } else { toast(data.message || 'Something went wrong', false); } } catch (err) { toast('Network error', false); } if (btn) { btn.disabled = false; btn.innerHTML = old; } }); }); });
About Our Brand

Built For Families Who Treat Pets Like Family

SimbaCareUSA was created to raise the standard of pet wellness through premium products, trustworthy guidance, and thoughtful care solutions for modern American homes.

Connect With Us
Premium Quality-first standards in every detail.
Trusted Clear guidance pet owners can rely on.
Modern Built for today’s fast-moving families.

Our Mission

To help dogs and cats live healthier, happier, longer lives by making premium pet care simple, reliable, and accessible.

What Makes Us Different

We combine product quality, education, and customer-first thinking into one trusted destination.

🐾

Pet-First Thinking

Every decision starts with comfort, wellness, and happiness for pets.

📘

Trusted Knowledge

Educational content that helps owners make smarter choices.

Premium Standard

Elegant branding, reliable service, and long-term trust.

Our Journey

Growing into a trusted modern pet wellness brand.

Phase 01

Brand Foundation

Started with one belief: pet families deserve better products and clearer guidance.

Phase 02

Digital Expansion

Built educational resources, customer-first systems, and premium experiences.

Phase 03

National Vision

Scaling into a trusted American pet care brand with long-term impact.

Join The Future Of Pet Care

Whether you're a customer, partner, or pet lover — we’d love to hear from you.

Contact SimbaCareUSA