@charset "UTF-8";
/* Cennik */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap");
.cennik {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  margin: auto;
  max-width: 1200px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}


.cennikciasta,
.cenniktorty {
  background-color: #7774aa;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin: 30px;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.cennikciasta:hover,
.cenniktorty:hover {
  scale: 1.01;
}

.cennikciasta h3,
.cenniktorty h3 {
  font-size: 50px;
  color: #fff;
}

.cennik h2 {
  font-size: 32pt;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}

.cennik h1 {
  font-size: 40px;
  color: #7774aa;
}

.text-cennik p {
  font-size: 5em;
  color: #fff;
}

.cennikciasta-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.cennikciasta-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.cennik-row {
  gap: 30px;
  margin-top: 40px;
}
.cennik-row h4 {
  margin: 10px;
}

.cennik-box:hover {
  transform: scale(1.02);
}

.cennik-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.cennik-content {
  background-color: #f0f0f1;
  color: #333;
  border-radius: 10px;
  padding: 15px;
  min-height: 200px;
}

.spacer {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 60pt;
}

.cennik_description {
  color: #7774aa;
  margin-bottom: 20px;
}

.cennik-container {
  margin: 10px;
}

.cennik-box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
}

.cennik-box {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #7774aa;
}

@media (max-width: 1024px) {
  .cennik-box-container {
    display: block;
  }
  .cennik-box {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
}
/* Stylizacja kropek nawigacyjnych */
.dots {
  display: flex;
  gap: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #b0b0b0;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #7774aa;
}

/* Stylizacja strzałek */
.prev,
.next {
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}

.prev:hover,
.next:hover {
  color: #7774aa;
}

/* Stylowanie przycisku */
.slider-button {
  text-align: left;
  margin-top: 20px;
}
.slider-button button {
  padding: 10px 20px;
  background-color: #7774aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Quicksand", sans-serif;
}
.slider-button button:hover {
  background-color: #6c83e0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Quicksand", sans-serif;
  background-color: #e0e0ff;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

p {
  font-size: 15pt;
}

a {
  text-decoration: none;
}

input {
  cursor: pointer;
}

.material-icons {
  color: #7774aa;
}

/* Górna belka */
#top-bar {
  position: relative;
  overflow: hidden;
  background-color: #F0F0FF;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animacja przewijania tekstu */
#info-text {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  animation: scrollText 20s linear infinite;
}

/* Ustawienia animacji */
@keyframes scrollText {
  0% {
    transform: translateX(-200%); /* Start poza lewą krawędzią ekranu */
  }
  50% {
    transform: translateX(200%); /* Przesunięcie daleko na prawo, poza ekran */
  }
  100% {
    transform: translateX(-200%); /* Powrót na początek cyklu */
  }
}
/* Stylizacja ikon choinek */
.tree-icon {
  font-size: 18px;
  margin: 0 5px;
}

/* Header */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  background-color: #e0e0ff;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.header-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.social-media {
  position: relative;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Ikony Social Media */
.social-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.social-icon {
  color: #7774aa;
  font-size: 30px;
  line-height: 1;
  transition: transform 0.3s;
  cursor: pointer;
  position: relative;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-media-container {
  min-width: 40vw;
}

@media (max-width: 1024px) {
  .social-media-container {
    min-width: 80vw;
  }
}
/* Logo */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.logo img {
  width: 160px;
  height: auto;
}

/* Nawigacja - wyśrodkowana poniżej logo */
.nav-bar {
  background-color: #7774aa;
  border-radius: 40px;
  padding: 10px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  margin: 20px auto;
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1150px;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-family: "Pacifico", cursive;
  font-size: 24px;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s, transform 0.3s;
}

.nav-links li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
  border-radius: 10px;
}

/* Cennik */
.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background-color: #7774aa;
  color: #fff;
  flex-wrap: wrap;
  margin-top: 5vh;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 250px;
  color: #fff;
}

.footer-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.footer-text p {
  font-size: 14px;
  color: #fff;
}

/* Kolory dla ikon w stopce */
#home-icon,
#call-icon,
#email-icon {
  color: #fff;
  font-size: 65px;
  margin-bottom: 10px;
  cursor: pointer;
}

#home-icon:hover,
#call-icon:hover,
#email-icon:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  color: #fff;
}

