/* === Global === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

.logo {
  margin-top: 0;
  padding-top: 0;
}

header {
  padding-top: 0;
  margin-top: 0;
}

.logo-img {
  margin-top: 0;
  padding-top: 0;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 0;
  margin-top: 0;
}

.logo-img {
  height: 150px;
  width: auto;
}

body {
  padding-top: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
   
}

nav a {
  font-family: 'Roboto', sans-serif;
}

.page-section {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  color: white;
    position: relative;
}

.nav-menu li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.nav-menu li a:hover,
nav ul li a:hover {
  background-color: #222;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
}

/* === Header === */
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

main {
  margin-top: 190px;
}

.logo a {
  color: #2ecc71;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #e74c3c;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: white;
  border-radius: 3px;
}

/* === Hero Section === */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.hero-content h1 {
  font-size: 3rem;
  color: #2ecc71;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* === Kontakt Section === */
.kontakt {
  padding-top: 180px;
  padding: 100px 20px;
  
  text-align: center;
}

.kontakt h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #2ecc71;
}

form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
}

form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

form input,
form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #444;
  background: #222;
  color: white;
  border-radius: 5px;
  font-size: 1rem;
}

input,
textarea {
  background-color: #333;
}

/* === Responsive === */
@media (max-width: 768px) {
  nav ul {
    display: none;
    position: absolute;
    top: 70px;
    right: 40px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
  }

  nav ul.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }
}

.section-title {
  margin-top: 50px;
  color: #2ecc71;
  font-size: 2.5rem;
  text-align: center;
    
}

.kontakt-page .kontakt {
  background-color: #000;
}
ul {
  margin: 20px 0;
  padding-left: 30px;
  list-style-type: disc;  
}

li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.6;
}


.oferta-lista {
  list-style-type: disc;
  padding-left: 30px;
  max-width: 800px;
  margin: 20px auto;
  text-align: left;
}
.oferta-lista {
  
  text-align: left;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
  list-style-type: disc;
}





.section-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.5rem;
  color: #2ecc71;
}

.section-title:after {
  content: "";
  display: block;
  width: 180px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #c0c0c0); /* złoto-srebro */
  margin: 10px auto 0;
  border-radius: 3px;
}

.section-title {
  background-color: #111;
  padding: 10px 30px;
  border: 2px solid #2ecc71;
  display: inline-block;
  border-radius: 8px;
  font-size: 2.2rem;
}
.oferta-section {
  background: url('../images/logokontury4.png') no-repeat center center;
  background-size: contain;
  opacity: 0.05;  
}

body.with-bg {
  background: #000 url('../images/logokontury4.png') no-repeat center center fixed;
  background-size: contain;
}

.main-button {
  margin-top: 20px;  
}

.page-section .oferta-lista {
  text-align: left;
}

.intro-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.page-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 20px auto;
  text-align: left;
    
}

.submit-button {
  background-color: #2ecc71;
  color: #fff;
  
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s;
}

.submit-button:hover {
  background-color: #27ae60;
  transform: scale(1.05);
}

.submit-button .icon {
  height: 20px;
  width: 20px;
}


.section-title {
  margin-bottom: 30px;  
  text-align: center;
}
section {
  padding-top: 100px;
    
}


.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  max-width: 600px;
     margin-left: 0px;
    width:100%;
    max-width: 600px;
}

.checkbox-container input[type="checkbox"] {
  margin-top: 3px;
  transform: scale(1.2);
}

.checkbox-container a {
  color: #00bfff;  
  text-decoration: underline;
}

.checkbox-container a:hover {
  color: #66d9ff;
}
.checkbox-container label {
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;  
}
#cennik {
  padding-top: 50px;
}
#kontakt {
  padding-top: 30px;
}

#onas {
  padding-top: 51px;
}
#oferta {
  padding-top: 51px;
}


/* Stylizacja zdjęć */
.licencje {
  margin-top: 40px;
  text-align: center;
}

.licencje h3 {
  color: #2ecc71;
  margin-bottom: 20px;
}

.licencja-img {
  max-width: 400px;
  width: 90%;
  height: auto;
  margin-bottom: 20px;
  border: 2px solid #2ecc71;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.licencja-img:hover {
  transform: scale(1.03);
}

/* Lightbox */
#lightbox-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

#lightbox-modal img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  border: 4px solid #2ecc71;
  border-radius: 10px;
}