/*
Theme Name: BudMax Classic
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Motyw WordPress przygotowany na podstawie dostarczonego HTML/CSS, bez ACF.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: budmax-classic
*/

html {
  scroll-behavior: smooth;
}

.admin-bar nav.fixed {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar nav.fixed {
    top: 46px;
  }
}

.budmax-mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: hsl(var(--background));
  border-top: 1px solid hsl(var(--border));
  border-bottom: 1px solid hsl(var(--border));
  padding: 1rem;
}

.budmax-mobile-menu.is-open {
  display: block;
}

.budmax-mobile-menu a {
  display: block;
  padding: .75rem 0;
  color: hsl(var(--foreground));
}

.budmax-hero-image {
  background-image: linear-gradient(to right, hsl(var(--background)) 0%, hsl(var(--background) / 0.85) 55%, hsl(var(--background) / 0.4) 100%), url('./assets/img/hero-construction.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.budmax-form input,
.budmax-form textarea {
  width: 100%;
}

.budmax-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