@media (max-width: 600px) {
  .footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 200px;
    color: #fff;
  }
  .footer-icon {
    font-size: 30px;
    margin-bottom: 6px;
    color: #fff;
  }
  .footer-text h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #fff;
  }
  .footer-text p {
    font-size: 10px;
    color: #fff;
  }
}
/* Styl dla dymka */
.tooltip-text {
  visibility: hidden;
  background-color: #7774aa;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}

.social-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

#footer_icons {
  max-width: 1750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  color: #fff;
  flex-wrap: wrap;
  gap: 180px;
  margin-top: 20px;
}

@media (max-width: 1060px) {
  .footer-item {
    width: 100px;
  }
  #footer_icons {
    gap: 100px;
  }
}
.site-header .header-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.burger {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.nav-bar {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: none;
}
.nav-bar ul.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

@media (max-width: 768px) {
  .burger {
    display: block;
  }
  .nav-bar {
    max-height: 0;
  }
  .nav-bar.active {
    max-height: 500px;
  }
  .nav-bar ul.nav-links {
    flex-direction: column;
  }
  .nav-bar ul.nav-links li a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.footer_icon_anchor p {
  margin-bottom: 5px;
}

/* Base hamburger menu style */
.hamburger-menu {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  z-index: 10;
  color: #7774aa;
}

@media (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
  .nav-bar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    z-index: 9;
    background-color: #7774aa;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .nav-bar.active {
    display: flex;
  }
  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
  }
  .nav-links li {
    width: 100%;
    text-align: center;
  }
  .nav-links li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
  }
  .slider {
    flex-direction: column;
  }
  .text-content,
  .image-content {
    width: 100%;
  }
  .text-content h1 {
    font-size: 1.5em;
  }
  .image-content img {
    width: 100%;
  }
  .oferta,
  .oferta.active {
    flex-direction: column;
  }
  .zdjecie img {
    max-width: 100%;
  }
  .footer {
    flex-direction: column;
    text-align: center;
    background-color: #7774aa;
    color: #fff;
  }
  .footer-item {
    max-width: 100%;
    color: #fff;
  }
  .navbar-button-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    margin: 0 auto !important;
    padding: 10px;
    background-color: #e0e0ff;
  }
  .navbar-button {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    width: auto;
    text-align: center;
  }
  .container,
  .steps,
  .form-section {
    flex-direction: column;
  }
  html,
  body {
    overflow-x: hidden;
    width: 100vw;
  }
  .realizacje-button button {
    padding: 10px 20px;
    background-color: #7774aa;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Quicksand", sans-serif;
  }
}
@media (min-width: 1025px) {
  .navbar-button-container {
    display: none !important;
  }
}
.navbar-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0e0ff;
  padding: 10px;
  border-radius: 8px;
  margin: 0 5%;
}

