﻿.footer-col h2,
.footer-col h4 {
  border-left: 2px solid #007bff; /* niebieski border */
  padding-left: 10px;
  margin-bottom: 15px;
  color: #007bff; /* niebieski kolor tekstu */
  font-weight: bold;
}
.footer-hydroflex {
  color: #000;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  border-top: 1px solid #ddd;
  background-color:#f0f0f0;
}
.footer-col a:hover {
  text-decoration: underline;
  color: #0056b3;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 300px;
}

.footer-col h2,
.footer-col h4 {
  color: #0074e4;
  margin-top: 0;
  font-size: 16px;
}

.footer-col p {
  margin: 5px 0;
  line-height: 1.5;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #000;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #0074e4;
  text-decoration: underline;
}

.footer-social-label,
.footer-payments-label {
  margin-top: 20px;
  font-weight: bold;
}

.footer-social i {
  margin-right: 10px;
  font-size: 18px;
  color: #000;
  transition: color 0.3s ease;
}

.footer-social i:hover {
  color: #0074e4;
  transform: scale(1.2);
  transition: transform 0.2s ease-in-out;
}
.footer-payments img {
  height: 30px;
  margin-right: 10px;
}

.review-widget_net {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .footer-col {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .footer-col {
    flex: 1 1 100%;
  }
}

.logo-slider {
  overflow: hidden;
  position: relative;
  height: 110px; /* więcej miejsca dla większych logotypów */
  margin: 30px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 40s linear infinite;
}

.logo-slide {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px;
}

.logo-slide img {
  height: 70px; /* zwiększona wysokość logo */
  max-width: 140px; /* zwiększona szerokość maksymalna */
  width: auto;
  object-fit: contain;
  transition: filter 0.3s ease, opacity 0.3s ease;
  filter: grayscale(0%);
  opacity: 1;
}

.logo-slide img:hover {
  filter: grayscale(100%);
  opacity: 0.7;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* animacja przesuwania */
@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.kontrolka-ZmianaJezyka .dropdown span{
    color:White;
}
.social-icons {
  display: flex;
  gap: 14px;
  position: absolute;
  right: 20px;
  top: -10px; /* dostosuj wg położenia */
  z-index: 1000;
}

.social-icons a i {
  color: white;
  font-size: 18px;
  transition: 0.3s ease;
}

.social-icons a:hover i {
  transform: scale(1.2);
}

/* Kolory po najechaniu */
.social-icons a[aria-label="Facebook"]:hover i {
  color: #4267B2;
}
.social-icons a[aria-label="Instagram"]:hover i {
  color: #E1306C;
}
.social-icons a[aria-label="Google Maps"]:hover i {
  color: #34A853;
}
.social-icons a[aria-label="Telefon"]:hover i {
  color: #28a745;
}
.social-icons a[aria-label="Email"]:hover i {
  color: #0072c6;
}

.btn {
    width:200px;
    
}
@media screen and (max-width: 500px) {
  .btn-primary {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 500px) {
  .tns-outer .tns-nav{
      display:none; 
  }
}
@media screen and (max-width: 500px) {
.img-fluid, .img-thumbnail{
    margin-top: 10px;
  }
}

.kontrolka-ProductSearchWithAutocompletionControl button.btn-search{
    width:80px;
}
.call-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.call-button i {
  font-size: 20px;
  color: white;
}

.call-button span {
  font-weight: bold;
  color: white;
}

.call-button:hover {
  transform: scale(1.05);
  background-color: #0056b3;
}
@keyframes soft-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px 4px rgba(0, 123, 255, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }
}

.call-button {
  animation: soft-pulse 2.5s ease-in-out infinite;
}
.call-button {
  transition: opacity 0.3s ease;
}

.call-button[style*="display: none"] {
  opacity: 0;
}
.modal-backdrop.show + .call-button,
.modal-backdrop.show ~ .call-button {
  display: none !important;
}
.menu-klasyczne ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
  background-clip: text;
  transition: color 0.3s ease;
}

.menu-klasyczne ul li a::after {
  content: "";
  position: absolute;
  bottom: 6px; /* odległość od dolnej krawędzi */
  left: 0;
  width: 0;
  height: 3px;
  background-color: #007bff;
  transition: width 0.4s ease;
  z-index: 0;
}

.menu-klasyczne ul li a:hover::after {
  width: 100%;
}

.menu-klasyczne ul li a:hover {
  color: #007bff; /* tekst nadal biały */
  transform: translateY(-2px);
}
}
.menu-klasyczne ul li a.active {
  font-weight: bold;
  border-bottom: 3px solid #007bff;
}
