.text-bord {
    --bs-text-opacity: 1;
    color: #541921 !important;
}
.bg-bord {
    --bs-bg-opacity: 1;
    background-color: #541921 !important;
}
.btn-bord { 
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #541921 !important;
    --bs-btn-border-color: #541921;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #410f16;
    --bs-btn-hover-border-color: #410f16;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #410f16;
    --bs-btn-active-border-color: #410f16;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #541921;
    --bs-btn-disabled-border-color: #541921;
}
.navbar {
  z-index: 1000;
  /* Przykład - wysoka wartość, aby mieć pewność, że będzie na wierzchu */
}
.hero-section {
    background-image: url('images/main-hero-image.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}
.section-header {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
.footer {
    background-color: #343a40;
    color: white;
    padding: 40px 0 0 0;
}
/*
 * Style dla listy samochodów (flota)
 */

.flota-item {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.flota-car-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.flota-car-type {
    font-size: 0.9rem;
    color: #6c757d;
    
}

.flota-features-list {
    margin: 0;
    padding: 0;
}

.flota-features-list li {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.flota-features-list li .bi {
    font-size: 1.25rem;
    width: 25px; /* Utrzymuje stałą szerokość ikon */
    text-align: center;
}

.flota-car-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0.5rem;
}

.flota-more-link {
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.flota-more-link:hover {
    color: #541921;
    text-decoration: underline;
}

.flota-btn-offer {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
/* Styl dla głównego kontenera */
.tooltip-container {
  position: relative;
  display: inline-block;
}

/* Styl dla ikony pytajnika */
.tooltip-icon {
  background-color: #541921;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}

/* Styl dla chmurki tekstu (tooltipa) */
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 250px; /* Szerokość chmurki */
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Pozycja nad ikoną */
  left: 50%;
  margin-left: -125px; /* Wyśrodkowanie chmurki */
  transition: opacity 0.3s;
}

/* Strzałka na dole chmurki, wskazująca na ikonę */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Kiedy najeżdżamy na ikonę, chmurka staje się widoczna */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.step-navigation .nav-link.active {
    pointer-events: auto;
    color: #fff;
    font-weight: bold;
}
a[href*="[elfsight.com/google-reviews-widget](https://elfsight.com/google-reviews-widget)"],
a[class="eapps-link"] {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 1400px) {
    .navbar{
            font-size: 1vw;
    }
}
@media (max-width: 992px) {
.nav-item2{
            padding: .5rem 0;
                font-size: 1rem;
                line-height: .6rem;
                border-bottom: 1px solid #ccc;
                text-align: center;
}

}