.navbar-button {
  background-color: #7774aa;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  max-width: 200px;
  width: auto;
  text-align: center;
  font-family: "Pacifico", cursive;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.navbar-button:hover {
  background-color: rgb(138, 157, 248);
  transform: scale(1.05);
}

body {
  overflow-x: hidden;
}

html,
body {
  touch-action: manipulation;
}

.delete-btn {
  color: #ff0000;
  font-weight: bold;
}

.form-section input,
.form-section textarea {
  color: #333;
  border: 2px solid #ccc;
  font-family: "Quicksand", sans-serif;
}

.form-section input:focus,
.form-section textarea:focus {
  border-color: #7774aa;
  outline: none;
}

.sidebar input[type=text] {
  color: #333;
  font-family: "Quicksand", sans-serif;
}

.sidebar input[type=text]:focus {
  border: 2px solid #6c6c6c;
  outline: none;
}

/* OFERTA STYLES */
.search {
  border: 2px solid #d3d3d3;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.search:focus {
  border-color: #000;
}

.oferty {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e0e0ff;
  padding: 20px;
  border-radius: 20px;
  max-width: 800px;
  margin: auto;
  gap: 20px;
  flex: 1;
}
.oferty .oferta {
  display: none;
  flex-direction: row;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px;
}
.oferty .oferta.active {
  display: flex;
  gap: 20px;
}
.oferty .oferta .opis {
  flex: 1;
  padding: 20px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.oferty .oferta .opis h2 {
  font-size: 1.8em;
  margin: 0 0 10px;
  color: #333;
}
.oferty .oferta .opis p {
  font-size: 1em;
  margin-bottom: 15px;
  color: #666;
}
.oferty .oferta .opis .cena {
  font-size: 1.1em;
  margin-top: 10px;
  color: #333;
}
.oferty .oferta .zdjecie {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.oferty .oferta .zdjecie img {
  width: 100%;
  height: auto;
  max-width: 300px;
  min-width: 200px;
  border-radius: 10px;
  object-fit: cover;
}
.oferty .no-results {
  width: 100%;
  text-align: center;
  padding: 40px;
  color: #666;
  font-size: 1.2em;
}

.container {
  display: flex;
  flex-direction: row;
  min-height: 1000px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.container .sidebar {
  width: 350px;
  padding: 20px;
  background-color: #d3d3d3;
  border-radius: 10px;
  margin-right: 20px;
}
.container .sidebar input[type=text] {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #333;
}
.container .sidebar .kategorie ul {
  list-style-type: none;
  padding-left: 0.5vw;
  font-size: 16pt;
}
.container .sidebar .kategorie ul li {
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: bold;
}
.container .sidebar .kategorie ul li:hover {
  background-color: #b0b0b0;
  color: #fff;
}

.kategorie .icon {
  margin-right: 8px;
}
.kategorie ul {
  list-style: none;
  padding-left: 0;
}
.kategorie ul .subcategory {
  margin-left: 24px;
  margin-bottom: 10px;
  font-weight: lighter !important;
}
.kategorie ul .subcategory li {
  font-weight: 100 !important;
  padding: 60px 120px;
}
.kategorie ul .subcategory li:hover {
  background-color: #b0b0b0;
}

.powieksz, .zamow {
  padding: 10px 20px;
  background-color: #7774aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  transition: background-color 0.3s;
  align-self: flex-start;
  font-family: "Quicksand", sans-serif;
}
.powieksz:hover, .zamow:hover {
  background-color: #6c83e0;
}

.hidden {
  display: none !important;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  text-align: center;
}
.pagination button {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #7774aa;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination button.active {
  background-color: #6c83e0;
  font-weight: bold;
}
.pagination button:hover {
  background-color: #6c83e0;
}
.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 920px) {
  .container {
    flex-direction: column;
  }
  .container .sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .oferta {
    flex-direction: column !important;
  }
  .oferta .zdjecie img {
    max-width: 100% !important;
  }
}
.price-order-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 20px;
}

@media (max-width: 920px) {
  .price-order-row {
    display: block;
  }
}
/* Cena wrapper */
.cena-wrapper {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 50px;
  cursor: pointer;
}
.cena-wrapper:hover .cena-bg {
  background-color: #6c83e0;
}
.cena-wrapper:hover .cena-top {
  background-color: #f0f0f0;
}

.cena-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #7774aa;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 500;
  font-size: 7pt;
}

.cena-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #d3d3d3;
  color: #000;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 9px;
}

.price-order-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1020px) {
  .price-order-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cena-wrapper {
    width: 120px;
    height: 40px;
  }
  .zamow {
    width: 100%;
    text-align: center;
  }
  .cena-bg {
    font-size: 6pt;
    padding-bottom: 2px;
  }
}
@media (max-width: 920px) {
  .price-order-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .cena-wrapper {
    width: 120px;
    height: 40px;
  }
  .zamow {
    width: auto;
    text-align: left;
  }
}
.edit-button, .deleate {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.deleate {
  background-color: #dc3545;
}

.card-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.card {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.card-content {
  flex-grow: 1;
  margin-bottom: 10px;
}

.cennik-preview-container {
  margin-top: 50px;
  border-top: 2px solid #ccc;
  padding-top: 20px;
  color: #000;
}

.cennik-preview-item {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.cennik-preview-item .cennik-info {
  flex-grow: 1;
}

.cennik-preview-item .cennik-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.cennik-preview-item .cennik-info h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #333;
}

.cennik-preview-item .cennik-info em {
  font-size: 0.9em;
  color: #666;
}

.cennik-preview-item .cennik-info p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.95em;
}

.cennik-preview-item .cennik-info ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  border-top: 1px dashed #c9b9b9;
  padding-top: 10px;
  font-size: 0.9em;
}

.cennik-preview-item .cennik-info ul li {
  margin-bottom: 5px;
}

.current-image-preview {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9em;
}

.current-image-preview img {
  max-width: 80px;
  height: auto;
  border: 1px solid #eee;
  padding: 3px;
}

.add-new-image-text {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  color: #666;
}

