body {
    background-color:  #abf7b1; 
}

.carousel {
    padding: 15px;
}

img {
    border-radius: 15px;
}

.content-box {
      background-color: white;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

.login-card {
        max-width: 400px;
        width: 100%;
        padding: 2rem;
        background: white;
        border-radius: 0.5rem;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
          }

.map-responsive {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
  }

  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  main-card {
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      margin-top: 80px;
      padding: 40px;
    }

    .card-img {
      max-width: 100%;
      border-radius: 10px;
    }

    .btn-red {
      background-color: #e60000;
      color: white;
      border-radius: 50px;
      padding: 10px 25px;
      font-weight: bold;
    }

    .btn-red:hover {
      background-color: #cc0000;
    }

    .check-icon {
      color: red;
      margin-right: 8px;
    }

    h1, h4 {
      color: #1a1a1a;
    }

    .highlight {
      color: red;
      font-weight: bold;
    }

    .mol-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease;
      cursor: pointer;
    }

    .mol-card:hover {
      transform: translateY(-3px);
    }

    .mol-card img {
      width: 100%;
      height: auto;
    }

    .mol-card-body {
      padding: 20px;
    }

    .mol-link {
      color: #6cbd45;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.1rem;
    }

    .mol-link:hover {
      text-decoration: underline;
    }

    .progress-place {
      text-align: center;
    }

    .white-box {
      background-color: #ffffff;
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      max-width: 900px;
      margin: 50px auto;
    }

     .progress-place {
      margin-bottom: 30px;
    }

    .container button {
      display: block;
      margin-bottom: 1rem; 
      width: auto; 
    }

    .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}
 
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

 .nav-icon:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease;
  }

  .footer {
    background-color: #343a40;  
    color: white;               
    text-align: center;         
    padding: 1rem;              
  }

  body {
      margin: 0;
      padding: 0;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .content {
      flex: 1;
      padding: 20px;
    }

    .obrazek {
      padding-bottom: 15px;
    }
    
  .custom-arrow {
    width: auto;
  }

  .carousel-control-prev {
    left: 2%; 
  }

  .carousel-control-next {
    right: 2%;
  }

