/* assets/css/header.css - minimal styles, adapt to your theme / tailwind setup */
.site-header { position: relative; z-index: 60; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 12px; }
.logo-img { max-width: 200px; height: auto; display: block; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.top-0 { top: 0; }
.translate-x-full { transform: translateX(100%); }
.-translate-x-full { transform: translateX(-100%); }
.w-75 { width: 75%; }
.w-140 { width: 560px; } /* adjust */
.w-120 { width: 480px; } /* dropdown */
.book-now-link {
    color: #fff;
    background-color: #bb9a4b;
}
.link { color: inherit; text-decoration: none; padding: 0; display:inline-block; }
.link-service { text-decoration:none; color:inherit; }
.service-active { background: #f7f7f7; color: #000; }
.active { border-bottom: 2px solid #f7c948; }
.webBorderColor { border-color: rgba(255,255,255,0.08); }
.uppercase { text-transform: uppercase; }
.text-white { color: #fff; }
.text-black { color: #111; }
.shadow-lg { box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.webColor {
    color: #ceb366;
}