#oferta_info {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.03), -4px 0 8px rgba(0, 0, 0, 0.03), 4px 0 8px rgba(0, 0, 0, 0.03);
}
#oferta_info h2 {
  font-size: 32pt;
  font-family: "Pacifico", cursive;
  color: #7774aa;
  text-align: center;
}
#oferta_info h3 {
  color: #7774aa;
  margin-bottom: 20px;
  text-align: center;
  margin: 5px;
}

#oferta_spacer {
  margin-bottom: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

#goto {
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03), -4px 0 8px rgba(0, 0, 0, 0.03), 4px 0 8px rgba(0, 0, 0, 0.03);
}

.gallery-container {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.gallery-container::-webkit-scrollbar {
  height: 8px;
}
.gallery-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.gallery-container::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px 10px;
  width: max-content;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.gallery-slider.dragging {
  cursor: grabbing;
}
.gallery-slider.dragging .card {
  pointer-events: none;
  user-select: none;
}

.realizacje {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  margin: auto;
  max-width: 1200px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.realizacje h2 {
  font-size: 32pt;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}
.realizacje h3 {
  color: #7774aa;
  margin-bottom: 20px;
}
.realizacje h3 a {
  color: #7774aa;
}
.realizacje h3 a:hover {
  color: #6c83e0;
}

.kategorie_realizacje {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.kategorie_realizacje .inner_kategorie {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  font-size: 1.1em;
  color: #7774aa;
  transition: color 0.3s ease, border-bottom-color 0.3s ease, font-weight 0.3s ease;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.kategorie_realizacje .inner_kategorie:hover {
  color: #6c83e0;
  border-bottom-color: #6c83e0;
}
.kategorie_realizacje .inner_kategorie.active {
  color: #6c83e0;
  font-weight: bold;
  border-bottom-color: #6c83e0;
}

.card {
  flex: 0 0 auto;
  width: 250px;
  background-color: #f0f0f1;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  scroll-snap-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.card.hidden {
  display: none;
}

.card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-title {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}

.card-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.card-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "Quicksand", sans-serif;
  margin-top: auto;
}
.card-buttons button {
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
}
.card-buttons button .material-icons,
.card-buttons button .like-count {
  font-weight: bold;
}
.card-buttons .like-button {
  background-color: #ccc;
  color: #333;
  border: 2px solid #ccc;
}
.card-buttons .like-button.liked {
  background-color: #ff9c9c;
  color: #ff0000;
  border-color: #ff0000;
  font-weight: bold;
}
.card-buttons .like-button:hover {
  transform: translateY(-2px);
}
.card-buttons .view-more {
  background-color: #7774aa;
  color: #fff;
  border: none;
}
.card-buttons .view-more:hover {
  background-color: #6c83e0;
  transform: translateY(-2px);
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  position: relative;
  max-height: 90vh;
  max-width: 90vw;
  margin: auto;
  display: block;
  border-radius: 15px;
  object-fit: contain;
  animation: zoomIn 0.3s;
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}
.close-btn:hover {
  color: #b0b0b0;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s;
}
.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
.nav-arrow.prev {
  left: 30px;
}
.nav-arrow.next {
  right: 30px;
}

.image-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
  padding: 20px;
  justify-content: center;
  justify-items: center;
  max-width: 100%;
}

@media screen and (max-width: 889px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.like-button {
  transition: transform 0.2s ease;
}

.like-button.liked .material-icons {
  color: red;
}

.pulse {
  animation: pulse-animation 0.5s ease;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.hidden {
  display: none !important;
}

.like-button.liked .material-icons {
  color: red;
}

.like-button.pulse {
  animation: pulse 0.3s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* Sekcja slidera */
.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-content {
  width: 50%;
  text-align: left;
  color: #333;
  font-family: "Quicksand", sans-serif;
  padding-right: 20px;
  padding-bottom: 20px;
}

.slide.active {
  display: flex;
}

@media (max-width: 720px) {
  .slide.active {
    display: block;
  }
  .text-content {
    width: 100%;
  }
}
.text-content h1 {
  font-size: 2em;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}

.dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.slide {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: none;
  padding: 20px;
}

.text-content p {
  font-size: 1em;
  color: #666;
}

#main-container {
  margin: 0 auto;
  color: #000;
}

#main-container h1 {
  font-size: 3em;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}

#main-container a {
  font-size: 2em;
  color: #666;
  font-family: "Pacifico", cursive;
  text-decoration: none;
}

#main-container label {
  font-size: 2em;
  color: #666;
  font-family: "Pacifico", cursive;
}

#main-container a:hover {
  color: #7774aa;
}

