@charset "utf-8";
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}  

/* --- ABOUT / TIMELINE TEXT FIX --- */

.custom-inner .col-md-8 p {
    font-size: 15px;
    line-height: 28px;
    color: #222;
    max-width: 720px;
}

.custom-inner .col-md-8 h4 {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}
.team-info p {
    font-size: 14px;
    padding-bottom: 0;
    margin-top: 8px;
    line-height: inherit;
    color: #555;
}
/* Furniture – lists readability fix */
#sec4 .custom-inner ul li {
    font-size: 14px;
    line-height: 1.4;
    color: #222;
}

/* Furniture – lists readability fix */
#sec4 .custom-inner ul li {
    font-size: 11px;
    line-height: 1.4;
    color: #222;
}
.legal-note p {
    font-size: 11px;          /* mniejsza, premium */
    line-height: 1.6;         /* czytelność */
    letter-spacing: 0.4px;    /* architektoniczny charakter */
    opacity: 0.75;            /* „fine print”, nie krzyczy */
}
.team-info p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: inherit;
}

/* ========================================
FAQ - PLUS OBNIŻONY NA TELEFONIE
======================================== */

.faq-card {
  background: white;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.faq-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.faq-card summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d2d2d;
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: color 0.3s ease;
  position: relative;
  padding: 4px 0;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::marker {
  content: '';
}

/* PLUS - DESKTOP */
.faq-card summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 300;
  color: #8b8b8b;
  transition: transform 0.3s ease, color 0.3s ease;
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}

.faq-card[open] summary::after {
  content: '−';
  color: #2d2d2d;
}

.faq-card summary:hover {
  color: #5a9e6f;
}

.faq-card summary:hover::after {
  color: #5a9e6f;
}

.faq-card summary + div {
  padding: 18px 0 0 32px;
  line-height: 1.7;
  color: #555;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-card summary span:first-child {
  color: #8b8b8b;
  flex-shrink: 0;
}

/* ========================================
   FAQ - DETAILS/SUMMARY STYLING
   ======================================== */

.faq-card {
  background: white;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.faq-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.faq-card summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d2d2d;
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: color 0.3s ease;
  position: relative;
}

/* Usuń domyślny trójkącik przeglądarki */
.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::marker {
  content: '';
}

/* Ikonka + / − */
.faq-card summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(18px); /* ← to zadziała też na telefonie */
  font-size: 1.8rem;
  font-weight: 300;
  color: #8b8b8b;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-card[open] summary::after {
  content: '−';
  color: #2d2d2d;
}

.faq-card summary:hover {
  color: #5a9e6f; /* zielony eco */
}

.faq-card summary:hover::after {
  color: #5a9e6f;
}

/* Treść odpowiedzi */
.faq-card summary + div {
  padding: 18px 0 0 32px;
  line-height: 1.7;
  color: #555;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Numer pytania */
.faq-card summary span:first-child {
  color: #8b8b8b;
  flex-shrink: 0;
}

/* ========================================
   MOBILE
   ======================================== */

@media (max-width: 768px) {

  .faq-card {
    padding: 24px 20px;
  }

  .faq-card summary {
    font-size: 1.05rem;
    gap: 8px;
  }

  .faq-card summary + div {
    padding: 15px 0 0 24px;
    font-size: 0.95rem;
  }

  /* niżej ustawiony plus na telefonie */
  .faq-card summary::after {
    top: 70%;
    transform: translateY(0);
    font-size: 1.6rem;
  }
/* ========================================
   FIX: NAPRAWA KONTAKTU (MOBILE & DESKTOP)
   ======================================== */

/* 1. Resetuje całą listę kontaktową */
.contact-details ul li,
.contact-details li,
.footer-box ul li {  /* ← dodałem to dla stopki */
    text-transform: none !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    font-family: 'Questrial', sans-serif !important;
    font-size: 14x !important;
}

/* 2. Resetuje LINKI (numery tel. i maile na telefonie) */
.contact-details ul li a,
.contact-details ul li a:hover,
.contact-details ul li a:visited,
.footer-box ul li a {  /* ← dodałem to dla stopki */
    text-transform: none !important;
    font-weight: 400 !important;
    color: inherit !important;
    text-decoration: none !important;
}

/* 3. Styluje etykiety (np. ADRES:, TEL:) */
.contact-details ul li span,
.footer-box ul li span {  /* ← dodałem to dla stopki */
    font-weight: 700 !important;
    color: #777 !important;
    text-transform: uppercase !important;
    margin-right: 10px;
}

.intro-text .btn {
    font-size: 18px;      /* większa czcionka */
    color: #ffffff;       /* biały tekst */
}

}

.intro-text .btn {
    font-size: 16px;      /* większa czcionka */
    color: #ffffff;       /* biały tekst */
}

.team-info .team-desc {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.piechart-holder .piechart p {
    font-family: 'Questrial', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

/* FORCE testimonials paragraph */
section.header-section .testi-item p{
  font-size:15px !important;
  line-height:1.8 !important;
  font-weight:500 !important;
}

.content-footer .footer-box ul li {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color: #555;
}

#sec3 .team-info p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    margin: 0 0 10px 0 !important;
}

#sec1 .hero-intro {
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    max-width: 500px !important;
    margin: 0 0 10px 0 !important;
}

#sec2 .contact-text {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 10px 0;
}

/* Premium review stars */
.testi-item .review-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.testi-item .review-stars .stars {
  display: flex;
  gap: 6px;
}

.testi-item .review-stars .stars i {
  font-size: 16px;
  color: #d4af37;   /* klasyczne złoto */
}

.testi-item .review-stars .rating-text {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
}

/* ===== HERO MOBILE – SIMPLE FIX ===== */
@media only screen and (max-width: 540px) {

    .hero-seo-title {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .hero-wrap h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

}
