.elementor-129 .elementor-element.elementor-element-08016e8{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5aa207c *//* ===== MODALE ===== */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal.open {
  display: block;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7); /* Fallback dla starszych przeglądarek */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari fallback */
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #333;
  padding: 2rem;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #333;
}

.modal-title {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

/* ===== FORMULARZE ===== */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background: #ffffff;
  background-color: #ffffff; /* Fallback dla starszych przeglądarek */
  color: #2c3e50;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
  background: #ffffff;
  background-color: #ffffff; /* Fallback dla starszych przeglądarek */
  color: #2c3e50;
}

.form-info {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.form-info p {
  color: #2c3e50;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ===== PRZYCISKI ===== */
.btn {
  display: inline-block;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: #ffd700; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #1e3c72;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.4);
  border: 2px solid rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
  background: #ffed4e; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
  color: #1e3c72;
}

.btn-full {
  width: 100%;
}

/* ===== FOOTER ===== */
.footer {
  background: #1e3c72; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #1c1c1c 0%, #0a0a0a 50%, #1e3c72 100%);
  color: white;
  position: relative;
  margin-top: 6rem;
  overflow: hidden;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem 2rem;
  position: relative;
  z-index: 2;
}

/* Główna zawartość stopki */
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

/* Sekcja brand */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo-img {
  width: 80px;
  height: 80px;
  background: #ffffff; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.footer-logo-img:hover {
  transform: translateY(-5px) rotate(5deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.footer-logo-text h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #ffd700; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: block;
}

.footer-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  font-size: 1.05rem;
  margin: 0;
}

/* Social media */
.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: all 0.3s ease;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.social-link:hover::before {
  left: 100%;
}

.social-link.facebook {
  background: #1877f2; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #1877f2 0%, #0d6efd 100%);
  color: white;
}

.social-link.instagram {
  background: #e4405f; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #e4405f 0%, #f77737 50%, #fca326 100%);
  color: white;
}

.social-link.youtube {
  background: #ff0000; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  color: white;
}

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.social-link:hover svg {
  transform: scale(1.2);
}

/* Sekcja usług */
.footer-services h3 {
  color: #ffd700;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}

.footer-services h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffa500);
  border-radius: 2px;
}

.services-grid {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.service-category h4 {
  color: #ffd700;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-category h4::before {
  content: "��";
  font-size: 1.2rem;
}

.service-category:nth-child(2) h4::before {
  content: "🏖️";
}

.service-category:nth-child(3) h4::before {
  content: "💪";
}

.service-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.6em;
}

.service-category li {
  margin-bottom: 0.8rem;
}

.service-category a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.service-category a::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ffd700;
  font-weight: bold;
  transition: all 0.3s ease;
}

.service-category a:hover {
  color: #ffd700;
  transform: translateX(10px);
}

.service-category a:hover::before {
  transform: translateX(5px);
}

/* Sekcja słów kluczowych */
.footer-keywords {
  background: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.05); /* Fallback dla starszych przeglądarek */
  border-radius: 25px;
  padding: 3rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari fallback */
  position: relative;
}

.footer-keywords::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffa500, #ffd700);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: 200% 0; }
  50% { background-position: -200% 0; }
}

.footer-keywords h3 {
  text-align: center;
  color: #ffd700;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}

.footer-keywords h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffa500);
  border-radius: 2px;
}

.keywords-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.keyword-tag {
  padding: 0.4rem 0.8rem;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.keyword-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.keyword-tag:hover::before {
  left: 100%;
}

.keyword-tag.primary {
  background: rgba(255, 215, 0, 0.2); /* Fallback dla starszych przeglądarek */
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.2) 0%,
    rgba(255, 165, 0, 0.2) 100%
  );
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.keyword-tag.secondary {
  background: rgba(255, 255, 255, 0.15); /* Fallback dla starszych przeglądarek */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.keyword-tag:not(.primary):not(.secondary) {
  background: rgba(255, 255, 255, 0.1); /* Fallback dla starszych przeglądarek */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.keyword-tag:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Dolna część stopki */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  font-size: 0.6em!important;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-copyright {
  flex: 1;
  min-width: 300px;
}

.copyright-main {
  color: #ffd700;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}

.copyright-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin: 0;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.legal-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.legal-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffd700, #ffa500);
  transition: width 0.3s ease;
}

.legal-link:hover {
  color: #ffd700;
}

.legal-link:hover::after {
  width: 100%;
}

.separator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  font-weight: bold;
}

/* Responsywność */
@media (max-width: 1200px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 3rem 1.5rem 2rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .services-grid {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-copyright {
    min-width: auto;
  }

  .footer-legal {
    justify-content: center;
  }

  .keywords-cloud {
    gap: 0.8rem;
  }

  .keyword-tag {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 2rem 1rem 1.5rem;
  }

  .footer-logo {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .footer-logo-text h3 {
    font-size: 1.5rem;
  }

  .footer-keywords {
    padding: 2rem 1.5rem;
  }

  .keywords-cloud {
    gap: 0.6rem;
  }

  .keyword-tag {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* ===== MODAL FORM ===== */
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ===== FOOTER WAVES ===== */
.footer-waves {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}

.footer-waves svg {
  width: 100%;
  height: 100%;
  animation: wave 6s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

/* ===== FOOTER CONTACT ===== */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-contact h3 {
  color: #ffd700;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}

.footer-contact h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffa500);
  border-radius: 2px;
}

/* ===== CONTACT DETAILS ===== */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.contact-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-value {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-value:hover {
  color: #ffd700;
}

/* ===== CONTACT ICON ===== */
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffd700; /* Fallback dla starszych przeglądarek */
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  border-radius: 12px;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: #1e3c72;
}

/* ===== ANIMACJE FOOTER ===== */
.footer-brand {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.1s;
}

.footer-services {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.footer-contact {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

.footer-keywords {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards 0.4s;
}

.footer-bottom {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards 0.5s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== SHIMMER ANIMATION ===== */
@keyframes shimmer {
  0%, 100% { 
    background-position: 200% 0; 
  }
  50% { 
    background-position: -200% 0; 
  }
}/* End custom CSS */