#see-container h1 {
  font-size: 3em;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}

.gallery h3 {
  font-size: 2em;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}
.gallery p {
  font-size: 1em;
  color: #666;
}
.gallery span {
  font-size: 1em;
  color: #666;
}
.gallery img {
  font-size: 1em;
  color: #666;
}

#cenniki h1 {
  font-size: 3em;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}
#cenniki h2 {
  font-size: 2em;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}
#cenniki p {
  font-size: 0.7em;
  color: #666;
}

.image-content {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-content img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1120px) {
  .image-content img {
    min-height: auto;
  }
  .image-content {
    height: auto;
  }
}
@media (max-width: 3120px) {
  .image-content {
    height: 50vh;
  }
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

#inf_holder {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  width: 94vw;
  height: auto;
  max-width: 1250px;
}

.inf_div {
  width: 32%;
  background-color: #ffffff;
  color: #333;
  padding: 20px;
  margin: 0 1%;
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
}

@media (max-width: 720px) {
  #inf_holder {
    flex-direction: column;
    align-items: stretch;
    gap: 3vh;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .inf_div {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
#realizacje_mainpg {
  padding: 20px 20px;
  background-color: #f9f9f9;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
}

.realizacje-grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.realizacja-item1 {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.realizacja-item1 img {
  max-width: 100%;
  border-radius: 25px;
  height: auto;
  object-fit: cover;
  background-color: #f0f0f1;
}

.realizacja-item1:hover {
  transform: translateY(-5px);
}

#container1 {
  background-color: #f0f0f1;
}

.realizacje-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3vw;
  margin-bottom: 3vh;
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 2vh;
}
.realizacje-header #mainpg_h2 {
  color: #7774aa;
  font-size: 25pt;
  text-align: left;
  padding-bottom: 0;
  margin: 0;
}
.realizacje-header .realizacje-button button {
  padding: 10px 20px;
  background-color: #7774aa;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Quicksand", sans-serif;
}
.realizacje-header .realizacje-button button:hover {
  background-color: #6c83e0;
}

#noshadow img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media (max-width: 1200px) {
  .mainpg_h2 {
    margin-left: 3vw;
  }
  .realizacje-button button {
    margin-right: 3vw;
  }
}
/* Zamow */
.container_zamow {
  display: flex;
  width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  min-height: 100px;
}

@media (max-width: 1220px) {
  .container_zamow {
    width: auto;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .container_zamow {
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }
}
.steps {
  flex: 1;
  padding: 20px;
}

.steps h2 {
  color: #7774aa;
  margin-bottom: 20px;
  font-size: 24px;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.step p {
  font-size: 16px;
  color: #333;
}

.form-section {
  flex: 1;
  padding: 20px;
  background-color: #e0e0ff;
  border-radius: 15px;
}

.form-section form {
  display: flex;
  flex-direction: column;
}

.form-section label {
  margin-top: 10px;
  color: #7774aa;
}

#contact-form input[type=text],
#contact-form input[type=email],
#contact-form input[type=tel] {
  padding: 10px;
  height: 40px;
  border: 2px solid #ccc;
  color: #333;
}

#contact-form textarea {
  padding: 10px;
  height: 100px;
  border: 2px solid #ccc;
  color: #333;
  font-family: "Quicksand", sans-serif;
}

#contact-form button[type=submit] {
  margin-top: 2vh;
  padding: 1vh 1vh;
  font-size: 1.2em;
  background-color: #7774aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Quicksand", sans-serif;
}

#contact-form button[type=submit]:hover {
  background-color: #6c83e0;
}

#contact-form textarea,
#contact-form input {
  padding: 10px;
  height: 100px;
  border: 1px solid #ccc;
  color: #333;
  font-family: "Quicksand", sans-serif;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
  box-sizing: border-box;
}

#contact-form textarea:focus,
#contact-form input:focus {
  border-color: #6c83e0;
  box-shadow: 0 0 7px #6c83e0;
  outline: none;
}

