/* rubik-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v31-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rubik-v31-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v31-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body { font-family: 'Rubik', sans-serif; font-display: swap; color: #333; margin-top: 50px; }
.card:hover { transform: translateY(-4px); transition: 0.2s; }
footer { background-color: #212529; }

.bg-hero {
  background: linear-gradient(rgba(33,37,41,0.65), rgba(33,37,41,0.65)),
              url('../images/towtruck.webp') center/cover no-repeat;
  color: #fff;
  padding: 6rem 0;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
  min-height: 75vh;
  
  position: relative;
  overflow: hidden;
}

.hero-address {
  position: absolute;
  bottom: 15px;
  left: 20px;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0.9;
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .hero-address {
    font-size: 0.85rem;
    left: 10px;
    bottom: 10px;
    right: 10px;
    flex-wrap: wrap;
  }
  .hero-address span {
    display: inline-block;
    max-width: 90%;
  }
}



.navbar { background-color: #212529 !important; }
.navbar .nav-link { color: #f8f9fa !important; transition: color 0.3s ease; }
.navbar .nav-link:hover { color: #ffc107 !important; }

.navbar-brand img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.bg-light-yellow {
  background-color: #fff8dc;
}

.footer-dark {
  background-color: #212529;
}
.footer-link {
  color: #f8f9fa;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #ffc107;
}
