/* Podstawy */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #f8f7f3;
  color: #333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-family: 'Montserrat', 'Raleway', 'Rajdhani', sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
  letter-spacing: 3px;
}

h2, h3 {
  font-family: 'Montserrat', 'Raleway', 'Rajdhani', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
}



/* Linki – domyślne */
a {
  text-decoration: none;
  color: inherit;
}

/* Górny pasek */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f7f3;
  padding: 0.5em 1.5em;
  font-size: 0.95rem;
}

.top-left .btn.small {
  font-size: 0.85rem;
  padding: 0.4em 1em;
}

/* Kontakt w top-bar */
.top-right {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}

.top-right a {
  color: #000;
  text-decoration: none;
}

.top-right a:hover {
  text-decoration: underline;
}

.contact-item {
  margin: 1.2em 0;
}

/* Hero */
header.hero.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #617B64;
  padding: 1em;
  text-align: center;
}

.hero-img {
  max-width: 300px;
  border-radius: 10px;
  margin-bottom: -2em;
}

.hero h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0;
}

/* Przyciski */
.btn,
a.btn {
  background-color: #617B64;
  color: white;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.btn:hover,
a.btn:hover {
  background-color: #4a5f4e;
}

/* Nawigacja */
.main-nav {
  text-align: center;
  padding: 1em;
  background-color: #f8f7f3;
}

.main-nav .btn {
  margin: 0.3em 0.5em;
  font-size: 0.9rem;
}

/* Sekcje */
.about {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 1em;
  background: #fefdfb;
  align-items: flex-start;
  justify-content: center;
  gap: 2em;
}

.about-img {
  flex: 1 1 300px;
  max-width: 400px;
}

.about-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.about-text {
  flex: 2 1 500px;
  max-width: 600px;
}
.about-text p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}


.about-text h2 {
  margin-bottom: 1em;
}

.services {
  background: #fcfaf6;
  text-align: center;
  padding: 3em 1em;
}

.service-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin-top: 2em;
}

.service {
  background: white;
  padding: 2em;
  border-radius: 10px;
  max-width: 280px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.service h3 {
  margin-bottom: 0.8em;
}

.service img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
  border-radius: 8px;
}

/* Cytat */
.quote {
  background: #e5e5df;
  padding: 3em 1.5em;
  text-align: center;
  font-style: italic;
}

.quote .author {
  margin-top: 1em;
  font-style: normal;
  font-weight: bold;
}

/* Ikony sekcji */
.section-icon {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Nagłówki mobilne */
.h1-desktop {
  display: block;
  font-size: 2.8rem;
  text-align: center;
}

.h1-mobile {
  display: none;
  text-align: center;
  line-height: 1.3;
}

.h1-mobile span {
  display: block;
  font-size: clamp(1.6rem, 6vw, 2.2rem);
}

/* Stopka */
footer,
.custom-footer {
  background: #617B64;
  color: white;
  text-align: center;
  padding: 2em 1em 1em;
  font-size: 0.9rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  align-items: stretch;
}
.footer-logo,
.footer-links,
.footer-contact {
  flex: 1;
  position: relative;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 0.3em 0;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact p {
  margin: 0.3em 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 1em;
  font-size: 0.8rem;
  opacity: 0.8;
}
.footer-logo,
.footer-contact {
  padding-bottom: 0.5em;
}

/* Page-content: czarne linki */
.page-content a[href^="tel"],
.page-content a[href^="mailto"] {
  color: #000;
  text-decoration: none;
}

.page-content a[href^="tel"]:hover,
.page-content a[href^="mailto"]:hover {
  color: #000;
  text-decoration: underline;
}

/* Stopka: białe linki w kontakcie */
footer .page-content a[href^="tel"],
footer .page-content a[href^="mailto"] {
  color: #fff;
}

footer .page-content a[href^="tel"]:hover,
footer .page-content a[href^="mailto"]:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-contact {
  position: relative;
}

.social-icons {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  display: flex;
  gap: 1.5em;
}
.social-icons img {
  width: 32px;
  height: 32px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.social-icons img:hover {
  opacity: 1;
}


/* Responsywność */
@media (max-width: 768px) {
  .h1-desktop {
    display: none;
  }
  .h1-mobile {
    display: block;
  }
  .top-bar {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    padding: 1em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .top-left {
    order: 3;
    display: flex;
    justify-content: center;
    margin-top: 1em;
  }
  .top-left .btn.small {
    font-size: 1rem;
    padding: 0.6em 1.5em;
  }
  .top-right {
    flex-direction: column;
    align-items: center;
  }
  .top-right .contact-item {
    margin-bottom: 0.5em;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-logo,
  .footer-links,
  .footer-contact {
    margin-bottom: 0em;
  }
  .footer-contact {
  position: relative;
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 3em;
  position: static;
  margin-top: 2em;
  text-align: center;
}

.social-icons img {
  width: 32px;
  height: 32px;
  opacity: 0.9;
  margin: 0 auto;
}

.social-icons img:hover {
  opacity: 1;
}



}
.contact-form-section {
  background: #fcfaf6;
  padding: 3em 1em;
  text-align: center;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 0.3em;
  display: block;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #617B64;
}

.contact-form .btn {
  background-color: #617B64;
  color: white;
  border: none;
  padding: 0.8em 1.5em;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.contact-form .btn:hover {
  background-color: #4a5f4e;
}
#sbw_nosqb7 {
  margin-top: 2em;
  max-width: 800px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
.accordion {
  background-color: #fefdfb;
  color: #333;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
  border-bottom: 1px solid #ddd;
}

.accordion:hover {
  background-color: #f1f1ec;
}

.panel {
  padding: 0 1em;
  background-color: #fff;
  display: none;
  overflow: hidden;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}
.accordion::after {
  content: "▾";
  float: right;
  transition: transform 0.3s;
}
.accordion.active::after {
  transform: rotate(180deg);
}
.faq-section {
  background: #fcfaf6;
  padding: 3em 1.5em;
  max-width: 900px;
  margin: 0 auto;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 2em;
}

.faq-item {
  margin-bottom: 2em;
}

.faq-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  color: #617B64;
}

.faq-item p {
  font-size: 1rem;
  line-height: 1.6;
}
.blog-section {
  background: #fefdfb;
  padding: 3em 1em;
}

.blog-container {
  max-width: 900px;
  margin: 0 auto;
}

.blog-container h2 {
  text-align: center;
  margin-bottom: 2em;
}

.blog-post {
  background: white;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 2em;
}

.blog-post h3 {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  color: #617B64;
}

.blog-post p {
  line-height: 1.6;
  margin-bottom: 1em;
}

.blog-post .btn {
  font-size: 0.9rem;
  padding: 0.5em 1em;
}

.blog-meta {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.8em;
}
.blog-post {
  background: white;
  padding: 3em 2em;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: 3em auto;
}

.post-header {
  text-align: center;
  margin-bottom: 2em;
}

.post-header h1 {
  font-size: 2.4rem;
  color: #617B64;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}

.blog-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1em;
}

.lead {
  font-size: 1.1rem;
  color: #555;
  font-weight: 400;
}

.post-content h2 {
  margin-top: 2em;
  font-size: 1.6rem;
  color: #333;
}

.post-content h3 {
  margin-top: 1.5em;
  font-size: 1.2rem;
  color: #333;
}

.post-content p,
.post-content ul {
  line-height: 1.6;
  margin-bottom: 1.2em;
}

.post-content ul {
  padding-left: 1.5em;
  list-style-type: disc;
}