.rodo-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.rodo-checkbox label input[type=checkbox] {
  display: none;
}
.rodo-checkbox label input[type=checkbox]:checked + .custom-checkbox {
  background-color: #7774aa;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border-color: #7774aa;
}
.rodo-checkbox label .custom-checkbox {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  background-color: white;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

span.material-icons {
  margin-right: 10px;
}

.login-button button {
  padding: 5px 20px;
  background-color: #7774aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 15px;
}
.login-button button:hover {
  background-color: #6c83e0;
}

.center {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  text-align: center;
}
.center h1 {
  font-size: 3em;
}
.center a {
  font-size: 2em;
  color: #666;
  text-decoration: none;
}
.center .Admin-title {
  color: #7165a7;
  font-size: 30pt;
  margin-top: 10vh;
  margin-bottom: 2vh;
}

.form-row-A .Admin-Input {
  padding: 6px;
  vertical-align: 4px;
}
.form-row-A label {
  font-size: 2em;
  color: #666;
  font-weight: bolder;
  color: #7165a7;
  text-shadow: 1px 1px 1px #5955a9;
}

.Admin-Container {
  background-color: #f0f0f1;
  border-radius: 16px;
  padding: 5px;
}
.Admin-Container li {
  list-style: none;
  background-color: #7774aa;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 4px;
  text-align: left;
  padding-left: 6px;
}
.Admin-Container li:hover {
  background-color: #7165a7;
}
.Admin-Container li a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.Admin-Container .logout {
  background-color: #f55;
  border-radius: 10px;
  margin-top: 20vh;
}
.Admin-Container .logout:hover {
  background-color: rgb(248, 122, 122);
}

.inner-box {
  margin: 0 auto;
  width: 96%;
  background-color: #7774aa;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.inner-box label {
  font-size: 22px;
}

.deny {
  background-color: #f55;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.deny:hover {
  background-color: rgb(248, 122, 122);
}

.confirm {
  background-color: #7774aa;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  border: none;
  font-size: 22px;
  margin-right: 50px;
  cursor: pointer;
}
.confirm:hover {
  background-color: #8783dd;
}

@media (max-width: 680px) {
  .confirm {
    margin-right: 0;
  }
}
.slide-preview {
  border: 1px solid #ccc;
  color: #7774aa;
  background-color: #f0f0f1;
  margin: 0 auto;
  margin: 10px;
  padding: 20px;
  gap: 20px;
  width: auto;
  border-radius: 16px;
}
.slide-preview p {
  margin-bottom: 12px;
}

.slide-preview img {
  width: 150px;
  height: auto;
  position: static;
  right: 0;
}

.deleate {
  background-color: #f55;
  color: #fff;
  padding: 2px 12px 2px 12px;
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
}

.prevew-title {
  text-align: center;
  color: #5955a9;
  max-width: 1240px;
  margin: 0 auto;
}

#bigger {
  height: 2200px;
}

.white-container {
  background: white;
  margin: 0 auto;
  max-width: 1240px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  margin-top: 40px;
}

.section-box {
  background-color: #7774aa;
  flex: 1;
  padding: 15px;
  border-radius: 10px;
  min-width: 280px;
  box-sizing: border-box;
}

.section-box h3 {
  margin-top: 0;
}

.submit-container {
  text-align: center;
  margin-top: 30px;
}

#row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 3vw;
}

.edit-button, .delete-button {
  background-color: #7774aa;
  color: white;
  border: none;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.delete-button {
  background-color: #f55;
}
.delete-button:hover {
  background-color: #ff9c9c;
}

.edit-button:hover {
  background-color: #6c83e0;
}

.slide-preview-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 20px;
}
.slide-preview-container h3 {
  color: #7774aa;
}

.slide-preview {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1097px) {
  .slide-preview-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 1096px) {
  .slide-preview-container {
    flex-direction: column;
  }
}
.slide-preview > div:first-child { /* Info area */
  flex-grow: 1;
  margin-right: 15px;
}

.slide-preview > div:last-child { /* Buttons area */
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.no-sections {
  text-align: center;
  color: #888;
  padding: 20px;
  border: 1px dashed #ccc;
  border-radius: 5px;
}

.info_preview {
  max-width: 300px;
  overflow-wrap: break-word;
}

.info_container {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  margin: auto;
  max-width: 1200px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.info_container h2 {
  font-size: 32pt;
  font-family: "Pacifico", cursive;
  color: #7774aa;
}
.info_container h3 {
  color: #7774aa;
  margin-bottom: 20px;
}
.info_container p {
  font-size: 15pt;
  color: #7774aa;
  font-weight: 500;
}
.info_container .description {
  padding: 0px 30px 10px 30px;
}/*# sourceMappingURL=style.css.map */