/*
Theme Name: ApexLine Plumbing Theme
Theme URI: https://apexlineplumbing.com
Author: Achraf Bellamsaadi
Description: A highly optimized, modern, and responsive custom WordPress theme built for plumbing and emergency services. Extracted and adapted from the ApexLine landing page template using custom blocks, optimized Tailwind CSS, and fully responsive layouts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apexline
*/

html { scroll-behavior: smooth; font-family: 'Poppins', sans-serif; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #1B3F6E; }
::-webkit-scrollbar-thumb { background: #8B5E3C; }
::-webkit-scrollbar-thumb:hover { background: #C4956A; }
@keyframes marquee {
    0% { transform: translate3d(0,0,0); }
    100% { transform: translate3d(-50%,0,0); }
}
.animate-marquee { display: flex; animation: marquee 25s linear infinite; }
.whatsapp-float { position: fixed; bottom: 85px; right: 24px; z-index: 50; }
@media (min-width: 768px) { .whatsapp-float { bottom: 24px; } }
