body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar {
  margin-bottom: 0;
}

.navbar-brand img {
  height: 70px;
  margin-right: 10px;
}

.hero {
  position: relative;
  color: white;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}

.section {
  padding: 60px 20px;
}

.text-center {
  text-align: center;
}

footer img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.see-prices-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  text-align: center;
  padding: 15px;
  z-index: 9999;
}

.cookie-banner button {
  margin: 5px;
}

.img-fluid-custom {
  aspect-ratio: 3 / 5;
  max-width: 250px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.barber-description {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
}
