html, body {
  height: 100%;
  margin: 0;
  font-family: Lato !important;

}

a:hover
{
    color: #6f9e5f !important;
}
.navbar-toggler
{
    background-color: #fff !important;
}
.navbar-toggler:hover
{
    background-color: #6f9e5f !important;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif !important;
}

b,
strong {
    font-weight: 700;
}

.bg-topBar
{
    background-color: #46564C;
}
.top-bar {
    width: 100%;
  }
.top-barBorder {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #35453B;
  }
  .navbar-bg {
    background-color: #46564C;
    background-size: cover;
    width: 100%;

  }
.h7
  {
    font-size: 15px !important;
  }
  .headerSeparator img
  {
    width: 100%; 
  }

  .przyciskKontakt a
  {
    background-color: #6f9e5f;
    color: white;
    padding: 12px 20px;
    border: none;
    font-size:30px;
    display: block;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
  }
  .przyciskKontakt a:hover
  {
    background-color: #5e8d4e;
    color: #fff !important;
    text-decoration: none;
  }
  .bg-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 20px;
    background-color: #DDE1DA;
    overflow: hidden;
}

.bg-breadcrumb .marquee-container {
    white-space: nowrap;
    overflow: hidden;
}
.bg-breadcrumb .marquee {
  animation: marquee 400s linear infinite;
  display: inline-block;
}

  
  .marquee:nth-child(2) {
    animation-delay: 200s; 
  }
  
  @keyframes marquee {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
  }
  footer
  {
    
    color: #fff;

  }

  footer .row
  {
    margin-left: auto;
    margin-right: auto;
  }
  .firstBar
  {
    width: 100%;
    height: 60px;
    padding: 17px;
    background-color: #35453B;
    color: #8d8d8d;
    text-align: right;

  }
  .firstBar a 
  {
    color: #fff;
    text-decoration: none;
  }

   .firstBar a:hover
  {
    color: #ddd !important;
    text-decoration: none;
  }
  
  .lastBar
  {
    background-color: #46564C;
  }

  footer .footerKontakt
  {
    border-bottom: 1px solid #565869;
  }
  .footer {
    margin-top: auto;

  }
  footer .bg-breadcrumb {
 
    padding: 0px;

}

.kontakt label {
  font-weight: bold;
  display: block;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt textarea {
  width: 100%;
  padding: 4px;
  margin-top: 3px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.kontakt input[type="submit"] {
  background-color: #6f9e5f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.kontakt input[type="submit"]:hover {
  background-color: #5e8d4e;
}


.thumbnail {
  cursor: pointer;
  transition: transform 0.5s ease-in-out;

}

#enlarged-image-container {
  position: fixed;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
  top: 50%;
  left: 50%;
  border-radius: 0.25rem !important;
  transform: translate(-50%, -50%);
  padding: 20px; 
  background-color: white;
  z-index: 1000;
  max-width: 100%; 
  max-height: 95vh; 
  box-sizing: border-box; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto; 
}
#closetheEIC
{
  font-size: 25px;;
  color: #565869;
  font-weight: 700;
  cursor: pointer;
}
#closetheEIC:hover
{
  color: #5e8d4e;
}
.thumbnail:hover
{
  transform: scale(1.05);
}
#enlarged-image {
  max-width: 100%; 
  max-height: 100%; 
  object-fit: contain; 
  display: block;
  margin: auto;
}


.min-font-100 {
  font-size: 512px; 
  display: inline-block;
  line-height: 1; 
}
#sekcjaUslugi
{
  color: #fff;
  background-color: #46564C;
}

.kontakt-btn {
  background-color: #46564C;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: solid 2px #46564C;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.kontakt-btn:hover {
  background-color: #39483F;
  border-color: #39483F;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
}


#e404_tresc
{
  font-size: 250px;
  text-align: center;
}
a#politykaLink:hover
{
  color: #fff !important;
}
a#politykaLink
{
  color: #fff !important;
  text-decoration: underline;

}

.oferta-icon {
    display: block;

    width: 140px;
    height: 140px;

    max-width: 140px;

    object-fit: contain;

    margin: 0 auto 15px auto;
}

@media (max-width: 768px) {
    .oferta-icon {
        width: 115px;
        height: 115px;
        max-width: 115px;
    }
}

.oferta-item {
    text-align: center;
    padding: 25px 25px 35px;
}

.oferta-item h4 {
    font-size: 20px;
    margin: 10px 0 12px;
}

.oferta-item p {
    max-width: 360px;
    margin: 0 auto;
    line-height: 1.6;
}


.kontakt-main-logo {
    width: 380px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.kontakt-person {
    text-align: center;
    margin-bottom: 20px;
}

.kontakt-number {
    color: #46564C;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.kontakt-actions {
    display: flex;
    gap: 15px;
}

.kontakt-action {
    flex: 1;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.kontakt-call {
    background: #46564C;
    color: white;
}

.kontakt-whatsapp {
    background: white;
    color: #46564C;
    border: 2px solid #46564C;
}

.kontakt-call:hover {
    background: #39483F;
    color: #fff !important;
    text-decoration: none;
}

.kontakt-whatsapp:hover {
    background: #e7ece8;
    color: #39483F !important;
    text-decoration: none;
}

@media (max-width: 768px) {
    .kontakt-actions {
        flex-direction: column;
    }

    .kontakt-main-logo {
        width: 300px;
    }
}

.kontakt-tematy-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.kontakt-tematy-buttons button {
    background: white;
    color: #46564C;
    border: 1px solid #46564C;
    padding: 7px 13px;
    cursor: pointer;
}

.kontakt-tematy-buttons button:hover {
    background: #46564C;
    color: white;
}