    /* Globalne style */
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f5f5f5;
      margin: 0;
    }
	
	h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

    a {
      color: #00397d;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    a:hover {
      text-decoration: none;
      color: #0056b3; /* Zmiana koloru po najechaniu */
    }
	
    a.a-norm {
      color: #495057;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    a.a-norm:hover {
      text-decoration: none;
      color: #00397d; /* Zmiana koloru po najechaniu */
    }
	
	.nav-link:hover {
      color: #00397d;
	}
	
	.logo {
		max-width: 170px;
	}
	
	.logobox {
		min-height: 215px;
		padding-top: 20px;
	}
	
	.logohurt-box {
	width: 200px;
	height: 100px;
	margin: auto;
	}
	
	.logohurt {
		max-width: 120px;
		max-height: 90px;
		margin: auto;
		padding-top: 15px;
	}

	.bg-green {
		background-color: #28a745; /* Zielone tło */
		color: #fff; /* Biały tekst */
	}

	.bg-red {
		background-color: #dc3545; /* Czerwone tło */
		color: #fff; /* Biały tekst */
	}
	
	.my_icons_photo {
		max-width: 300px;
		max-height: 300px;
		padding: 15px;
	}
	
	.my_icons {
		max-width: 250px;
		max-height: 200px;
		padding: 15px;
	}
	
	.tx-shd {
		text-shadow: 4px 3px 7px #757575;
	}

@media (min-width: 940px) {
	.box-min {
		min-width: 25%;
		min-height: 200px;
	}
}

    /* Nawigacja */
    .navbar {
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
	
	.btn-sys {
		background-color: #00397d;
		border-color: #00397d;
	}
	
	.btn-phone {
		background-color: #1cc88a;
		border-color: #1cc88a;
	}
	
/* Hero Section */
.hero-section {
  position: relative;
  background: url('../img/centrum-danych.jpg') center top -20px/cover no-repeat;
  color: #fff;
  padding: 100px 0;
  text-align: right;
}

/* Nakładanie overlay na tło */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Półprzezroczysty czarny overlay */
  z-index: 1;
}

/* Wszystkie elementy w hero-section będą wyświetlane na wierzchu */
.hero-section > * {
  position: relative;
  z-index: 2;
}

/* Style dla nagłówka i tekstu */
.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero-section p {
  font-size: 1.2rem;
}

/* Dodatkowe style dla urządzeń mobilnych */
@media (max-width: 940px) {
  .sys-mob {
    margin-bottom: 15px;
  }
  
  .txt-mob {
    text-align: center !important;
  }

  .hero-section {
    background: url('../img/centrum-danych-mb.jpg') right bottom 0px/cover no-repeat !important;
  }
}

/* Styl dla ekranów 640px i mniejszych */
@media screen and (max-width: 640px) {
  .hero-section {
    background-position: center center; /* Poprawienie pozycji tła */
  }
}

/* Styl dla ekranów 640px-1440px */
@media screen and (min-width: 640px) and (max-width: 1440px) {
  .hero-section {
    background-position: center top -20px; /* Poprawienie pozycji tła */
  }
}


    /* Naprzemienne tła sekcji */
    .section-white,
    .section-gray {
      padding: 60px 0;
    }

    .section-white {
      background-color: #ffffff;
    }

    .section-gray {
      background-color: #f8f9fa;
    }

    /* Tytuły sekcji */
    .section-title {
      margin-bottom: 30px;
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      color: #1e1e1e;
	  padding-bottom: 5px;
    }
	
	.section-title-hr {
	border-bottom: 3px solid #00397d;
	width: 50px;
	margin: 15px auto 25px;
	display: block;
	}
	
    /* Ikony i boxy */
    .icon-box {
      text-align: center;
      padding: 20px;
      background: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
      transition: box-shadow 0.3s;
    }

    .icon-box:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .icon-box i {
      font-size: 2.5rem;
      margin-bottom: 10px;
      color: #007bff;
    }

    /* Opinie klientów */
    .testimonial {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Logotypy klientów */
    .client-logo-normal {
      max-width: 150px;
      margin: 15px;
    }

    .client-logo {
      max-width: 150px;
      margin: 15px;
	  filter: grayscale(100%);
	  opacity: 0.3;
    }
	
    .client-logo:hover {
      max-width: 150px;
      margin: 15px;
	  filter: grayscale(0%);
	  opacity: 1;
    }
	
	.my-logo {
      max-width: 85px;
	}

    /* Formularz kontaktowy */
    .contact-form {
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Footer */
    footer {
      background-color: #00397d;
      color: #fff;
      padding: 20px 0;
    }

    footer a {
      color: #fff;
      transition: color 0.3s ease;
    }

    footer a:hover {
      color: #ccc;
    }
	
.form-range::-webkit-slider-runnable-track {
  background-color: #ccc;
}

.form-range::-webkit-slider-thumb {
  background-color: #00397d;
  border: 3px solid #fff;
  appearance: none; /* aby wyłączyć domyślny styl thumb w Chrome */
}

.form-range::-moz-range-track {
  background-color: #ccc;
}

.form-range::-moz-range-thumb {
  background-color: #00397d;
  border: 3px solid #fff;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn {
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.bi-check-circle-fill {
  color: #3e9517;
}

.bi-check-circle {
  color: #22ca0a;
}

/* Ustawienia dla kontenera slidera */
.logo-slider-wrapper {
  overflow: hidden;
  position: relative;
}

/* Ustawienia dla samego slidera */
.logo-slider {
  display: flex;
  animation: slide 40s linear infinite;
}

/* Style dla obrazów */
.client-logo {
  object-fit: contain;
}

/* Animacja przesuwania od prawej do lewej */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 992px) {
	.nav-link {
		font-size: larger;
	}
	.logo-slider {
	  display: flex;
	  animation: slide 15s linear infinite;
	}
}

.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid #888;
  margin-right: 10px;
}