/* ================================
   FOOTER TOP: #sp-bottom
   ================================ */
/* Wrapper */
#sp-bottom {
  background: linear-gradient(135deg, #e6ebf5 0%, #f0f4fa 100%);
  padding: 70px 0 50px;
  position: relative;
}

/* Container & grid */
#sp-bottom .container {
  max-width: 1400px;
  padding: 0 20px;
}

#sp-bottom .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Column reset */
#sp-bottom .row > .col-lg-3 {
  width: 100%;
  padding: 0;
}

/* Module padding */
#sp-bottom .sppb-section {
  padding: 0;
}
#sp-bottom .sppb-column-addons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sp-bottom .sppb-row-column {
  min-height: 520px;
}

/* Typography */
#sp-bottom h3 {
  font-size: 1.25rem;
  color: #2c5282;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}
#sp-bottom h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background: #4b81c3;
  border-radius: 3px;
}
#sp-bottom p,
#sp-bottom span {
  color: #4a5568;
  line-height: 1.7;
  font-size: 1rem;
}

/* --------------------------------
   1) O Galerii (#sp-bottom1)
   -------------------------------- */
#sp-bottom1 .logo-stopka {
  max-height: 70px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
#sp-bottom1 .logo-stopka:hover {
  transform: scale(1.03);
}

/* Social media */
#sp-bottom1 .section-header {
  margin: 30px 0 15px;
  color: #2c5282;
  display: flex;
  align-items: center;
  gap: 10px;
}
#sp-bottom1 .section-header h4 {
  margin: 0;
  font-size: 1.2rem;
}
#sp-bottom1 .section-header i {
  color: rgb(243, 156, 18);
}

#sp-bottom1 .social-icons {
  display: flex;
  margin-top: 20px;
}
#sp-bottom1 .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #F5F5F5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-right: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#sp-bottom1 .social-icon i {
  color: #4b81c3;
  transition: all 0.3s ease;
}
#sp-bottom1 .social-icon:hover {
  background-color: #4b81c3;
  transform: translateY(-5px) rotate(5deg);
  border-radius: 50%;
}
#sp-bottom1 .social-icon:hover i {
  color: #fff;
  transform: scale(1.2);
}

/* --------------------------------
   Godziny otwarcia (#sp-bottom2)
   -------------------------------- */
#sp-bottom2 .store-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* można tu też dodać padding jeśli chcesz odstęp od krawędzi */
}

#sp-bottom2 .store-hours .day-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 20px;
  align-items: center;
  padding: 0.5em 1em;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

/* naprzemienne tła */
#sp-bottom2 .store-hours .day-row:nth-child(odd) {
  background-color: rgba(44, 82, 130, 0.05);
}
#sp-bottom2 .store-hours .day-row:nth-child(even) {
  background-color: rgba(75, 129, 195, 0.05);
}

/* istniejące style typograficzne */
#sp-bottom2 .day {
  font-weight: 600;
  color: #2c5282;
}

#sp-bottom2 .special-day {
  font-weight: 600;
  color: #4b81c3;
}

#sp-bottom2 .hours {
  font-weight: 500;
  text-align: right;
}

#sp-bottom2 .footer-note {
  margin-top: 10px;
  font-size: 0.875rem;
  font-style: italic;
  color: #555;
}


/* --------------------------------
   3) Kontakt (#sp-bottom3)
   -------------------------------- */
#sp-bottom3 .contact-info {
  display: flex;
  flex-direction: column;
}
#sp-bottom3 .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}
#sp-bottom3 .contact-item:last-child {
  margin-bottom: 0;
}
#sp-bottom3 .contact-item:hover {
  transform: translateX(5px);
}
#sp-bottom3 .contact-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  background-color: #F5F5F5;
  color: #4b81c3;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
#sp-bottom3 .contact-item:hover .contact-icon {
  background-color: #4b81c3;
  color: #fff;
  transform: scale(1.1);
}
#sp-bottom3 .contact-text {
  font-weight: 500;
  color: #4a5568;
}

/* --------------------------------
   4) Szybkie linki (#sp-bottom4)
   -------------------------------- */
#sp-bottom4 .stopka-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom4 .stopka-menu ul li {
  margin-bottom: 1px;
}
#sp-bottom4 .stopka-menu ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: #4a5568;
  text-decoration: none;
  padding: 6px 0;
  transition: all 0.3s ease;
}
#sp-bottom4 .stopka-menu ul li a i {
  font-size: 14px;
  color: #4b81c3;
  transition: all 0.3s ease;
}
#sp-bottom4 .stopka-menu ul li a:hover {
  color: #4b81c3;
  transform: translateX(5px);
}
#sp-bottom4 .stopka-menu ul li a:hover i {
  transform: scale(1.2);
}

/* Responsive: sp-bottom */
@media (max-width: 1500px) {
  #sp-bottom { padding: 70px 20px 50px; }
}
@media (max-width: 1400px) {
  #sp-bottom .row { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 767px) {
#sp-bottom .row { grid-template-columns: 1fr; gap: 30px; }
  .store-hours, .contact-info { padding: 20px 15px; }
}
@media (max-width: 480px) {
  .store-hours { gap: 5px 10px; }
  .contact-item { gap: 10px; }
  .contact-icon { width: 40px; height: 40px; min-width: 40px; min-height: 40px; }
}


/* ================================
   FOOTER BOTTOM: #sp-footer
   ================================ */
/* Wrapper */
#sp-footer {
  background: linear-gradient(180deg, #4b81c3 0%, #2c5282 100%);
  color: #fff;
  position: relative;
}
#sp-footer::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(243, 156, 18), #4b81c3);
}

/* Spójrz: trzy kolumny w row */
/* 1) Logo & copyright (#sp-footer1) */
#sp-footer1 .footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
#sp-footer1 .footer-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
#sp-footer1 .copyright {
  margin-top: 15px;
  font-size: 1rem;
  opacity: 0.9;
}

/* 2) Polityka prywatności (#sp-footer2) */
/* 3) Credits (#sp-footer-3): dzielą tę samą stylizację kolumny */
#sp-footer2,
#sp-footer-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Linki w stopce */
.footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 0.25s ease;
}
.footer-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  height: 1px;
  width: 0;
  background-color: rgb(243, 156, 18);
  transition: width 0.25s ease;
}
.footer-links a:hover {
  color: #fff !important;
}
.footer-links a:hover::after {
  width: 100%;
}

/* Responsive: footer bottom */
@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 991px) {      
      #sp-footer #sp-footer1 .copyright {
        text-align: center !important;
      }
    }
